@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}

@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
}

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

body {
    background: white;
    padding: 0;
    margin: 0;
    font-family: 'Nanumgothic', 'Apple SD Gothic Neo', NotoSansWeb, 'Malgun Gothic', sans-serif;
}

header {

}

.relative {
    position: relative;
}

.logo-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.wrapper {
    max-width: 1082px;
    margin-left: auto;
    margin-right: auto;
}

.contact-header {
    padding-top: 20px;
    padding-bottom: 55px;
    text-align: right;
    border-bottom: 1px solid #cecece;
}

.contact__phone {
    font-family: 'Godo';
    font-weight: 700;
    font-size: 20px;
    color: #d50000;
    text-decoration: none;
    display: inline-block;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url('../images/icon-red-phone.png') left 3px no-repeat;
}
.contact__qna {
    font-family: 'Godo';
    font-weight: 700;
    font-size: 16px;
    color: #d50000;
    text-decoration: none;
    display: inline-block;
    margin-left: 30px;
    padding: 7px 30px;
    border: 1px solid #d50000;
    border-radius: 15px;
    background: #fdeff0;
}
.nav-header ul,
.nav-header li {
    list-style: none;
    padding-left: 0;
    text-align: right;
}
.nav-header li {
    display: inline-block;
}
.nav-header li:after {
    content: '|';
    color: #cecece;
    font-size: 14px;
}
.nav-header li:last-of-type:after {
    content: '';
}
.nav-header a {
    text-decoration: none;
    font-family: 'Nanumbarungothic';
    font-size: 18px;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
}
.nav-header li:last-of-type a {
    padding-right: 0;
}

.nav-header a:hover,
.nav-header a:active {
    color: #d50000;
}

.main-slider-wrap .bx-wrapper {
    border: none;
    box-shadow: none;
    background: none;
    margin-bottom: 100px;
}

.main-slider-wrap .bx-wrapper img {
    width: 100%;
}

.main-slider {
    padding-left: 0;
    margin-top: 0;
}

.main-slider .text {
    position: absolute;
    top: 90px;
    right: calc(((100% - 1082px) / 2) + 70px);
    color: white;
    text-align: center;
    width: 360px;
}
.main-slider .text.black {
    color: black;
}
.main-slider .desc {
    font-family: 'Nanumgothic';
    font-size: 18px;
    margin-bottom: 5px;
}
.main-slider .title {
    font-family: 'Nanummyeongjo';
    font-size: 40px;
    margin-bottom: 25px;
}
.main-slider .bx-wrapper img {
    width: 100%;
}

.main-slider-wrap .btn-slider-wrap button {
    position: absolute;
    top: 110px;
    background: none;
    border: none;
    width: 20px;
    height: 37px;
    padding: 0;
}

.main-slider-wrap .btn-slider-left {
    right: calc(((100% - 1082px) / 2) + 480px);
}
.main-slider-wrap .btn-slider-right {
    right: calc(((100% - 1082px) / 2) + 0px);
}
.main-slider-wrap .bx-wrapper .bx-controls-direction a {
    display: none;
}
.main-slider-wrap .bullet-list-wrap {
    position: absolute;
    bottom: -35px;
    right: calc(((100% - 1082px) / 2) + 0px);
}
.main-slider-wrap .bullet {
    color: #646464;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    background: url('../images/circle-deselected.png') left center no-repeat;
    padding-left: 20px;
    margin-right: 30px;
}
.main-slider-wrap .bullet.activated {
    color: #a41f23;
    background: url('../images/circle-selected.png') left center no-repeat;
}
.main-slider-wrap .bullet:last-of-type {
    margin-right: 0;
}
.main-slider-wrap .bx-pager {
    display: none;
}

.btn-tour-slider {
    border: 1px solid rgb(0, 0, 0, .2);
    background: rgb(255, 255, 255, .4);
    color: black;
    font-size: 14px;
    padding: 12px 34px;
    text-decoration: none;
}
.text-right {
    text-align: right;
}

.unset-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.item-slider {
    margin-bottom: 60px;
}
.item-slider a {
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #aeaeae;
    padding-bottom: 15px;
    margin-top: 5px;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
}
.item-slider a:after {
    content: '';
    clear: both;
    display: block;
}

.item-slider li {
    margin-left: 7px;
    margin-right: 7px;
}

.item-slider .desc,
.item-slider .title,
.item-slider .price {
    font-family: 'Nanumgothic';
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.item-slider .desc,
.item-slider .title {
    font-size: 15px;
    color: black;
}
.item-slider .price {
    font-family: 'Nanumgothic';
    font-size: 24px;
    color: #d50000;
    margin-top: 10px;
}
.item-slider .desc {
    margin-top: 15px;
}

.item-slider img {
    max-width: 255px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.item-slider .item-best {
    position: absolute;
    left: 10px;
    top: 0;
}
.item-slider .item-md {
    position: absolute;
    left: 10px;
    top: 0;
}
.item-slider .frame {
    position: absolute;
    left: 0;
    top: 5px;
    --box-shadow: 0 0 0 10px #d50000 inset;
    width: 100%;
    height: 344px;
}
.item-slider-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px;
}
.item-slider-wrap .slick-prev {
    background: url('../images/arrow-circle-left.png') 0 0 no-repeat;
    left: -70px;
}
.item-slider-wrap .slick-next {
    background: url('../images/arrow-circle-right.png') 0 0 no-repeat;
    right: -70px;
}


.difference {
    border-top: 1px solid #d50000 ;
    border-bottom: 1px solid #d50000 ;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.difference .title {
    display: inline-block;
    max-width: 250px;
    width: 100%;
    margin-right: 80px;
    vertical-align: top;
    font-family: 'Nanummyeongjo';
    font-size: 25px;
    color: #d50000;
}
.difference .text {
    display: inline-block;
    width: calc(100% - 350px);
    vertical-align: top;
    font-size: 14px;
    line-height: 180%;
    color: #6c6c6c;
}
.difference .highlight {
    color: black;
    margin-top: 20px;
}

.tour-8-top {
    border: 1px solid #aeaeae;
    padding: 60px;
    box-sizing: border-box;
    background: white;
}
.tour-8-top img {
    border: 1px solid #aeaeae;
    box-sizing: border-box;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

.clear-fix:after {
    content: '';
    clear: both;
    display: block;
}

.tour-8-top .pull-left {
    margin-right: 60px;
    max-width: 425px;
}
.tour-8-top .pull-right {
    max-width: 470px;
}

.tour-8-top .title {
    font-size: 30px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
}
.tour-8-top .desc {
    margin-bottom: 65px;
}
.tour-8-top li {
    font-size: 14px;
    padding: 10px 15px;
    width: calc((86% - 5px) / 2);
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tour-8-top li a {
    display: block;
    font-size: 13px;
}

.tour-8-top li:nth-child(2),
.tour-8-top li:nth-child(4),
.tour-8-top li:nth-child(6) {
    margin-right: 0;
}

.tour-8-top li:nth-child(1),
.tour-8-top li:nth-child(4),
.tour-8-top li:nth-child(5) {
    border: 1px solid #a41f23;
    background: url('../images/arrow-red-right.png') calc(100% - 10px) center no-repeat, #fdeff0;
}
.tour-8-top li:nth-child(1) a,
.tour-8-top li:nth-child(4) a,
.tour-8-top li:nth-child(5) a {
    color: #a41f23;
    text-decoration: none;
}
.tour-8-top li:nth-child(2),
.tour-8-top li:nth-child(3),
.tour-8-top li:nth-child(6) {
    border: 1px solid #a41f23;
    background: url('../images/arrow-white-right.png') calc(100% - 10px) center no-repeat, #a41f23;
}
.tour-8-top li:nth-child(2) a,
.tour-8-top li:nth-child(3) a,
.tour-8-top li:nth-child(6) a {
    color: #fdeff0;
    text-decoration: none;
}
.tour-8-bottom {
    border: 1px solid #aeaeae;
    border-top: 0;
    padding: 50px 0 100px 0;
    box-sizing: border-box;
    background: white;
    position: relative;
    z-index: 1;
}
.tour-8-bottom ul {
    text-align: center;
}
.tour-8-bottom li {
    width: 257px;
    height: 277px;
    display: inline-block;
    border: 1px solid #aeaeae;
    margin-left: 25px;
    margin-right: 25px;

}
.tour-8-bottom .item-best {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 5;
}
.tour-8-bottom .title-sect {
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: 1;
    color: white;
    background: url('../images/arrow-circle-white-right.png') calc(100% - 15px) center no-repeat, rgb(0, 0, 0, .4);
    width: 100%;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
}

.grey-sect-wrap {
    height: 435px;
}

.grey-sect {
    background: #f3f3f3;
    position: absolute;
    top: -80px;
    width: 100%;
}
.customer-center {
    padding-top: 140px;
    padding-bottom: 80px;

}
.top_size {padding-top: 70px;
    border-top: 1px solid #aeaeae;
    margin-top: 70px;
}

.customer-center .pull-left {
    width: 50%;
    border-right: 1px solid #d8d8d8;
    padding-right: 40px;
    box-sizing: border-box;
}
.customer-center .pull-right {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
}
.right-top {margin-top: 50px;}


.customer-center .title-sect {
    margin-bottom: 30px;
}
.customer-center .title {
    font-size: 26px;
    font-weight: bold;
    color: #d71a1a;
    float: left;
}
.customer-center .phone {
    font-size: 26px;
    font-weight: bold;
    color: #d71a1a;
    float: right;
}
.customer-center .box {
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    background: white;
    padding: 20px 30px;
}
.customer-center .box .row {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.customer-center .box .row:last-of-type {
    border: none;
}

.customer-center .box .head {
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: calc(46% - 45px);
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 45px;
}
.customer-center .box .head.clock {
    background: url('../images/icon-clock.png') left center no-repeat;
}
.customer-center .box .head.email {
    background: url('../images/icon-email.png') left center no-repeat;
}
.customer-center .box .head.card {
    background: url('../images/icon-card.png') left center no-repeat;
}
.customer-center .box .text {
    float: right;
    width: 54%;
    padding-top: 7px;
}
.customer-center .url {
    color: #0f68c2;
}
.customer-center .box .tab {
    float: left;
    widoth: 50px;
}
.customer-center .pull-right .desc {
    font-size: 23px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 60px;
    line-height: 160%;
}
.customer-center .features .circle {
    width: 108px;
    height: 108px;
    background: #f2b115;
    box-sizing: border-box;
    border: 1px solid rgb(0, 0, 0, .2);
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.customer-center .features {
    text-align: center;
}
.customer-center .features a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}
.customer-center .features img {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -21.5px;
}
.customer-center .features .text {
    font-size: 14px;
    color: black;
    height: 32px;
    vertical-align: middle;
}

.product-detail {
    border-bottom: 2px solid #3e3e3e;
    margin-top: 100px;
    margin-bottom: 60px;
}

.product-detail .title {
    font-size: 22px;
    font-weight: 600;
    color: white;
    background: #3e3e3e;
    padding: 15px;
    margin-bottom: 30px;
}
.product-detail .pull-right {
    width: 52%;
}
.title__basic-info  {
    padding-left: 30px;
    font-family: 'Nanummyeongjo';
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 60px;
    border-bottom: 2px solid #3e3e3e;
}
.product-detail .header {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.product-detail .header .box {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
}
.product-detail .header .pull-left {
    margin-right: 50px;
}
.product-detail .header .row {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.product-detail .header .row:first-of-type {
    padding-top: 0;
}
.product-detail .header .price {
    font-size: 18px;
    color: #d50000;
    font-weight: bold;
}
.product-detail .header .head {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    font-weight: bold;
}
.product-detail .header .text {
    display: inline-block;
    vertical-align: middle;
}
.product-detail .article {
    padding: 20px 30px 60px 30px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.product-detail .article:last-of-type {
    border: none;
}

.schedule-tab-list li {
    display: inline-block;
    font-family: 'Nanummyeongjo';
    font-size: 15px;
    width: 190px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    margin-right: 2px;
    box-sizing: border-box;
    background: #f8f8f8;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    cursor: pointer;
}
.schedule-tab-list li.activated {
    background: #a41f23;
    color: white;
}
.schedule-wrap-list li {
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    padding: 80px;
}
.schedule-wrap-list .schedule {
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    box-sizing: border-box;
    border-collapse: collapse;
}
.schedule-wrap-list .schedule:first-of-type {
    border-top: 1px solid #bdbdbd;
}
.schedule-wrap-list .schedule:last-of-type {
    margin-bottom: 60px;
}
.schedule-wrap-list .header {
    background: #f9f9f9;
    padding: 18px 34px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.schedule-wrap-list .header .title {
    color: #a41f23;
    font-weight: bold;
}
.schedule-wrap-list .content {
    padding: 18px 34px;
    font-size: 14px;
    color: #5e5e5e;
}
.schedule-wrap-list .content p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 180%;
}
.schedule-wrap-list .info {
    color: #000000;
    margin-top: 30px;
}
.schedule-wrap-list .berth {
    background: url('../images/icon-blue-home.png') left center no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    margin-bottom: 5px;
}
.schedule-wrap-list .meal {
    background: url('../images/icon-meal.png') left center no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}
.schedule-wrap-list .meal .breakfast,
.schedule-wrap-list .meal .lunch,
.schedule-wrap-list .meal .dinner {
    display: inline-block;
    margin-right: 20px;
}
.schedule-wrap {
    display: none;
}
.schedule-wrap.activated {
    display: block;
}
.product-box .product {
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.product-box .product img {
    width: 329px;
}
.product-box .product .text {
    width: calc(100% - 329px);
    padding: 18px 34px;
    box-sizing: border-box;
    max-height: 207px;
    overflow: hidden;
    font-size: 14px;
    color: #575757;
}
footer {
    background: #f3f3f3;
    border-top: 1px solid #e5e5e5;
    margin-top: 140px;
}
footer .logo-footer {
    margin-right: 80px;
}
footer .footer-info {
    padding-top: 40px;
}
footer .copyrights {
    color: #474747;
    font-size: 14px;
    margin-bottom: 20px;
}
footer .contact-us {
    color: #6f6f6f;
    font-size: 14px;
}
footer .contact-us a {
    color: #6f6f6f;
    font-size: 14px;
}
footer .contact-us .row {
    margin-bottom: 6px;
}
footer .contact-us .head {
    display: inline-block;
    width: 80px;
}
footer .contact-us .head:before {
    content: '·';
    margin-right: 15px;
}
footer .contact-us .text {
    display: inline-block;
}



.item-slider .price {
	float: right;
}

.product-table {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
}

.product-table td {
	padding: 20px;
}

.product-td {
 
}

.product-title {
	color: #00b1eb;
	text-decoration: none;
}

.product-list {
	clear: both;
}

.product-desc {
	font-size: 18px;	
}

.product-price {
	color: red;
	font-weight: bolder;
	font-size: 20px;
	float: right;
}

.product-btn {
	width: 180px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
	margin:0;
	padding:0;
	text-align: center;
}

.btn-view {
    background: #00b1eb;
    color: #fff;
	margin-bottom: 15px;
}

.btn-qna {
    background: #efefef;
}

.product-image, .product-image-td {
	width: 180px; 
}

.product-print-btn {
	text-align: right;
}
.product-print-btn button {
    border: 1px solid rgb(0, 0, 0, .2);
    border-radius: 4px;
    background: #f2b115;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 34px;
    text-decoration: none;
    cursor: pointer;
}
.product-print-btn button:hover,
.product-print-btn button:active {
    border: 1px solid rgb(0, 0, 0, .7);
}

.btn-back {
    position: absolute;
    right: 20px;
    top: 20px;

    background: #efefef;
    font-size: 13px;
    border: 1px solid rgb(0, 0, 0, .4);
    border-radius: 5px;
    cursor: pointer;
    padding: 12px 34px;
}

.product-list-wrap li {
    padding-top: 40px;
    margin-bottom: 40px;
}

.product-corner-desc {
    background-color: white;
    border: 1px solid #c0c0c0;
    --border-bottom: 1px solid white;
    font-weight: bold;
    padding: 10px 0;
    width: 200px;
    text-align: center;

    position: absolute;
    top: 0;
    left: 0;

	border-radius: 10px;
	background-color: #f2f9ff;
}

.product-corner-item {
    background-color: white;
    --border-top: 1px solid #c0c0c0;
    padding: 30px 20px;
}

.product-corner-item p {
    line-height: 180%;
}

.margin-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media print {
	header, .only-screen, footer {
		display: none;
	}
	.only-print {
		display: block;
	}
}

@media screen {
	.only-print {
		display: none;
	}
}

.red {
	color: red;
}
.blue{
	color: blue !important;
}

.tour-headline {
	padding-left: 300px;
	padding-right: 300px;
	font-size: 30px;
	font-weight: bolder;
	color: #4f004f;
	margin-bottom: 50px;
	text-align: center;
}

.qna-btn {
	border: 1px solid #c0c0c0;
    font-weight: bold;
    padding: 10px 40px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    background-color: #f2f9ff;
	float: right;
}

.bbs-before-next {
	padding: 30px;
}

.bbs-before-next a {
	text-decoration: none;
}

.bbs-before-next-a {
	margin-bottom: 20px;

	border: 1px solid #c0c0c0;
    font-weight: bold;
    padding: 10px 40px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    background-color: #f2f9ff;
	float: right;
	margin-left: 20px;
}

.bbs-title-h3 {
	padding: 30px;
	font-size: 30px;
	color: #804000;
}

.qna-table {
	width: 100%;
	padding: 20px;
}

.qna-table th, td {
	padding: 20px;
}

.bbs-textarea {
	
}