@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 초기화 */
* {margin: 0;padding: 0;}
li {list-style: none;}
a {text-decoration: none;}
img {border: none;display: block;}
h1,h2,h3,h4,h5,h6,body,div,p,li,a,address {font-family: 'Noto Sans KR', sans-serif;font-size: 14px;font-weight: normal;color: #050708;}
input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input:focus {outline:none}

/* common */
.landing-wrap{width:100%;}
.landing-inner{position:relative;margin:0 auto;width:1280px;padding:0 40px;box-sizing:border-box}
.landing-title{padding:80px 0 50px}
.landing-title > h2{padding:0;margin:0;font-size:36px;font-weight:700;color:#17499a;text-align:center;letter-spacing:-2px}
.landing-title > .h2-text{font-size:24px;color:#343434;font-weight:400;text-align:center;letter-spacing:-1px}
.landing-title > .h2-text-s{margin-top:10px;font-size:20px;color:#999;font-weight:300;text-align:center;letter-spacing:-2px}

/* header */
.landing-header{width:100%;min-width:1280px;height:680px;background:#bbc5d0;background:url(../img/landing-main-visual.jpg ) top center no-repeat;background-color:#d3dce6}
.landing-nav{position: fixed;top: 0;width:100%;min-width:1280px;height:100px;border-bottom:1px solid rgba(255,255,255,0.2);transition: 0.4s; z-index: 99;}
.landing-nav > div > h1{padding:32px 0 0 0; }
.landing-nav > div > nav{position:absolute;top:0;right:0;padding-top:32px}
.landing-nav > div > nav > a{margin-left:80px;color:#fff;font-size:20px;transition-duration: 0.2s;}
.landing-nav > div > nav > a:hover{color:#233245}
.landing-visual-text1 {position:absolute;top:220px;left:360px;font-size:34px;color:#134390;letter-spacing:-3px;animation:ani-quickmenu1 5s;  animation-delay:0s; animation-duration:1s; animation-iteration-count:1;}
.landing-visual-text2{position:absolute;top:270px;left:230px;font-size:42px;color:#233245;font-weight:500;letter-spacing:-3px;animation:ani-quickmenu2 5s;  animation-delay:0s; animation-duration:1s; animation-iteration-count:1;}
.landing-visual-img1 {position:absolute;bottom:24px;left:-40px;width:78px;height:62px}
.landing-visual-img2{position:absolute;top:14px;left:-30px;width:23px;height:19px}
.landing-visual-img3{position:absolute;top:14px;right:-30px;width:23px;height:19px}

@keyframes ani-quickmenu1{
	0%{opacity:0;left:280px;transform:ease-in;}
	60%{opacity:1;left:360px;}
}
@keyframes ani-quickmenu2{
	0%{opacity:0;left:170px;}
	40%{opacity:0;left:170px;transform:ease-in;}
	100%{opacity:1;left:230px;}
}

/* counting */
.landing-count{width:100%;min-width:1280px;padding:60px 0;height:140px;background:#233245;}
.landing-count  ul > li {float:left;width:25%;height:140px;text-align:center;border-right:1px solid #374557;box-sizing:border-box}
.landing-count ul li:last-child{border-right:none}
.landing-count ul li img{margin:0 auto 8px}
.landing-count ul li h3{color:#fff;font-size:14px;font-weight:300}
.landing-count ul li p{margin-bottom:5px;color:#fff;font-size:34px;font-weight:700}

/* compare-price */
.landing-price{width:100%;min-width:1280px;height:700px;background:url(../img/landing-fast-bg.jpg) top center no-repeat;background-color:#029d7a}
.landing-price-compare{float:right;width:700;height:384px;background:#f5f6f7;border-radius:30px;border:1px solid #e9e9e9;text-align:center;box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.05);overflow:hidden}
.landing-price-compare > .car-name{margin-top:30px;font-size:32px;font-weight:500;letter-spacing:-2px}
.landing-price-compare > .car-info{font-size:16px;color:#808080}
.landing-price-compare > ul {margin-left:50px}
.landing-price-compare > ul > li{float:left;margin:50px 20px 20px 20px; width:142px;height:142px;background:#fff;border-radius:50%}
.landing-price-compare > ul > li > hr{margin:6px auto;width:36px;height:1px;background:#999;border:none}
.landing-price-compare > ul > li > .company{margin-top:36px;font-size:20px;font-weight:700}
.landing-price-compare > ul > li > .price{font-size:14px;}
.landing-price-compare > ul > li > .price > span{font-size:20px;font-weight:700;color:#050708}
.landing-price-compare > ul > li.blue{margin-top:35px;width:168px;height:168px;background:#17499a; border:8px solid #a7bbdc}
.landing-price-compare > ul > li.blue > p{color:#fff}
.landing-price-compare > ul > li.blue .company{font-size:24px;}
.landing-price-compare > ul > li.blue > hr{background:#fff}
.landing-price-compare > ul > li.blue .price{font-size:16px;}
.landing-price-compare > ul > li.blue .price > span{font-size:24px;color:#fff}
.landing-price-compare > ul::after{content:'';clear:both;display:block;}
.landing-price-car{position:absolute;top:250px;left:40px;text-align:center}
.landing-price > div > div > .compare-info-text{font-size:14px;color:#999;font-weight:300}

/* happiness */
.landing-happiness{width:100%;min-width:1280px;height:700px;background:url(../img/landing-happiness-bg.png) top center no-repeat;background-color:#00a178}
.landing-happiness-text{position:absolute;top:150px;left:100px}
.landing-happiness-img{position:absolute;top:190px;left:520px}
.landing-happiness-text > .text-l{font-size:91px;color:#fff;font-weight:700;letter-spacing:-6px}
.landing-happiness-text > .text-l > .yellow{font-size:91px;color:#ffe900}
.landing-happiness-text > .text-l > .small{font-size:73px;}
.landing-happiness-text > .text-s{margin-top:30px;font-size:40px;color:#fff;font-weight:500;letter-spacing:-3px;line-height:52px;}
.landing-happiness-text > .text-s > .text-price{display:inline-block;padding:6px 10px 10px 10px;background:#ffe900;color:#19705d;font-weight:700;line-height:40px;transform:rotate(-6deg);vertical-align:bottom}
.landing-happiness-text > .text-s > .text-price > span{font-size:32px}
.landing-happiness-text-info{padding-top:550px;font-size:16px;color:#a7ffea;text-align:center}

/* 10 years */
.landing-ten{width:100%;min-width:1280px;height:700px;background:url(../img/landing-ten-bg.png) top center no-repeat;background-color:#6c7dff}
.landing-ten-text{position:absolute;top:120px;left:600px}
.landing-ten-img{position:absolute;top:120px;left:100px}
.landing-ten-text-info{padding-top:580px;font-size:16px;color:#fff;text-align:center}
.landing-ten-text-info > span{color:#fff075}

/* malibu */
.landing-malibu{width:100%;min-width:1280px;height:700px;background-color:#58d7e6}
.landing-malibu-img > img{margin:0 auto}

/* carnival */
.landing-carnival{width:100%;min-width:1280px;height:700px;background-color:#262221}
.landing-carnival-img > img{margin:0 auto}

/* weekly promotion */
.landing-weekly{width:100%;min-width:1280px;height:600px;background-color:#fff}
.weekly_inner{position:relative; margin:100px auto;width:1280px;height:500px;background-color:#d0d9e8;border-radius:15px; background:url(../img/weekly_promotion_bg.jpg) 0 0 no-repeat;}
.weekly_cont{width:1000px;margin:0 auto;}
.weekly_cont h2{position:absolute;top:110px;left:675px;padding:0;margin:0;font-size:2.6rem;font-weight:700;text-align:left}
.weekly_cont h2 > span {color:#D21B0D;}
.weekly_cont p{position:absolute;top:175px;left:678px;font-size:16px;color:#37638e}
.weekly_promotion_info{display:flex}
.weekly_promotion_img{width:540px}
.weekly_promotion_img img{width:540px;height:auto;margin-top:120px}
.weekly_promotion_car_name{margin-top:240px;font-size:30px;font-weight:600;line-height:32px}
.weekly_promotion_car_price{font-size:24px;font-weight:600}
.weekly_promotion_car_price span{font-size:30px;color:#D21B0D}
.weekly_promotion_car_price_info{position:relative;display:inline-block;margin:0 0 6px 10px;padding:0 8px 0 4px;height:22px;background:#dc4532;border-radius:2px;color:#fff;vertical-align:middle}
.weekly_promotion_car_price_info span{position:absolute;top:3px;left:-7px;display:block;width:16px;height:16px;background:#dc4532;border-radius:2px;transform: rotate( 45deg )}
.weekly_promotion_car_price_info p{position:relative;top:0;left:0;color:#fff;font-size:14px;z-index:1}
.weekly_promotion_btn{display:block;position:absolute;top:310px;left:680px;margin-top:24px;width:288px;height:50px;border-radius:25px;background:#1B57A4;color:#fff;font-size:18px;text-align:center;line-height:48px;z-index:10}
.weekly_inner .controller_left {position:absolute;
	top: 45%;
	left:1%;
}
.weekly_inner .controller_right {position:absolute;
	top: 45%;
	right:1%;
}


/* fast-launch */
.landing-fast{width:100%;min-width:1280px;height:620px;background:url(../img/landing-fast-bg.jpg) top center no-repeat;background-color:#575e6a}
.landing-fast > div > p{margin-top:270px;height:80px;background:url(../img/landing-yel-line.png) 700px 46px no-repeat;font-size:36px;font-weight:500;color:#fff;text-align:center}
.landing-fast > div > p > span{color:#f0d248}

/* products */
.landing-product{width:100%;min-width:1280px;height:1670px;background:#f2f4f8}
.landing-product ul li{float:left;margin:0 10px 20px 10px;width:278px;height:432px;background:#fff;border-radius:10px;border:1px solid #e7eaf0;text-align:center;overflow:hidden}
.landing-product ul::after{content:'';clear:both;display:block;}
.landing-product ul li > span{display:block;width:280px;height:190px;background:#e6eaf2;border-radius:10px 10px 0 0;overflow:hidden}
.landing-product ul li > span > img{margin:0 auto;width:260px;height:auto}
.landing-product ul li > h3{margin-top:24px;font-size:22px}
.landing-product ul li .price{margin-top:12px;font-size:16px}
.landing-product ul li .price > span{font-size:24px;color:#b5261b;font-weight:700}
.landing-product ul li .info{margin-top:5px;font-size:16px;color:#808080;font-weight:300}
.landing-product ul li .info > span{display:inline-block;margin:0 8px;width:1px;height:12px;background:#808080}
.landing-product ul li > a{display:inline-block;margin-top:22px;width:210px;height:50px;border-radius:5px ;border:1px solid #1e51a4;color:#1e51a4;font-size:16px;font-weight:500;line-height:48px;text-align:center;transition-duration: 0.2s;}
.landing-product ul li > a:hover{background:#1e51a4;color:#fff}

/* prize */
.landing-prize{width:100%;min-width:1280px;height:488px;background:url(../img/landing-prize-bg.jpg) top center no-repeat;background-color:#2c343f}
.landing-prize > div{padding-left:510px}
.landing-prize > div > h2{padding-top:100px;font-size:36px;color:#f4deb4;text-align:left;line-height:44px;letter-spacing:-2px}
.landing-prize > div > p{margin-top:40px;color:#fff;font-size:24px;font-weight:300}
.landing-prize > div > p.text-s{font-size:18px;font-weight:300}
.landing-prize > div > p > span{font-weight:500}

/* reviews */
.landing-review{width:100%;min-width:1280px;height:810px;background:url(../img/landing-review-bg.jpg) top center no-repeat;background-color:#f4f4f4}
.landing-review > div > ul > li{float:left;margin:0 10px 20px 10px;width:278px;height:446px;background:#fff;border-radius:10px;border:1px solid #eaeaea;box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.05);}
.landing-review > div > ul::after{content:'';clear:both;display:block;}
.landing-review > div > ul > li > span{display:block;width:278px;height:204px;background:#e6eaf2;border-radius:10px 10px 0 0;overflow:hidden}
.landing-review > div > ul > li > span > img {width:100%;height:auto}
.landing-review > div > ul > li > h3 {margin:0;padding:24px 28px 8px 30px;font-size:20px;font-weight:500;text-align:left;letter-spacing:-1px;text-overflow: ellipsis;white-space:nowrap;overflow:hidden}
.landing-review > div > ul > li > h3 > span{color:#1e51a4}
.landing-review > div > ul > li > .writer{padding-left:30px;font-size:16px;line-height:1}
.landing-review > div > ul > li > hr{margin:24px 0 0 30px; width:40px;height:1px;background:#17499a;border:none}
.landing-review > div > ul > li > .content{padding:20px 30px 20px 28px ;font-size:15px;color:#666;font-weight:300;letter-spacing:-1px}

/* estimate */
.landing-estimate{width:100%;min-width:1280px;height:510px;background:#025cbd}
.landing-estimate  h2{color:#fff}
.landing-estimate input{margin:0 9px;width:379px;height:58px;background:#fff;border-radius:5px;border:none;font-size:16px;text-align:center}
.landing-estimate .agree-box{position:relative;margin:35px auto 0;width:380px;height:60px;font-size:18px;color:#fff}
.landing-estimate .agree-box > a{position:absolute;top:0;right:0;display:block;width:88px;height:28px;background:#15283f;border-radius:14px;font-size:14px;color:#fff;text-align:center;line-height:27px}
.landing-estimate a.btn-estimate{display:block;margin:0 auto;width:380px;height:72px;border:1px solid #fff;font-size:22px;color:#fff;font-weight:700;line-height:70px;text-align:center;transition-duration: 0.2s;}
.landing-estimate a.btn-estimate:hover{background:#fff;color:#255db7}

/* partners */
.landing-partner{width:100%;min-width:1280px;height:750px}

/* banner */
.landing-banner{width:100%;min-width:1280px;height:390px}
.landing-banner > div > div {float:left;width:590px;height:260px;border-radius:5px;box-sizing:border-box}
.landing-bn-kakaotalk{margin-right:20px;padding-left:240px;background:url(../img/landing-bn-kakaotalk-kdh.png) 0 26px no-repeat;background-color:#fae100;}
.landing-bn-kakaotalk > h2{padding-top:50px;color:#372424;font-size:32px;font-weight:500;text-align:left;letter-spacing:-1px}
.landing-bn-kakaotalk > p{color:#372424;font-size:16px;}
.landing-bn-kakaotalk > a {display:block;margin-top:40px;width:198px;height:48px;background:#372424;font-size:16px;color:#fae100;text-align:center;line-height:46px;}
.landing-bn-call{position:relative;padding-left:210px;background:url(../img/landing-bn-call-bg.png) 0 0 no-repeat;background-color:#404b53}
.landing-bn-call > h2{padding-top:88px;color:#fff;font-size:32px;font-weight:500;text-align:left;letter-spacing:-1px}
.landing-bn-call > p{margin-top:5px;color:#fff;font-size:16px;font-weight:300}
.landing-bn-call > img{position:absolute;top:94px;left:105px}

/* footer */
.landing-footer{width:100%;min-width:1280px;height:370px;background:#22262d}
.landing-footer > div > h1{padding-top:40px}
.landing-footer > div > hr{margin:30px 0 20px;width:100%;height:1px;background:#3d4047;border:none}
.landing-footer > div > p{color:#a7a8aa;font-size:15px;font-weight:300;line-height:28px}
.landing-footer > div > p.copyright{position:absolute;top:130px;right:40px;font-size:13px;color:#6a6c6f}

/* floating-estimate */
.landing-floating-estimate{position:fixed;bottom:0;width:100%;min-width:1280px;height:140px;background:rgba(233,79,55,0.98); z-index: 100}
.landing-floating-estimate h2{padding:20px 0 18px;color:#fff;font-size:24px;font-weight:500;text-align:left}
.landing-floating-estimate h2 > span{color:#fff}
.landing-floating-estimate input{margin-right:18px;width:388px;height:50px;border-radius:5px;border:none;text-align:center;font-size:16px;vertical-align:middle}
.landing-floating-estimate  a.btn-floating-estimate{display:inline-block;width:380px;height:50px;background:#233245;border-radius:5px;font-size:22px;color:#fff;font-weight:500;text-align:center;line-height:48px;vertical-align:middle}
.landing-floating-estimate a.btn-floating-estimate > img{margin:0 0 4px 0;display:inline;vertical-align:middle}
.landing-floating-estimate .agree-box{position:absolute;top:30px;right:40px;width:400px;color:#fff;font-size:14px;text-align:right}
.landing-floating-estimate .agree-box > a{display:inline-block;margin-left:10px;width:80px;height:24px;background:#d83317;border-radius:14px;font-size:12px;color:#fff;text-align:center;line-height:24px}

/* checkbox */
.landing-checkbox-wrap {position: relative;font-size:18px;color:#fff;}
.landing-checkbox-wrap input[type="checkbox"] {display:none;}
.landing-checkbox-wrap input[type="checkbox"] + label span {display:inline-block; width: 24px; height: 27px;margin-right:8px;vertical-align: middle;cursor: pointer;background: url(../img/landing-checkbox-off@3x.png) 0 0 no-repeat;background-size:24px 24px;}
.landing-checkbox-wrap input[type="checkbox"]:checked + label span {display: inline-block;background: url(../img/landing-checkbox-on@3x.png) 0 0 no-repeat;background-size:24px 24px;}
.landing-checkbox-wrap2 {position: relative;font-size:14px;color:#fff;}
.landing-checkbox-wrap2 input[type="checkbox"] {display:none;}
.landing-checkbox-wrap2 input[type="checkbox"] + label span {display:inline-block; width: 20px; height: 22px;margin-right:8px;vertical-align: middle;cursor: pointer;background: url(../img/landing-checkbox2-off@3x.png) 0 0 no-repeat;background-size:20px 20px;}
.landing-checkbox-wrap2 input[type="checkbox"]:checked + label span {display: inline-block;background: url(../img/landing-checkbox2-on@3x.png) 0 0 no-repeat;background-size:20px 20px;}


/* agreement */
.layer_popup_wrap_new {display: none;  margin-left: 0px; margin-top: 0px; width: 100%; height:100%; position: fixed;top: 0;left: 0; background-color: rgba(0, 0, 0, 0.85); z-index: 99999999; }
.layer_popup_wrap_new .layer_popup_renew02 {  position: absolute; width: 450px; height: 536px; left: 50%; top: 50%; margin-left: -225px; margin-top: -268px; background-color: #FFF; }
.layer_popup_wrap_new .popup_body_renew02 { width: 450px; height: 467px; padding: 30px; box-sizing: border-box; overflow-y: scroll; overflow-x:hidden;}
.layer_popup_wrap_new .popup_body_renew02 ul { width: 390px; height: 416px;}
.layer_popup_wrap_new .popup_body_renew02 li { list-style: none; margin-bottom: 0; padding:0;}
.layer_popup_wrap_new .popup_title_renew02 { width: 100%; height: 60px; background-color: #1b57a4; padding: 0 30px; box-sizing: border-box; margin-top: -18px;}
.layer_popup_wrap_new .popup_title_renew02 p.tc { color: #FFF;font-size: 18px; line-height: 58px; text-align: center; }
.layer_popup_wrap_new .popup_close_renew02 { position: absolute; top: 0px; right: 30px; cursor: pointer;}

ul.terms_list li.terms_item:first-child { background-color: #ffffff; }
ul.terms_list li.terms_item.open:first-child .btn02 { background-color: #ffffff; border:none; }
ul.terms_list li.terms_item.open:first-child .input_chk_new label { background-color: #ffffff; }
ul.terms_list li.terms_item .desc {position: relative; left: 50%;	transform: translateX(-50%);	width: 100%;	height: 410px;	background-color: #f8f8f8;	padding: 0;	list-style: none;box-sizing:border-box;	overflow: hidden; 		}
ul.terms_list li.terms_item .desc::-webkit-scrollbar { 	overflow-x: hidden;	width: 7px;}
ul.terms_list li.terms_item .desc::-webkit-scrollbar-track { background-color: transparent;	}
ul.terms_list li.terms_item .desc::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #1b57a4;	}
ul.terms_list li.terms_item .desc::-webkit-scrollbar-button { width: 0; height: 0;}
ul.terms_list li.terms_item .btn02 {position: relative;width: 100%; background-color: #fff;cursor: pointer; padding:18px 0; box-sizing: border-box;}


/*item이 open클래스/close클래스일 때 변경되는 css 작성  */
ul.terms_list li.terms_item.close .btn02 .arrow_down { position: absolute; right: 0px; top:15px;}
ul.terms_list li.terms_item.open .btn02 .arrow_down { position: absolute; right: 0px; top:15px; transform: rotate(180deg);}
ul.terms_list li.terms_item.open .desc {height: 207px;padding: 10px 19px;overflow-y: scroll; border: 1px solid #ebebeb; border-top: none;}
ul.terms_list li.terms_item.close .desc { height: 0; overflow: hidden; }
ul.terms_list li.terms_item.open .btn02 {	background-color: #f8f8f8; border: 1px solid #ebebeb; border-bottom: none;}
ul.terms_list li.terms_item.close .btn02 { background-color: #fff; }
ul.terms_list li.terms_item.open .input_chk_new label {background-color: #f8f8f8;}
ul.terms_list li.terms_item.close .input_chk_new label {background-color: #fff;}

ul.terms_list li.terms_item .red { color:rgb(221, 42, 42); }
ul.terms_list li.terms_item .bold { font-weight:bold; }
ul.terms_list li.terms_item .blue {  color:#1b57a4; }
ul.terms_list li.terms_item .normal {  font-weight: normal; }
ul.terms_list li.terms_item .desc p { word-break: break-all;}
ul.terms_list li.terms_item .desc span { display: block; font-size: 13px; padding-bottom: 5px;}
ul.terms_list li.terms_item .desc .tr { text-align: right; }
ul.terms_list li.terms_item .desc .terms_table { border:none; margin: 10px 0px;}
ul.terms_list li.terms_item .desc .terms_table tr th { border:1px solid #ffffff; background-color: #d6e5fa; padding:10px; text-align: center;}
ul.terms_list li.terms_item .desc .terms_table tr td { border:1px solid #ffffff; background-color: #ffffff; padding:10px; }

ul.terms_list li.terms_item.terms_chk_all .btn02 .chk_all_txt { font-weight: bold; color:#1b57a4; }
ul.terms_list li.terms_item .input_chk_new input { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; width: 1px; height: 1px; }
ul.terms_list li.terms_item .input_chk_new label {position: relative;width: 100%;padding: 10px 0px 10px 43px;font-size: 14px;font-weight: 700;line-height: 21px;cursor: pointer;color: #333;box-sizing: border-box;background: #ffffff url(../img/chk_blue_icon_off.png) no-repeat 3px 6px;background-size: 30px;}
ul.terms_list li.terms_item .input_chk_new input:checked+label:before {content: '';position: absolute;top: 50%;left: 1px;display: block;width: 33px;height: 32px;margin-top: -15px;background: #ffffff url(../img/chk_blue_icon_on.png) no-repeat 3px 1px;background-size: 29px;}

@media (max-width:500px) {
	.layer_popup_wrap_live .popup_body_renew02 { padding:60px 0px 0px 0px; }
	ul.terms_list li.terms_item .input_chk_new label { font-size:13px; padding:10px 0px 10px 36px; }
	ul.terms_list li.terms_item .btn02 { padding:20px 0px; }
	ul.terms_list li.terms_item.close .btn02 .arrow_down { right:0px; }
	ul.terms_list li.terms_item.open .btn02 .arrow_down { right: 0px; }
	ul.terms_list li.terms_item.open .desc { height:160px; }
}

/* 닫기버튼 */
.agreement_new_close_btn {cursor: pointer; background-color: #1b57a4; margin: 50px auto; text-align: center; transition: ease-in 0.4s; color: #fff; border: 1px solid #1b57a4; border-radius: 5px; display: block; box-sizing: border-box; width: 210px; height: 45px; padding: 11px; font-weight: bold;}
.agreement_new_close_btn:hover { background-color: #fff; color:#1b57a4; }


.landing-estm-text1{position:absolute;top:220px;left:230px;font-size:34px;color:#134390;letter-spacing:-3px;}
.landing-estm-text2{position:absolute;top:260px;left:230px;font-size:42px;color:#233245;font-weight:500;letter-spacing:-3px;}
.landing-estm-text3{position:absolute;top:330px;left:230px;font-size:24px;color:#bf381a;letter-spacing:-3px;}
.landing-estm-arrow-img {position:absolute;top:9px;right:-30px;width:24px;height:24px}


/* 야간 당직 팝업 */
.working-hours-pop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(25,25,25,0.85);z-index:100000;}
.working-hours-pop-inner{position:absolute;width:680px;height:780px;left:50%;top:33%;transform:translate(-50%, -33%);background-color:rgba(0,0,0,0);;text-align:center;border-radius:20px}
.working-hours-pop-inner img{width:100%;height:auto}
.working-hours-btn{position:absolute;bottom:-10px;width:100%;text-align:center;}
.working-hours-btn a{font-size:16px;color:#fff;}
.working-hours-btn span{display:inline-block;margin:0 40px 4px 40px;width:1px;height:14px;background:#fff;vertical-align:middle}