@charset "utf-8";
/* @import url("/new/css/font/font.css"); */

/**********************************
 퀵메뉴, 지점안내, 상담 지점 공통 CSS
 **********************************/

/* 지점안내 */
.jijumContainer {
	min-height: 500px;
	background: #f1f1f1;
}
.intro_jijum {
	width: 720px;
	margin: 0 auto;
	font-family: 'Noto Sans KR', '돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
	letter-spacing: -1px;
    padding-top: 164px;
}
.includeTopBanner .intro_jijum {
	padding-top: 237px;
}
.intro_jijum > h2 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -3px;
	color: #000;
	line-height: 1.0;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 65px;
}
.intro_jijum > h2 p {
	font-size: 30px;
	font-weight: 300;
	margin-top: 45px;
}
.intro_jijum .area {
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	color: #fe2c6b;
	letter-spacing: -2px;
	margin: 0 0 42px 26px;
	line-height: 1.0;
}

.jijumAreaGroup {
	margin-bottom: 14px;
}
.jijumAreaGroup .jijumAreaTitle {
	position: relative;
	width: 100%;
	height: 120px;
	background: #fff url(/include/common/m/img/intro/icon_location.png);
	background-repeat: no-repeat;
	background-position: 40px 50%;
	display: inline-table;
	vertical-align: top;
	padding: 0 40px;
	box-sizing: border-box;
}
.jijumAreaGroup .jijumAreaTitle::before {
	content: '';
	position: absolute;
	width: 52px;
	height: 52px;
	right: 40px;
	top: 35px;
	background: #fff url(/include/common/m/img/intro/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.jijumAreaGroup.on .jijumAreaTitle::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.jijumAreaGroup .jijumAreaTitle .inner {
	display: table-cell;
	vertical-align: middle;
	font-size: 36px;
	font-weight: 400;
	color: #fe2c6b;
	letter-spacing: -1px;
	padding-left: 48px;
}
.intro_jijum .jijumList {
	display: none;
	width: 586px;
	margin: 77px auto 0;
}
.intro_jijum .jijumList li {
	display: inline-block;
	width: 265px;
	margin: 0 13px;
	text-align: center;
}
.intro_jijum .jijumList li span {
    display: block;
    width: 265px;
    height: 265px;
    line-height: 265px;
    background: #FC2C6B;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 4px;
}
.intro_jijum .jijumList li strong {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	letter-spacing: -2px;
	margin: 15px auto 73px;
}

.jijumInfo {
	opacity: 0;
	position: fixed;
	top: 0px;
    left: 0px;
    right: 0px;
	width: 720px;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	background: #e8ecef;
	z-index: -1;
	font-family: 'Noto Sans KR', '돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
	letter-spacing: -1px;
	-webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
	-webkit-overflow-scrolling: auto;
}
.jijumInfo.on {
	opacity: 1;
	z-index: 1001;
}
.jijumIframeWrapper {
	width: 720px;
	height: 100%;
	position: relative;
	overflow-y: auto!important;
	-webkit-overflow-scrolling: touch!important;
}
.jijumInfo iframe {
	border:none;
	width:720px;
	height: calc(100% + 5px);
	/* margin-top: -10px; */
	padding-bottom: 176px;
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}
.jijumInfo.ppeumth iframe {
	padding-bottom: 0;
}
/* Safari Hack */
@media not all and (min-resolution:.001dpcm) {
	@media {
		.jijumIframeWrapper {
			padding-bottom: 393px;
		}
		.jijumInfo iframe {
			padding-bottom: 0px;
		}
	}
}

.jijumInfoClose {
	position: fixed;
	top: 38px;
	left: 607px;
	cursor: pointer;
	z-index: 1
}

.jinumInfoBox .ppeumTitle,
.jinumInfoBox .homepage {
	display: none !important;
}
.ppeumTop {
	width: 100%;
	height: 340px;
	display: inline-table;
	vertical-align: top;
	background-color: #fe819f;
	background-image: url(/include/common/m/img/intro/ppeum_bg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	margin-bottom: 18px;
}
.ppeum1 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum1_bg.jpg)
}
.ppeum2 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum2_bg.jpg)
}
.ppeum3 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum3_bg.jpg)
}
.ppeum4 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum4_bg.jpg)
}
.ppeum5 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum5_bg.jpg)
}
.ppeum6 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum6_bg.jpg)
}
.ppeum7 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum7_bg.jpg)
}
.ppeum8 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum8_bg.jpg)
}
.ppeum9 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum9_bg.jpg)
}
.ppeum10 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum10_bg.jpg)
}
.ppeum11 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum11_bg.jpg)
}
.ppeum12 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum12_bg.jpg)
}
.ppeum13 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum13_bg.jpg)
}
.ppeum14 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum14_bg.jpg)
}
.ppeum15 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum15_bg.jpg)
}
.ppeum16 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum16_bg.jpg)
}
.ppeum17 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum17_bg.jpg)
}
.ppeum18 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum18_bg.jpg)
}
.ppeum19 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum19_bg.jpg)
}
.ppeum20 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum20_bg.jpg)
}
.ppeum21 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum21_bg.jpg)
}
.ppeum22 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum22_bg.jpg)
}
.ppeum23 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum23_bg.jpg)
}
.ppeum24 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum24_bg.jpg)
}
.ppeum25 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum25_bg.jpg)
}
.ppeum26 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum26_bg.jpg)
}
.ppeum27 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum27_bg.jpg)
}
.ppeum28 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum28_bg.jpg)
}
.ppeum29 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum29_bg.jpg)
}
.ppeum30 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum30_bg.jpg)
}
.ppeum31 .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeum31_bg.jpg)
}

/* 베트남 호치민점 */
.ppeumth .ppeumTop {
	background-image: url(/include/common/m/img/intro/ppeumth_bg.jpg)
}

.ppeumTop .inner {
	font-family: 'Noto Sans KR', '돋음', sans-serif;
	display: table-cell;
	vertical-align: middle;
	font-size: 52px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -2px;
	padding-left: 56px;
}
.ppeumTop .inner p {
	font-size: 30px;
	font-weight: 300;
	margin-top: 24px;
	letter-spacing: -3px;
}
/* .jijumInfo .map_box {
	display: none;
}
.jijumInfo.on .map_box {
	display: block;
} */

.jijumQuick {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    width: 720px;
    height: 166px;
    /* line-height: 166px; */
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	border-top: 1px solid #e3e3e3;
	z-index: 2;
	padding: 0 36px;
}
.jijumQuick li {
	position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    color: #696969;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.jijumQuick li::before {
	content: '';
	display: block;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.jijumQuick li.map::before {
	margin: 36px auto 25px;
	width: 32px;
	height: 44px;
	background-image: url(/include/common/m/img/intro/icon_map2.png);
}
.jijumQuick li.call::before {
	margin: 37px auto 26px;
	width: 42px;
	height: 42px;
	background-image: url(/include/common/m/img/intro/icon_call.png);
}
.jijumQuick li.kakao::before {
	margin: 41px auto 30px;
	width: 52px;
	height: 34px;
	background-image: url(/include/common/m/img/intro/icon_advice.png);
}
.jijumQuick li.reserve::before {
	margin: 37px auto 26px;
	width: 49px;
	height: 43px;
	background-image: url(/include/common/m/img/intro/icon_calendar.png);
}

.jijumQuick li.on,
.jijumQuick li:focus {
	color: #fe2c6b
}
.jijumQuick li.on::before,
.jijumQuick li:focus::before {
	background-position: 50% 100%;
}

/* 약도전송 폼 */
.roughMapShadow {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 720px;
    height: 100vh;
	background: rgba(0,0,0,0.5);
	z-index: 1002;
}
.roughMap {
    position: fixed;
    bottom: 0;
	bottom: -100%;
    left: 0;
    width: 720px;
	z-index: 1003;
	font-family: 'Noto Sans KR', '돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
	letter-spacing: -1px;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.roughMapShadow.on {
	display: block;
}
.roughMap.on {
	bottom: 0;
}

.roughMap .formWrapper {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px 30px 0 0;
	padding: 96px 40px 60px;
	box-sizing: border-box;
	z-index: 1;
}
.roughMap .formWrapper .title {
	font-size: 36px;
	font-weight: 500;
	color: #0d0d0d;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 48px;
}
.roughMap .formWrapper .title p {
	font-size: 30px;
	font-weight: 700;
	color: #696969;
	line-height: 1.2;
	margin-top: 27px;
}
.roughMap .formWrapper .formGroup label {
	display: none;
}
.roughMap .formWrapper .formGroup input {
	width: 100%;
	height: 122px;
	border: 1px solid #535353;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -2px;
	color: #0d0d0d;
	padding: 0 43px;
}
.roughMap .formWrapper .formGroup input::-webkit-input-placeholder {
    color: #0d0d0d;
	font-weight: 500;
}
.roughMap .formWrapper .formGroup input::-moz-placeholder {
    color: #0d0d0d;
	font-weight: 500;
}
.roughMap .formWrapper .formGroup input:-ms-input-placeholder {
    color: #0d0d0d;
	font-weight: 500;
}
.roughMap .formWrapper .formGroup input:-moz-placeholder {
    color: #0d0d0d;
	font-weight: 500;
}
.roughMap .checkbox {
	position: relative;
	margin: 30px 0 0 50px;
}
.roughMap .checkbox label {
    position: relative;
    padding-left: 50px;
    outline: 0;
	font-size: 26px;
	font-weight: 500;
	color: #535353;
}
.roughMap .checkbox label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 35px;
    height: 35px;
	background: #e8ecef;
    border-radius: 50%;
}
.roughMap .checkbox input[type=checkbox] {
    position: absolute;
    top: -1px;
    left: 0;
    opacity: 0;
}
.roughMap .checkbox input[type=checkbox]:checked + label:before {
    background: #fe2c6b;
}
.roughMap .checkbox a {
	font-size: 22px;
	font-weight: 400;
	color: #fe2c6b;
	margin-left: 10px;
}
.roughMap .checkbox p {
	font-size: 22px;
	font-weight: 400;
	color: #b2b3b3;
	margin: 8px 0 0 50px;
}
.roughMap .mapSubmit {
	width: 640px;
	height: 122px;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -3px;
	color: #fff;
	background: #fe2c6b;
	margin-top: 23px;
}

/* 오시는 길 */
.locationWrapper,
.infoWrapper {
    font-family: 'Noto Sans KR', '돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
	letter-spacing: -1px;
    color: #333;
	text-align: center;
	background: #fff;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 50px 0 20px;
}
.infoWrapper {
	margin: 18px auto 0;
	padding: 50px 0;
}
.jijumContainer .infoWrapper {
	margin-bottom: 185px;
}
/* Safari Hack */
@media not all and (min-resolution:.001dpcm) {
	@media {
		.jijumContainer .infoWrapper {
			margin-bottom: 330px;
		}
	}
}
.locationWrapper > h2,
.infoWrapper > h2 {
	font-size: 36px;
	font-weight: 500;
	color: #0d0d0d;
	letter-spacing: -2px;
	background-image: url(/include/common/m/img/intro/icon_map.png);
	background-position: 50% 0;
    background-repeat: no-repeat;
    padding-top: 57px;
    padding-bottom: 36px;
}
.infoWrapper > h2 {
	background-image: url(/include/common/m/img/intro/icon_clock.png);
}
.locationWrapper .map_box {
    width: 640px;
    margin: 0 auto;
}
.locationWrapper .map_box .root_daum_roughmap {
	box-sizing: border-box;
}
.locationWrapper .addr {
    font-size: 30px;
    font-weight: 400;
    color: #535353;
    line-height: 1.4;
    letter-spacing: -2px;
    margin-top: 37px;
}
.locationWrapper .noti {
	width: 660px;
	margin: 40px auto 0;
	padding: 0;
	padding-top: 30px;
	border-top: 1px solid #e3e3e3;
}
.locationWrapper .noti li {
	display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background: #a4a4a4;
    padding: 0 45px;
    margin: 0 6px 30px;
    border-radius: 30px;
}
.locationWrapper .noti li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.locationWrapper .noti li.night {
	background: #3f3f3f;
}
.locationWrapper .noti li.homepage {
	background: #fe2c6b;
}
.locationWrapper .parking {
	width: auto;
	max-width: 100%;
}
.infoWrapper dl {
	display: inline-block;
	margin: -14px auto 0;
}
.infoWrapper dt,
.infoWrapper dd {
	float: left;
	font-size: 30px;
	font-weight: 500;
	color: #535353;
	letter-spacing: -2px;
	line-height: 1.0;
	margin: 13px 0;
}
.infoWrapper dt {
	width: 113px;
	text-align: left;
	margin-right: 25px;
}
.infoWrapper.ppeum16 dt {
	width: 165px;
}
.infoWrapper dl.ver2 dt {
	width: 124px;
}
.infoWrapper dt {
	clear: both;
}
.infoWrapper .noti {
	clear: both;
	width: 640px;
	border-top: 1px solid #e3e3e3;
	margin: 35px auto 0;
	padding-top: 42px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -2px;
	color: #fe2c6b;
}

#callFrame {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 0;
    z-index: -1;
}

/* 하단 퀵메뉴 */
.footerQuick {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    width: 720px;
    height: 166px;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	border-top: 1px solid #e3e3e3;
	z-index: 101;
	font-family: 'Noto Sans KR', '돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
	letter-spacing: -1px;
}
.footerQuick li {
	position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    color: #696969;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footerQuick li a {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.footerQuick li a::before {
	content: '';
	display: block;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.footerQuick li.quickCall a::before {
	margin: 37px auto 18px;
	width: 42px;
	height: 42px;
	background-image: url(/include/common/m/img/intro/icon_call.png);
}
.footerQuick li.quickAdvice a::before {
	margin: 41px auto 18px;
	width: 52px;
	height: 34px;
	background-image: url(/include/common/m/img/intro/icon_advice.png);
}
.footerQuick li.quickReserve a::before {
	margin: 37px auto 18px;
	width: 49px;
	height: 43px;
	background-image: url(/include/common/m/img/intro/icon_calendar.png);
}
.footerQuick li.quickJijum a::before {
	margin: 37px auto 18px;
	width: 29px;
	height: 43px;
	background-image: url(/include/common/m/img/intro/icon_flag.png);
}
.footerQuick li.quickEvent a::before {
	margin: 25px auto 22px;
	margin: 25px 0 30px 48px;
	width: 56px;
	height: 51px;
	background-image: url(/include/common/m/img/intro/icon_heart.png);
}
.footerQuick li.quickHipass a::before {
	margin: 38px auto 26px;
	width: 121px;
	height: 41px;
	background-image: url(/include/common/m/img/intro/icon_hipass.png);
}

.footerQuick li.quickEventHipass {
	width: 288px;
	display: inline-block;
	flex: inherit;
	background: #000;
	color: #fff;
}
.footerQuick li.quickEventHipass a {
	color: #fff !important;
}
.footerQuick li.quickEventHipass a::before {
	margin: 24px auto 18px;
	width: 136px;
	height: 57px;
	background-image: url(/include/common/m/img/intro/icon_event_hipass.png);
}
.footerQuick li.quickEvent2 {
	background: #000;
}
.footerQuick li.quickEvent2 a::before {
    margin: 25px auto 22px;
    margin: 44px auto 29px;
    width: 113px;
    height: 26px;
    background-image: url(/include/common/m/img/intro/icon_event.png);
    color: #fff;
}

.footerQuick li a.on,
.footerQuick li a:focus,
.footerQuick li a:hover {
	color: #fe2c6b
}
.footerQuick li a.on::before,
.footerQuick li a:focus::before,
.footerQuick li a:hover::before {
	background-position: 50% 100%;
}
.footerQuick li.quickReserve a.on::before,
.footerQuick li.quickReserve a:focus:before,
.footerQuick li.quickReserve a:hover::before,
.footerQuick li.quickJijum a.on::before,
.footerQuick li.quickJijum a:focus:before,
.footerQuick li.quickJijum a:hover::before {
	background-position: 50% -44px;
}
.footerQuick li.quickEvent a.on::before,
.footerQuick li.quickEvent a:focus:before,
.footerQuick li.quickEvent a:hover::before {
	background-position: 50% -53px;
}
.footerQuick li.quickEvent2 a.on::before,
.footerQuick li.quickEvent2 a:focus:before,
.footerQuick li.quickEvent2 a:hover::before,
.footerQuick li.quickHipass a.on::before,
.footerQuick li.quickHipass a:focus:before,
.footerQuick li.quickHipass a:hover::before {
	background-position: 50% 0;
}

.footerQuick li.quickEvent2 a,
.footerQuick li.quickEvent2 a:hover,
.footerQuick li.quickEventHipass a:hover {
	color: #fff;
}

/* 하단 퀵메뉴 상담하기 */
.adviceShadow {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 720px;
    height: 100vh;
	background: rgba(0,0,0,0.5);
	z-index: 1001;
}
.adviceContainer {
    position: fixed;
    bottom: 0;
	bottom: -100%;
    left: 0;
    width: 720px;
	z-index: 1001;
	font-family: 'Noto Sans KR', '돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
	letter-spacing: -1px;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.adviceShadow.on {
	display: block;
}
.adviceContainer.on {
	bottom: 0;
}
.adviceContainer .adviceInner .adviceClose {
    position: absolute;
    top: 30px;
    right: 30px;
	cursor: pointer;
}
.adviceContainer .adviceInner {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px 30px 0 0;
	padding: 66px 40px 10px;
	box-sizing: border-box;
	z-index: 1;
}
.adviceContainer .adviceInner .title {
	font-size: 30px;
	font-weight: 700;
	color: #696969;
	line-height: 1.0;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 44px;
}
.adviceContainer .adviceInner ul li {
	display: block;
	height: 75px;
	line-height: 75px;
	font-size: 36px;
	font-weight: 500;
	color: #0d0d0d;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 96px;
	margin: 0 40px 40px;
	cursor: pointer;
}
.adviceContainer .adviceInner ul li.kakaoAdvice {
	background-image: url(/include/common/m/img/intro/icon_circle_kakao.png);
}
.adviceContainer .adviceInner ul li.callAdvice {
	background-image: url(/include/common/m/img/intro/icon_circle_call.png);
}
.adviceContainer .adviceInner ul li.onlineAdvice {
	background-image: url(/include/common/m/img/intro/icon_circle_advice.png);
}

/* 지점별 상담(카카오톡상담, 온라인상담) */
.commonAdviceWrapper {
	display: none;
	width: 720px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	background: #f1f1f1;
	box-sizing: border-box;
	padding: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: 'Noto Sans KR','돋음', sans-serif;
	font-style: normal;
	font-weight:300;
	color: #000;
}
.commonAdviceWrapper .commonAdviceClose {
    position: absolute;
    right: 40px;
}
.commonAdviceWrapper .title {
	font-size: 52px;
	font-weight: 700;
	text-align: center;
	line-height: 1.0;
	letter-spacing: -3px;
	margin: 50px auto 35px;
}
.commonAdviceWrapper .subTitle {
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	letter-spacing: -3px;
	margin-bottom: 45px;
}
.commonAdviceWrapper .adviceJinumList {
	padding-top: 40px;
	overflow: hidden;
}
.commonAdviceWrapper .adviceJinumList li {
	float: left;
	display: block;
	width: 32.97%;
	height: 101px;
	margin: 0 0 2px 2px;
}
.commonAdviceWrapper .adviceJinumList li a {
	display: inline-table;
	vertical-align: top;
	width: 100%;
	height: 101px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	background: #fff;
}
.commonAdviceWrapper .adviceJinumList li a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	word-break: keep-all;
}
.commonAdviceWrapper .adviceJinumList li a:hover,
.commonAdviceWrapper .adviceJinumList li a:focus {
	color: #fff;
	background: #fc6c9e;
}
.commonAdviceWrapper .adviceJinumList li a:hover span,
.commonAdviceWrapper .adviceJinumList li a:focus span {
	color: #fff;
}
.commonAdviceWrapper #adviceFrame {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border: 0;
	z-index: -1;
}

/* 지점별 이벤트 */
.commonEventWrapper {
	display: none;
	width: 720px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	background: #dbdbdb;
	box-sizing: border-box;
	overflow: hidden;
	font-family: 'Noto Sans KR','돋음', sans-serif;
	font-style: normal;
	font-weight:300;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.commonEventWrapper.fixed {
	background: #fff url(/include/common/m/img/intro/common_event_scroll_bg.jpg);
	/* background: #941d26; */

	background-repeat: no-repeat;
	background-position: 50% 0;
}
.commonEventContainer {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.commonEventContainer.fixed {
	background: #fff;
}
.commonEventWrapper .evtClose {
	position: fixed;
	top: 0;
	right: 34px;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 20px 0;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.commonEventWrapper .evtClose::before,
.commonEventWrapper .evtClose::after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 2px;
	height: 83px;
	background: #000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.commonEventContainer.fixed .evtClose::before,
.commonEventContainer.fixed .evtClose::after {
	background: #fff;
}
.commonEventWrapper .evtClose::before {
	right: 38px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.commonEventWrapper .evtClose::after {
	left: 38px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.commonEventWrapper .commonEventTop {
    position: fixed;
    left: 0;
    right: 0;
    width: 720px;
    margin: 0;
	height: 360px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	z-index: 1
}
.commonEventContainer.fixed .commonEventTop {
	height: 360px;
	/* background: #fff url(/include/common/m/img/common_event_scroll_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0; */
}
.commonEventWrapper .commonEvent01 {
	position: relative;
	width: 669px;
	height: 460px;
	background: url(/include/common/m/img/common_event_bg.png);
	background-repeat: no-repeat;
    background-position: 50% 100%;
	margin: 127px auto 0;
	padding: 66px 37px 40px 52px;
	color: #fff;
	border-radius: 25px;
	/* -webkit-box-shadow: 5px 5px 18px 0px rgba(124,118,122,1);
	-moz-box-shadow: 5px 5px 18px 0px rgba(124,118,122,1);
	box-shadow: 5px 5px 18px 0px rgba(124,118,122,1); */
	text-align: left;
	/* -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    transition: background 0.5s ease; */
	-webkit-transition:width 0.5s, background 0.5, box-shadow 0.5s, box-shadow 0s ease-in-out, -webkit-transform 0.5s;
    transition:width 0.5s, background 0.5s, transform 0.5s, box-shadow 0s ease-in-out;
	cursor: pointer;
}
.commonEventWrapper .commonEvent01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	opacity: 1;
	-webkit-box-shadow: 5px 5px 18px 0px rgba(124,118,122,1);
	-moz-box-shadow: 5px 5px 18px 0px rgba(124,118,122,1);
	box-shadow: 5px 5px 18px 0px rgba(124,118,122,1);
	-webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.commonEventContainer:not(.fixed) .commonEvent01::before {
	transition-delay :0.35s;
}
.commonEventContainer.fixed .commonEvent01::before {
	opacity: 0;
}

/*.commonEventContainer.fixed .commonEvent01 {
	width: 669px;
	height: auto;
	background: transparent;
	border-radius: 25px;
	padding: 0;
	margin-top: 105px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
}*/
.commonEventContainer.fixed .commonEvent01 {
    position: relative;
    width: 100%;
    /* height: auto; */
    /* background: transparent; */
    border-radius: 0;
    padding: 110px 0 0;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background-size: 114% auto;
}
.commonEventContainer.fixed .commonEvent01.body {
    background-position: 50% -190px;
}
.commonEventContainer.fixed .commonEvent01.lifting {
    background-position: 100% -133px;
    background-size: contain;
    background-color: #5A0812;
}
.commonEventContainer.fixed .commonEvent01.xeomin {
    background-position: 50% 156%;
}
.commonEventContainer .commonEvent01 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
	/*background: rgba(255,255,255,0.2);*/
	opacity: 0;
}
.commonEventContainer.fixed .commonEvent01 .overlay {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.commonEventContainer.fixed .commonEvent01 a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.commonEventWrapper .commonEvent01 .evtTit {
	/*font-size: 66px;*/
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -4px;
    line-height: 1.2;
}
.commonEventContainer.fixed .commonEvent01 .evtTit {
	font-size: 36px;
	letter-spacing: -2px;
}
.commonEventContainer:not(.fixed) .commonEvent01 .evtTit em {
	display: block;
}
.commonEventWrapper .commonEvent01 .evtDate {
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -1px;
	margin-top: 37px;
	line-height: 1.2;
}
.commonEventContainer.fixed .commonEvent01 .evtDate {
	display: none;
}
.commonEventWrapper .commonEvent01 .evtDetail {
	float: right;
	position: absolute;
    right: 37px;
    bottom: 53px;
	width: 230px;
	height: 88px;
	line-height: 88px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -2px;
	text-align: center;
	border: 1px solid #fff;
}
.commonEventContainer.fixed .commonEvent01 .evtDetail {
    position: static;
    float: none;
    display: inline-block;
    margin-top: 33px;
}
.commonEventWrapper .noti {
	display: inline-block;
	height: 41px;
	line-height: 41px;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: -2px;
	color: #000;
	background: url(/include/common/m/img/icon_noti.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 60px;
	margin: 33px auto 47px;
}
.commonEventContainer.fixed .noti {
	display: none;
}
.commonEventWrapper .commonEvent02 {
	position: relative;
	z-index: 2;
	text-align: left;
}
.commonEventWrapper .commonEventClickArea {
	height: 582px;
	margin-top: 127px;
	cursor: pointer;
}
.commonEventContainer.fixed .commonEventClickArea {
	height: 360px;
	margin-top: 50px;
}
.commonEventWrapper .commonEventClickArea .swiper-slide a {
	display: block;
}
.commonEventWrapper .commonEvent02 .commonEvent02_title {
	background: #fff;
	border-radius: 30px 30px 0 0;
	padding: 47px 40px 24px;
	z-index: 2
}
.commonEventContainer.fixed .commonEvent02 .commonEvent02_title {
    width: 720px;
    position: fixed;
	top: 304px;
}
.commonEventWrapper .commonEvent02_inner {
	position: relative;
	background: #fff;
	padding: 0 40px 214px;
	z-index: 1

}
.commonEventContainer.fixed .commonEvent02_inner {
	position: static;
	margin-top: 305px;
}
.commonEventWrapper .commonEvent02 .title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    letter-spacing: -2px;
	margin-left: 35px;
}
.commonEventWrapper .commonEvent02 .subTitle {
    font-size: 24px;
    font-weight: 100;
    color: #000;
    letter-spacing: -2px;
	margin-top: 6px;
	margin-left: 35px;
}
.commonEventWrapper .commonEvent02_inner ul {
	overflow: hidden;
}
.commonEventWrapper .commonEvent02_inner li {
	float: left;
	display: block;
	width: 32.97%;
	height: 101px;
	margin: 0 0 2px 2px;
}
.commonEventWrapper .commonEvent02_inner li a {
	display: inline-table;
	vertical-align: top;
	width: 100%;
	height: 101px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	background: #f1f1f1;
}
.commonEventWrapper .commonEvent02_inner li a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #000;
}
.commonEventWrapper .commonEvent02_inner li a:hover,
.commonEventWrapper .commonEvent02_inner li a:focus {
	color: #fff;
	background: #fc6c9e;
}
.commonEventWrapper .commonEvent02_inner li a:hover span,
.commonEventWrapper .commonEvent02_inner li a:focus span {
	color: #fff;
}

/* 공통이벤트 상단 슬라이드 */
.commonEventTop .swiper-container {
    padding-bottom: 24px;
}
.commonEventTop .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}
.commonEventTop .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
.commonEventTop .swiper-container-horizontal>.swiper-pagination {
    bottom: 35px;
}
.commonEventContainer.fixed .commonEventTop .swiper-container-horizontal>.swiper-pagination {
	text-align: left;
    bottom: 190px;
    margin-left: 30px;
}
.commonEventClickArea .swiper-slide img {
	visibility: hidden;
}

/* 공통 이벤트 상단 배너 고정 해제 */
.commonEventWrapper.ver2 .commonEventTop {
    position: relative;
	width: 100%;
	height: auto;
}
.commonEventWrapper.ver2 .commonEventTop .swiper-container {
    padding-bottom: 64px;
}
.commonEventWrapper.ver2 .commonEventTop .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 0 10px !important;
	background: #b9b9b9;
	opacity: 1;
}
.commonEventWrapper.ver2 .commonEventTop .swiper-pagination-bullet-active {
    opacity: 1;
    background: #dc3069;
}
.commonEventWrapper.ver2 .commonEventTop .swiper-container-horizontal>.swiper-pagination {
    bottom: 0;
}

.commonEventWrapper.ver2 .commonEvent02.fixed {
	position: fixed;
	width: 100%;
    top: 0;
}

/* 오시는길 네이버, 카카오 지도 */
.locationWrapper .bottom .btn {
	width: 290px;
	height: 64px;
	background: #3ab349;
	display: inline-block;
	line-height: 64px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -1px;
	text-align: center;
	border-radius: 35px;
	margin: 40px 10px 0;
	color: #fff;
	text-decoration: none;
}
.locationWrapper .bottom .btn.kakao {
	background: #f8c119;
}

.bottom_map .tabs {
	width: 640px;
	padding: 0;
	margin: 46px auto 0;
	position: relative;
	z-index: 2;
}
.bottom_map .tabs li {
	float: left;
	width: 33.33%;
	width: 50%;
	height: 135px;
	line-height: 1.5;
	font-size: 23px;
	font-weight: 400;
	color: #0d0d0d;
	text-align: center;
	border: 1px solid #0d0d0d;
	background: #fff;
	padding-top: 11px;
	list-style: none;
	box-sizing: border-box;
}
.bottom_map .tabs li:not(:first-child) {
	border-left: 0;
}
.bottom_map .tabs li b {
	display: block;
	font-size: 30px;
	font-weight: 500;
}
.bottom_map .tabs li.active {
	color: #fff;
	background: #0d0d0d;
}

.bottom_map .parking_lot {
	width: 640px;
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
	z-index: 0;
	visibility: hidden;
	margin: 0 auto;
}
.bottom_map .parking_lot.active {
	z-index: 1;
	visibility: visible;
}

/* 하남미사 오시는 길 안내 */
.directions {
    margin: 0 auto;
    padding-top: 24px;
	padding-bottom: 60px;
    clear: both;
	border-top: 16px solid #e8ecef;
	border-bottom: 16px solid #e8ecef;
	background: #fff;
	font-family: 'Noto Sans KR';
}
.directions .options {
    width: 640px;
    margin: 0 auto;
}
.directions .options .optionsTit {
	position: relative;
	font-size: 30px;
	letter-spacing: -2px;
	color: #0d0d0d;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #ddd;
	display: inline-table;
	vertical-align: top;
	background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 0 50%;
}
.directions .options .optionsTit.subway {
	background-image: url('/include/common/m/img/intro/intro04_ico01.png');
    background-size: 17px auto;
}
.directions .options .optionsTit.bus {
	background-image: url('/include/common/m/img/intro/intro04_ico02.png');
}
.directions .options .optionsTit.car {
	background-image: url('/include/common/m/img/intro/intro04_ico03.png');
}
.directions .options .optionsTit:after {
	content: '';
	position: absolute;
	right: 0;
	top: 40%;
	width: 36px;
	height: 20px;
	background: url('/include/common/m/img/intro/intro04_arrow_m.png');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.directions .options.on .optionsTit:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.directions .options .optionsTit .inner {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	font-weight: 500;
	padding-left: 30px;
}
.directions .options .optionsTit .inner span {
	font-size: 24px;
	color: #0d0d0d
}
.directions .options .optionsDesc {
    display: none;
    overflow: hidden;
	margin: 0;
    padding: 25px 0 17px;
    border-bottom: 1px solid #ddd;
}
.directions .options.on .optionsDesc {
	/* display: block; */
	counter-reset: num;
}
.directions .options .optionsDesc > li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 32px;
    font-size: 24px;
    color: #535353;
    word-break: keep-all;
    line-height: 1.4;
    counter-increment: num;
}

.directions .options .optionsDesc > li:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #d0d0d0;
    border-radius: 50%;
    content: counter(num);
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0;
}

.directions .options .optionsDesc > li li {
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-size: 22px;
	color: #000;
	word-break: keep-all;
	line-height: 1.5;
	counter-increment: num2;
}

.directions .options .optionsDesc > li li:before {
	position: absolute;
	left: 0;
	top: 0px;
	content: counter(num2) ") ";
	text-align: center;
	letter-spacing: 0;
}