/* 서브 */
#sub {width:100%; display:inline-block; overflow: hidden; margin-top: -80px;}
#sub .subtop {position: relative; width:100%; height: 300px;}
#sub .subtop h1 {position: absolute; top: 55%; left: 50%; transform: translate(-50%,-50%); font-size: 40px; color: #fff;}
#sub .subtop#sub01 {background:url(images/subtop01.jpg) no-repeat center top;}
#sub .subtop#sub02 {background:url(images/subtop02.jpg) no-repeat center right 30%;}
#sub .subtop#sub03 {background:url(images/subtop03.jpg) no-repeat center top;}
#sub .subtop#sub04 {background:url(images/subtop04.jpg) no-repeat center top;}
#sub .subtop#sub05 {background:url(images/subtop05.jpg) no-repeat center top;}
#sub .subtop#sub06 {background:url(images/subtop06.jpg) no-repeat center top;}
#sub .subtop#sub07 {background:url(images/subtop07.jpg) no-repeat center right 40%;}


#sub #content {width:100%; display:inline-block;}
#sub .paragraph {width: 100%; display: inline-block; padding: 70px 0;}
#sub .paragraph.pb_none {padding: 70px 0 0;}


/* snb */
.snb {width:100%; height: 60px; line-height:60px; background: #e96f2e; color: #fff;}
.snb .inner {display: flex; margin: 0; padding: 0;}
.snb a.home {width: 60px; height: 60px; display: block; text-align: center; background: #f1a130; color: #fff; border-left: 1px solid #fff; border-right: 1px solid #fff;}
.snb .menu1, .snb .menu2 {padding: 0 23px; font-size: 18px; border-right: 1px #fff solid; width: 250px; position: relative;}
.snb .snb_nav {cursor: pointer; display: flex; justify-content: space-between; align-items: center;}
/* .snb .snb_nav span {-webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out;} */
.snb ul {width: 100%; border: 1px #fff solid;}
.snb li {background: #e96f2e; line-height:50px; border-bottom: 1px #fff solid;}
.snb li:last-child {border-bottom: 0px;}
.snb li a {display: block; padding: 0 23px; font-size: 18px; color: #fff;}
.snb li a.on, .snb .snb_sub li a:hover {background-color: #f1a130; font-weight: 600;}
.snb_sub1 li.on {background-color: #f1a130; font-weight: 600;}
.snb .snb_sub {position: absolute; top: 60px; z-index: 30; left: 0; display: none;}




/* 탭 css */
#sub #content ul.tabs:first-child {border-top: 1px solid #ddd;}
#sub #content ul.tabs {width:600px; /*margin:-30px auto 0;*/ height:60px; position:relative; z-index:1; background-color:#fff; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;}
#sub #content ul.tabs.tab_top {margin: -100px auto 0;}
#sub #content ul.tabs li {line-height:60px; float:left; text-align:center;  font-size:18px; border-right: 1px solid #ddd; -webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
#sub #content ul.tabs li a {display:block; font-size: 20px;}
#sub #content ul.tabs li:hover,#sub #content ul.tabs li.active {background-color:#135e91; font-weight:bold;}
#sub #content ul.tabs li:hover a,#sub #content ul.tabs li.active a {color:#fff; font-weight:bold;}
#sub #content .tab_content {width:100%;min-height:280px;display:inline-block;}
#sub #content ul.tabs.p7 li {width:14.28%;}
#sub #content ul.tabs.p5 li {width:20%;}
#sub #content ul.tabs.p4 li {width:25%;}
#sub #content ul.tabs.p3 li {width:33.3333%;}
#sub #content ul.tabs.p2 li {width:50%;}


/* sub1_1 */
/* 탭메뉴 */
.tab_wrap .tit_list {width: 100%; display: flex;}
.tab_wrap .tit_list > li {flex: 1; text-align: center;}
.tab_wrap .tit_list > li:last-child {margin-left: -1px;}
.tab_wrap .tit_list > li a {display: block; font-size: 1.3rem; border:1px solid #efefef; padding: 15px 20px;}
.tab_wrap .tit_list > li a:hover {background: #e2e2e2; border-color: #efefef;}
.tab_wrap .tit_list > li.active a {font-weight: 700; color: #fff; background: #e96f2e;}
.tab_wrap .tit_list.blue > li a:hover {background: #eff5ff; border-color: #efefef;}
.tab_wrap .tit_list.blue > li.active a {background: #013a91;}
.tab_wrap .tit_list.red > li a:hover {background: #fffafa; border-color: #efefef;}
.tab_wrap .tit_list.red > li.active a {background: #910101;}
.tab_wrap .tab_con .tab_list {display: none;}

/* 슬라이드 */
.slider {font-size: 0;text-align: center;}
.slider .inner {overflow: hidden;width: 100%;margin: 0 auto; position: relative;}
.slide_list > li img {width: 100%;}
.slider .btn_prev,
.slider .btn_next {position: absolute; top: 190px; width: 35px;height: 35px;background:url('images/arrow.png') center center no-repeat;background-size: cover;text-indent: -999em;cursor: pointer; z-index: 5;}
.slider .btn_next {right: 0;}
.slider .btn_prev {left: 0; transform: rotateY(180deg);}


.sub_txt {text-align: center;}
.sub_txt .tit {display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 10px;}

.info_table {margin: 40px 0;}
.info_table.info_table_blue {border-top: 4px solid #013a91;}
.info_table.info_table_red {border-top: 4px solid #910101;}
#sub #content .paragraph .table {border-collapse: collapse; width: 100%;}
#sub #content .paragraph .table th {padding:8px 5px; background-color: #f7fbff; vertical-align:middle; border: 1px #efefef solid;}
#sub #content .paragraph .table th.red {background-color: #fffafa;}
#sub #content .paragraph .table td {padding:8px 5px;border-right:1px #efefef solid;border-bottom:1px #efefef solid;background:#fff;border-left:1px #efefef solid; border-top:1px #efefef solid}

.amenity {margin-bottom: 50px;}
.amenity h3 {padding-left: 15px; position: relative;}
.amenity .c_sub2:after {position: absolute; width: 6px; height: 32px; content: ""; top: 9px; left: 0; background: #013a91;}
.amenity .c_sub3:after {position: absolute; width: 6px; height: 32px; content: ""; top: 9px; left: 0; background: #910101;}
.amenity .cont {border: 1px solid #efefef; text-align: center; padding: 20px; font-size: 20px; margin-top: 20px;}

.sub_reser_btn {text-align: center; margin-top: 30px;}
.sub_reser_btn a {display: inline-block; font-size: 22px; padding: 10px 25px 13px; background: #e96f2e; border-radius: 50px; color: #fff;}

.sub_intro {gap: 95px; margin-bottom: 50px;}


/* sub1 세븐펜션 */
.sub1_reserve {background: #fff5e7;}
.info_table.info_table_orange {margin: 0;}





/* sub2_1(구.소개) */

.sub_cont {padding: 100px 0;}
.sub_cont.sub2_cont {background: url(images/section3_bg.png) no-repeat #fff7f3;}
.sub_cont.sub2_cont .inner {display: flex; flex-direction: column; gap: 20px;}
.sub_cont .inner .sub_box {flex: 1; border-radius: 30px; overflow: hidden; border: 1px solid #efefef;}
.sub_cont .inner .sub_box .sub_img img {display: block; width: 100%;}
.sub_cont .inner .sub_box .sub_txt1 {padding: 30px; height: 100%; background: #fff;}
.sub_cont .inner .sub_box .sub_txt1 p {font-size: 18px;}
.sub_cont .inner .sub_box .sub_txt1 a {display: inline-block; color: #e96f2e; border: 1px solid #e96f2e; padding: 15px 25px; font-size: 18px; border-radius: 50px; transition: .3s ease-in-out;}
.sub_cont .inner .sub_box .sub_txt1 a:hover {background: #e96f2e; color: #fff; transition: .3s ease-in-out;}
.sub_cont .inner .sub_box .sub_txt1 p.mnone {margin: 0; line-height: 22px;}
.sub_cont .inner .sub_box .sub_txt1 .time {margin-top: 20px; display: flex; align-items: center; gap: 20px;}


.locationbox .info {width: 90%; margin: 70px auto 0px;}
.locationbox .info .info_box {display: flex; gap: 15px; margin-bottom: 45px;}
.locationbox .info .info_box:last-child {margin-bottom: 0;}
.locationbox .info .info_box .info_txt h3 {color: #e96f2e;}

.locationbox .map .root_daum_roughmap {width: 100%;}
.locationbox .map a.map {flex: 1; height: 90px; text-indent: -3333px; display: block;}
.locationbox .map a.map.naver {background: url(images/sub2_2_nmap.jpg) center #03c75b;}
.locationbox .map a.map.kakao {background: url(images/sub2_2_kmap.jpg) center #fae100;}

.root_daum_roughmap .wrap_controllers {display: none;}


/* sub3_1 */
.sub_cont.sub3_cont .inner {display: flex; flex-direction: column; gap: 20px;}
.sub_cont.sub3_cont {background: url(images/sub3_1_bg.png) no-repeat #fff5e7;}
.paragraph.paragraph_pnone2 {padding: 0px !important;}



/* sub4 */
.sub_cont.sub4_cont {background: url(images/sub7_bg.png) no-repeat #fff7f3;}
.tab_title {width: 100%; display: flex;}
.tab_title li {flex:1; font-size: 20px; text-align: center; border: 1px solid #e96f2e; margin-left: -1px;}
.tab_title li a {display: block; padding: 15px 3px; font-size: 17px;}
.tab_title li.on {background-color: #e96f2e; font-weight: bold; border-right: 1px solid #ccc;}
.tab_title li.on a {color: #fff;}
.sub4_1_tab_list {padding: 50px 0 0;}
.slider .btn_prev.btn_prev_4_1,
.slider .btn_next.btn_next_4_1 {top: 160px;}

#sub #content .paragraph .table th.orange {background-color: #e96f2e; color: #fff;}
.notice {background: #ffab7d; text-align: center; padding: 20px; color: #fff;}
.notice i {font-size: 40px;}

.sub7_cont {display: flex; flex-direction: column; gap: 20px; padding: 50px 0;}

.caution {border-radius: 30px; background: #f1a130; color: #fff; padding: 30px; display: flex; justify-content: space-evenly; flex-direction: column; align-items: center; gap: 20px;}
.caution.caution_1000 {max-width: 1000px; margin: 0 auto;}
.caution.caution_1100 {max-width: 1100px; margin: 0 auto;}
.caution.white {background: #fff; color: inherit;}
.caution.border {background: #fff; color: inherit; border: 1px #d0d0d0 solid;}
.caution.caution_mt {margin-top: 50px;}

.sub7_flex {display: flex; flex-direction: column; align-items: center;}
.sub7_flex .txt {text-align: center;}


/* sub5_1 */
.sub_cont.sub5_cont_1 {background: #fff5e7;}
.sub_cont.sub5_cont_1 .inner {display: flex; flex-direction: column; gap: 20px;}


/* sub6 (구.예약안내) */
/*
.sub_cont.sub6_cont {background: #fff5e7;}
.info_table.info_table_orange {margin: 0;}
*/
