@charset "utf-8";

/* Basic css for all articles */
@font-face {
  font-family: 'NotoSans Regular';
  src: url('../fonts/NotoSans-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: 
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.mustbe {
  font-style: normal;
  font-size: 16px;
  color: #333;
}
.mustbe, .mustbe *, .mustbe *::before, .mustbe *::after, .mustbe table {
  box-sizing: border-box;
}
.mustbe ul, .mustbe ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mustbe h1, .mustbe h2, .mustbe h3, .mustbe h4, .mustbe p {
  margin: 0;
  padding: 0
}
.mustbe a,
.mustbe a:hover {
  text-decoration: none;
}
.mustbe a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mustbe .bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mustbe .width100 {
  width: 100%;
}
.mustbe .maxwidth100 {
  max-width: 100%;
}
.mustbe .d-table {
  display: table !important;
}
.mustbe .d-table-cell {
  display: table-cell !important;
  vertical-align: middle !important;
}
.mustbe .text-right {
  text-align: right !important;
}
.mustbe .text-center {
  text-align: center !important;
}
.mustbe .text-justify {
  text-align: justify !important;
}
.mustbe .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mustbe .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.mustbe .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.mustbe .col-max {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.mustbe table {
  border-spacing: 0;
}
.mustbe table th,
.mustbe table td {
  font-size: 15px !important;
  letter-spacing: 0;
}
.mustbe .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mustbe .table-responsive th,
.mustbe .table-responsive td {
  white-space: nowrap;
}
.mustbe .doc-title,
.mustbe .doc-title2,
.mustbe .doc-title3 {
  font-family: 'NotoSans Regular';
  font-style: normal;
  font-weight: 400;
}
.mustbe .doc-title3 {
  font-size: 17px;
}
@media (min-width:786px) {
  .mustbe .width-small {
    margin: auto;
    width: 75%;
  }
}
@media (max-width:1199px) {
  .mustbe .doc-title {
    font-size: 20px;
    line-height: 24px;
  }  
  .mustbe .doc-title2 {
    font-size: 18px;
  }
}
@media (min-width:1200px) {
  .mustbe .doc-title {
    font-size: 26px;
    line-height: 32px;
  }  
  .mustbe .doc-title2 {
    font-size: 20px;
  }
  .mustbe .width-small {
    margin: auto;
    width: 60%;
  }
  .mustbe .width-medium {
    margin: auto;
    width: 80%;
  }
}

/* ========================================
   C&K TOUR - CALGARY ROCKIES
======================================== */

.cnk-rocky-section {
	position: relative;
	width: 100%;
	padding: 130px 20px 150px;
	background: #fff;
	overflow: hidden;
}

.cnk-rocky-wrap {
	position: relative;
	max-width: 1320px;
	margin: 0 auto;
	min-height: 610px;
	display: flex;
	align-items: center;
}


/* ===============================
   왼쪽 영역
=============================== */

.cnk-rocky-text {
	position: relative;
	width: 57%;
	min-height: 510px;
	display: flex;
	align-items: center;
	z-index: 3;
}


/* 골드 프레임 */

.cnk-rocky-frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 315px;
	height: 100%;
	border-left: 8px solid #c79a24;
	border-top: 8px solid #c79a24;
	border-bottom: 8px solid #c79a24;
	pointer-events: none;
}

.cnk-rocky-frame::before,
.cnk-rocky-frame::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
}


/* 실제 텍스트 */

.cnk-rocky-copy {
	position: relative;
	width: 620px;
	padding: 95px 55px 70px 48px;
	z-index: 2;
}


/* ALBERTA */

.cnk-rocky-eyebrow {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #c79a24;
}


/* 캐나다 로키의 관문 */

.cnk-rocky-subtitle {
	margin: 0 0 35px;
	font-size: 31px;
	line-height: 1.4;
	font-weight: 700;
	color: #222;
	letter-spacing: -1.2px;
}


/* 설명 */

.cnk-rocky-desc {
	max-width: 555px;
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	font-weight: 400;
	color: #656565;
	word-break: keep-all;
}


/* 숫자 영역 */

.cnk-rocky-info {
	display: flex;
	gap: 38px;
	margin-top: 38px;
	padding-top: 27px;
	border-top: 1px solid #e6e6e6;
}

.cnk-rocky-info > div {
	display: flex;
	flex-direction: column;
}

.cnk-rocky-info strong {
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #004098;
}

.cnk-rocky-info span {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.7px;
	color: #999;
}


/* 자세히 보기 */

.cnk-rocky-more {
	display: inline-flex;
	align-items: center;
	gap: 30px;
	margin-top: 28px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.cnk-rocky-more span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #c79a24;
	border-radius: 50%;
	color: #c79a24;
	font-size: 17px;
	transition: all 0.3s ease;
}

.cnk-rocky-more:hover {
	color: #c79a24;
}

.cnk-rocky-more:hover span {
	background: #c79a24;
	color: #fff;
}


/* ===============================
   큰 영문 제목
=============================== */

.cnk-rocky-main-title {
	position: absolute;
	top: 48px;
	left: 365px;
	z-index: 10;
	margin: 0;

	font-family: Arial, sans-serif;
	font-size: 72px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -3px;

	color: #c79a24;
	white-space: nowrap;
	pointer-events: none;
}

.cnk-rocky-main-title span {
	color: #004098;
}


/* ===============================
   오른쪽 이미지
=============================== */

.cnk-rocky-visual {
	position: absolute;
	right: 0;
	top: 0;
	width: 520px;
	height: 520px;
	z-index: 1;
}


/* 이미지 뒤 하늘색 장식 */

.cnk-rocky-visual::before {
	content: "";
	position: absolute;
	top: -30px;
	right: 0;
	width: 100%;
	height: 170px;
	background: #ddecf4;
	z-index: -1;
}


/* 슬라이더 */

.cnk-rocky-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cnk-rocky-slide {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	height: 390px;
	opacity: 0;
	transition: opacity 0.9s ease;
}

.cnk-rocky-slide.active {
	opacity: 1;
	z-index: 2;
}

.cnk-rocky-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* ===============================
   슬라이드 점
=============================== */

.cnk-rocky-dots {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;

	display: flex;
	align-items: center;
	gap: 10px;
}

.cnk-rocky-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d2d2d2;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cnk-rocky-dots button.active {
	background: #004098;
	transform: scale(1.15);
}

