#page_tour {padding: 0 20px;}
#page_tour .row > .col {margin-top: 30px;}
#page_tour .row > .col:nth-child(-n+2) {margin-top: 0;}
#page_tour .row > .col a {display: grid;grid-template-rows: 330px 1fr;grid-template-columns: 330px;justify-content: center;}
#page_tour .row > .col a:hover .cotbox .tit,
#page_tour .row > .col a:focus .cotbox .tit {color: #28b96b;}
#page_tour .form-select {border-radius: 0;}
#page_tour .btn_sel {margin: 30px 0;}
#page_tour .imgbox {display: flex;justify-content: center;}
#page_tour .imgbox img {width: 100%;height: 100%;border: 1px solid #000;}
#page_tour .cotbox {position: relative;display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;gap: 20px 0;margin-top: 15px;}
#page_tour .cotbox .tit {font-weight: 700;font-size: 20px;width: 100%;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#page_tour .cotbox .badge {background-color: #000;font-weight: 400;font-size: 12px;padding: 6px 10px;min-width: 78px;border-radius: 15px;}
#page_tour .cotbox .dec {overflow: hidden;width: 100%;height: 42px;text-align: center;}
#page_tour .cotbox .dec p {font-weight: 400;font-size: 14px;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

#page_tour_view {padding: 0 20px;margin-bottom: 100px;}
#page_tour_view .topbar {position: relative;margin: 25px 0;}
#page_tour_view .topbar .back {position: absolute;top: 0;left: 0;}
#page_tour_view .topbar .back a {display: block;width: 30px;height: 30px;margin-left: -9px;}
#page_tour_view .topbar .tit {padding: 0 20px;}
#page_tour_view .topbar .tit h3 {text-align: center;margin-bottom: 0;font-weight: 700;font-size: 25px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#page_tour_view .cotbox {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;gap: 25px;}
#page_tour_view .cotbox .imgbox img {max-width: 100%;}
#page_tour_view .cotbox .badge {background-color: #000;font-weight: 500;font-size: 16px;padding: 6px 10px;min-width: 100px;border-radius: 15px;}
#page_tour_view .cotbox .dec {font-weight: 500;font-size: 16px;}
#page_tour_view .cotbox .detail {width: 100%;height: auto;text-align: left;font-weight: 300;font-size: 14px;}
#page_tour_view .cotbox .link {width: 100%;height: auto;border-top: 1px solid #000;border-bottom: 1px solid #000;padding: 20px 0;}
#page_tour_view .cotbox .link .wrap {position: relative;padding-left: 35px;}
#page_tour_view .cotbox .link a {display: block;font-weight: 300;font-size: 12px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#page_tour_view .cotbox .link a:hover,
#page_tour_view .cotbox .link a:focus {text-decoration: underline;}
#page_tour_view .cotbox .link svg {position: absolute;top: -2px;left: 0;}
#page_tour_view .cotbox .bot_btn {width: 100%;height: auto;display: grid;grid-template-columns: 1fr 1fr;justify-items: stretch;}
#page_tour_view .cotbox .bot_btn a {font-size: 14px;font-weight: 300;}
#page_tour_view .cotbox .bot_btn a:first-child {text-align: left;}
#page_tour_view .cotbox .bot_btn a:last-child {text-align: right;}
#page_tour_view .cotbox .bot_btn svg {padding-bottom: 2px;}
#page_tour_view .cotbox .bot_btn .disabled {color: #c8c8c8;}
#page_tour_view .cotbox .bot_btn .disabled path {stroke: #c8c8c8;}

@media (max-width: 860px) {
	#page_tour .cotbox {gap: 10px 0;}
	#page_tour .cotbox .tit {font-size: 14px;}
	#page_tour .row > .col a {grid-template-rows: 164px 1fr;grid-template-columns: 164px;}
}
