@charset "utf-8";
/* icon */
.i-iconDate {
    width: 29px;
    height:29px;
    background: url('/template/img/icon/i-arrow-1.png') no-repeat right center;
    background-size: 80%;
}

/* main visual */
section.mnvisualSection {
	/*background-image:url("/template/img/main/mainvisual.jpg");
	background-size:cover; background-position:center; background-repeat:no-repeat; */
	height:550px;
}
/* main search */
section.mnSearchSection {
	background: #F6F6F6 0% 0% no-repeat padding-box;
	padding:30px 0 50px;
	text-align:center;
}

section.mnSearchSection ul {padding:0; width: 100%;}
section.mnSearchSection ul li {
	float: left;
	border: 0px solid #000;
}

section.mnSearchSection div.search-step-1 {
	width: 100%;
	height: 100px;
	border: 0px solid #000;
}

section.mnSearchSection div.search-step-1 ul li:nth-child(1) {
	width: 480px;
	font-family: 'ONE-Mobile-Title';
	font-size: 35px;
	height: 100px;
	text-align: left;
	padding-top: 10px;
	line-height: 140px;
}

section.mnSearchSection div.search-step-1 ul li:nth-child(2) {
	/* width: 240px;
	height: 100px;
	background: url('/template/img/icon/i-car.png') no-repeat left bottom; */
}


section.mnSearchSection div.search-step-1 ul li:nth-child(3) {
	width: 270px;
	border: 1px solid #F6F6F6 ;
}

section.mnSearchSection div.search-step-1 ul li:nth-child(4),
section.mnSearchSection div.search-step-1 ul li:nth-child(5),
section.mnSearchSection div.search-step-1 ul li:nth-child(6) {
	width: 100px;
	height: 100px;
	border: 0px solid #000;
	text-align: center;
}

section.mnSearchSection div.search-step-1 ul li:nth-child(4) p,
section.mnSearchSection div.search-step-1 ul li:nth-child(5) p,
section.mnSearchSection div.search-step-1 ul li:nth-child(6) p {
	float: right;
    width: 92px;
	height: 34px;
	background: #fff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 9px #00000029;
	border-radius: 8px;
	color: #000;
	font-family: 'ONE-Mobile-Title';
	font-size: 16px;
	margin-top: 60px;
	line-height: 40px;
	transition: all 0.3s ease;
	cursor: pointer;
}

section.mnSearchSection div.search-step-1 ul li:nth-child(4) p:hover,
section.mnSearchSection div.search-step-1 ul li:nth-child(5) p:hover,
section.mnSearchSection div.search-step-1 ul li:nth-child(6) p:hover,
section.mnSearchSection div.search-step-1 ul li:nth-child(4) p.active,
section.mnSearchSection div.search-step-1 ul li:nth-child(5) p.active,
section.mnSearchSection div.search-step-1 ul li:nth-child(6) p.active {
	background: #ff5722 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 9px #0000004f;
	border-radius: 8px;
	color: #fff;
	transition: all 0.3s ease;
}

section.mnSearchSection div.search-step-2,
section.mnSearchSection div.search-step-4 {
    width: calc(100% - 60px);
    /*height: 250px;*/
    margin-top: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 9px #00000029;
    border-radius: 8px;
    padding: 29px 29px 15px 29px;
}

section.mnSearchSection div.search-step-2 div.step-prev,
section.mnSearchSection div.search-step-2 div.step-next {
	position: absolute;
	width: 44px;
	height: 44px;
	background: #ff5722 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 44px;
	font-family: 'ONE-Mobile-Title';
	font-size: 30px;
	text-align: center;
	line-height: 54px;
	color: #fff;
}

section.mnSearchSection div.search-step-2 div.step-prev {
	margin-top: 60px;
	margin-left: -56px;
}
section.mnSearchSection div.search-step-2 div.step-next {
	margin-top: 60px;
	margin-left: 906px;
}

section.mnSearchSection div.search-step-2 ul,
section.mnSearchSection div.search-step-4 ul {display: table; margin-bottom: 10px;}

section.mnSearchSection div.search-step-2 ul:nth-child(4),
section.mnSearchSection div.search-step-2 ul:nth-child(5) { padding-top: 20px;}

section.mnSearchSection div.search-step-2 ul li,
section.mnSearchSection div.search-step-4 ul li {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 7px;
	font-family: 'ONE-Mobile-Title';
	font-size: 16px;
	height: 45px;
	text-align: left;
	line-height: 50px;
	padding-left: 10px;
	margin-right: 10px;
    cursor: pointer;
}

section.mnSearchSection div.search-step-4 ul li {
    width: 31%;
    display: flex;
}

section.mnSearchSection div.search-step-4 ul li select,
section.mnSearchSection div.search-step-4 ul li input {
    border: 0px;
    min-width: initial;
    margin-top: 5px;
    font-size: 16px;
    padding-left: 10px;
    color: #373737;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: none;
    border-radius: initial;
    outline: none;
    font-family: 'ONE-Mobile-Title';
    color: #ff5722;
}

section.mnSearchSection div.search-step-4 ul li div.block-name {
    width: 20%;
}

section.mnSearchSection div.search-step-4 ul:nth-child(1) li:nth-child(1) select,
section.mnSearchSection div.search-step-4 ul:nth-child(1) li:nth-child(3) select {
    width: 78%;
}

section.mnSearchSection div.search-step-4 ul:nth-child(2) li select {
    width: 62%;
}

section.mnSearchSection div.search-step-4 ul:nth-child(2) li:nth-child(3) select {
    width: 58%;
}


section.mnSearchSection div.search-step-4 ul:nth-child(2) li label {
    padding-right: 10px;
    margin-top: 8px;
}

section.mnSearchSection div.search-step-2 ul li:nth-child(1),
section.mnSearchSection div.search-step-2 ul li:nth-child(3) {
	width: 284px;
}
section.mnSearchSection div.search-step-2 ul li:nth-child(2),
section.mnSearchSection div.search-step-2 ul li:nth-child(4) {
	width: 125px;
}

section.mnSearchSection div.search-step-2 ul:nth-child(2) li {
	width: calc(50% - 20px);
}
section.mnSearchSection div.search-step-2 ul:nth-child(3) li:nth-child(1) {
	width: calc(100% - 20px);
}

section.mnSearchSection div ul li i {
	padding-left: 30px;
	margin-left: 5px;
    right: 0px;
}

section.mnSearchSection div.search-step-2 ul li select {
	font-family: 'ONE-Mobile-Title';
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
    height: 50px;
}

section.mnSearchSection div.search-step-2 ul li select option {
	font-size: 16px;
    font-weight: bold;
    font-family: 'NanumBarunGothic';
}

section.mnSearchSection div.search-step-2 ul li input {
	font-family: 'ONE-Mobile-Title';
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
    height: 30px;
    width: 90%;
    border: 0px solid #000;
}

section.mnSearchSection div.search-step-3 {
	width: 100%;
	height: 60px;
	background: #ff5722 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 9px #00000029;
	border-radius: 8px;
	margin-top: 20px;
}


section.mnSearchSection div.search-step-3 button {
	font-family: 'ONE-Mobile-Title';
	font-size: 24px;
	text-align: center;
	line-height: 68px;
	color: #fff;
	transition: all 0.3s ease;
}

section.mnSearchSection div.search-step-3 button:hover {
	text-shadow: 0px 3px 9px #0000006b;
	line-height: 64px;
	transition: all 0.3s ease;
}

section.mnSearchSection div.latestContent { width:100%; margin-left:35px; font-size:1em; font-weight:900;}
section.mnSearchSection div.latestContent .ticker {width: 63%;height: 40px;overflow: hidden;margin: -20 270px;padding: 0;list-style: none;}
section.mnSearchSection div.latestContent li {width:100%;text-align:left;}
section.mnSearchSection div.latestContent a { color:#000; font-size:13px; font-weight:500; width:100%}
section.mnSearchSection div.latestContent span { display:inline-block; vertical-align:middle; }
section.mnSearchSection div.latestContent .latestTitle { overflow:hidden;font-weight:900;font-size:1.3em; }
section.mnSearchSection div.latestContent .latestDate { width:30%;color:#7c7c7c;font-weight:900;font-size:1.3em;letter-spacing:-2px;text-align:right;}
section.mnSearchSection div.latestContent .latestNew {color:#ff5722;font-size:1.1em;font-weight:900;vertical-align:middle;}

section.bestSection {
    height: 620px;
    background: #2f8696 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
}

.bestSection-div {
    height: 620px;
    border: 0px solid #000;
}

.section-title {
    font-family: 'ONE-Mobile-Title';
    font-size: 35px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 60px;
    border: 0px solid #000;
}

.fblack {
    color: #000;
}

.fwhite {
    color: #fff;
}

.best-step-11 {
    width: 100%;
}

.best-step-11 ul {
    padding: 0px;
}

.best-step-11 ul li {
    width: 24%;
    height: 260px;
    border: 0px solid #000;
    float: left;
}

.best-step-11 ul li:not(:nth-child(4n)) {
    margin-right: 12px;
}

.best-step-11 ul li p {
    width: 100%;
    border: 0px solid #000;
    border-radius: 5px;
    font-family: 'ONE-Mobile-Title';
}

.best-step-11 ul li p:nth-child(1){
    height: 120px;
    border: 1px solid #fff;
    background: #96bbc2;
}

.best-step-11 ul li p:nth-child(2){
    width: calc(100% - 10px);
    height: 20px;
    padding: 10px 5px;
    color: #fff;
    line-height: 25px;
    font-size: 18px;
}
.best-step-11 ul li p:nth-child(3){
    width: calc(100% - 10px);
    height: 50px;
    padding: 0px 5px;
    color: #e5fafd;
    line-height: 16px;
    font-size: 12px;
}

.best-step-11 ul li p:nth-child(4){
    width: calc(100% - 10px);
    height: 30px;
    padding: 10px 5px;
    color: #ffbb00;
    line-height: 25px;
    text-align: right;
    font-size: 24px;
}

.best-step-11 ul li p:nth-child(4) b{
    font-size: 16px;
    color: #fff;
    padding-left: 5px;
    line-height: 16px;
}

.best-step-1 {
    width: 100%;
    border: 0px solid #000;
    height: 35px;
}

.best-step-1 ul {
    padding:0;
    width: 320px;
    float: right;
}

.best-step-1 ul li {
    width: 80px;
    float: left;
    text-align: center;
    color: #fff;
	transition: all 0.3s ease;
    cursor: pointer;
}

.best-step-1 ul li:hover,
.best-step-1 ul li.active {
    color: #000;
	transition: all 0.3s ease;
}

.best-step-2 ul {padding:0}
.best-step-2 ul li {
    float: left;
    cursor: pointer;
    border: 0px solid #000;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}

.best-step-2 ul li:nth-child(1) {
    width: 393px;
    height: 472px;
    margin-right: 20px;
}

.best-step-2 ul li:nth-child(2) {
    width: 542px;
    height: 226px;
    margin-bottom: 20px;
}

.best-step-2 ul li:nth-child(3) {margin-right: 20px;}

.best-step-2 ul li:nth-child(3),
.best-step-2 ul li:nth-child(4) {
    width: 260px;
    height: 226px;
}

.best-step-2 ul li:nth-child(1) p {
    background: #00000080;
    width: calc(100% - 40px);
    padding: 20px;
}

.best-step-2 ul li:nth-child(2) p,
.best-step-2 ul li:nth-child(3) p,
.best-step-2 ul li:nth-child(4) p {
    background: #00000080;
    width: calc(100% - 20px);
    padding: 10px;
    /*padding-left: 20px;*/
}

.best-step-2 ul li:nth-child(1) p {
    margin-top: 332px;
    height: 100px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.best-step-2 ul li:nth-child(2) p,
.best-step-2 ul li:nth-child(3) p,
.best-step-2 ul li:nth-child(4) p {
    margin-top: 136px;
    height: 70px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.best-step-2 ul li p span {
    color: #fff;
    font-family: 'ONE-Mobile-Title';
    display: table;
}

.best-step-2 ul li:nth-child(1) p span:nth-child(1) {
    font-size: 22px;
}


.best-step-2 ul li:nth-child(2) p span:nth-child(1),
.best-step-2 ul li:nth-child(3) p span:nth-child(1),
.best-step-2 ul li:nth-child(4) p span:nth-child(1) {
    font-size: 18px;
}


.best-step-2 ul li p span:nth-child(2) {
    padding-top: 2px;
    font-family: 'nanum-square-r';
    font-size: 14px;
}

.best-step-2 ul li:nth-child(1) p span:nth-child(3) {
    font-size: 24px;
    padding-top: 27px;
    color: #ff5722;
}

.best-step-2 ul li:nth-child(2) p span:nth-child(3),
.best-step-2 ul li:nth-child(3) p span:nth-child(3),
.best-step-2 ul li:nth-child(4) p span:nth-child(3) {
    font-size: 22px;
    padding-top: 10px;
    color: #ff5722;
}

.best-step-2 ul li:nth-child(2) p span:nth-child(3) {
    float: right;
}

section.mdBnSection {
    height: 350px;
}
/*
.mdBnSection-div {
    margin-top: 50px;
    height: 280px;
    border: 0px solid #000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 13px #00000029;
    border-radius: 10px;
} */


.mdBnSection-div ul {padding: 0; margin-top: 10px}
.mdBnSection-div ul li {
    float: left;
    border-radius: 5px;
    border: 0px solid #000;
}

.mdBnSection-div ul li:nth-child(1) {
    width: 65%;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.mdBnSection-div ul li:nth-child(2),
.mdBnSection-div ul li:nth-child(5) {
    width: 33%;
    height: 150px;
    margin-bottom: 10px;
}

.mdBnSection-div ul li:nth-child(2) {
    cursor: pointer;
}

.mdBnSection-div ul li:nth-child(3),
.mdBnSection-div ul li:nth-child(4) {
    width: 32%;
    height: 150px;
    margin-right: 10px;
    cursor: pointer;
}

.mdBnSection-div ul li div.txt-area {
    font-family: 'ONE-Mobile-Title';
    width: calc(100% - 20px);
    padding: 10px 0px 0px 20px;
    background-color: #00000070;
    height: 60px;
    margin-top: 80px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
}


.mdBnSection-div ul li div.txt-area80 {
    font-family: 'ONE-Mobile-Title';
    width: calc(100% - 20px);
    padding: 10px 0px 0px 20px;
    background-color: #00000070;
    height: 80px;
    margin-top: 60px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
}

.mdBnSection-div ul li div.txt-area100 {
    font-family: 'ONE-Mobile-Title';
    width: calc(100% - 20px);
    padding: 10px 0px 0px 20px;
    background-color: #00000070;
    height: 140px;
    /* margin-top: 60px; */
    border-radius: 5px;
    color: #fff;
}


span.sfont {
    font-size: 16px;
    line-height: 18px;
}

span.ssfont {
    font-size: 12px;
    line-height: 14px;
}

span.bfont {
    font-size: 28px;
    line-height: 32px;
}
p.pd-left-50 {
    padding-left: 20px;
}

.mdBnSection-div ul li:nth-child(1) {
    background: url('/template/img/bn/mid-bn-1.jpg') no-repeat center center;
    background-size: cover;
}

.mdBnSection-div ul li:nth-child(2) {
    background: url('/template/img/bn/mid-bn-2.jpg') no-repeat center center;
    background-size: cover;
}

.mdBnSection-div ul li:nth-child(3) {
    background: url('/template/img/bn/mid-bn-3.png') no-repeat center center;
    background-size: cover;
    background-position-y: -20px;
}

.mdBnSection-div ul li:nth-child(4) {
    background: url('/template/img/bn/mid-bn-4.jpg') no-repeat center center;
    background-size: cover;
}

.mdBnSection-div ul li:nth-child(5) {
    background: url('/template/img/bn/mid-bn-5.jpg') no-repeat center center;
    background-size: cover;
}

section.air-Section,
section.hotel-Section,
section.rent-Section {
    height: 570px;
    border: 0px solid #000;
}

section div.sec-prev {
    background: url('/template/img/icon/i-arrow-left.png') no-repeat center center;
    width: 31px;
    height: 54px;
    border: 0px solid #000;
    position: absolute;
    margin-left: calc(50% - 550px);
    margin-top: 140px;
    cursor: pointer;
}

section div.sec-next {
    background: url('/template/img/icon/i-arrow-right.png') no-repeat center center;
    width: 31px;
    height: 54px;
    border: 0px solid #000;
    position: absolute;
    margin-left: calc(50% + 520px);
    margin-top: 140px;
    cursor: pointer;
}

section.footer-Section {
    margin-top: 50px;
    height: 650px;
    background: #ff5722 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000029;
}

section.footer-Section div.footer-div { padding-top: 100px;}
section.footer-Section div.footer-div ul { padding:0;}

section.footer-Section div.footer-div ul li {
    float: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 13px #00000029;
    border-radius: 10px;
}

section.footer-Section div.footer-div ul li:nth-child(1) {
    width: 100%;
    height: 130px;
    margin-bottom: 30px;
}

section.footer-Section div.footer-div ul li:nth-child(2) {
    width: 630px;
    height: 310px;
    margin-right: 30px;
}

section.footer-Section div.footer-div ul li:nth-child(3) {
    width: 300px;
    height: 310px;
}

section.footer-Section div.sec-prev {
    background: url('/template/img/icon/i-arrow-left-w.png') no-repeat center center;
}

section.footer-Section div.sec-next {
    background: url('/template/img/icon/i-arrow-right-w.png') no-repeat center center;
}

.pd50p {padding-bottom: 20px; padding-top:20px}

/* .sec-list-div {display: flex;} */
/* .sec-list {
    width: 300px;
    height: 357px;
    border: 0px solid #000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 13px #00000029;
    border-radius: 10px;
    margin-right: 30px;
} */
/*
.sec-list:nth-child(3) {
    margin-right: 0px;
}

.sec-list ul {
    padding: 0;
}

.sec-list ul li {
    float: left;
    border: 0px solid #000;
    font-family: 'nanum-square-r';
    font-weight: bold;
}

.sec-list ul li:nth-child(1) {
    width: 100%; height: 230px;
}
.sec-list ul li:nth-child(2) {
    width: calc(80% - 40px); height: 35px;
    font-size: 20px;
    color: #000;
    padding-left: 20px;
    line-height: 35px;
}
.sec-list ul li:nth-child(3) {
    width: 20%; height: 35px;
    font-size: 14px;
    color: #7c7c7c;
    text-align: right;
    padding-right: 20px;
    line-height: 35px;
}
.sec-list ul li:nth-child(4) {
    width: 100%; height: 55px;
    font-size: 14px;
    color: #7c7c7c;
    padding-left: 25px;
    line-height: 18px;
}
.sec-list ul li:nth-child(5) {
    height: 50px;
    font-family: 'ONE-Mobile-Title';
    padding-left: 20px;
    color: #ff5722;
}
.sec-list ul li:nth-child(6) {
    height: 50px;
    font-family: 'ONE-Mobile-Title';
    color: #C40C0C;
    text-align: right;
    padding-right: 20px;
    line-height: 30px;
}

.sec-list ul li:nth-child(1) p.backimg {
    width: 270px;
    height: 196px;
    margin-top: 20px;
    margin-left: 5%;
    border: 0px solid #000;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}

.dheart {
    position: absolute;
    background: url(/template/img/icon/i-heart.png) no-repeat center center;
    width: 29px;
    height: 25px;
    border: 0px solid #000;
    margin-left: 250px;
    margin-top: 30px;
}

.istar {
    background: url(/template/img/icon/i-star.png) no-repeat left center;
    background-size: 19px 18px;
    width: 65px;
    height: 30px;
    margin-top: -5px;
    margin-right: 5px;
    border: 0px solid #000;
    color: #000;
    line-height: 35px;
}

.sec-list ul li:nth-child(5) b {
    color: #7c7c7c;
    font-size: 12px;
} */
.w70p {width: 61%;font-size: 24px;}
.w30p {width: 25%;font-size: 16px;}
.w55p {width: 50%;font-size: 26px;}
.w45p {width: 35%;font-size: 20px;}

.i-rent-1 {
    background: url(/template/img/icon/i-rent-1.png) no-repeat left center;
    background-size: 17px 17px;
    border: 0px solid #000;
    padding-left: 20px;
}

.i-rent-2 {
    background: url(/template/img/icon/i-rent-2.png) no-repeat left center;
    background-size: 17px 17px;
    border: 0px solid #000;
    padding-left: 20px;
}

.i-rent-3 {
    background: url(/template/img/icon/i-rent-3.png) no-repeat left center;
    background-size: 17px 17px;
    border: 0px solid #000;
    padding-left: 20px;
}

.i-rent-4 {
    background: url(/template/img/icon/i-rent-4.png) no-repeat left center;
    background-size: 17px 17px;
    border: 0px solid #000;
    padding-left: 20px;
}
/*
.sec-list ul li:nth-child(4) ol {
    padding: 0;
}

.sec-list ul li:nth-child(4) ol li {
    float: left;
    width: calc(50% - 20px);
    height: 20px;
    text-align: left;
    font-size: 14px;
    color: #7c7c7c;
    padding: 0px;
    line-height: 20px;
} */

div.sec-list-div ul {
    padding: 0;
}

div.sec-list-div ul li {
    float: left;
    width: 288px;
    height: 270px;
    border: 0px solid #000;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.sec-list-div ul li p {
    width: 100%;
    border: 0px solid #000;
    font-family: 'ONE-Mobile-Title';
}

div.sec-list-div ul li p.backimg {
    width: 100%;
    height: 160px;
    border: 0px solid #000;
    border-radius: 8px;
}

div.sec-list-div ul li p:nth-child(2) {
    width: calc(100% - 10px);
    height: 20px;
    padding: 10px 5px;
    line-height: 25px;
    font-size: 22px;
}

div.sec-list-div ul li p:nth-child(3) {
    width: calc(100% - 10px);
    height: 20px;
    padding: 0px 5px;
    color: #686868;
    line-height: 16px;
    font-size: 14px;
}

div.sec-list-div ul li p:nth-child(4) {
    width: calc(100% - 10px);
    height: 30px;
    padding: 10px 5px;
    color: #ff0000;
    line-height: 25px;
    text-align: right;
    font-size: 28px;
}

div.sec-list-div ul li p:nth-child(4) b {
    font-size: 16px;
    color: #000;
    padding-left: 5px;
    line-height: 16px;
}


div.sec-list-div ul li p:nth-child(4) span.thline {
    font-size: 16px;
    color: rgb(114, 114, 114);
    padding-right: 10px;
    line-height: 16px;
    text-decoration: line-through;
}

section.footer-Section div.footer-div ul li:nth-child(2) ol {padding:20px;}
section.footer-Section div.footer-div ul li:nth-child(2) ol li {
    float: left;
    width: calc(100% - 20px);
    height: 24px;
    line-height: 25px;
    text-align: left;
    border: 0px solid #000;
    border-radius: 0;
    padding: 5px;
    background: none;
    box-shadow: none;
    margin-bottom: 3px;
    font-weight: bold;
}

section.footer-Section div.footer-div ul li:nth-child(2) ol li:nth-child(1) {
    height: 45px;
    line-height: 45px;
}

section.footer-Section div.footer-div ul li:nth-child(2) ol li span.fr {
    float: right;
    color: #797979;
}

section.footer-Section div.footer-div ul li:nth-child(2) ol li a {
    cursor: pointer;
}

.list-title {
    font-family: 'ONE-Mobile-Title';
    font-size: 25px;
}

.list-title span {
    font-family: 'nanum-square-r';
    font-size: 14px;
    color: #797979;
    cursor: pointer;
}

.i-new {
    color: #ff5722;
    font-size: 12px;
}


section.footer-Section div.footer-div ul li:nth-child(3) ol {padding:20px;}
section.footer-Section div.footer-div ul li:nth-child(3) ol li {
    float: left;
    width: calc(100% - 25px);
    height: 25px;
    line-height: 25px;
    text-align: left;
    border: 0px solid #000;
    border-radius: 0;
    padding: 5px;
    background: none;
    box-shadow: none;
    margin-bottom: 3px;
    font-weight: bold;
}

section.footer-Section div.footer-div ul li:nth-child(3) ol li:nth-child(1) {
    height: 45px;
    line-height: 45px;
}

section.footer-Section div.footer-div ul li:nth-child(3) ol li:nth-child(5) {
    height: 35px;
    line-height: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 13px #00000029;
    border-radius: 10px;
    /* margin-top: 20px; */
    padding-left: 20px;
    cursor: pointer;
}

section.footer-Section div.footer-div ul li:nth-child(3) ol li:nth-child(6) {
    height: 35px;
    line-height: 35px;
    background: #ff5722 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 13px #00000029;
    border-radius: 10px;
    margin-top: 10px;
    padding-left: 20px;
    cursor: pointer;
}

.i-tel {
    background: url('/template/img/icon/i-tel.png') no-repeat top center;
    background-size: 70%;
    /* padding-left: 20px; */
}


.i-mbox {
    background: url('/template/img/icon/i-mbox.png') no-repeat top center;
    background-size: 70%;
    /* padding-left: 20px; */
}

.i-fb {
    background: url('/template/img/icon/i-fb.png') no-repeat left center;
    background-size: 27px 27px;
    padding: 15px;
    cursor: pointer;
    margin-right: 10px;
}

.i-nv {
    background: url('/template/img/icon/i-nv.png') no-repeat left center;
    background-size: 27px 27px;
    padding: 15px;
    cursor: pointer;
    margin-right: 10px;
}

.i-is {
    background: url('/template/img/icon/i-is.png') no-repeat left center;
    background-size: 27px 27px;
    padding: 15px;
    cursor: pointer;
}


.i-fb-1 {
    background: url('/template/img/icon/i-fb-1.png') no-repeat left center;
    background-size: 26px 26px;
    padding: 3px 15px;
    cursor: pointer;
    /* margin-right: 10px; */
}

.i-nv-1 {
    background: url('/template/img/icon/i-nv-1.png') no-repeat left center;
    background-size: 27px 26px;
     padding: 3px 15px;
    cursor: pointer;
    /* margin-right: 10px; */
}

.i-is-1 {
    background: url('/template/img/icon/i-is-1.png') no-repeat left center;
    background-size: 26px 26px;
     padding: 3px 15px;
    cursor: pointer;
    /* margin-right: 10px; */
}

.font12 {font-size: 12px;}
.copyContent b {margin-right: 30px; font-weight: normal;}
.copyContent {letter-spacing: 0px;}

section.leftbannerSection ul {padding:0}
section.leftbannerSection ul li {
    width: 100%;
    float: left;
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    border-radius: 10px;
    margin-bottom: 20px;
}

section.leftbannerSection ul li:nth-child(1) {
    height: 670px;
    background: url('/template/img/bn/side-bn-1.jpg') no-repeat top center;
    background-size: 300px 670px !important;
    box-shadow: 2px 3px 13px #00000029;
}

section.leftbannerSection ul li:nth-child(2) {height: 270px;}
/* section.leftbannerSection ul li:nth-child(3) {height: 670px;} */

.SectionTitle2 {
	width: 400px;
    font-family: 'ONE-Mobile-Title';
    font-size: 30px;
    height: 80px;
    text-align: left;
    padding-top: 20px;
    line-height: 85px;
}

.SectionTitle {
	width: 600px;
	font-family: 'ONE-Mobile-Title';
	font-size: 25px;
	/* height: 80px; */
	text-align: left;
	/* padding-top: 40px; */
	line-height: 35px;
}


.SectionImg {
    position: absolute;
	width: 145px;
	height: 97px;
    background: url('/template/img/icon/i-lodg.png') no-repeat left center;
    background-size: 145px 97px;
    margin-left: 820px;
    margin-top: -50px;
}

.SectionCarImg {
    position: absolute;
	width: 126px;
	height: 61px;
    background: url('/template/img/icon/i-car.png') no-repeat left center;
    background-size: 126px 61px;
    margin-left: 820px;
    margin-top: -70px;
}


#ui-datepicker-div {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 9px #00000029;
    border-radius: 8px;
    /* width: 580px !important; */
    font-size: 14px;
    /* font-family: 'ONE-Mobile-Title'; */
    border: 1px solid #fff;
}

#content-sub {width: 960px; margin-left: 15px;}

.Sectionlayout {
    margin-top: 25px;
    margin-left: -290px;
    display: flex;
}

.mgT120p {margin-top: 100px;}

.stepCar {
    padding: 20px;
    background: #ff5722 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 13px #00000029;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    width: calc(100% - 20px);
}

div.lodgingnavi {
    width: 260px;
    /* height: 600px; */
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    /* box-shadow: 0px 3px 9px #00000029; */
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #9e9e9e;
}


div.lodgingnavi h1 {
    font-family: 'ONE-Mobile-Title';
    font-size: 16px;
    height: auto;
    line-height: 40px;
    padding: 5px 0px 5px 0px;
}

div.lodgingnavi ul.navi-title {
    font-family: 'ONE-Mobile-Title';
    font-size: 16px;
    height: 30px;
    line-height: 34px;
    border: 0px solid #000;
}

label.search_amount1,
label.search_amount2 {width: 50%;}

label.search_amount1 input,
label.search_amount2 input{
    border:0; color:#ff5722; font-weight:bold;display:inline-block;
    background: transparent;
}

div.lodgingnavi ul {
    padding: 0;
    width: 100%;
    height: auto;
    /* margin-top: -15px; */
}

div.lodgingnavi ul li p {
   width: 20px;
   height: 30px;
   border: 0px solid #000;
   margin-right: 3px;
   line-height: 30px;
}

div.lodgingnavi ul.navi-step-1 li {
    float: left;
    position: relative;
    width: 100%;
    height: 30px;
    border: 0px solid #000;
    line-height: 30px;
    font-size: 12px;
}

div.lodgingnavi ul.navi-step-1 li:nth-child(1) {width: 50%; text-align: left;}
div.lodgingnavi ul.navi-step-1 li:nth-child(2) {width: 50%; text-align: right;}


div.lodgingnavi ul.navi-step-2 li {
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    border: 0px solid #000;
    line-height: 26px;
    font-size: 12px;
    text-align: left;
    /* display: flex; */
}

button.researchBtn {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    background: #ff5722 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 6px #00000029; */
    border-radius: 7px;
    font-family: 'ONE-Mobile-Title';
    margin-top: 10px;
    cursor: pointer;
}

div.lodgingnavi ul:nth-child(2) {
    height: 60px;
}

div.lodgingnavi ul:nth-child(4) {
    height: 160px;
}

div.lodgingnavi ul:nth-child(6) {
    height: 120px;
}

div.lodgingnavi ul:nth-child(8) {
    height: 180px;
}

#ctt {
    width: 1200px;
    margin: 0 auto !important;
    padding: 50px;
}

div.vloading {
    width: 300px;
    height: 100px;
    margin: 0 auto;
}

div.vloadtext {
    width: 100%;
    height: 100px;
    border: 0px solid #000;
    text-align: center;
    font-family: 'ONE-Mobile-Title';
    font-size: 20px;
    line-height: 160px;
    color: #7e7e7e;
}

#loader {
  animation: loader 5s cubic-bezier(.8,0,.2,1) infinite;
  height: 40px;
  width: 41px;
  position: absolute;
  top:calc(50% - 80px);
  left:calc(50% - 20px);
}
@keyframes loader {
  90% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}
#top {
  animation: top 5s linear infinite;
  border-top: 20px solid #ff5722;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  height: 0px;
  width: 1px;
  transform-origin: 50% 100%;
}
@keyframes top {
  90% { transform: scale(0); }
  100% { transform: scale(0);}
}
#bottom {
  animation: bottom 5s linear infinite;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ff5722;
  border-left: 20px solid transparent;
  height: 0px;
  width: 1px;
  transform: scale(0);
  transform-origin: 50% 100%;
}
@keyframes bottom {
  10% { transform: scale(0); }
  90% { transform: scale(1); }
  100% { transform: scale(1); }
}
#line {
  animation: line 5s linear infinite;
  border-left: 1px dotted #ff5722;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@keyframes line {
  10% { height: 20px; }
  100% { height: 20px; }
}

span.date-d,
span.date-yoil {
    color: #ff5722;
}

span.date-d {
    padding-left: 20px;
}

div.small-bn-right {
    position: absolute;
    width: 180px;
    height: 387px;
    border: 0px solid #000;
    margin-left: 990px;
}

div.small-bn-right ul {
    padding: 0;
    width: 100%;
    margin-top: 130px;
}

div.small-bn-right ul li {
    width: calc(100% - 10px);
    float: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 9px #00000029;
    border-radius: 8px;
    padding: 5px;
}

div.small-bn-right div.i-top{
    height: 111px;
    z-index: 2;
    position: absolute;
    margin-left: 15px;
    margin-top: -110px;
}

div.small-bn-right ul li:nth-child(1){
    height: 161px;
    margin-top: -10px;
    z-index: 1;
}


div.small-bn-right ul li:nth-child(2){
    height: 55px;
    margin-top: 10px;
    z-index: 1;
}


div.small-bn-right ul li p {
    width: 94%;
    margin-left: 3%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 9px #00000029;
    border-radius: 8px;
    margin-top: 7px;
}

div.small-bn-right ul li p:nth-child(1) {
    margin-top: 15px;
    height: 70px;
    display: inline-grid;
    font-size: 14px;
    line-height: 16px;
    font-family: 'nanum-square-r';
    color: #585858;
    font-weight: bold;
}
div.small-bn-right ul li p:nth-child(1) b {
    line-height: 30px;
    font-family: 'ONE-Mobile-Title';
    font-size: 16px;
    color: #000;
}

div.small-bn-right ul li p:nth-child(2) {
    height: 30px;
    padding-left: 20px;
    font-family: 'ONE-Mobile-Title';
    font-size: 14px;
    text-align: left;
    width: calc(94% - 20px);
    line-height: 34px;
}

div.small-bn-right ul li p:nth-child(3) {
    height: 30px;
    padding-left: 20px;
    font-family: 'ONE-Mobile-Title';
    font-size: 14px;
    text-align: left;
    width: calc(94% - 20px);
    line-height: 36px;
    background: #F9DF00
}

div.small-bn-right ul li p:nth-child(2) i,
div.small-bn-right ul li p:nth-child(3) i {
    padding-left: 20px;
    right: 0px;
    width: 40px;
    border: 0px solid #000;
    margin-left: 0px;
    margin-right: 5px;
}
div.small-bn-right ul li:nth-child(2) span i {
    padding-left: 20px;
    padding-bottom: 20px;
}

div.small-bn-right ul li:nth-child(2) {
    display: inline-grid;
}

div.small-bn-right ul li:nth-child(2) span:nth-child(2) {
    border-top: 2px solid #ff5722;
    margin-top: 18px;
    color: #ff5722;
    font-family: 'ONE-Mobile-Title';
    line-height: 28px;
    font-size: 14px;
}
