/*********************************************************************************************
              Sub Contents Style css
                        *** 카테고리 선택 ***
*****************************/
.sub-wrapper .content .travel-wrap .optionBind {
  display: block;
}
.sub-wrapper .content .travel-wrap .optionBind .category-list {
  display: block;
  overflow: hidden;
  border: 1px solid var(--bis-color-light-gray); border-radius: 10px;
  margin: 20px -1px 0px;
}
.sub-wrapper .content .travel-wrap .optionBind .category-list:first-child {
  margin-top: 0;
}
.category-list input {
  width: 0px; height: 0px; font-size: 0px;
}
.sub-wrapper .content .travel-wrap .optionBind .category-list label.txt-list-02 {
  display: block;
  font-size: var(--bis-font-size-12); font-weight: 700;
  padding: 10px 0 10px 20px;
}
.sub-wrapper .content .travel-wrap .optionBind .category-list .catgBody {
  margin:10px 20px 20px;
}
.sub-wrapper .content .travel-wrap .optionBind .category-list .catgBody > span {
  display: inline-block;
  margin-right: 20px; margin-bottom: 5px;
  height: 16px;
}
.sub-wrapper .content .travel-wrap .optionBind .category-list .catgBody > span:first-child {
  margin-left: 0%;
}
.sub-wrapper .content .travel-wrap .optionBind .category-list .catgBody > span label {
  font-size: var(--bis-font-size-12); font-weight: 500;
}
.sub-wrapper .content .travel-wrap .optionBind .category-list .catgBody > span label.checkbox span {
  top: -3px;
}

/*********************************************************************************************
              Sub Contents Style css
                        *** travel ***
*****************************/
.sub-wrapper .content .travel-wrap .listPage-area {
  border-bottom: 1px solid var(--bis-color-light-gray);
  padding-bottom: 30px;
}
.sub-wrapper .content .travel-wrap .listPage-area ul {
  margin-top: 30px;
}
.sub-wrapper .content .travel-wrap .listPage-area ul li {
  float: left;
  width: var(--bis-boxList-width-fourth);
  margin: 0 0 30px 2%;
}
.sub-wrapper .content .travel-wrap .listPage-area ul > li:first-child,
.sub-wrapper .content .travel-wrap .listPage-area ul > li:nth-child(4n+1) {
  margin-left: 0%;
}
.sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
  height: 195px;
}
.box-list .inner {
  margin-top: 20px;
  height: 112px;
}
.box-list .inner .tag-area {
  display: block;
}
.box-list .inner .tag-area button.keyword {
  margin-left: 2%;
}
.box-list .inner .tag-area button.keyword:first-child {
  margin-left: 0%;
}
.box-list .inner .tit-list-01 {
  display: block;
  font-size: var(--bis-font-size-18); font-weight: 700; line-height: 140%;
  margin-top: 10px;
}
.box-list .inner .txt-list-02 {
  display: block;
  font-size: var(--bis-font-size-15); font-weight: 400; line-height: 140%;
  padding-top: 10px;
}
.box-list .user-info-wrap {
  display: block;
  margin-top: 20px;
  height: 36px;
}
.box-list .user-info-wrap .userWrap {
  display: inline-block;
  height: 36px;
}
.box-list .user-info-wrap .userWrap span.user-profile {
  display: inline-block;
  width: 36px; height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.box-list .user-info-wrap .userWrap span.user-profile img {
  width: 100%;
}
.box-list .user-info-wrap .userWrap span.profile {
  font-size: var(--bis-font-size-12); font-weight: 700; line-height: 36px;
  vertical-align: top;
  padding-left: 10px;  
}
.box-list .user-info-wrap .likeWrap {
  float: right;
  padding-left: 15px;
  margin-top: 8px;
}
.box-list .user-info-wrap .likeWrap:after {
  content: "";
  position: absolute; top: 0px; left: 0px;
  width: 1px; height: 20px;
  background-color: var(--bis-color-light-gray);
}
.box-list .user-info-wrap .likeWrap label {
  font-size: var(--bis-font-size-12); font-weight: 700; line-height: 20px;
  vertical-align: top;
}

/********************************************* View Area */
.view-body-wrap .title-part {
  border-top: 3px solid var(--bis-color-black);
}
.view-body-wrap .title-part > h3 {
  font-size: var(--bis-font-size-28); font-weight: 700;
  text-align: center;
  margin: 30px 0;
}
.view-body-wrap .title-part .brief-info-area {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--bis-color-light-gray);
}
.view-body-wrap .title-part .brief-info-area span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.view-body-wrap .title-part .brief-info-area span:after {
  content: "";
  position: absolute; top: 0px; left: 0px;
  width: 1px; height: 16px;
  background-color: var(--bis-color-light-gray);
}
.view-body-wrap .title-part .brief-info-area span:first-child {
  padding-left: 0px;
}
.view-body-wrap .title-part .brief-info-area span:first-child:after {
  width: 0px; height: 0px;
}
.view-body-wrap .title-part .brief-info-area span.dateWarp {
  font-size: var(--bis-font-size-15); font-weight: 400;
  line-height: 18px;
}
.view-body-wrap .title-part .brief-info-area span.shareWarp {
  width: 18px; height: 18px;
}
.view-body-wrap .title-part .brief-info-area span.shareWarp img {
  width: 100%;
}
.view-body-wrap .title-part .userWrap {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.view-body-wrap .view-cont-wrap .contWrap {
  display: block;
  font-size: var(--bis-font-size-15); font-weight: 400;
  text-align: center;
  margin-top:50px;
  padding-bottom: 50px;
  border-bottom: 3px solid var(--bis-color-black);
}
.view-body-wrap .view-cont-wrap .contWrap strong {
  display: block;
  font-size: var(--bis-font-size-22); font-weight: 700;
}
.view-body-wrap .view-cont-wrap .contWrap p {
  display: block; line-height:140%;
}
.view-body-wrap .view-cont-wrap .contWrap p img {
  max-width: 880px;
  border-radius: 10px;
  margin: 0 auto;
}

.view-body-wrap .view-cont-wrap .brief-cont {
  margin-top: 50px;
  text-align: center;
}
.view-body-wrap .view-cont-wrap .brief-cont strong.tit-view-01 {
  font-size: var(--bis-font-size-22); font-weight: 700;
}
.view-body-wrap .view-cont-wrap .brief-cont p {
  padding-top: 50px;
  font-size: var(--bis-font-size-18); font-weight: 400; line-height: 140%;
}
/* view Content */
.view-body-wrap .view-cont-wrap .course-view-wrap {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 3px solid var(--bis-color-black);
}
.view-body-wrap .view-cont-wrap .course-view-wrap .title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.view-body-wrap .view-cont-wrap .course-view-wrap .title span {
  display: inline-flex;
  padding: 0 35px;
  font-size: var(--bis-font-size-18); font-weight: 700; line-height: 53px;
  color: var(--bis-color-white);
  background-color: var(--bis-color-blue);
  border-radius: 26px;
}
.view-body-wrap .view-cont-wrap .course-view-wrap .title span:before {
  content: "";
  position: absolute; top: 50%; left: 0; z-index: -1;
  display: block;
  width: 100%; height: 1px;
  background-color: var(--bis-color-light-gray);
  transform: translate(0, -50%);
}
.view-body-wrap .view-cont-wrap .course-view-wrap .title span.tenth:after {
  content: "10일차 코스";
  display: block; line-height: 53px;
}
.view-body-wrap .view-cont-wrap .course-view-wrap strong {
  display: block;
  font-size: var(--bis-font-size-22); text-align: center;
  margin-top: 50px;
}
.view-body-wrap .view-cont-wrap .course-view-wrap > p {
  display: block; text-align: center;
  padding-top: 50px;
  font-size: var(--bis-font-size-15); font-weight: 400;
  line-height: 140%;
}
.view-body-wrap .view-cont-wrap .course-view-wrap > p img {
  max-width: 880px;
  border-radius: 10px;
  margin: 0 auto;
}

/********************************************* store Area  */
.store-warp {
  margin-top: 50px;
  width: 100%;
}
.store-warp .box-bord-store {
  border:1px solid var(--bis-color-light-gray);
  padding: 20px; height: 210px;
  border-radius: 10px;
  text-align: left;
}
.store-warp .box-bord-store figure {
  display: inline-block;
  width: 280px; height: 210px; padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.store-warp .box-bord-store .store-cont-inner {
  width: 728px;
  margin-left: 50px;
}
.store-warp .box-bord-store .store-cont-inner strong.title {
  display: block;
  font-size: var(--bis-font-size-28); font-weight: 700;
  text-align: left;
  margin-top: 0px;
}
.store-warp .box-bord-store .store-cont-inner .user-info-wrap {
  display: block;
  margin-top: 15px;
}
.store-warp .box-bord-store .store-cont-inner .user-info-wrap .likeWrap {
  display: inline-block;
}
.store-warp .box-bord-store .store-cont-inner .user-info-wrap .star-rating {
  margin-left: 20px;
  padding-left: 15px;
}
.store-warp .box-bord-store .store-cont-inner .tag-area {
  margin-top: 25px;
}
.store-warp .box-bord-store .store-cont-inner .tag-area button {
  margin-left: 7px;
}
.store-warp .box-bord-store .store-cont-inner .tag-area button:first-child {
  margin-left: 0px;
}
.store-warp .box-bord-store .store-cont-inner p {
  font-size: var(--bis-font-size-15); font-weight: 400;
  line-height: 140%; padding-top: 15px;
}


/************************************************ 추천 키워드 & 코스 style */
.view-body-wrap .view-cont-wrap .csKeyw-wrap {
  margin-top: 80px;
}
.csKeyw-wrap h4 {
  text-align: center;
}
.csKeyw-wrap .tag-wrap {
  text-align: center;
  margin-top: 20px;
}
.csKeyw-wrap .tag-wrap button {
  margin-left: 10px;
}
.view-body-wrap .view-cont-wrap .cossgh-wrap {
  margin-top: 80px;
}
.cossgh-wrap h4 {
  text-align: center;
}
.cossgh-wrap > ul {
  margin-top: 20px;
}
.cossgh-wrap > ul > li {
  float: left;
  width: 22.75%;
  margin-left: 3%;
}
.cossgh-wrap > ul > li:first-child {
  margin-left: 0%;
}
.cossgh-wrap > ul > li .box-list figure {
  position: relative;
  width: 100%; height: 351px;
  border-radius: 5px;
  overflow:hidden;
}
.cossgh-wrap .box-list figure > img {
  height: 100%; width: auto;
  position: absolute; top:50%; left: 50%;
  transform: translate(-50%, -50%);
}
.cossgh-wrap .box-list figure:after {
  content: "";
  position: absolute; top: 0px; left: 0px;
  background-color: rgba(23, 100, 255, .35);
}
.cossgh-wrap .box-list:hover figure:after {
  background-color: rgba(0, 0, 0, .67);
}
.cossgh-wrap .box-list figure .place-title {
  position: absolute; bottom: 30px; left: 20px; z-index: 2;
  font-size: var(--bis-font-size-22); font-weight: 700; color: var(--bis-color-white);
}
.recomCos-wrap {
  margin-top: 80px;
}
.recomCos-wrap h4 {
  text-align: center;
}
.recomCos-wrap > ul {
  margin-top: 20px;
}
.recomCos-wrap > ul > li {
  float: left;
  width: var(--bis-boxList-width-second);
  margin-left: 2%;
}
.recomCos-wrap > ul > li:first-child {
  margin-left: 0%;
}
.recomCos-wrap > ul > li .box-list-border figure {
  width: 220px; height: 160px;
  border-radius: 5px;
  overflow: hidden;
}
.recomCos-wrap > ul > li .box-list-border figure img {
  height: 100%; width: auto;
}
.recomCos-wrap > ul > li .box-list-border .inner {
  display: inline-block;
  margin-left: 30px;
  vertical-align: top;
}
.recomCos-wrap > ul > li .box-list-border .inner .user-info-wrap .likeWrap {
  margin-left:20px; margin-top: 8px;
  padding-left: 15px;
}
.recomCos-wrap > ul > li .box-list-border .inner .user-info-wrap .likeWrap:after {
  content: "";
  position: absolute; top: 1px; left: 0px;
  width: 1px; height: 17px; background-color: var(--bis-color-light-gray);
}


/************************************************ 댓글 Area style */
.comment-wrap {
  width: 100%;
  margin-top: 50px;
}
.comment-wrap span.commtText {
  display: block;
  font-size: var(--bis-font-size-15); font-weight: 400;
}
.comment-wrap span strong.number {
  font-weight: 800;
}
.comment-wrap .commt-write-wrap {
  position: relative;
  border:1px solid var(--bis-color-light-gray);
  padding:20px; margin-top: 10px;
  border-radius: 10px;
}
.comment-wrap .commt-write-wrap .commt-btn {
  position: absolute; top: 20px; bottom: 20px; right: 20px;
}
.comment-wrap .commt-write-wrap .button {
  display: flex; align-content: center; justify-content: center; align-items: center;
  width: 20px; height: 100%;
  padding: 0 15px;
}
.comment-wrap .commt-write-wrap .review-idSart {
  display: block;
}
.comment-wrap .commt-write-wrap .review-idSart .userWrap {
  display: inline-block;
  vertical-align: top;
}
.comment-wrap .commt-write-wrap .review-idSart .star-rating {
  display: inline-block;
  margin:9px 0 0 20px; padding-left: 20px;
}
.comment-wrap .commt-write-wrap .textarea-commt {
  position: relative;
  resize: none;
}
.comment-wrap .commt-write-wrap .textarea-commt .idLogWarp {
  position: absolute; top:0px; left: 0px;
  font-size: var(--bis-font-size-12); font-weight: 400; line-height: 140%;
  color: var(--bis-color-gray);
}
.comment-wrap .commt-write-wrap .textarea-commt #loginsi.idLogWarp {
  display: none;
}
.comment-wrap .commt-write-wrap .textarea-commt textarea {
  display: block;
  border: 0px; margin-top: 10px;
  width: 93%; height: 70px;
  resize: none;
}
/* 스크롤바 설정*/
.comment-wrap .commt-write-wrap .textarea-commt textarea::-webkit-scrollbar {
  width: 6px;
}
/* 스크롤바 막대 설정*/
.comment-wrap .commt-write-wrap .textarea-commt textarea::-webkit-scrollbar-thumb {
  height: 17%;
  background-color: var(--bis-color-silver-gray);
  border-radius: 10px;    
}
/* 스크롤바 뒷 배경 설정*/
.comment-wrap .commt-write-wrap .textarea-commt textarea::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,.03);
}
.comment-wrap .commt-list-wrap {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom:1px solid var(--bis-color-light-gray)
}
.comment-wrap .commt-list-wrap .userWrap {
  display: block;
}
.comment-wrap .commt-list-wrap .review-text {
  padding-top: 10px;
  font-size: var(--bis-font-size-15); font-weight: 400;
  line-height: 140%;
}
.comment-wrap .commt-list-wrap .dateStar-wrap {
  display: block;
  margin-top: 15px;
}
.comment-wrap .commt-list-wrap .dateStar-wrap .star-rating {
  display: inline-block;
  vertical-align: top;
}
.comment-wrap .commt-list-wrap .dateStar-wrap .star-rating:after {
  display: none;
}
.comment-wrap .commt-list-wrap .dateStar-wrap .star-rating i {
  margin-left: 5px;
}
.comment-wrap .commt-list-wrap .dateStar-wrap .star-rating i:first-child {
  margin-left: 0px;
}
.comment-wrap .commt-list-wrap .likeWrap input {
  left: -5px;
}
.comment-wrap .commt-list-wrap .dateStar-wrap .dateWarp {
  position: relative; display: inline-block;
  vertical-align: top;
  margin-left: 20px; padding-left: 20px;
  font-size: var(--bis-font-size-12); font-weight: 400; line-height: 17px;
  color: var(--bis-color-gray);
}
.comment-wrap .commt-list-wrap .dateStar-wrap .dateWarp:after {
  content:"";
  position: absolute; top: 2px; left: 0px;
  width: 1px; height: 15px; background-color: var(--bis-color-light-gray);
}
.comment-wrap .commt-list-wrap .likeWrap {
  display: inline-block;
  margin-top: 10px;
}
.comment-wrap .commt-list-wrap #loginNoId {
  display: none;
}
.comment-wrap .commt-list-wrap .modifyWarp {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 11px 0 0 30px;
  padding-left: 15px;
}
.comment-wrap .commt-list-wrap .modifyWarp:after {
  content:"";
  position: absolute; top:1px; left:0px;
  width:1px; height:12px;
  background-color:var(--bis-color-light-gray);
}
.comment-wrap .commt-list-wrap .modifyWarp > a {
  display: inline-block;
  font-size: var(--bis-font-size-12); font-weight: 700; line-height: 140%;
  color: var(--bis-color-red);
}
.comment-wrap .commt-list-wrap .modifyWarp > a:hover {
  color: var(--bis-color-blue);
  text-decoration: underline;
}
.mdPick-wrap {
  margin-top:50px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--bis-color-light-gray);
}
.mdPick-wrap h4 {
  text-align: center;
}
.mdPick-wrap > ul {
  margin-top: 20px;
}
.mdPick-wrap > ul > li {
  float: left;
  width: var(--bis-boxList-width-fourth);
  margin-left: 2%;
}
.mdPick-wrap > ul > li:first-child {
  margin-left: 0%;
}




/************************************************ 내주변 갈만한 곳 style */
.placeGo-wrap ul > li {
  float: left;
}
.placeGo-wrap .placdMap-left {
  position: relative;
  display: block;
  width: 620px; height: 550px;
  overflow: hidden;
}
.mapArea {
  border-radius: 10px;
  height: 550px;
  overflow: hidden;
  font-size: 0;
}
.mapArea img {
  transform: translate(-27%, -9%);
  width: auto;
}
.placeGo-wrap .placdMap-left .mapArea .kmWrap { 
  position: absolute; top: 30px; left: 30px;
}
.placeGo-wrap .placdMap-left .mapArea .kmWrap .frmInp {
  margin-right: 8px;
}
.frmInp {
  position: relative;
  display: inline-block;
}
.frmInp input {
  position: absolute; top: 5px; left: 5px; z-index: 1;
  opacity: 0;
}
.frmInp label {
  position: relative;
  display: block;
  min-height: 22px;
  z-index: 2;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
}
.placeGo-wrap .placdMap-left .mapArea .kmWrap .frmInp label {
  height: 35px; line-height: 35px;
  padding: 0 18px;
  color: var(--bis-color-gray); font-size: var(--bis-font-size-12); font-weight: 700;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.placeGo-wrap .placdMap-left .mapArea .kmWrap .frmInp.five input:checked+label {
  color: var(--bis-color-blue);
}
.placeGo-wrap .placdMap-left .mapArea .kmWrap .frmInp.ten input:checked+label {
  color: var(--bis-color-geen);
}
.placeGo-wrap .placdMap-left .mapArea .kmWrap .frmInp.twenty input:checked+label {
  color: var(--bis-color-red);
}

.placeGo-wrap .placdMap-left .mapArea button {
  position: absolute;  right: 25px;
  width: 33px; height: 33px;
  background-color: var(--bis-color-white);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
  border-radius: 50%;
  font-size: 0;
}
.placeGo-wrap .placdMap-left .mapArea button.zoomIn {
  bottom: 68px;
}
.placeGo-wrap .placdMap-left .mapArea button.location {
  bottom: 25px;
}
.placeGo-wrap .placdMap-left .mapArea button.zoomIn:after {
  content: '';
  display: block;
  position: absolute; top: 50%; left: 50%;
  width: 18px; height: 18px;
  margin-top: -8px; margin-left: -7px;
  background: url('../images/common/icon-full-screen.png') no-repeat;
}
.placeGo-wrap .placdMap-left .mapArea button.location:after {
  content: '';
  display: block;
  position: absolute; top: 50%; left: 50%;
  width: 18px; height: 18px;
  margin-top: -10px; margin-left: -9px;
  background: url('../images/common/icon-location.png') no-repeat;
}


.placeGo-wrap .placdMap-right {
  position: relative;
  display: block;
  width: 450px; height: 550px;
  margin-left: 30px;
  border-radius: 10px;
  overflow-y: scroll;
}
/********************************** scrollbar style */
.placeGo-wrap .placdMap-right::-webkit-scrollbar {
  width: 3px;
}
.placeGo-wrap .placdMap-right::-webkit-scrollbar-track {
  background-color: transparent;
}
.placeGo-wrap .placdMap-right::-webkit-scrollbar-thumb {
  background-color: var(--bis-color-silver-gray);
  border-radius: 5px;
}

/********************************** Right box-list style */
.box-list-row {
  display: block;
  width: 435px; margin-top: 10px;
  border: 1px solid var(--bis-color-light-gray); border-radius: 10px;
}
.box-list-row:first-child {
  margin-top: 0px;
}
.box-list-row .place-md {
  padding: 20px;
}
.box-list-row .place-md a figure {
  overflow: hidden;
  position: relative; display: inline-block;
  width: 150px; height: 140px;
  border-radius: 5px;
}
.box-list-row .place-md a figure+.inner {
  width: calc(100% - 180px);
}
.placeGo-wrap .placdMap-right .box-list-border:hover figure:after {
  background: rgba(50, 63, 178, .57);
}
.box-list-row .place-md a .inner {
  position: relative;
  display: inline-block;
  width: 100%; min-height: 120px;
  vertical-align: top;
  margin-left: 30px;
}
.box-list-row .place-md a .inner strong.tit-trv1 {
  overflow: hidden;
  display: block;
  font-size: var(--bis-font-size-18); font-weight: 700;
}
.box-list-row .place-md a .inner span.txt-trv1 {
  font-size: var(--bis-font-size-15); font-weight: 500; line-height: 140%;
  display: block;
  padding-top: 10px;
}
.box-list-row .place-md a .inner .likeWrap {
  float: left;
  margin-top: 25px;
  padding-right: 20px;
}
.box-list-row .place-md a .inner .likeWrap input {
  top: -4px; left: -5px;
}
.box-list-row .place-md a .inner .star-rating {
  float: left;
  margin-top: 25px; padding-left: 15px;
  width: auto; height: 17px;
}
.placeGo-wrap .recomCos-wrap {
  margin-top: 50px;
}

/*********************************************************************************************
              Sub Contents Style css
                        *** 글쓰기 ***
*****************************/
.sub-wrapper .content .travel-wrap .optionWrite .category-opt {
  display: block;
  overflow: hidden;
  border: 1px solid var(--bis-color-light-gray);
  border-radius: 10px;
  margin: 10px -1px 0px;
}
.sub-wrapper .content .travel-wrap .optionWrite .category-opt:first-child {
  margin-top: 0px;
}
.category-opt strong {
  display: inline-block;
  width: 10%; height: 45px; line-height: 45px;
  font-size: var(--bis-font-size-15);
  font-weight: 700;
  padding: 20px 2%; padding-right: 0%;
  vertical-align: top;
}
.category-opt .ctg-cont {
  display: inline-block;
  width: 82%;
  font-size: var(--bis-font-size-15);
  padding: 20px 2%;
}
.category-opt .ctg-cont .season, .category-opt .ctg-cont .country, .category-opt .ctg-cont .overseas {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.category-opt .ctg-cont .season input, .category-opt .ctg-cont .country input, .category-opt .ctg-cont .overseas input {
  position: absolute; top: 0px; left: 0px; z-index: 1;
  opacity: 0;
  width: 100%; height: 100%;
  cursor: pointer;
}
.category-opt .ctg-cont .season input:checked+label, .category-opt .ctg-cont .country input:checked+label, .category-opt .ctg-cont .overseas input:checked+label {
  border-color: var(--bis-color-blue);
  background-color: #F6F9FF;
  z-index: 1;
  border-left: 1px solid var(--bis-color-blue);
}
.category-opt .ctg-cont .season label, .category-opt .ctg-cont .country label, .category-opt .ctg-cont .overseas label {
  display: block;
  line-height: 45px; text-align: center;
  font-size: var(--bis-font-size-15); font-weight: 500;
  border: 1px solid var(--bis-color-light-gray); border-radius: 5px;
  padding: 0 30px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%);
  margin-bottom: 5px;
}

.Write-area {
  display: block;
}
.Write-area li {
  margin-top: 30px;
}
.Write-area li input {
  width: 100%;
  border-radius: 5px;
  padding-left: 15px;
  line-height: 52px;
}
.Write-area li button.gray {
  width: 22%;
  border-radius: 5px;
  line-height: 58px;
  padding-left: 2%;
}
.Write-area li button i.icon-plus {
  position: relative;
}
.Write-area li button i.icon-plus:before {
  content: "";
  position: absolute; top: 50%; left: 50%;
  transform: translate(-25px, -60%);
  background: url('../images/common/icon-add-location.svg') no-repeat; background-size: 100%;
  width: 24px; height: 24px;
}
.Write-area li button:hover i.icon-plus:before {
  content: "";
  position: absolute; top: 50%; left: 50%;
  transform: translate(-25px, -60%);
  background: url('../images/common/icon-add-location-white.svg') no-repeat; background-size: 100%;
  width: 24px; height: 24px;
}
.Write-area li textarea.textarea {
  width: 100%; height: 550px;
  border-radius: 5px;
  padding: 30px;
  border: 1px solid var(--bis-color-light-gray); border-radius: 5px;
}

/*********************************************************************************************
						  반응형 해상도 관련 Style css
*****************************/

/********************************************************************** 1500 미만 해상도 */
@media only screen and (max-width:1500px) and (min-width:1300px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 155px;
  }
  .box-list .inner strong.tit-list-01 {
    height: 25px; line-height: 25px;
    overflow: hidden;
  }
  .box-list .inner span.txt-list-01 {
    height: 45px;
    overflow: hidden;
  }
  .Write-area li button.gray {
    width: 26%;
  }

  .store-warp .box-bord-store .store-cont-inner {
    width: 548px;
  }
  .border-list-wrap .list-box-td ul li:first-child {
    width: 76%;
  }
  .border-list-wrap .list-box-td ul li {
    width: 12%;
  }
  .placeGo-wrap .placdMap-left {
    width: 440px;
  }
  .recomCos-wrap > ul > li .box-list-border figure {
    position: relative;
	width: 150px;
  }
  .recomCos-wrap > ul > li .box-list-border figure img {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-list-border figure+.inner {
    width: calc(100% - 180px);
  }
  .box-list-border .inner .user-info-wrap {
    margin-top: 25px;
    width: 100%;
    display: block;
  }
  .recomCos-wrap > ul > li .box-list-border .inner .user-info-wrap .likeWrap {
    margin-left: 0px;
	padding-left: 10px;
    float: right;
  }

}
/********************************************************************** 1300 미만 해상도 */
@media only screen and (max-width:1299px) and (min-width:1200px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 140px;
  }
  .category-opt strong {
    width: 12%;
  }
  .Write-area li button.gray {
    width: 28%;
  }
}
/********************************************************************** 1024 미만 해상도 */
@media only screen and (max-width:1199px) and (min-width:1000px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 130px;
  }
  .category-opt strong {
    width: 12%;
  }
  .Write-area li button.gray {
    width: 30%;
  }
}

/********************************************************************** 900 미만 해상도 */
@media only screen and (max-width:999px) and (min-width:900px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 110px;
  }
  .category-opt strong {
    width: 12%;
  }
  .Write-area li button.gray {
    width: 40%;
  }
}


/*********************************************************************************************
              Mobile Style css
*****************************/

@media only screen and (max-width:899px) and (min-width:280px) {

/********************************************************* 옵션 */
  .sub-wrapper .content .travel-wrap .optionBind .category-list {
    border-radius: 5px;
    margin: 10px -1px 0px;
  }
  .sub-wrapper .content .travel-wrap .optionBind .category-list label.txt-list-02 {
    padding: 10px 0 15px 20px;
    font-size: var(--bis-font-size-15);
  }
  .sub-wrapper .content .travel-wrap .optionBind .category-list input:checked ~ label.txt-list-02 {
    padding: 10px 0 0px 20px;
  }
  .sub-wrapper .content .travel-wrap .optionBind .category-list .catgBody {
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s;
	margin: 0px;
  }
  .sub-wrapper .content .travel-wrap .optionBind .category-list input:checked ~ .catgBody {
	margin:10px 20px 20px;
	max-height: 100vh;
	padding: 1em;
  }
  .category-list .catgBody > span label {
    font-size: var(--bis-font-size-12);
    font-weight: 500;
    line-height: 16px;
  }
  .category-list .catgBody > span label.checkbox {
    padding-top: 0px;
  }
  .category-list .catgBody > span label.checkbox::before {
    top: 0px; left: 0;
    height: 10px; width: 10px;
    border-radius: 2px;
    border: 2px solid var(--bis-color-black);
  }

/********************************************************* List */
  .sub-wrapper .content .travel-wrap .listPage-area ul li {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 210px;
  }
  .box-list:hover figure .view-more {
    font-size: var(--bis-font-size-22);
  }
  .box-list:hover figure .view-more:after {
    left: 59px;
  }
  .box-list .inner {
    height: 96px;
  }
  .box-list .inner span.txt-list-01 {
    height: 34px;
    overflow: hidden;
  }
  .box-list .user-info-wrap {
    margin-top: 7px;
  }

  
  /***** 코스를 부탁해 List */
  .search-right-wrap {
    width: 100%;  
  }
  .search-right-wrap .input {
    float: left;
    width: 82%;
    height: 52px;
    line-height: 52px;
  }
  .search-right-wrap .black {
    width: 18%; height: 52px;
    line-height: 52px;
  }
  .border-list-wrap .list-box-th {
    display: none;
  }
  .border-list-wrap .list-box-td {
    border-top: 2px solid var(--bis-color-black);
  }
  .border-list-wrap .list-box-td ul li {
    width: 30%;
    padding: 10px 0 0; padding-left:4%;
    line-height: 18px;
    text-align: left;
	padding-bottom: 10px;
  }
  .border-list-wrap .list-box-td ul li:first-child {
	display: block;
    width: 100%; line-height: 0%; padding: 15px 0 10px;
	border-bottom: 1px dashed var(--bis-color-light-gray);
  }
  .border-list-wrap .list-box-td ul li:last-child {
    float: right;
	width: 62%;
    text-align: right;
  }


  /***** 내주변 갈만한 곳 */
  .placeGo-wrap ul > li {
    width: 100%;
  }
  .placeGo-wrap .placdMap-left {
    width: 100%; height: 470px;
    overflow: hidden;
  }
  .mapArea {
    height: 470px;
  }
  .mapArea img {
    transform: translate(-35%, -9%);
    width: auto;
  }
  .placeGo-wrap .placdMap-left .mapArea .kmWrap {
    position: absolute; top: 10px; left: 5%;
	width: 100%;
  }
  .placeGo-wrap .placdMap-left .mapArea .kmWrap .frmInp {
    margin-right: 2%;
  }
  .placeGo-wrap .placdMap-left .mapArea .kmWrap .frmInp label {
    height: 35px; line-height: 35px;
    padding: 0 10px;
  }
  .placeGo-wrap .placdMap-left .mapArea button {
    position: absolute; right: 5%;
    width: 33px; height: 33px;
  }
  .placeGo-wrap .placdMap-left .mapArea button.location {
    bottom: 20px;
  }
  .placeGo-wrap .placdMap-left .mapArea button.zoomIn {
    bottom: 58px;
  }
  .placeGo-wrap .placdMap-right {
    display: block;
    width: 100%; height: auto;
    margin-left: 0px; margin-top:10px;
    overflow-y: visible;
  }
  .placeGo-wrap .placdMap-right .box-list-row {
    width: 100%;
    margin-top: 10px;
  }
  .placeGo-wrap .placdMap-right .box-list-row .place-md a figure {
    width: 100%; height: 150px;
  }
  .placeGo-wrap .placdMap-right .box-list-row .place-md a figure+.inner {
    width: 100%;
  }
  .placeGo-wrap .placdMap-right .box-list-row .place-md a .inner {
    margin-left: 0px; margin-top: 10px;
	min-height: 70px;
  }
  .placeGo-wrap .placdMap-right .box-list-row .place-md a .inner span.txt-trv1 {
    padding-top: 5px;
  }
  .placeGo-wrap .placdMap-right .box-list-row .place-md a .inner .likeWrap {
    float: left;
    margin-top: 10px;
    padding-right: 0px;
  }
  .box-list-row .place-md a .inner .star-rating {
    float: right;
    margin-top: 10px; padding-left: 5%;
  }

  .mdPick-wrap > ul > li .box-list .inner {
    margin-top: 10px;
    height: 100px;
  }
  .mdPick-wrap ul > li {
    width: var(--bis-boxList-width-fourth);
  }
  .mdPick-wrap ul > li .box-list figure {
    height: 100px;
  }


  /***** paginate */
  .paginate {
    margin: 30px auto 30px;
    position: relative;
  }
  .paginate a {
    line-height: 30px;
    width: 30px; height: 30px;
    border-radius: 50%;
    margin-left: 2%;
}
  .paginate a.direction {
    width: 30px; height: 30px;
  }
  .paginate a.direction.first {
    position: absolute; top: 40px; left: 50%;
    transform: translate(-222%, -0%);
    background-position: -7px -6px;
  }
  .paginate a.direction.prev {
    position: absolute; top: 40px; left: 50%;
    transform: translate(-110%, -0%);
    background-position: -49px -6px;
    margin-right: 2%;
  }
  .paginate a.direction.next {
    position: absolute; top: 40px; left: 50%;
    transform: translate(-12%, -0%);
    background-position: -173px -6px;
    margin-left: 5%;
  }
  .paginate a.direction.last {
    position: absolute; top: 40px; left: 50%;
    transform: translate(130%, -0%);
    background-position: -215px -6px;
  }



/********************************************************* View */
  .store-warp {
    width: 100%;
  }
  .store-warp .box-bord-store {
    border: 1px solid var(--bis-color-light-gray);
    padding: 20px 5%;
    height: auto;
  }
  .store-warp .box-bord-store figure {
    width: 100%; height: 210px;
  }
  .store-warp .box-bord-store .store-cont-inner {
    width: 100%;
	margin-top: 20px; margin-left: 0px;
  }
  .store-warp .box-bord-store .store-cont-inner .user-info-wrap {
    margin-top: 5px;
  }
  .store-warp .box-bord-store .store-cont-inner .tag-area {
    margin-top: 10px;
  }
  .store-warp .box-bord-store .store-cont-inner p {
    font-size: var(--bis-font-size-15); font-weight: 400;
    line-height: 160%;
    padding-top: 10px;
  }
  .comment-wrap .commt-write-wrap .review-idSart .star-rating {
    display: block;
    margin: 9px 0 0 0px; padding-left: 0px;
  }
  .star-rating:after {
    position: absolute; top: 0px; left: 0px;
    width: 0px; height: 0px;
    background-color: transparent;
  }
  .comment-wrap .commt-write-wrap .textarea-commt textarea {
    width: 80%; height: 100px;
  }
  .mdPick-wrap > ul > li {
    margin-bottom: 20px;
  }
  .mdPick-wrap > ul > li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .mdPick-wrap > ul > li .box-list:hover figure .view-more {
    display: none;
  }
  .mdPick-wrap > ul > li .box-list .inner {
    margin-top: 10px;
    height: 120px;
  }
  .mdPick-wrap > ul > li .box-list .user-info-wrap .userWrap {
    position: relative;
    display: inline-block;
    height: 36px;
    width: 60%;
  }
  .box-list .user-info-wrap .userWrap span.user-profile {
    display: inline-block;
    width: 32px; height: 32px;
  }
  .mdPick-wrap > ul > li .box-list .user-info-wrap .userWrap span.profile {
    position: absolute; top: 50%; left: 32px;
	transform: translate(0%, -60%);
    width: calc(100% - 46px);
    line-height: 110%;
    display: inline-block;
  }
  .mdPick-wrap > ul > li .box-list .user-info-wrap .likeWrap {  
    padding-left: 5px;
  }
  .mdPick-wrap > ul > li .box-list .user-info-wrap .likeWrap:after {
    width: 0px;
    height: 0px;
    background-color: var(--bis-color-light-gray);
  }
  .view-body-wrap .view-cont-wrap .csKeyw-wrap .tag-wrap .keyword {
    padding: 0 4%;
	margin-left: 1%; margin-bottom: 5px;
  }
  .view-body-wrap .view-cont-wrap .csKeyw-wrap .tag-wrap .keyword:first-child {
	margin-left: 0%;
  }


  /***** 추천 코스 View */
  .cossgh-wrap > ul > li {
    float: left;
    width: 49%;
    margin-left: 2%; margin-bottom: 5px;
  }
  .cossgh-wrap > ul > li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .cossgh-wrap > ul > li .box-list figure {
    height: 200px;
  }
  .cossgh-wrap .box-list figure .place-title {
    bottom: 20px; left: 10%;
    font-size: var(--bis-font-size-18);
  }
  .recomCos-wrap > ul > li {
    float: left;
    width: 100%;
    margin-left: 0%; margin-bottom:10px;
  }
  .recomCos-wrap > ul > li .box-list-border figure {
    width: 100%;
    height: 170px;
  }
  .recomCos-wrap > ul > li .box-list-border .inner {
    display: block;
    margin-left: 0px; margin-top: 10px;
	width: 100%;
  }
  .box-list-border .inner .user-info-wrap {
    margin-top: 10px;
  }
  .recomCos-wrap > ul > li .box-list-border .inner .user-info-wrap .likeWrap {
    float: right;
  }
  .recomCos-wrap > ul > li .box-list-border .inner .user-info-wrap .likeWrap:after {
    top: 0px;
    width: 0px; height: 0px;
  }

  .button-center-wrap .black {
    width: 32%; height: 48px; line-height: 48px;
    margin-left: 2%;
  }
  .button-center-wrap .black-red {
    width: 32%; height: 48px; line-height: 48px;
    margin-left: 2%;
  }

  .category-opt strong {
    display: block;
    width: 90%; height: auto; line-height: 140%;
    padding: 20px 5% 0;
  }
  .category-opt .ctg-cont {
    display: block;
    width: 90%;
    padding: 10px 5%;
  }
  .category-opt .ctg-cont .season label, .category-opt .ctg-cont .country label, .category-opt .ctg-cont .overseas label {
    line-height: 30px;
    padding: 0 25px;
  }
  .Write-area li button.gray {
    width: 100%;
    padding-left: 5%;
  }
}


/********************************************************* 320 해상도 */

@media only screen and (max-width:359px) and (min-width:320px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 210px;
  }
  .recomCos-wrap > ul > li .box-list-border figure {
    height: 170px;
  }
}

/********************************************************* 360 해상도 */
@media only screen and (max-width:374px) and (min-width:360px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 235px;
  }
  .recomCos-wrap > ul > li .box-list-border figure {
    height: 190px;
  }
}

/********************************************************* 375 해상도 */
@media only screen and (max-width:389px) and (min-width:375px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 240px;
  }
  .recomCos-wrap > ul > li .box-list-border figure {
    height: 200px;
  }
}

/********************************************************* 390 해상도 */
@media only screen and (max-width:399px) and (min-width:390px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 260px;
  }
  .recomCos-wrap > ul > li .box-list-border figure {
    height: 210px;
  }
}


/********************************************************* 400~412px 해상도 */
@media only screen and (max-width:413px) and (min-width:400px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 275px;
  }
  .recomCos-wrap > ul > li .box-list-border figure {
    height: 220px;
  }
}


/********************************************************* 415 해상도 */
@media only screen and (max-width:499px) and (min-width:414px){
  .sub-wrapper .content .travel-wrap .listPage-area ul > li .box-list figure {
    height: 280px;
  }
  .recomCos-wrap > ul > li .box-list-border figure {
    height: 220px;
  }
}


@media only screen and (max-width:899px) and (min-width:700px) {  
  /********************** 해상도 700 이상 태블릿 css */
  .sub-wrapper .content .travel-wrap .listPage-area ul li {
    float: left;
    width: 48%;
    margin-left: 2%;
  }  
  .sub-wrapper .content .travel-wrap .listPage-area ul li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .store-warp .box-bord-store {
    padding: 20px 3%;
  }
  .store-warp .box-bord-store figure {
    width: 35%; height: 185px;
  }
  .store-warp .box-bord-store .store-cont-inner {
    width: 60%;
    margin-top: 0px; margin-left: 5%;
  }
  .mdPick-wrap ul > li {
    width: var(--bis-boxList-width-fourth);
	margin-left: 5%;
  }
  .mdPick-wrap ul > li .box-list figure {
    height: 240px;
  }
  .paginate a.direction.next {
    position: absolute; top: 40px; left: 50%;
    transform: translate(-48%, -0%);
    background-position: -173px -6px;
  }
  .paginate a.direction.next:hover {
    background-position: -257px -5px;
  }
  .border-list-wrap .list-box-td ul li:first-child {
    display: inline-block;
    width: 75%;
	border-bottom: 0px;
  }
  .border-list-wrap .list-box-td ul li {
    width: 5%;
	padding: 15px 0 10px;
	line-height: 32px;
  }
  .border-list-wrap .list-box-td ul li:last-child {
    float: right;
    width: 12%;
	padding: 15px 0 10px;
	line-height: 32px;
  }
  .placeGo-wrap .placdMap-right .box-list-row {
    display: inline-block;
    width: 47%;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  .placeGo-wrap .placdMap-right .box-list-row:nth-child(2n+1) {
    margin-left: 0%;
  }
  .placeGo-wrap .placdMap-right .box-list-row .place-md a figure {
    width: 100%; height: 200px;
  }
  .recomCos-wrap > ul > li {
    float: left;
    width: 47.5%;
    margin-left: 5%;
    margin-bottom: 0px;
  }
  .recomCos-wrap > ul > li .box-list-border figure {
    width: 100%; height: 200px;
  }

  .paginate a.direction.first {
    position: absolute; top: 0px; left: 50%;
	transform: translate(-205px, -0%);
  }
  .paginate a.direction.prev {
    position: absolute; top: 0px; left: 50%;
	transform: translate(-170px, -0%);
  }
  .paginate a.direction.next {
    position: absolute; top: 0px; left: 50%;
    transform: translate(98px, -0%);
  }
  .paginate a.direction.last {
    position: absolute; top: 0px; left: 50%;
	transform: translate(155px, -0%);
  }

}

