@charset "UTF-8";

	.tabDepth>a,
	.lastDepth>a,
	.depth3>a,
	.depth3>a>span:before,
	.faq_list>li .q,
	.faq_list>li .q>.bul,

	#mVisual .visualRoll .slider>div,
	#mVisual .vTxtArea .ii,
	#mVisual .slick-dots>li button,
	#mVisual .slick-dots>li button:before,
	#mVisual .vTxt .ii,

	#mVisual .iconMenu .inConts>a,


	.swiper-button,
	.swiper-pagination-bullet,
	.m-tab>a,
	.store-area>.store-map .thumb .finding-map-link,
	.store-area>.store-map .thumb .finding-map-link:after,
	#quick-right,
	#quick-social{transition: all .3s ease-out; transform-origin: 50% 50%;}


	.historyArea .history_box>.logo>span,
	.historyArea .history_box>.list:before,
	#mVisual .vTxt .ii{transition: all .5s ease-out; transform-origin: 50% 50%;}

	#mainVisual .vTxt .ii{transition: all .7s ease-out; transform-origin: 50% 50%;}

	#mVisual .visualRoll .slider .photoBox p{transition: all 1s ease-out; transform-origin: 50% 50%;}

	#mainVisual .visualRoll .swiper-slide>img{transition: all 2s ease-out; transform-origin: 50% 50%;}

/*[s] All Style */
	.f0{font-size:0; line-height:0;}

	.depth-tab{margin-top:2rem; width:100%;}
	.depth-tab .inConts{display:flex; gap:4rem;}
	/* .depth-tab .inConts::after{content:""; width:calc(100% - 4rem); height:1px; background-color:#D9D9D9; position:absolute; left:2rem; bottom:0; z-index:0;} */
	.depth-tab a{padding:1.7rem 3rem; font-size:2rem; line-height:1.3; font-weight:600; color:#888; text-align:center; font-family:var(--popp); background-color:#fff; border-radius:3rem; transition:all 0.3s ease-out;}
	/* .depth-tab a::before,
	.depth-tab a::after{content:""; display:block; position:absolute; left:0; opacity:0; transition:all 0.3s ease-out;}
	.depth-tab a::before{width:0.8rem; height:0.8rem; border-radius:50%; background:linear-gradient(37deg, #0671B0 23.64%, #37B4D2 84.35%); top:0;}
	.depth-tab a::after{width:100%; height:0.3rem; background-color:var(--point); bottom:0} */

	.depth-tab a:hover{color:var(--point); box-shadow:0.3rem 0.6rem 0.8rem 0 rgba(102, 102, 102, 0.15);}
	.depth-tab a.active{color:#fff; background-color:var(--point);}
	/* .depth-tab a:is(.active)::before,
	.depth-tab a:is(.active)::after{opacity:1;} */

	.page-intro{margin-top:10rem; font-size:5rem; line-height:1.3; font-weight:700; color:#333}
	.page-intro+.depth-tab{margin-top:6rem;}
	.page-intro .sm{font-size:4rem; line-height:1.5;}

	h4.bul{margin-bottom:4.5rem; padding-left:2rem; font-weight: 700; font-size:2.4rem; line-height:1; color: #1b1b1b; position: relative;}
	h4.bul:before{content: ""; width: 0.8rem; height: 0.8rem; background-color: var(--point); position:absolute; left: 0; top:0.7rem; border-radius:100%;}
	*+h4.bul{margin-top:6.5rem;}

	.lattice{background-size: 1rem, 3rem, 1rem 1rem, 3rem 3rem; background-image: linear-gradient(90deg, #ededed 1px, transparent 1px), linear-gradient(90deg, #ededed 1px, transparent 1px), linear-gradient(#ededed 1px, transparent 1px), linear-gradient(#ededed 1px, transparent 1px);}

	.wideKakao{width: 100%; margin: 0 auto; position: relative;}
	.wideKakao>.root_daum_roughmap{width: 100%; height:66rem;}
	.wideKakao>.root_daum_roughmap .wrap_map{height:100%; position: absolute; left: -1px; right: -1px; top: -1px;}
	.wideKakao .hide {display: none;}

	.view_btn{padding:1.6rem 2rem 1.5rem; min-width:15rem; font-size:1.7rem; line-height:1; font-weight:500; color:#fff; text-align:center; border:1px solid #ddd; border-radius:5rem;}
	.arrow_btn{padding:1.6rem 2rem; min-width:16rem; font-size:1.6rem; line-height:1; font-weight:500; color:#000; text-align:center; border:1px solid #000; border-radius:5rem; display:inline-flex; gap:1rem; align-items:flex-start; justify-content:center;}
	.arrow_btn::after{content:""; display:block; width:0.7rem; height:1.4rem; background:url("/images/btn_arrow.png") no-repeat center/0.7rem;}

    .round,
    .sect_visual{border-radius:5rem 5rem 5rem 15rem; overflow:hidden;}
    .round img,
    .sect_visual img{width:100%; height:100%; object-fit:cover;}

    /* aos custum */
    .non_aos[data-aos],
    .non_aos.aos-animate[data-aos]{transition-delay:0s !important; transform:translate(0) !important; opacity:1 !important; transition-duration:0s !important;}
    .non_aos[data-aos="fade-up"] > *,
    .non_aos[data-aos="fade-down"] > *,
    .non_aos[data-aos="fade-left"] > *,
    .non_aos[data-aos="fade-right"] > *{opacity:0;}

    .non_aos[data-aos="fade-up"] > *{transform:translateY(5rem); transition:all 0.75s ease-in-out}
    .non_aos[data-aos="fade-up"].aos-animate > *{transform:translateY(0); opacity:1;}

    .non_aos[data-aos] > *{transition-duration:0.75s}
    .non_aos[data-aos] > *:nth-child(2){transition-delay:0.1s}
    .non_aos[data-aos] > *:nth-child(3){transition-delay:0.2s}
    .non_aos[data-aos] > *:nth-child(4){transition-delay:0.3s}
    .non_aos[data-aos] > *:nth-child(5){transition-delay:0.4s}
    .non_aos[data-aos] > *:nth-child(6){transition-delay:0.5s}
    
	*[data-aos].aos-animate.dl01{transition-duration:0.75s}
    *[data-aos].aos-animate.dl02{transition-delay:0.1s}
    *[data-aos].aos-animate.dl03{transition-delay:0.2s}
    *[data-aos].aos-animate.dl04{transition-delay:0.3s}
    *[data-aos].aos-animate.dl05{transition-delay:0.4s}
    *[data-aos].aos-animate.dl06{transition-delay:0.5s}

/*[e] All Style */

/*[s] Main Popup Style */
	#hd_pop {z-index:101;position:relative;margin:0 auto;height:0}
	#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
	.hd_pops{width:auto !important; max-width:100%; height:auto !important; background-color:#fff; border:1px solid #333; position:absolute; display:block; overflow:hidden; box-sizing:border-box;}
	.hd_pops img{width:100%}
	.hd_pops_con{}
	.hd_pops_footer{padding:0; background-color:#333; font-size:1.4rem; color:#fff; text-align:left;position:relative}
	.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
	.hd_pops_footer button{padding:1rem; border:0; color:#fff}
	.hd_pops_footer .hd_pops_reject{text-align:left}
	.hd_pops_footer .hd_pops_close{position:absolute;top:0;right:0}

	#popLayer{width:100%; height:100%; background-color: rgba(0,0,0,0.7); font-size:0; line-height:0; position:fixed; left:0; top:0; z-index:99; overflow:hidden; overflow-y:auto;}
	#popLayer.disNone{display:none !important;}
	#popLayer #moPopArea{width:100vw; height:100vh;padding:0 !important;  box-sizing: border-box; display: flex; align-items: center; justify-content: center; -ms-flex-align:center;}
	#popLayer #moPopArea .moPop{/*width:100%; max-width:60rem;*/ margin:0; padding:5rem 3rem; position: relative;}
	#popLayer #moPopArea #moPopRoll{background-color: #fff; border-radius:2rem 2rem 0 0; overflow:hidden; box-shadow:0 2rem 4rem rgba(0,0,0,0.3);}
	#popLayer .slider{width:100%; max-height:60vh; border-radius:2rem 2rem 0 0; font-size:0; line-height:0; box-sizing:border-box; overflow:auto;}
	#popLayer .slider img{width:100%; vertical-align: top;}
	#popLayer .slider .HKeditorContent{padding:3rem 0 6rem; font-size:1.8rem; line-height:1.5; color: #666;}
	#popLayer .slider .HKeditorContent>*{padding-left:3rem; padding-right:3rem;}

	#popLayer .slider .HKeditorContent img{width:auto;}
	/*#popLayer #moPopRoll.roll .slider{height:75vh; overflow-y: auto;}*/

	#popLayer .layerPopClose{width:3rem; height:3rem; margin:0; padding:0; font-size:0; line-height:0; position: absolute; right:1.5rem; top:1.5rem; z-index:6; transform:rotate(45deg);}
	#popLayer .layerPopClose:before,
	#popLayer .layerPopClose:after{content: ""; background-color: #222; display: block; position:absolute; left: 50%; top:50%;}
	#popLayer .layerPopClose:before{width: 100%; height: 2px; margin:-1px 0 0 -1.5rem;}
	#popLayer .layerPopClose:after{width: 2px; height: 100%; margin:-1.5rem 0 0 -1px;}

	#popLayer .moPopClose{width:100%; margin-top:-1px; background-color: var(--point); border-radius:0 0 2rem 2rem; display: flex; justify-content: space-between; overflow:hidden;}
	#popLayer .moPopClose>*{/*flex:1 1 50%;*/ height:6rem; margin:0; padding:0 3rem; font-size:1.6rem; line-height:1; display: flex; align-items: center; justify-content: flex-start;}
	#popLayer .moPopClose button{background-color: var(--bg); border:none; color: #fff; position: relative;}
	/*#popLayer .moPopClose button:before{content: "X"; width: 1.8rem; height: 1.8rem; background-color: rgba(255,255,255,0.3); border:1px solid #000; font-family: dotum; font-weight: bold; font-size:1.6rem; line-height:1.6rem; color: #000;display: inline-block; position:absolute; top:0; box-sizing: border-box;}
	#popLayer .moPopClose button.toDay_close{padding-left:2.5rem;}
	#popLayer .moPopClose button.toDay_close:before{left:0;}*/
	#popLayer .moPopClose button.close{padding-right:3rem; justify-content: flex-end;}
	#popLayer .moPopClose button.close:before{right:0;}
	#popLayer .moPopClose a{background-color: #3617cd; color:#fff}

	#popLayer .slick-dots{width:100%; padding:0; text-align: center; position: absolute; left:0; bottom:2rem; z-index:7;}
	#popLayer .slick-dots>li{margin:0 0.7rem; display:inline-block; vertical-align: top;}
	#popLayer .slick-dots>li+li{}
	#popLayer .slick-dots>li button{width:1.4rem; height:1.4rem; padding:0; background-color:#d4d7d9; border:none; font-size:0; line-height:0; position: relative; cursor: pointer; border-radius:999px; overflow:hidden; transition: all .3s ease-out;}
	#popLayer .slick-dots>li.slick-active button{width:30px; background-color: #333;}

	#popLayer #moPopArea #moPopRoll{opacity: 0; visibility: hidden; transition: opacity 1s ease;}
	#popLayer #moPopArea #moPopRoll.open,
	#popLayer #moPopArea #moPopRoll.slick-initialized{visibility: visible; opacity: 1;}

/*[e] Main Popup Style */

/*[s] Main Style */

	#quick-right{display: inline-flex; flex-flow: column wrap; justify-content: center; position: fixed; right:1.5rem; bottom:12vh; z-index:7;}
	#quick-right>a{width:6.4rem; display:block; filter: drop-shadow(0 0 1rem rgba(0,0,0,0.15));}

	#quick-social{display: inline-flex; flex-flow: column wrap; justify-content: center; gap:1.8rem; position: fixed; left:1.5rem; bottom:6rem; z-index:7;}
	#quick-social>a{width:4.5rem; display:block; filter: drop-shadow(0 0 1rem rgba(0,0,0,0.15));}

	.mScrolls{width:100%; font-size:0; line-height:0; text-align: center; position: fixed; left:0; bottom:40px; z-index:8; display:none;
		animation-duration: .7s; animation-iteration-count:infinite; animation-name: scrollDown; animation-timing-function:ease-in-out; animation-direction:alternate;
	}
	@keyframes scrollDown {
		from {bottom:50px; opacity:1;}
		to {bottom:30px; opacity:0.5}
	}

	.m-title{margin-bottom:6rem; padding-top:8.5rem; line-height:1; text-align: center; position: relative;}
	.m-title:before{content: ""; width: 1px; height: 4.5rem; margin-left:-0.5px; background-color: #959796; position:absolute; left:50%; top:0px;}
	.m-title .cate{font-weight: 600; font-size:2rem; color: var(--point);}
	.m-title .tit{font-size:4rem; color: #1b1b1b;}
	.m-title .txt{margin-top:2rem; font-weight: 700; font-size:2rem; line-height:2.8rem; color: #555;}
	.m-title * + .tit{margin-top:2rem;}

	.m-title.b5{margin-bottom:5rem;}
	.m-title.b8{margin-bottom:8rem;}

	.m-tab{width:100%; margin:-0.5rem 0 2rem; display: flex; align-items: center; justify-content: flex-end;}
	.m-tab>a{height:4.6rem; padding:0 2.5rem; background-color: transparent; font-weight: 600; font-size:1.8rem; line-height:1; color: #999; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap:0.8rem; white-space: nowrap; border-radius:99rem;}
	.m-tab>p{height:1.5rem;}
	.m-tab>a:is(:hover, .active){background-color: #f04f00; color: #fff; box-shadow:0.5rem 0.5rem 1rem rgba(0,0,0,0.2);}

	.btn-more{margin-top:5rem; font-weight: 500; font-size:2.2rem; line-height:3.2rem; color:#333; display: flex; align-items: center; gap:0.8rem;}
	.btn-more img{height:0.9rem;}

	.pt-layout{display: flex; align-items: center; justify-content: space-between;}
	.pt-layout>*{width:48.5714%;}
	.pt-layout>.thumb{max-width:68rem; margin:0 auto; border-radius:1rem; box-shadow:2rem 2rem 3rem rgba(0,0,0,0.2);}
	.pt-layout>.text{padding-left:8rem; position: relative;}
	.pt-layout>.text .icon{position: absolute; left:0; top:0;}
	.pt-layout>.text .cate{font-weight: bold; font-size:2.4rem; line-height:1; color: #f04f00}
	.pt-layout>.text .tit{font-weight: bold; font-size:4rem; line-height:1.2; color:#1b1b1b; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.pt-layout>.text *+.tit{margin-top:3rem;}
	.pt-layout>.text .txt{margin-top:2rem; font-size:2.2rem; line-height:3.2rem; color:#333;}
	.pt-layout>.text .txt.three{max-height:9.6rem; display: block; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

	.pt-layout.right>.thumb{order:2;}
	.pt-layout.right>.text{padding-left:12rem; order:1;}

	.main_sect_top h3{font-size:4.5rem; line-height:var(--lh_5); font-weight:700; color:#000;}
	.main_sect_top p{font-size:2rem; line-height:var(--lh_10); color:#666;}

    .main_sect .sw_control{margin-bottom:2rem; display:flex; align-items:center; justify-content:flex-end;}
    .main_sect .sw_control .sw_arrow{position:relative; left:auto; top:auto; bottom:auto; right:auto; width:auto; height:auto; margin:0;}
    .main_sect .sw_control .sw_arrow::after{display:none;}
    .main_sect .sw_control .sw_arrow img{width:5.1rem;}
    .main_sect .sw_control .sw_arrow.swiper-button-disabled img{filter:brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(95%) contrast(90%);}
    .main_sect .sw_control .swiper-button-next{margin-left:2rem; padding-left:2.3rem; position:relative;}
    .main_sect .sw_control .swiper-button-next::before{content:""; display:block; width:0.3rem; height:2rem; background-color:#C5C5C5; position:absolute; left:0; top:50%; z-index:0; transform:translateY(-50%);;}

	.swiper-slide .thumb{overflow:hidden;}
	.swiper-slide img{transition:all 0.3s ease-out;}
	.swiper-slide:hover img{transform:scale(1.03);}

	/* .full_sect .fp-tableCell{padding-top:10rem;} */

	/* visual */
	#mainVisual{width:100%; position: relative; overflow:hidden;}
	#mainVisual .visualRoll{white-space: nowrap;}
	#mainVisual .visualRoll .swiper-slide{width:100%; background-repeat: no-repeat; background-position: center center; background-size: cover; font-size:0; line-height:0; position: relative; overflow:hidden; display:inline-block; vertical-align: top;}
	#mainVisual .visualRoll .swiper-slide a{display:block;}
	#mainVisual .visualRoll .swiper-slide img{width:100%; height:76rem; max-width:none; object-fit: cover; object-position: center center;}

	#mainVisual .vTxtArea{width:100%; height:100%; padding:0 2rem; text-align: left; position: absolute; left:0%; top:0; z-index:5; display: flex; align-items: center; justify-content: center;}
	#mainVisual .vTxt{width:100%; position: relative; max-width:146rem; margin:0 auto; padding:0 0 7.5rem;}
	#mainVisual .vTxt .ii{line-height:1; color: #fff; top:50px; display:block; opacity: 0; position: relative; word-break:keep-all; word-wrap:break-word; white-space: normal;}
	#mainVisual .vTxt .i01{transition-delay: 1.3s;}
	#mainVisual .vTxt .i02{transition-delay: 1.35s;}
	#mainVisual .vTxt .i03{transition-delay: 1.4s;}
	#mainVisual .vTxt .i04{transition-delay: 1.45s;}
	#mainVisual .vTxt .i05{transition-delay: 1.5s;}
	#mainVisual .vTxt .i06{transition-delay: 1.55s;}
	#mainVisual .vTxt .i07{transition-delay: 1.6s;}

	/* #mainVisual .vTxt .ii.cate{font-weight: bold; font-size:2.4rem; position: relative;}
	#mainVisual .vTxt .ii.cate:before{content: ""; width: 4rem; height:0.3rem; background-color: #fff; position:absolute; left: 0; top:3.6rem;} */
	#mainVisual .vTxt .ii.title{font-size:5.5rem; line-height:var(--lh_10); font-weight:700;}
	#mainVisual .vTxt .ii.text{margin-top:1.6rem; font-size:2.5rem; line-height:var(--lh_10);}
	#mainVisual .vTxt .ii.btn{position:absolute; left:0; bottom:0; top:auto !important;}
	#mainVisual .vTxt .ii.btn>a{}
	#mainVisual .vTxt .ii.btn>a img{width:1.7rem; height:auto;}

	#mainVisual .swiper-button{font-family:'SUIT Variable'; font-weight: 100; font-size: 1.2rem; line-height:1; color: rgba(255,255,255,0.8); position: static; left:auto; top:auto; margin-top:0; display: inline-block; cursor: pointer;width:auto;height:auto;}
	/* #mainVisual .swiper-button-prev{margin-left:-784px;} */
	#mainVisual .swiper-button-next{}
	#mainVisual .swiper-button-next::after{font-size: 1.5rem;}
	#mainVisual .swiper-button:hover{color: rgba(255,255,255,1);}

	#mainVisual .swiper-pagination{width:calc(100% - 4rem); max-width:170rem; display:flex; align-items: center; justify-content:flex-start; gap:0 1.5rem; position:absolute; top:43rem; bottom:auto; left:50%; transform:translateX(-50%); z-index:5;}
	#mainVisual .swiper-pagination-bullet{margin:0; width:1rem; height:1rem; display:inline-block; vertical-align: top; cursor: pointer; background-color:#fff; border:1px solid #fff; border-radius:1.2rem; font-size:0; line-height:0; opacity:1;}
	/* #mainVisual .swiper-pagination-bullet + .swiper-pagination-bullet{margin-left:1.4rem;} */
	#mainVisual .swiper-pagination-bullet.swiper-pagination-bullet-active{width:10.5rem;}

    #mainVisual .play_box{display:flex; align-items:center; justify-content:center;}
    #mainVisual .play_btn{font-size:0; width:1.2rem;}
    #mainVisual .play_btn::before{content:'';display:block;box-sizing:border-box;}
    #mainVisual .play_btn.play::before{width:1.2rem;height:1.8rem;border-left:3px solid #fff;border-right: 3px solid #fff;margin:0 auto}
    #mainVisual .play_btn.pause{width:0.8rem;}
    #mainVisual .play_btn.pause::before{border-left:1rem solid #fff;border-bottom: 0.8rem solid transparent;border-top: 0.8rem solid transparent;}

    /* #mainVisual .swiper-pagination{width:100%; max-width:174rem; display:flex; align-items: center; justify-content:flex-start; gap:0 1.5rem; position:absolute; top:43rem; bottom:auto; left:50%; transform:translateX(-50%); z-index:5;}
	#mainVisual .swiper-pagination>span{display:inline-block; width:2.4rem; font-size:2rem; line-height:1; font-weight:600; font-family:var(--popp); color:#fff}
	#mainVisual .swiper-pagination .timmer{width:15rem; height:2px; background-color:#656565;}
	#mainVisual .swiper-pagination .timmer .timmer__inner{width:0; height:100%; background-color:#fff;} */


	#mainVisual .swiper-number{width:100%; max-width:156rem; margin-left:-78rem; padding:0 3rem; font-size:3.2rem; line-height:1; color: #fff; text-align: right; position: absolute; left:50%; bottom:6rem; z-index:6;}
	#mainVisual .swiper-number .n{top:-1.5rem; position: relative;}
	#mainVisual .swiper-number .l{top:-0.3rem; position: relative;}
	#mainVisual .swiper-number .t{}

	#mainVisual .swiper-slide-active .vTxt .ii{top:0px; opacity:1;}
	#mainVisual .visualRoll .swiper-slide.swiper-slide-active>img{transform:scale(1);}

    #mainVisual .swiper_btns_box{width:100%;max-width:164rem;padding-left:2rem;position:absolute;left:50%; top:34rem;z-index:5;display:flex;align-items:center; justify-content:flex-start; gap:0 3.5rem; transform:translateX(-50%);}

    #mainVisual .scroll_ani{position: absolute;bottom:2.5rem;left: 50%;transform: translateX(-50%);height:7.8rem;z-index: 10;}
    #mainVisual .scroll_ani .ico_box{margin:1rem auto 0; width:2.3rem; height:4rem; border:1px solid #fff; border-radius:2.3rem; position:relative;}
	#mainVisual .scroll_ani .ico_box span{display: block; position:absolute; top:50%; left:50%; width:1px; height: 2rem;transform: translate(-50%, -50%); background-color:rgba(255, 255, 255, 0.4);}
	#mainVisual .scroll_ani .ico_box span::after{content:""; display:block; width:1px; height:0.6rem; background:#fff; position:absolute; border-radius: 100%; bottom: 0; left: 0; animation: loopCir 1.5s linear infinite;}
	#mainVisual .scroll_ani > span{font-size: 1.3rem; font-weight: 500; line-height:1; letter-spacing: 0; color: #fff; text-transform: uppercase;}

	@keyframes loopCir {
	 	0% {
	 	  	bottom: 1.4rem;
	 	  	opacity: 0;
	 	}
	 	50% {
	 	  	bottom: 0;
	 	  	opacity: 1;
	 	}
	 	70% {
	 	  	bottom: 0;
	 	  	opacity: 0;
	 	}
	 	100% {
	 	  	bottom: 1.4rem;
	 	  	opacity: 0;
	 	}
	}

	
	/* main_store_sch */
		.main_store_sch{margin-top:12rem; padding:11rem 0 11.5rem; background:url("/images/main/main_store_sch_bg.jpg") no-repeat center/cover; border-radius:10rem 10rem 0 0; overflow:hidden;}
		.main_store_sch .main_sect_top p{margin-top:2rem;}
		.main_store_sch .sch_box{margin-top:4.4rem; padding-left:5rem; max-width:90rem; display:flex; align-items:center; border:1px solid #e6e6e6; border-radius:10rem; background-color:#fff; box-shadow:0 1.4rem 1.4rem rgba(0,0,0,0.07);overflow:hidden;}
		.main_store_sch .sch_box .sch_type{padding:3.4rem 3rem 3.4rem 0; display:flex; gap:3rem; position:relative;}
		.main_store_sch .sch_box .sch_type::after{content:""; display:block; width:1px; height:2rem; background-color:#000; position:absolute; right:0; top:50%; transform:translateY(-50%);}
		.main_store_sch .sch_box .sch_type label{font-size:2rem; line-height:var(--lh_10); color:#000}
		.main_store_sch .sch_box .sch_type input[type=radio]+label>.graphic{border-color:#000;}
		.main_store_sch .sch_box .sch_type input[type=radio]+label>.graphic:before{opacity:0;}
		.main_store_sch .sch_box .sch_type input[type=radio]:checked+label>.graphic:before{opacity:1;}
		.main_store_sch .sch_box input[type="text"]{flex:1; border:0; padding-left:3.7rem; height:9.8rem; font-size:2rem; outline:none;}
		.main_store_sch .sch_box button[type="submit"]{border:0; padding:0 6rem 0 8rem; height:9.8rem; font-size:2rem; line-height:var(--lh_10); font-weight:700; color:#000; outline:none; background-color:var(--c_point); position:relative;}
		.main_store_sch .sch_box button[type="submit"]::before{content:""; display:block; width:3rem; height:3rem; background:url("/images/sch_icon.svg") no-repeat center/contain; position:absolute; left:3.9rem; top:50%; transform:translateY(-50%);}
		.main_store_sch .sch_hashtag{margin-top:4rem; padding-left:5rem; max-width:90rem; font-size:2rem; line-height:var(--lh_10); color:#666; display:flex; gap:1rem 2.8rem; flex-wrap:wrap;}
		.main_store_sch .sch_hashtag a::before{content:"#"}

	/* main_business */
		.main_business{height:76rem; display:flex; flex-wrap:wrap;}
		.main_business a{width:25%; padding-top:29rem; color:#fff; text-align:center; display:inline-flex; justify-content:flex-start; flex-direction:column; background-repeat:no-repeat; background-position:center; background-size:cover; transition:all 0.3s ease-out; overflow:hidden;}
		.main_business a::before{margin-top:3.5rem; font-size:3rem; line-height:1; font-weight:700; opacity:0.3; transition:opacity 0.3s ease-out;}
		.main_business a em{font-size:4.5rem; line-height:var(--lh_10); transition:all 0.3s ease-out;}
		.main_business a p{margin-top:1.6rem; font-size:2rem; line-height:var(--lh_10); white-space:nowrap; opacity:0; transition:opacity 0.3s ease-out;}
		.main_business a:nth-child(1){background-image:url("/images/main/main_business_bg_01.jpg");}
		.main_business a:nth-child(2){background-image:url("/images/main/main_business_bg_02.jpg");}
		.main_business a:nth-child(3){background-image:url("/images/main/main_business_bg_03.jpg");}
		.main_business a:nth-child(4){background-image:url("/images/main/main_business_bg_04.jpg");}
		.main_business a.active{width:50%; flex:none;}
		.main_business a.active::before{opacity:1;}
		.main_business a.active em{font-weight:700;}
		.main_business a.active p{opacity:1;}
		.main_business a:not(.active){width:calc((100% - 50%)/3)}
		
	/* main_we_are */
		.main_we_are{padding:11rem 0 6rem; background-color:#fafafa;}
		.main_we_are .inConts{display:flex; justify-content:space-between; align-items:center;}
		.main_we_are .cont_wr{flex:1; max-width:75rem;}
		.main_we_are .main_sect_top h3{display:flex; gap:1rem;}
		.main_we_are .main_sect_top h3 img{width:5.7rem;}
		.main_we_are .main_sect_top p{margin-top:2.2rem;}
		.main_we_are ul{margin-top:4rem;}
		.main_we_are ul li{padding:2.9rem 0 2.7rem 11rem; display:flex; gap:2rem; align-items:center; justify-content:space-between; background-repeat:no-repeat; background-position:left top 3.5rem; background-size:7rem;}
		.main_we_are ul li+li{border-top:1px solid #e6e6e6;}
		.main_we_are ul li:nth-child(1){background-image:url("/images/main/main_we_are_ico_01.png");}
		.main_we_are ul li:nth-child(2){background-image:url("/images/main/main_we_are_ico_02.png");}
		.main_we_are ul li:nth-child(3){background-image:url("/images/main/main_we_are_ico_03.png");}
		.main_we_are ul dl{}
		.main_we_are ul dt{font-size:3rem; line-height:var(--lh_5); font-weight:600; color:#000;}
		.main_we_are ul dd{margin-top:1rem; font-size:2rem; line-height:var(--lh_10);}
		.main_we_are ul .count{min-width:15rem; font-size:5rem; line-height:var(--lh_10); font-weight:900; color:#000; text-align:right;}

	/* main_news */
		.main_news{padding:11rem 0 10rem}
		.main_news .main_sect_top{padding-right:20rem; display:flex; gap:2rem; align-items:flex-end;}
		.main_news .main_sect_top p{margin-top:0;}
		.main_news .new_sw{margin-top:4.5rem;}
		.main_news .new_sw .sw_contain{padding-bottom:2rem; overflow:hidden;}
		.main_news .new_sw .swiper-slide{width:34rem; border-radius:1rem; box-shadow:0 1.4rem 1.4rem rgba(0,0,0,0.07); overflow:hidden;}
		.main_news .new_sw .swiper-slide>a{display:block;}
		.main_news .new_sw .thumb{aspect-ratio:34/22; text-align:center; display:flex; align-items:center; justify-content:center;}
		.main_news .new_sw .thumb img{width:100%; height:100%; object-fit:cover;}
		.main_news .new_sw .thumb img[src*="logo.svg"]{max-width:80%; max-height:80%; object-fit:contain;}
		.main_news .new_sw .area{padding:7.7rem 2rem 7.3rem; position:relative;}
		.main_news .new_sw .cate{padding:1.1rem 1.5rem 0.9rem; width:fit-content; font-size:1.5rem; line-height:1; font-weight:600; color:#000; text-align:center; background-color:var(--c_point); border-radius:3.6rem; position:absolute; top:3rem; left:2rem;}
		.main_news .new_sw .title{font-size:2rem; line-height:var(--lh_10); font-weight:600; color:#000; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp:1; -webkit-box-orient: vertical; word-break:break-all !important; overflow:hidden;}
		.main_news .new_sw .day{font-size:1.8rem; line-height:var(--lh_10); color:#999; position:absolute; bottom:3.5rem; left:2rem;}
		.main_news .new_sw .swiper-button{margin:0; width:7rem; height:7rem; border-radius:50%; background-color:var(--c_point);}
		.main_news .new_sw .swiper-button-next{right:-1.5rem;}
		.main_news .new_sw .swiper-button-prev{left:-1.5rem;}
		.main_news .new_sw .swiper-button::after{width:1rem; height:2rem; background-repeat:no-repeat; background-position:center; background-size:1rem;}
		.main_news .new_sw .swiper-button-next::after{background-image:url("/images/right_arr_10.png");}
		.main_news .new_sw .swiper-button-prev::after{background-image:url("/images/left_arr_10.png");}
		.main_news .arrow_btn{min-width:15rem; width:fit-content; position:absolute; right:2rem; top:0;}

	/* main_cs */
		.main_cs{padding:11rem 0 12rem; text-align:center; background:url("/images/main/main_cs_bg.jpg");}
		.main_cs .main_sect_top p{margin-top:1.5rem;}
		.main_cs ul{margin-top:5rem; display:flex; gap:3rem; flex-wrap:wrap;}
		.main_cs ul > li{padding:4rem 3rem 5rem; width:calc((100% - 6rem)/3);; background-color:#fff; border-radius:1.5rem; overflow:hidden;}
		.main_cs ul figure{width:100%; margin-bottom:1.3rem;}
		.main_cs ul figure img{width:13.6rem;}
		.main_cs ul dl{color:#000;}
		.main_cs ul dt{font-size:2.5rem; line-height:var(--lh_10); font-weight:600;}
		.main_cs ul dd{margin-top:0.9rem; font-size:2rem; line-height:3rem;}
		.main_cs ul a{margin-top:2.3rem;}

/*[e] Main Style */

/*[s] Sub Style */
	.page-title{margin-bottom:5rem; font-weight: 700; font-size:2.6rem; line-height:4rem; color: #1b1b1b; text-align: center;}
	.page-title span.point{color: var(--point);}

	.year-tab{width:100%; margin: 0 auto 7rem; font-size:0; line-height:0; text-align: center; display:block; position: relative;}
	.year-tab:before{content: ""; width: 100%; height: 1px; background-color: #abaeb0; position:absolute; left: 0; top:5.1rem;}
	/*.year-tab:after{content: ""; width: 100%; height: 1px; background-color: #abaeb0; position:absolute; left: 0; bottom:5.1rem;}*/
	.year-tab .name{width:100%; height:8rem; padding:0 5rem 0 2rem; border:2px solid var(--point); font-weight: 700; font-size:2.4rem; line-height:1; color: #333; text-align: left; position: relative; display: none; align-items: center;}
	.year-tab .name:after,
	.year-tab .name:before{content: ""; width:1.4rem; height:1px; margin:0 0 0 0; background-color: var(--point); display: block; position:absolute; top:50%; transition: all .3s ease-out;}
	.year-tab .name:after{right:2rem; transform:rotate(45deg);}
	.year-tab .name:before{right:1rem; transform:rotate(-45deg);}

	.year-tab ul.year-list{width:81.7187%; margin:0 auto; display: flex; flex-flow: row wrap; position: relative;}
	.year-tab ul.year-list>li{flex:0 1 calc(20% + 1px);  position: relative;}
	.year-tab ul.year-list>li a{width:100%; height:5.2rem; padding:0 2rem; background-color: #cecece; border:1px solid #abaeb0; font-weight:700; font-size:1.7rem; line-height:1.2; color: #fff; display: flex; align-items: center; justify-content: center; white-space: nowrap; transition: all .3s ease-out;}
	.year-tab ul.year-list>li{margin-left:-1px;}
	.year-tab ul.year-list>li:nth-child(n+6):nth-child(-n+12){margin-top:-1px;}

	.year-tab ul.year-list>li:is(:hover, .active){z-index:2;}
	.year-tab ul.year-list>li:is(:hover, .active) a{background-color:var(--point); border-color:var(--point);}

	.year-tab ul.year-list.four{width:100%; max-width:114rem;}
	.year-tab ul.year-list.full{width:100%;}
	.year-tab ul.year-list:is(.four, .full){flex-wrap: nowrap; justify-content: center;}
	.year-tab ul.year-list:is(.four, .full)>li{flex:0 1 25%;}
	.year-tab ul.year-list.full>li a{font-weight:normal; font-size:1.6rem; white-space: wrap;}
	.year-tab ul.year-list.two>li a{height:6.2rem;}

	.year-tab-conts{}

	.month-tab{width:26rem; margin:0 auto 7rem; background-color: #fff; border:1px solid #aaa; display:block; position: relative; cursor: pointer; border-radius:99px;}
	.month-tab>p{height:5.4rem; padding:0 5rem 0 3rem; border:none; font-size:1.8rem; line-height:1; color:#333; text-align: left; display: flex; align-items: center; position: relative;}
	.month-tab>p:before{content: "↓"; font-weight: 500; font-size:1.4rem; position: absolute; right:1.9rem; top:50%; transform: translateY(-50%); transition: all .3s ease-out;}
	.month-tab>p>strong{font-weight: 700; color: var(--point);}

	.month-tab .month-tab-in{max-height:30rem; background-color: #fff; text-align: left; position: absolute; left:-1px; right:-1px; top:100%; overflow:hidden; overflow-y:auto; display:none; border:1px solid #aaa; border-radius:2.7rem;}
	.month-tab .month-tab-in>a{padding:0.5rem 0 0.5rem 3rem; color: #666; font-size:1.6rem; line-height:1.55; display:block;}
	.month-tab .month-tab-in>a:nth-child(1){padding-top:1.5rem;}
	.month-tab .month-tab-in>a:last-child{padding-bottom:1.5rem;}
	.month-tab .month-tab-in>a>strong{font-weight: 700; color: var(--point);}
	.month-tab .month-tab-in>a+a{}
	.month-tab .month-tab-in>a:hover{background-color: #f4f4f4;}

	.month-tab.open>p:before{transform:rotate(180deg) translateY(50%);}


	ul.lawArea{margin-top:7.5rem;}
	ul.lawArea *{font-family:'pretendard' !important;}
	ul.lawArea>li{margin-top:7rem; padding-left:2rem; position: relative;}
	ul.lawArea>li:before{content: ""; width: 0.8rem; height: 0.8rem; background-color: var(--point); position:absolute; left: 0; top:0.7rem; border-radius:100%;}
	ul.lawArea>li>strong{font-weight: bold; font-size:2.4rem; line-height:1; color: #1b1b1b; display:block;}
	ul.lawArea>li>strong>span{font-weight: 400;}
	ul.lawArea>li>.thumb{margin-top:5rem; text-align: center;}

	ul.lawArea .lawBox-gray{width:calc(100% + 2rem); margin:3rem 0 0 -2rem; padding:3.5rem 5.5rem; background-color: #f7f7f7; border-radius:1rem;}
	ul.lawArea .lawBox-gray .po{color: var(--point) !important;}
	ul.lawArea .lawBox-gray .title{font-weight: 600; font-size:1.8rem; line-height:3rem; color: #333;}
	ul.lawArea .lawBox-gray .text{margin-top:1rem; font-size:1.6rem; line-height:2.6rem; color: #666;}
	ul.lawArea .lawBox-gray .text>strong{font-weight: 600; color: #333;}

	ul.lawArea .lawBox-gray .text.flex{display: flex; align-items: center; gap:1.5rem;}

	ul.lawArea .c-num .lawBox-gray{width:calc(100% + 4rem); margin:2rem 0 0 -4rem;}

	.lawSources{margin-top:4rem; font-family:'pretendard'; font-size:1.7rem; line-height:1.2; color: #999;}
	.lawSources>strong{font-weight: 500; color: #1b1b1b;}

	ol.l-num{counter-reset:item; margin-top:1rem;}
	ol.l-num>li{padding-left:1.5rem; font-size:1.7rem; line-height:3rem; color: #555; position: relative;}
	ol.l-num>li:before{counter-increment: item; content: counter(item)"."; position: absolute; left: 0; top: 0;}

	ol.c-num>li{margin-top:3rem; padding-left:2rem; font-weight: 500; font-size:1.9rem; line-height:1.4; color: #1b1b1b; position: relative;}
	ol.c-num>li:before{content: ""; position: absolute; left:0; top:0;}
	ol.c-num>li:nth-child(1):before{content: "①";}
	ol.c-num>li:nth-child(2):before{content: "②";}
	ol.c-num>li:nth-child(3):before{content: "③";}
	ol.c-num>li:nth-child(4):before{content: "④";}
	ol.c-num>li:nth-child(5):before{content: "⑤";}
	ol.c-num>li:nth-child(6):before{content: "⑥";}
	ol.c-num>li:nth-child(7):before{content: "⑦";}
	ol.c-num>li:nth-child(8):before{content: "⑧";}
	ol.c-num>li:nth-child(9):before{content: "⑨";}
	ol.c-num>li:nth-child(10):before{content: "⑩";}
	ol.c-num>li:nth-child(11):before{content: "⑪";}
	ol.c-num>li:nth-child(12):before{content: "⑫";}

    .last{padding-bottom:15rem !important;}
    .sect_cmm{padding:10rem 0 15rem}
    .sect_cmm.first{padding:0 0 15rem}
    .bgc_sect{background-color:rgba(105, 161, 255, 0.04);}
    .sub .sect_tit{font-size:5rem; line-height:1.3; color:#000; font-weight:600;}
    .sub .sect_tit.f_Popp{font-weight:500;}
    .sub .sect_tit.bor_bt_grdt{padding-bottom:1.8rem; position:relative;}
    .sub .sect_tit.bor_bt_grdt::after{content:""; display:block; width:100%; height:0.3rem; background:linear-gradient(90deg, #F5821F 0%, rgba(245, 130, 31, 0.21) 80%); position:absolute; left:0; bottom:0;}

	.cont_img.scroll{overflow:hidden; overflow-x:auto;}

	.deco_point{padding-top:1.3rem; position:relative;}
	.deco_point::before{content:""; display:block; width:0.8rem; height:0.8rem; border-radius:50%; background:linear-gradient(37deg, #0671B0 23.64%, #37B4D2 84.35%); position:absolute; left:0; top:0;}

	/* ym_int_pg */
		.ym_int_pg li{display:flex; gap:6rem 10rem; flex-wrap:wrap; align-items:center;}
		.ym_int_pg li+li{margin-top:12rem;}
		.ym_int_pg li > *{width:calc(50% - 5rem);}
		.ym_int_pg li figure{aspect-ratio:59/40; border-radius:1.5rem; overflow:hidden;}
		.ym_int_pg li figure img{width:100%; height:100%; object-fit:cover;}
		.ym_int_pg li .cont_box .num_add{display:block; margin-bottom:3rem; max-width:21.6rem; position:relative; z-index:0;}
		.ym_int_pg li .cont_box .num_add::before{display:inline-block; padding-right:3rem; font-size:6rem; line-height:1; font-weight:700; color:var(--c_point); background-color:#fff; position:relative; z-index:1;}
		.ym_int_pg li .cont_box .num_add::after{content:""; display:block; width:100%; height:1px; background-color:var(--c_point); position:absolute; top:50%; left:0; z-index:0;}
		.ym_int_pg li .cont_box em{display:block; font-size:3.5rem; line-height:var(--lh_10); font-weight:700; color:#000;}
		.ym_int_pg li .cont_box p{margin-top:1.8rem; font-size:2.2rem; line-height:var(--lh_10);}
		.ym_int_pg li:nth-child(even){flex-direction:row-reverse; text-align:right;}
		.ym_int_pg li:nth-child(even) .num_add{margin-left:auto;}
		.ym_int_pg li:nth-child(even) .num_add::before{padding-right:0; padding-left:3rem;}

	/* vision */
		.vision dl dt{font-size:3.5rem; line-height:var(--lh_10); font-weight:700; color:#000;}
		.vision dl dd{margin-top:1.7rem; font-size:2.2rem; line-height:var(--lh_10); color:#666;}
		.vision dl dd ul{margin:0.9rem 0;}
		.vision dl dd ul li{padding-left:3.2rem; position:relative;}
		.vision dl dd ul li::before{padding-top:0.1rem; width:2.5rem; height:2.5rem; font-size:1.5rem; line-height:1; font-weight:500; color:#fff; text-align:center; background-color:#000; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; position:absolute; top:0.3rem; left:0; z-index:0;}
		.vision .img_cont{margin-top:7.5rem; text-align:center;}
		.vision .img_cont img{width:96.1rem;}

	/* greet */
		.greet{padding-top:8.8rem; background-color:#f4f6f8;}
		.greet .inConts{padding-bottom:14rem;}
		.greet .inConts::after{content:""; display:block; width:100%; max-width:44rem; height:60.4rem; background:url("/images/sub/greet_ceo_img.png") no-repeat right bottom/34rem; position:absolute; left:2rem; bottom:0; z-index:0;}
		.greet h4{font-size:5rem; line-height:var(--lh_10); color:var(--c_point); text-align:center; letter-spacing:1.2rem;}
		.greet dl{margin-top:5rem; display:flex; gap:6rem 10rem; flex-wrap:wrap; color:#000;}
		.greet dt{max-width:50rem; width:40%; font-size:3.5rem; line-height:var(--lh_10); font-weight:300;}
		.greet dd{flex:1; font-size:2.2rem; line-height:var(--lh_10);}
		.greet dd p+p{margin-top:1.7rem;}
		.greet dd p.sign{margin-top:3.5rem;}

	/* partners */
		.partners .pg_int_txt{margin-bottom:4rem; font-size:2.2rem; line-height:var(--lh_10); font-weight:500; text-align:center; color:#000;}

	/* ci */
		.ci_pg .ci_wr dt{padding-left:1.8rem; font-size:3.5rem; line-height:var(--lh_10); font-weight:700; color:#000; position:relative;}
		.ci_pg .ci_wr dt::before{content:""; display:block; width:0.8rem; height:2.9rem; background-color:var(--c_point); border-radius:0.8rem; position:absolute; left:0; top:0.9rem;}
		.ci_pg .ci_wr dd{margin-top:1.6rem; font-size:2rem; line-height:var(--lh_10); color:#666;}
		.ci_pg .ci_wr .logo_grid_bg{margin-top:2.8rem; padding:5rem; min-height:30rem; background:url("/images/grid_bg.jpg") repeat center/1rem; display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:4rem;}
		.ci_pg .ci_wr .asterisk{margin:1.5rem 0 0 auto; width:fit-content; font-size:1.6rem; line-height:var(--lh_10); color:#999;}
		.ci_pg .y_mart_ci .logo_grid_bg{justify-content:space-around;}
		.ci_pg .y_mart_ci .logo_grid_bg img{width:28.3rem;}
		.ci_pg .ym_mart_ci .logo_grid_bg img{width:26.5rem;}

		.ci_pg .ci_org{padding:5.4rem 0 9.5rem; display:flex; flex-wrap:wrap; gap:3rem 0}
		.ci_pg .ci_org .logo_box{width:46.1rem;}
		.ci_pg .ci_org .txt{flex:1; margin-left:6rem; padding:1.8rem 0 0 6.2rem; font-size:2rem; line-height:var(--lh_10); color:#666; position:relative;}
		.ci_pg .ci_org .txt::before{content:""; display:block; width:1px; height:8rem; background-color:#e6e6e6; position:absolute; top:2.3rem; left:0;}
		
	/* bsnss_ymart */
		.bsnss_ymart .cont_li{font-size:2rem; line-height:3.2rem;;}
		.bsnss_ymart .cont_li li span{color:#333}
		.bsnss_ymart .swiper-container{overflow:hidden;}
		.bsnss_ymart .swiper-container .swiper-button{margin:0; width:7rem; height:7rem; border-radius:50%; background-color:var(--c_point);}
		.bsnss_ymart .swiper-container .swiper-button::after{width:1rem; height:2rem; background-repeat:no-repeat; background-position:center; background-size:1rem;}
		.bsnss_ymart .swiper-container .swiper-button-next::after{background-image:url("http://ymart.iceserver.co.kr/images/right_arr_10.png");}
		.bsnss_ymart .swiper-container .swiper-button-prev::after{background-image:url("http://ymart.iceserver.co.kr/images/left_arr_10.png");}
		.bsnss_ymart .swiper-container .swiper-slide{overflow:hidden;}
		.bsnss_ymart .swiper-container .swiper-slide figure{aspect-ratio:366/244;}
		.bsnss_ymart .swiper-container .swiper-slide img{width:100%; height:100%; object-fit:cover;}

		.bsnss_ymart .bigSwiper{margin-top:5.5rem; position:relative;}
		.bsnss_ymart .smallSwiper{margin-top:2rem; position:relative;}
		.bsnss_ymart .smallSwiper .swiper-slide{margin:0 1rem; width:36.6rem;}

	/* store_finder */
		.store_finder .store_sch_wr{padding:4.5rem 0; background-color:#f4f6f8;}
		.store_finder .store_sch_wr .inConts{display:flex; align-items:center; justify-content:space-between;}
		.store_finder .store_sch_wr .sch_form_box{padding:3.9rem 3.9rem 4.9rem; max-width:44rem; border:1px solid #e6e6e6; border-radius:3rem; background-color:#fff; box-shadow:0 0.7rem 0.7rem rgba(0,0,0,0.07);}
		.store_finder .store_sch_wr .sch_form_box dt{font-size:3rem; line-height:var(--lh_20); font-weight:300; color:#000}
		.store_finder .store_sch_wr .sch_form_box dd{margin-top:0.3rem; font-size:2rem; line-height:var(--lh_10); color:#666;}
		.store_finder .store_sch_wr .sch_form{margin-top:1.7rem;}
		.store_finder .store_sch_wr .sch_form select,
		.store_finder .store_sch_wr .sch_form input[type="text"]{width:100%; height:5.6rem; font-size:2rem; color:#666}
		.store_finder .store_sch_wr .sch_form select+select,
		.store_finder .store_sch_wr .sch_form select+input[type="text"]{margin-top:1rem;}
		.store_finder .store_sch_wr .sch_form button{margin-top:3rem; padding:0 2rem; width:100%; height:6rem; font-size:2rem; line-height:1; font-weight:600; color:#fff; text-align:center; border-radius:1rem; background-color:#333;}
		.store_finder .store_sch_wr .sch_form button span{padding:0 2.8rem; position:relative;}
		.store_finder .store_sch_wr .sch_form button span::before{content:""; display:block; width:2rem; height:2rem; background:url("/images/sch_icon_w_bold.png") no-repeat center/contain; position:absolute; left:0; top:0.2rem; z-index:0;}
		.store_finder .store_sch_wr .map_img_area{max-width:46.2rem;}

		.store_finder .store_list{padding:8rem 0;}
		.store_finder .store_list h4{padding-bottom:2.2rem; font-size:4rem; line-height:var(--lh_10); font-weight:700; color:#000;}
		.store_finder .store_list ul{padding-top:2.2rem; border-top:0.2rem solid #666;}
		.store_finder .store_list ul li{padding:5rem 4.9rem; border:1px solid #e6e6e6; border-radius:2rem; background-color:#fff; box-shadow:0 0.7rem 0.7rem rgba(0,0,0,0.07); display:flex; align-items:flex-start; justify-content:space-between; gap:4rem 5rem; flex-wrap:wrap;}
		.store_finder .store_list ul li+li{margin-top:4rem;}
		.store_finder .store_list .store_name{font-size:2.6rem; line-height:var(--lh_5); font-weight:700; color:#000;}
		.store_finder .store_list .cont_box{flex:1;}
		.store_finder .store_list .info{margin-top:3.5rem; padding-top:4rem; border-top:1px solid #e6e6e6;}
		.store_finder .store_list .info p{padding:0.6rem 0 0.6rem 5rem; font-size:2rem; line-height:var(--lh_10); color:#666; position:relative;}
		.store_finder .store_list .info p+p{margin-top:2rem;}
		.store_finder .store_list .info p::before{content:""; display:block; width:4rem; height:4rem; border-radius:50%; background-color:var(--c_point); background-repeat:no-repeat; background-position:center; background-size:contain; position:absolute; left:0; top:0; z-index:0;}
		.store_finder .store_list .info .addr::before{background-image:url("/images/sub/store_pin_ico.png");}
		.store_finder .store_list .info .tel::before{background-image:url("/images/sub/store_tel_ico.png");}
		.store_finder .store_list .info .tel a{color:inherit;}
		.store_finder .store_list .kakao_map{width:40rem; height:26.6rem; overflow:hidden;}
		.store_finder .store_list .kakao_map.is-map-error{background:#f4f6f8 url("/images/no-img.jpg") no-repeat center/auto 70%; border:1px solid #e6e6e6;}
		.store_finder .store_list .store_result_count{margin-left:1rem; font-size:1.8rem; font-weight:400; color:#666;}
		.store_finder .store_list ul li.store_loading,
		.store_finder .store_list ul li.store_empty{display:block; padding:8rem 2rem; font-size:2rem; color:#666; text-align:center; box-shadow:none;}
		.store_finder .store_sch_wr .sch_form button:disabled{cursor:wait; opacity:0.65;}

	/* inpuity_cmm */
		.inpuirty_cmm .pg_intro{margin-bottom:2.3rem;}
		.inpuirty_cmm .pg_intro p{padding:0 7.3rem; margin:0 auto; width:fit-content; font-size:2rem; line-height:var(--lh_10); font-weight:500; color:#000; position:relative;}
		.inpuirty_cmm .pg_intro p::before{content:""; display:block; width:5.5rem; height:5rem; background:url("/images/sub/inpuqiry_info_ico.png") no-repeat center/contain; position:absolute; top:50%; left:0; z-index:0; transform:translateY(-50%);}
		.inpuirty_cmm .bo_required{margin-bottom:1.5rem; font-size:1.6rem; line-height:var(--lh_10); color:#666; text-align:right;}
		.inpuirty_cmm .bo_required .asterisk::before{color:#ed1c24;}
		.inpuirty_cmm .captcha_row{display:flex;align-items:center;min-height:7.8rem;margin:2rem 0;padding:0;}
		.inpuirty_cmm .captcha_row .g-recaptcha{min-height:7.8rem;}
		.inpuirty_cmm .captcha_row+.clauseArea{margin-top:0;}

	/* 인트라넷 */
		.intranet_int{padding-left:3.3rem; margin:0 auto 3rem; width:fit-content; font-size:2.2rem; line-height:var(--lh_10); font-weight:500; color:#000; position:relative;}
		.intranet_int::before{content:""; display:block; width:2.4rem; aspect-ratio:1/1; background:url("/images/exclamation_ico.png") no-repeat center/contain; position:absolute; top:0.4rem; left:0; z-index:0;}

    /* location */
		.location-area .wideKakao{width:100%; border-radius:2.5rem; overflow:hidden ;}
		.location-info{margin-top:5rem; font-size:var(--base20); line-height:var(--lineHeight); color: #383637; display: flex; flex-flow: row wrap; gap:2rem 7rem; position: relative;}
		.location-info img[src*="loca_pin_ico"]{width:2.1rem; object-fit: cover;}
		.location-info img[src*="loca_tel_ico"]{width:2rem; object-fit: cover;}
		.location-info img[src*="loca_fax_ico"]{width:2rem; object-fit: cover;}
		.location-info img[src*="loca_mail_ico"]{width:2rem; object-fit: cover;}

		.location-info .juso{width:100%; font-weight:600; font-size:3rem; line-height:var(--lh_10); display: flex; flex-flow: row wrap; align-items: center; gap:1rem;}
		.location-info .juso figure{padding-top:1rem;}
		.location-info>dl{font-size:2rem; line-height:var(--lh_10); font-weight:600; color:#666; display: inline-flex; align-items: center; gap:1.5rem;}
		.location-info>dl>dt{color:#000; display: inline-flex; align-items: center; gap:1rem;}
		.location-info>dl>dt figure{display: inline-flex;}
	

	/* store */
		.store-area{margin-bottom:4rem; display: flex; align-items: center; justify-content: space-between;}
		.store-area>*{width:50%;}
		.store-area>.store-map{padding:0 3rem; text-align: center; order:1;}
		.store-area>.store-map .thumb{display:inline-block; position: relative;}
		.store-area>.store-map .thumb .finding-map-link{width:76px; height:28px; background-color: #999; font-family:"pretendard"; font-weight: 600; font-size:14px; line-height:1; color: #fff; position: absolute; left:50%; top:50%; display: flex; align-items: center; justify-content: center; border-radius:99px;}
		.store-area>.store-map .thumb .finding-map-link:after{content: ""; width: 48px; height: 49px; margin-left:-24px; background: url('../../images/sub/img_map_pin.png') no-repeat center top / cover; position:absolute; left: 50%; bottom:calc(100% + 9px); opacity: 0; display:none;}
		.store-area>.store-map .thumb .finding-map-link[data-val="10"]{margin:-55.4% 0 0 -16.2%;} /* 서울 */
		.store-area>.store-map .thumb .finding-map-link[data-val="1"]{margin:-48.6% 0 0 -45.9%;} /* 인천 */
		.store-area>.store-map .thumb .finding-map-link[data-val="2"]{margin:-62.7% 0 0 18.3%;} /* 강원 */
		.store-area>.store-map .thumb .finding-map-link[data-val="9"]{margin:-39.7% 0 0 -8.6%;} /* 경기 */
		.store-area>.store-map .thumb .finding-map-link[data-val="7"]{margin:22.9% 0 0 3.8%;} /* 경남 */
		.store-area>.store-map .thumb .finding-map-link[data-val="4"]{margin:-15.7% 0 0 20.4%;} /* 경북 */
		.store-area>.store-map .thumb .finding-map-link[data-val="6"]{margin:41.7% 0 0 -26.2%;} /* 전남 */
		.store-area>.store-map .thumb .finding-map-link[data-val="5"]{margin:7.5% 0 0 -30.5%;} /* 전북 */
		.store-area>.store-map .thumb .finding-map-link[data-val="8"]{margin:64.7% 0 0 -49.7%;} /* 제주 */
		.store-area>.store-map .thumb .finding-map-link[data-val="3"]{margin:-19.2% 0 0 -34.3%;} /* 충남 */
		.store-area>.store-map .thumb .finding-map-link[data-val="11"]{margin:-26.9% 0 0 -3.2%;} /* 충북 */

		.store-area>.store-map .thumb .finding-map-link[data-val="16"]{margin:36.1% 0 0 26.8%;} /* 부산 */
		.store-area>.store-map .thumb .finding-map-link[data-val="13"]{margin:5.1% 0 0 22.8%;} /* 대구 */
		.store-area>.store-map .thumb .finding-map-link[data-val="14"]{margin:27.1% 0 0 -42.2%;} /* 광주 */
		.store-area>.store-map .thumb .finding-map-link[data-val="12"]{margin:-11.9% 0 0 -9.2%;} /* 대전 */
		.store-area>.store-map .thumb .finding-map-link[data-val="15"]{margin:22.1% 0 0 36.8%;} /* 울산 */


		.store-area>.store-map .thumb .finding-map-link:is(:hover, .active){background-color: var(--point); z-index:2;}
		.store-area>.store-map .thumb .finding-map-link.active:after{height: 58px; opacity: 1;}

		.store-area>.store-inj{padding-right:3rem; order:2;}
		.store-area>.store-inj>dl{}
		.store-area>.store-inj>dl>dt{font-weight: bold; font-size:3.2rem; line-height:1; color:var(--point);}
		.store-area>.store-inj>dl>dd{margin-top:2rem; font-family:"pretendard"; font-weight: 500; font-size:2.1rem; line-height:1.2; color: #254737;}
		.store-area .store-inj-box{height:20.5rem; margin-top:2.5rem; padding:0 3rem; background-color: #f8fbfa; display: flex; align-items: center; justify-content: center; gap:2rem; border-radius:1rem;}
		.store-area .store-inj-box img{width:14rem; min-width:14rem;}
		.store-area .store-inj-box>dl{}
		.store-area .store-inj-box>dl>dt{font-family:"pretendard"; font-weight: bold; font-size:2.3rem; line-height:1; color:#1b1b1b;}
		.store-area .store-inj-box>dl>dd{margin-top:1rem; font-family:"pretendard"; font-weight: 500; font-size:1.8rem; line-height:1.4; color: #254737;}
		.store-area .store-inj-btn{margin-top:2.5rem; display: flex; justify-content: flex-end;}
		.store-area .store-inj-btn>a{font-weight: 700; font-size:1.6rem; line-height:1.2; color: #333; display: flex; align-items: center; gap:0.5rem;}
		.store-area .store-inj-btn>a img{height:0.8rem;}


		.store-table{width:100%; border-top:2px solid #666; overflow: hidden;}
		.store-table>table{width:100%; border-spacing:0;}
		.store-table>table th,
		.store-table>table td{height:7rem; padding:1.5rem 2rem; background-color: #fff; border-bottom:1px solid #ddd; font-size:1.6rem; line-height:1.6; color:#666; text-align:center; border-collapse:collapse; empty-cells:show; word-break:break-all;}

		.store-table>table th{background-color: #fdfdfe;}
		.store-table>table>thead>tr>th{font-weight: 700; font-size:1.7rem; color: #111;}
		.store-table>table .tit{font-weight: 700; color: #111;}
		.store-table>table .btn{width:9rem; height:3.7rem; margin:0 auto; background-color: #808080; border:1px solid #707070; font-weight: 700; font-size:1.5rem; line-height:1.2; color: #fff; display: flex; align-items: center; justify-content: center; border-radius:0.5rem;}

		.store-online-top{height:32rem; background: url('../../images/sub/bg_store.jpg') no-repeat center center / cover; display: flex; align-items: center; justify-content: center;}
		.store-online-top>dl{width:100%; padding-left:10%;color: #fff;}
		.store-online-top>dl>dt{font-size:3.4rem; line-height:5.2rem;}
		.store-online-top>dl>dd{margin-top:3rem; font-size:2.2rem; line-height:1;}

		.store-online-btm{margin-top:5.5rem;}
		.store-online-btm .text{font-size:2.1rem; line-height:3.8rem; color: #333;}
		.store-online-btm .text>strong{font-weight: 700; color: var(--point);}

	/* history */
        .history-wrap{position:relative;}
		.history-wrap #his_progress{content: ""; width: 0.6rem; margin-left:-0.3rem; background-color:var(--c_point); display: inline-block; position:absolute; left: 50%; top:1.5rem; z-index:2; border-radius: 0 0 9px 9px;}
		.history-area{font-size:0; line-height:0; position: relative;}
		.history-area:before{content: ""; width: 0.6rem; margin-left:-0.3rem; background-color: rgba(221,221,221,0.8); display: inline-block; position:absolute; left: 50%; top:1.5rem; bottom:0;}
		.history-area #his_progress{content: ""; width: 0.6rem; margin-left:-0.3rem; background-color:var(--c_point); display: inline-block; position:absolute; left: 50%; top:1.5rem; border-radius: 0 0 9px 9px;}

		.history-area>li{text-align: right; display: flex; justify-content: space-between; position: relative; z-index:2;}
		.history-area>li+li{margin-top:10rem;}
		.history-area .history-in{width:50%; padding:0 4rem; text-align: left; display:inline-block; vertical-align: top; position: relative; cursor: default; order:2;}
		.history-area .history-in[href]{cursor: pointer !important;}
		.history-area .history-in:before{content: ""; width: 2rem; height:2rem; background-color:#e6e6e6; display: inline-block; position:absolute; left: -1rem; top:1rem; border-radius:999px; box-sizing: border-box;}
		.history-area .history-in>strong{font-weight: 600; font-size:3.6rem; line-height:1; color: #111; display:block;}
		.history-area .txt_wrap{margin-top:3rem; }
		.history-area .txt_wrap>p{padding:0 0 0 1.2rem; font-size:1.7rem; line-height:1.5; color: #666; position: relative;}
		.history-area .txt_wrap>p:before{content: "ㆍ"; position:absolute; left: -0.3rem; top:0px;}

		.history-area>li.active .history-in:before{background-color:var(--c_point);}

		.history-area .txt_wrap>p+p{margin-top:1rem;}
		/*.history-area .txt_wrap>ul>li:before{content: "-"; position:absolute; left: 0; top:0px;}*/

		.history-area>li .thumb{width:50%; margin-top:0; padding:0 4rem; position: relative; order:1;}
		.history-area>li .thumb img{width:calc(100% - 8rem); /*height:calc(100%);*/ object-fit:cover; object-position: center center; /*position: absolute; left:4rem; right:4rem; top:0; bottom:0;*/}

		.history-area>li:nth-child(even){text-align: left;}
		.history-area>li:nth-child(even) .history-in{text-align: right; order:1;}
		.history-area>li:nth-child(even) .history-in:before{left:auto; right: -1rem;}
		.history-area>li:nth-child(even) .thumb{order:2;}

		.history-area>li:nth-child(even) .txt_wrap>p{padding:0 1.2rem 0 0;}
		.history-area>li:nth-child(even) .txt_wrap>p:before{left:auto; right: -0.3rem;}

	/* etc */
		.etc_clause{width:90%; margin:0 auto;  font-size:0; line-height:0; text-align: center; box-sizing:border-box; position: relative; overflow: visible;}
		.etc_clause:before,
		.etc_clause:after{content:"";position:absolute;top:2%;bottom:0;left:10px;right:10px;-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);  -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8);-moz-border-radius:100px / 10px; border-radius:100px / 10px;}
		.etc_clause:after{right:10px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg);}

		.etc_clause .etc_clause_in{padding:60px 80px 80px; background-color: #fdfdfd; border:1px solid #cecece; border-radius:10px; position: relative; z-index:2;}
		.etc_clause .logo{margin:0;}
		.etc_clause .logo img{}
		.etc_clause .txt{padding:15px 0 55px; font-weight: 300; font-size:18px; line-height:1; color: #636363;}
		.etc_clause .txt>span{font-weight: 400; color: #1b1b1b;}

		.etc_clause .scroll{font-weight:300; font-size:16px; line-height:1.8; color: #626262; text-align: left;}

		.etc_select{width:90%; margin:0 auto 2rem; text-align: right;}
		.etc_select select.base{width:auto;}

	/* search */
		.search-area{}
		.search-area .search-result{font-weight: bold; font-size:2.6rem; line-height:1.2; color: #111; text-align: center;}
		.search-area .search-result>strong{color: #cc0000;}

		.search-area .search-re{margin-top:5rem; border-top:2px solid #111;}
		.search-area .search-re+.search-re{margin-top:10rem;}

		.search-area .search-re .search-re-tit{padding:3rem 0 0 3rem; display: flex; align-items: center; gap:1rem;}
		.search-area .search-re .search-re-tit strong{font-weight: 600; font-size:3rem; line-height:1; color: #111;}
		.search-area .search-re .search-re-tit span{height:3rem; padding:0 1.5rem; background-color:var(--point); font-weight: 600; font-size:1.8rem; line-height:1; color: #fff; display: flex; align-items: center; justify-content: center; border-radius:99px;}

		.search-area .search-re-list{}
		.search-area .search-re-list>li{border-bottom:1px solid #ddd;}

		.search-area .search-link{padding:2.5rem 3rem; display:block;}
		.search-area .search-link .tit{font-weight: bold; font-size:2.2rem; line-height:1.3; color: #000;}
		.search-area .search-link .tit>strong{color: #cc0000;}
		.search-area .search-link .txt{margin-top:1rem; font-weight: 500; font-size:1.6rem; line-height:1.4; color: var(--point);}

		.search-area .search-re .search-more{margin-top:6rem; display: flex; justify-content: center;}
		.search-area .search-re .search-more>a{height:4.1rem; padding:0 2.7rem; border:1px solid #666; font-weight: bold; font-size:1.8rem; line-height:1; color: #555; display: flex; align-items: center; justify-content: center; border-radius:0.5rem;}

		.search-area .result-group{margin-top:5rem; border-top:2px solid #111;}
		.search-area .result-group dl{border-bottom:1px solid #ddd; display: flex; align-items: center;}
		.search-area .result-group dl dt{width:15rem; height:15rem; margin-right:2rem; border:1px solid #ddd; overflow:hidden;  position:relative;}
		.search-area .result-group dl dt img{max-width:100%;position:absolute;width:auto; height:auto;margin:auto;top:0; bottom:0; left:0; right:0;}

		.search-area .result-group dl dd{width:calc(100% - 17rem);}
		.search-area .result-group dl dd div {}
		.search-area .result-group dl dd div.title{display: flex; align-items: center; gap:0 1rem;}
		.search-area .result-group dl dd div.title a{font-weight: bold; font-size:2.2rem; line-height:1.3; color: #000;}
		.search-area .result-group dl dd div.title a>h2 {}
		.search-area .result-group dl dd div.title a[target="_blank"]{height:3rem; padding:0 1.5rem; background-color:var(--point); font-weight: 400; font-size:1.6rem; line-height:1; color: #fff; display: flex; align-items: center; justify-content: center; border-radius:99px;}
		.search-area .result-group dl dd div.cont{max-height: 4.8rem; margin-top:1rem; font-weight: 400; font-size:1.8rem; line-height:2.4rem; color: #999; display: -webkit-box; text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow:hidden;}
		/*
		.search-area .result-group dl dd div.cont{ max-height: 72px; display: -webkit-box; text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow:hidden;}
		.search-area .result-group dl dd div.date {color:#999;}
		*/
		.search-area .result-group dl dd div.navi, .result-group dl dd div.navi a {margin-top:1.5rem; font-weight: 500; font-size:1.6rem; line-height:1.4; color: var(--point);}

		.result-group .more {text-align:right;}
		.result-group .more a {font-size:13px; color:#7d7d7d; text-decoration:underline;}
/*[e] Sub Style */

/*[s] Plugin Style */
	.layer-base.fancybox__content>.carousel__button.is-close{width:3.3rem; height:3.3rem; top:2.2rem !important; right:3rem; display:none !important;}
	.layer-base.fancybox__content>.carousel__button.is-close svg{width:100%; height:100%; stroke-width:1.5; filter:none; color: #666;}

	.layer-base{padding:0 !important; background-color: transparent !important; font-size:0; line-height:0; display:none;}
	.layer-base .layer-in{}
	/*
		.lay-table{width:100%; font-size:0; line-height:0;}
		.lay-table>table{width:100%; border-spacing:0; table-layout : fixed;}
		.lay-table>table th,
		.lay-table>table td{height:7rem; padding:1.5rem 0; background-color: #fff; border-top:1px solid #ebebeb; font-size:1.6rem; line-height:1.5; color:#666; text-align:left; vertical-align: middle; border-collapse:collapse; empty-cells:show; box-sizing: border-box; word-break:keep-all; word-wrap:break-word;}

		.lay-table>table th{}
		.lay-table>table>thead>tr>th{}
		.lay-table>table>tbody>tr>th{font-weight: 500; color: #222;}

		.lay-table>table .tel{padding-left:4rem; display:inline-block;}
		.lay-table>table .tel>strong{font-weight: 500; color: #ffde25;}

		.lay-table>table .btns{width:20rem; height:5rem; background-color: #fff; font-weight: 500; font-size:1.6rem; line-height:5rem; color: #222; text-align: center; display:inline-block; vertical-align: top; border-radius:0.5rem; box-shadow:0 0 2rem rgba(0,0,0,0.1);}
		.lay-table>table .btns>span{font-weight:bold; font-size:1.6rem;}
		.lay-table>table .btns+.btns{margin-left:1rem;}
		.lay-table>table .btns.kakao{background-color: #ffe618;}

		#layer-time,
		#layer-juso{width:100%; max-width:160rem;}
		.layer-base .title{padding-top:2.3rem; font-weight: bold; font-size:3rem; line-height:1; color: #222; position: relative;}
		.layer-base .title:before{content: ""; width: 4rem; height: 0.5rem; background-color: #222; font-size:0; line-height:0; display: inline-block; position:absolute; left: 0; top:0px;}
		.lay-time-area{margin-top:3rem; display: flex; justify-content: space-between;}
		.lay-time-area .lay-map{width:50%; border-radius:1rem; overflow:hidden; position: relative;}
		.lay-time-area .lay-map>img{width:100%; max-width:none;}
		.lay-time-area .lay-map .root_daum_roughmap{width:1400px; height:700px; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%);}
		.lay-time-area .lay-map .wrap_map,
		.lay-time-area .lay-map .map{width:100%; height:100%;}
		.lay-time-area .lay-table{width:45.7142%;}

		#layer-schdule{width:100%; max-width:84rem;}
		#layer-schdule .layer-in{padding:8rem 4rem 5rem;}
		#layer-schdule .layer-schdule-area{}
		#layer-schdule .layer-schdule-text{margin-top:4rem; font-size:1.6rem; line-height:1.4; color: #666;}
		#layer-schdule .layer-schdule-text>dt{font-weight: 500; font-size:1.8rem; color: #222; }
		#layer-schdule .layer-schdule-text>dd{margin-top:1rem;}
	*/
	#insight-summary{width:100%; max-width:120rem; text-align: center;}
	#insight-summary .layer-in{padding:9rem 12rem; background-color: #fff; border-radius:1rem;}
	#insight-summary .character{}
	#insight-summary .character img{width:10rem;}
	#insight-summary .insight-summary-title{}
	#insight-summary .insight-summary-title>dt{font-weight: 600; font-size:3rem; line-height:1.2; color: var(--point);}
	#insight-summary .insight-summary-title>dd{font-size:2.6rem; line-height:3.4rem; color: #666;}

	.insight-summary-title{width:100%; margin-bottom:6rem; padding:4rem 3rem; background-color: #f0f0f0;}
	.insight-summary-title .cate{font-size:1.6rem; line-height:1.2; color: #666;}
	.insight-summary-title .title{margin-top:1rem; font-weight: 600; font-size:2.4rem; line-height:1.2; color: var(--point); display: block; overflow: hidden;}
	.insight-summary-title .day{margin-top:2rem; font-size:1.4rem; line-height:1.2; color: #999;}

	.insight-summary-list{width:100%; text-align: left;}
	.insight-summary-list>li+li{margin-top:5.5rem;}
	.insight-summary-list .cate{font-size:1.6rem; line-height:1.2; color: #666;}
	.insight-summary-list .title{margin-top:1.5rem; font-weight: 600; font-size:2rem; line-height:1.2; color: var(--point); display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.insight-summary-list .text{margin-top:1rem; font-size:1.6rem; line-height:2.6rem; color: #666; display: block; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
	.insight-summary-list .view{margin-top:1.5rem; font-size:1.4rem; line-height:1.2; color: #999; text-decoration: underline; text-underline-position:under; display:inline-block;}

	#insight-summary .insight-summary-list{margin-top:4rem;}

	/* Layer Style */
		/*.layerArea .layerIn .layerBgIn{width:0px; height:0px; background-color: rgba(255,255,255,0.7); position:absolute; left:50%; top:50%; z-index:100; -webkit-transition: .5s; transition: .5s; transform-origin: 50% 50%;}*/

		.layerCell{display:none;}

		.layerArea{width:0px; height:0px; background-color: rgba(0,0,0,0.7); position:fixed; left:50%; top:50%; z-index:99; overflow:hidden; overflow-y:auto; -webkit-transition: .5s; transition: .5s; transform-origin: 50% 50%;}
		.layerArea.one,
		.layerArea.two{width:100%; height:100%; left:0%; top:0%;}
		.layerArea.two .layerBgIn{width:100%; height:100%; left:0%; top:0%;}
		.layerArea .closeLy{width:1.7rem; height:1.7rem; display:inline-block; position: absolute; right:0; top:0;}
		.layerArea .closeLy:before,
		.layerArea .closeLy:after{content: ""; background-color: #080808; position: absolute; left:50%; top:50%;}
		.layerArea .closeLy:before{width: 100%; height: 2px; transform:translate(-50%, -50%) rotate(45deg);}
		.layerArea .closeLy:after{width: 2px; height: 100%; transform:translate(-50%, -50%) rotate(45deg);}
		.layerArea .closeLy.type02{width:2.3rem; height:2.3rem; right:3rem; top:3rem;}
		.layerArea .closeLy.type02:before,
		.layerArea .closeLy.type02:after{background-color: #676767;}

		.layerArea .layerIn{width:100%; height:100%; display: table; position:relative;}
		.layerArea .layerIn .layerCell{width:100%; height:100%; padding:70px 0; display: table-cell; vertical-align:middle; position:relative; box-sizing: border-box;}
		.layerArea .layerIn .layerBox{margin:0 auto; background-color: #fff; font-size:0; line-height:0; display:none; position: relative; box-sizing: border-box; z-index:99; border-radius:1rem;}
		/*
		.layerArea .layerIn .layerBox>.tit_lay{padding:25px 25px 15px;}
		.layerArea .layerIn .layerBox>.tit_lay>strong{font-size:16px; line-height:1; color:#00a9cc;}
		*/
		.layerArea .layerIn .layerBox .contLy{position: relative;}

		.downlay{width:100%; padding:10rem 0; border-radius:0 !important;}
		.downlay .closeLy{top:-5rem;}
		.downlay>.contLy{width:64.5rem; margin:0 auto; text-align: center;}
		.downlay .title{padding-bottom:5rem; font-weight: bold; font-size:3rem; line-height:1; color: #000;}
		.downlay .title>strong{color: #23abaf;}
		.downlay .utllBox{width:47.6rem; margin:0 auto; display:table; table-layout: fixed;}
		.downlay .utllBox>*{width:50%; display:table-cell; vertical-align: top; box-sizing: border-box;}
		.downlay .utllBox .tit{font-size:1.5rem; line-height:1; color: #666;}
		.downlay .utllBox .txt{margin-top:2.5rem; font-size:1.2rem; line-height:1; color: #888;}
		.downlay .utllBox .icon{height:15rem; margin-top:3rem; display: flex; flex-wrap: wrap; flex-direction: row; align-content: center; justify-content: center;}
		.downlay .utllBox .icon>p+p{margin-top:2rem;}
		.downlay .utllBox>.qr{border-left:1px solid #dadada;}
		.downlay .utllBox>.store img{width:16.8rem;}
		.downlay .utllBox>.qr img{width:15rem;}

		.formLay{width:62rem; padding:7rem 5rem 6rem; border-radius:1rem;}
		.formLay input[type=text]{width:100%; height:5.4rem; padding:0; background-color:#fff; border-bottom:2px solid #e8e8e8; font-size:1.8rem; line-height:5.2rem; color:#666; box-sizing: border-box; vertical-align:middle; display:inline-block;}
		.formLay .title{padding-bottom:3.5rem; border-bottom:1px solid #333; font-weight: 500; font-size:2.6rem; line-height:1; color: #1b1b1b;}
		.formLay .textBox{width:62rem; margin:-1px 0 0 -5rem; padding:4rem 0; background-color: #f6f7fa; border-top:1px solid #ececec; border-bottom:1px solid #ececec; font-size:1.9rem; line-height:1; color: #1b1b1b; letter-spacing: -0.08em; text-align: center; position: relative; z-index:2;}
		.formLay .textBox>span{color: #149699;}
		.formLay .launchingForm{margin-top:1rem;}
		.formLay .launchingForm>li{padding-top:4rem;}
		.formLay .launchingForm>li>dl{}
		.formLay .launchingForm>li>dl>dt{font-weight: 500; font-size:1.9rem; line-height:1; color: #1b1b1b;}
		.formLay .launchingForm>li>dl>dd{height:6.4rem; padding-top:1rem; display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; justify-content: flex-start; box-sizing: border-box;}
		.formLay .launchingForm>li>dl>dd.two{flex-wrap: nowrap; justify-content: space-between; white-space: nowrap;}
		.formLay .launchingForm>li>dl .checkIn{}

		.formLay .launchingForm>li.two{display: flex; justify-content: space-between;}
		.formLay .launchingForm>li.two>dl{width:48%;}
		.formLay .launchingForm>li .clauseView{font-size:1.7rem; line-height:1; color: #989898;display:inline-block;}
		.formLay .launchingForm>li .clauseView>span{border-bottom:1px solid #999; padding:0.2rem 0 0.3rem; display:inline-block;}
		.formLay .btnArea{margin-top:6rem;}

		.privacylay{width:62rem; padding:7rem 5rem;}
		.privacylay .title{padding-bottom:3.5rem; font-weight: 500; font-size:2.8rem; line-height:1; color: #000; text-align: center;}
		.privacylay .clauseArea .scroll{padding:3.5rem 3.9rem; background-color: #f8f9fb; border:1px solid #eee; font-weight: 300; font-size:1.7rem; line-height:2.6rem; color: #666;}

	/* Img Over Bg Style */
		#photo{width:960px;margin:0 auto; position:relative; overflow:hidden;}
		#photo>li{width:150px; height:150px; margin:5px; float:left; display:inline; overflow:hidden; }
		#photo>li>a{width:100%; height:100%; position: relative; display:block; overflow:hidden;}
		#photo>li>a>img{width:100%; height:100%; display:block; border-radius:5px;}
		#photo>li>a>.bg_l{width:100%; height:100%; background-color:red; position: absolute; left:0; top:0; display:none; opacity:0.3; border-radius:5px;}

	/* Notice One Line Style */
		.mNoticeList{width:100%; height:60px; margin-top:25px; overflow:hidden; position: relative;}
		.mNoticeList>ul{width:100%; position: absolute; left:0; top:-60px;}
		.mNoticeList>ul>li{height:60px; position: relative;}
		.mNoticeList>ul>li>a{padding-left:73px; display:block; position: relative;}
		.mNoticeList .day{width:41px; padding-right:15px; border-right:1px solid #d5d1cc; font-weight: 600; font-size:12px; line-height:1; color: #b99764; text-align: center; position: absolute; left:0; top:0;}
		.mNoticeList .day>strong{font-weight: 700; font-size:32px; line-height:1; display:block;}
		.mNoticeList dl.list{font-size:16px; line-height:20px; color: #876e49; word-break:keep-all; word-wrap:break-word;}
		.mNoticeList dl.list>dt{padding-bottom:6px; font-weight: 600; font-size:12px; line-height:1; color: #b99764;}
/*[e] Plugin Style */

@media only screen and (max-width : 1640px){
	/*[s] Main Style */
		/* main_business */
			.main_business a:not(.active){width:calc((100% - 35%)/3);}
			.main_business a.active{width:35%;}

		/* main_news */
			.main_news .new_sw .swiper-button-prev{left:3rem;}
			.main_news .new_sw .swiper-button-next{right:3rem;}
	/*[e] Main Style */

	/*[s] Sub Style */
		.flow_circle_li{gap:4rem}
		.flow_circle_li li{width:calc((100% - 16rem)/5);}
		.flow_circle_li li+li::after{width:4rem;}


		
	/*[e] Sub Style */
}
@media only screen and (max-width : 1340px){
	/*[s] Main Style */
		/* main_about */
			.main_about .sw_about{padding:3rem 3rem}
			.main_about .sw_about .sw_contain .swiper-slide .area{padding:0 5rem; top:5rem}
	/*[e] Main Style */

	/*[s] Sub Style */
			
	/*[e] Sub Style */

	/*[s] Layer Style */
	/*[e] Layer Style */
}
@media only screen and (max-width : 1280px){
	.scroll_info{display:block;}
	.scrollTb{width:100%; padding-bottom:2rem; display:block; overflow:hidden; overflow-x:scroll;}
	.scrollTb>*{width:1200px !important;}

	/*[s] Main Style */
		/* main_business */
			.main_business a em{font-size:3.5rem;}
	/*[e] Main Style */

	/*[s] Sub Style */

		/* ci */
			.ci_pg .ci_org .txt{flex:none; width:100%; padding:0; margin:0;}
			.ci_pg .ci_org .txt::before{display:none;}
	
	/*[e] Sub Style */

	/*[s] Layer Style */
	/*[e] Layer Style */
}
@media only screen and (max-width : 1024px){
	/*[s] All Style */
		.wideKakao>.root_daum_roughmap{height:auto; padding-bottom: 56.25%;}
	/*[e] All Style */

	/*[s] Main Popup Style */
		.hd_pops{position: absolute; left:2rem !important; top:2rem !important;}
		.hd_pops_con{width:auto !important;}
	/*[e] Main Popup Style */

	/*[s] Main Style */
		#quick-social{display:none;}

		.m-tab{margin:6rem 0 5rem; flex-wrap: wrap; justify-content: center;}
		.m-tab>a{color: #fff;}
		.m-tab>a{color: #fff;}

		.pt-layout{display: block;}
		.pt-layout>*{width:100%;}
		.pt-layout>.text{margin-top:5rem; padding-left:0;}
		.pt-layout>.text .icon{margin-bottom:2rem; text-align: right; position: static;}

		.pt-layout.right>.text{padding-left:0;}

		.main_sect .scet_tit{width:100%; font-size:6rem;}
		.main_sect .sect_top p{width:100%; margin-top:1rem;}

		#fp-nav{display:none;}

		/* visual */
			#mainVisual{}
			#mainVisual .vTxtArea{max-width:none; margin-left:0; left:0%;}

		/* main_business */
			.main_business{height:auto;}
			.main_business a{padding:13rem 0;}
			.main_business a::before{opacity:1;}
			.main_business a em{font-weight:700;}
			.main_business a p{opacity:1;}
			.main_business a.active{width:50%;}
			.main_business a:not(.active){width:50%;}

		/* main_we_are */
			.main_we_are .inConts{flex-wrap:wrap;}
			.main_we_are .cont_wr{flex:none; width:100%; max-width:none;}
			.main_we_are .map_img{margin-top:4rem; width:100%; text-align:center;}

		/* main_cs */
			.main_cs ul > li{width:100%;}

	/*[e] Main Style */

	/*[s] Sub Style */
		.year-tab:before{display:none;}
		.year-tab ul.year-list{width:100%;}

		.cont_img.scroll{padding-bottom:3rem;}
		.cont_img.scroll img{max-width:none; width:170rem;}


		/* ym_int_pg */
			.ym_int_pg li{gap:4rem;}
			.ym_int_pg li > *{width:calc(50% - 2rem);}

		/* greet */
			.greet .inConts{padding-bottom:0;}
			.greet .inConts::after{margin:5rem auto 0; position:static;}
			.greet dt{width:100%; max-width:none;}


		/* ci */
			.ci-area .ci-re{display: block;}
			.ci-area .ci-re .title{font-size:2.4rem;}
			.ci-area .ci-re .ci-in{width:100%; margin-top:0; padding-top:4rem; border-top:none;}

			.ci-area .ci-re .img-box{width:100%;}

		/* store_finder */
			.store_finder .store_sch_wr .inConts{flex-direction:column-reverse; gap:5rem}
			.store_finder .store_sch_wr .sch_form_box{width:100%; max-width:700px;}

		/* store */
			.store-area{display: block;}
			.store-area>*{width:100%;}
			.store-area>.store-inj{padding:0 0 7rem 0 ;}

			.store-table{}
			.store-table>table{}
			.store-table>table,
			.store-table>table tbody,
			.store-table>table tr,
			.store-table>table td,
			.store-table>table th{height:auto; padding:0; background-color: #fff; border:none; display:block;}
			.store-table>table>thead{display:none;}

			.store-table>table tr{padding:3rem 0; border-bottom:1px solid #ddd;}

			.store-table>table th,
			.store-table>table td{margin-bottom:1rem; text-align: left; position: relative; display: flex; align-items: center; justify-content: flex-start;}
			.store-table>table .bo_tit{justify-content: flex-start;}
			.store-table>table th:before,
			.store-table>table td:before{width:14rem; min-width:14rem; content: attr(data-title); padding-right:2rem; font-weight: 700; color: #222; text-align: justify;}
			.store-table>table th:after,
			.store-table>table td:after{content:""; width:1px; height:1.6rem; background-color: #ccc; font-size:0; position: absolute; left:11.5rem; top:50%; transform: translateY(-50%);}

			.store-table>table .btn{margin:0;}

		/* search */
			.search-area .result-group dl dd div.title a[target="_blank"]{display:none;}
	/*[e] Sub Style */

	/*[s] Plugin Style */
		.fancybox__slide{padding:48px 3rem 8px !important;}
		#insight-summary .layer-in{padding:9rem 6rem;}
	/*[e] Plugin Style */
}
@media only screen and (max-width : 840px){
	/*[s] All Style */
		.depth-tab .inConts{flex-wrap:wrap; gap:1rem 2rem;}
		.depth-tab a{width:calc(50% - 2rem); font-size:2rem;padding-top:1.5rem;}
		.depth-tab a::before{width:1.2rem; height:1.2rem;}

		.page-intro{font-size:4rem;}

		.more_btn{font-size:2.2rem;}
		.more_btn::after{}
		.more_btn.line{padding:1.7rem 1.5rem; width:15rem; border-radius:3rem;}

		.deco_point{padding-top:1.8rem;}
		.deco_point::before{width:1.2rem; height:1.2rem;}



	/*[e] All Style */

	/*[s] Main Popup Style */
		.hd_pops{left:2rem !important; right:2rem !important;}
		.hd_pops_con{}

		#popLayer{}
		#popLayer #moPopArea{}
		#popLayer #moPopArea .moPop{max-width:100%;}
		#popLayer #moPopArea #moPopRoll{}
		#popLayer .slider{}
		#popLayer .slider img{}
		/*
		#popLayer .slider#HKeditorContent{padding:20px; font-size:20px; line-height:1.5; color: #666;}
		#popLayer .slider#HKeditorContent img{width:auto;}

		#popLayer #moPopRoll.roll .slider{}
		*/
		#popLayer .slider#HKeditorContent{padding:3rem 3rem 6rem; font-size:2.4rem;}

		#popLayer .layerPopClose{width:4rem; height:4rem; right:2rem; top:2rem;}
		#popLayer .layerPopClose:before{margin:-1px 0 0 -2rem;}
		#popLayer .layerPopClose:after{margin:-2rem 0 0 -1px;}

		#popLayer .moPopClose{}
		#popLayer .moPopClose>*{height:8rem; font-size:2rem;}
		/*
		#popLayer .moPopClose button{font-size:1.8rem; line-height:2.4rem;}
		#popLayer .moPopClose button:before{width: 2.4rem; height: 2.4rem; font-size:1.8rem; line-height:2.6rem;}
		#popLayer .moPopClose button.toDay_close{padding-left:3.2rem;}
		#popLayer .moPopClose button.close{padding-right:3.2rem}
		*/

		#popLayer .slick-dots{}
		#popLayer .slick-dots>li{}
		#popLayer .slick-dots>li+li{}
		#popLayer .slick-dots>li button{width:1.8rem; height:1.8rem;}
		#popLayer .slick-dots>li.slick-active button{}

	/*[e] Main Popup Style */

	/*[s] Main Style */
		#quick-right{bottom:7vh; z-index:7;}

		.m-tab>a{height:5rem; padding:0 3rem; font-size:2.2rem;}

		.main_sect_top h3{font-size:4.5rem; line-height:var(--lh_15);}
		.main_sect_top p{font-size:2.4rem; line-height:var(--lh_5);}

		#mainVisual,
		#mainVisual .fp-tableCell,
		.main_sect,
		.main_last_sect,
		.main_last_sect .fp-tableCell{height:auto !important;}
		.main_sect .fp-tableCell{padding:0; height:auto !important;}
		
		#mainVisual,
		.main_sect{overflow:hidden;}

		.arrow_btn{padding:2rem 3rem; min-width:19rem; font-size:2.2rem;}
		.arrow_btn::after{width:1rem; height:2.1rem;}
		
		/* visual */
			#mainVisual{}
			#mainVisual .visualRoll .swiper-slide img{height:56rem;}
			#mainVisual .vTxtArea{}
			#mainVisual .vTxt{padding-bottom:9.8rem;}

			#mainVisual .vTxt .ii.cate{font-size:2.2rem;}
			#mainVisual .vTxt .ii.cate:before{top:4.5rem;}
			#mainVisual .vTxt .ii.title{font-size:4.5rem;}
			#mainVisual .vTxt .ii.text{font-size:2.4rem;}
			#mainVisual .vTxt .ii.btn{margin-top:6rem;}
			#mainVisual .vTxt .ii.btn>a{min-width:14rem; width:auto; padding:1.7rem 3rem; font-size:2rem;}

			#mainVisual .swiper-pagination{top:33.8rem}
			#mainVisual .swiper_btns_box{display:none;}

		/* main_store_sch */
			.main_store_sch .sch_box{padding-left:0; max-width:none; border:0; border-radius:0; background-color:transparent; box-shadow:none; flex-wrap:wrap; overflow:visible;}
			.main_store_sch .sch_box .sch_type{width:100%; padding-right:0;}
			.main_store_sch .sch_box .sch_type::after{display:none;}
			.main_store_sch .sch_box input[type="text"]{padding:0 3.9rem; flex:none; width:100%; height:9rem; font-size:2.4rem; border:1px solid #e6e6e6; border-radius:2rem; box-shadow:0 1.4rem 1.4rem rgba(0,0,0,0.07);}
			.main_store_sch .sch_box button[type="submit"]{margin-top:2rem;padding:0 5.8rem 0 0; width:100%; height:9rem; font-size:2.4rem; display:flex; gap:2rem; align-items:center; justify-content:center; border-radius:2rem; box-shadow:0 1.4rem 1.4rem rgba(0,0,0,0.07);}
			.main_store_sch .sch_box button[type="submit"]::before{width:3.8rem; height:3.8rem; position:static; transform:translateY(0);}
			.main_store_sch .sch_hashtag{padding-left:0; font-size:2.2rem;}

		/* main_business */
			.main_business a{padding:9rem 2rem}
			.main_business a.active{width:100%;}
			.main_business a:not(.active){width:100%;}

		/* main_we_are */
			.main_we_are .main_sect_top{text-align:center;}
			.main_we_are .main_sect_top h3{justify-content:center;}
			.main_we_are ul li{padding-left:9.4rem;}
			.main_we_are ul dt{font-size:3.4rem;}
			.main_we_are ul dd{font-size:2.4rem;}
			.main_we_are ul .count{min-width:14rem;}

		/* main_news */
			.main_news .inConts{}
			.main_news .main_sect_top{display:block; text-align:center; padding-right:0;}
			.main_news .new_sw{width:calc(100% + 4rem); margin:4.5rem -2rem 0;}
			.main_news .new_sw .swiper-slide{width:46rem;}
			.main_news .new_sw .swiper-button-prev{left:2rem;}
			.main_news .new_sw .swiper-button-next{right:2rem;}
			.main_news .new_sw .area{padding:11rem 4rem 9rem}
			.main_news .new_sw .cate{padding:1.6rem 1.5rem 1.6rem; font-size:2.2rem; left:4rem;}
			.main_news .new_sw .title{font-size:2.6rem;}
			.main_news .new_sw .day{font-size:2.4rem; left:4rem;}
			.main_news .arrow_btn{display:flex; margin:6rem auto 0; min-width:19rem; position:static;}

		/* main_cs */
			.main_cs ul dt{font-size:3.5rem;}
			.main_cs ul dd{font-size:2.4rem;}

	/*[e] Main Style */

	/*[s] Sub Style */
		.year-tab{}
		.year-tab .name{font-size:2.2rem; display: flex;}

		.year-tab ul.year-list{width:100%; margin:0; background-color: #fff; border:1px solid #abaeb0; display: none; position: absolute; left:0; top:calc(100% - 1px); z-index:3;}
		.year-tab ul.year-list>li{margin:0 !important; display:block;}
		.year-tab ul.year-list>li+li{border-top:1px solid #abaeb0;}
		.year-tab ul.year-list>li a{height:7rem; background-color: #fff; border:none; font-size:2rem; color: #666; text-align: left; white-space: normal; border-radius:0; justify-content: flex-start;}
		.year-tab ul.year-list>li a>span{}

		.year-tab.open .name:after{transform:rotate(-45deg);}
		.year-tab.open .name:before{transform:rotate(45deg);}

		.year-tab ul.year-list>li:is(:hover, .active) a{background-color:rgba(57,190,133, 0.1); border-color:#abaeb0; color: var(--point);}

		.month-tab{width:34rem;}
		.month-tab>p{height:7.4rem; font-size:2.2rem;}
		.month-tab>p:before{font-size:2.2rem; right:2.9rem;}

		.month-tab .month-tab-in{max-height:50rem; border-radius:3.7rem;}
		.month-tab .month-tab-in>a{padding:1rem 0 1rem 3rem; font-size:2rem; line-height:1.45;}
		.month-tab .month-tab-in>a:nth-child(1){padding-top:2.5rem;}
		.month-tab .month-tab-in>a:last-child{padding-bottom:2.5rem;}

		ul.lawArea{}

		ul.lawArea .lawBox-gray{padding:2.5rem 3.5rem;}
		ul.lawArea .lawBox-gray .title{font-size:2.4rem; line-height:3.4rem;}
		ul.lawArea .lawBox-gray .text{font-size:2rem; line-height:3rem;}

		ul.lawArea .lawBox-gray .text.flex{margin-top:2rem; display:block;}
		ul.lawArea .lawBox-gray .text.flex>strong{display:block;}
		ul.lawArea .lawBox-gray .text.flex>img{}

		ul.lawArea .c-num .lawBox-gray{width:calc(100% + 4.5rem); margin:3rem 0 0 -4.5rem;}

		.lawSources{font-size:2rem;}

		ol.l-num{}
		ol.l-num>li{padding-left:2rem; font-size:2rem;}

		ol.c-num>li{padding-left:2.5rem; font-size:2.2rem;}

		.last{padding-bottom:8rem!important;}
		.sub .sect_tit{font-size:4rem;}


		/* ym_int_pg */
			.ym_int_pg li > *{width:100%;}
			.ym_int_pg li .cont_box p{font-size:2.4rem;}
			.ym_int_pg li:nth-child(even){flex-direction:row; text-align:left;}
			.ym_int_pg li:nth-child(even) .num_add{margin-left:0;}
			.ym_int_pg li:nth-child(even) .num_add::before{padding-right:3rem; padding-left:0;}

		/* vision */
			.vision dl dd{font-size:2.4rem;}
			.vision dl dd ul li::before{font-size:1.8rem;}
			.vision .img_cont img{width:33.2rem;}
		
		/* greet */
			.greet dd{font-size:2.4rem;}

		/* partners */
			.partners .pg_int_txt{font-size:2.4rem;}

		/* ci */
			.ci_pg .ci_wr dd{font-size:2.4rem;}
			.ci_pg .ci_wr .asterisk{font-size:2rem;}
			.ci_pg .ci_org .txt{font-size:2.4rem;}

		/* bsnss_ymart */
			.bsnss_ymart .cont_li{font-size:2.4rem; line-height:var(--lh_10);}

		/* store_finder */
			.store_finder .store_sch_wr .map_img_area{max-width:64rem;}
			.store_finder .store_sch_wr .sch_form_box dd{font-size:2.4rem;}
			.store_finder .store_sch_wr .sch_form select,
			.store_finder .store_sch_wr .sch_form input[type="text"]{height:7rem; font-size:2.4rem;}
			.store_finder .store_sch_wr .sch_form button{height:7rem; font-size:2.4rem;}
			.store_finder .store_sch_wr .sch_form button span{padding:0 3.2rem}
			.store_finder .store_sch_wr .sch_form button span::before{width:2.4rem; height:2.4rem;}
			.store_finder .store_list ul li{padding:3.9rem 3.9rem 4.9rem;}
			.store_finder .store_list .cont_box{flex:none; width:100%;}
			.store_finder .store_list .store_name{font-size:3rem;}
			.store_finder .store_list .info p{font-size:2.4rem;}
			.store_finder .store_list .kakao_map{width:100%; height:45rem;}


        /* location */
			.location-info>dl{font-size:2.4rem;}


        /* 글쓰기 페이지 감사 문구 */
            .write_cont_end dd{font-size:2.2rem; line-height:3.2rem;}

		/* store */
			.store-area>.store-inj{}
			.store-area>.store-inj>dl{}
			.store-area>.store-inj>dl>dt{}
			.store-area>.store-inj>dl>dd{font-size:2.3rem;}
			.store-area .store-inj-box{height:23.5rem;}
			.store-area .store-inj-box img{width:14rem; min-width:14rem;}
			.store-area .store-inj-box>dl{}
			.store-area .store-inj-box>dl>dt{font-size:2.4rem; }
			.store-area .store-inj-box>dl>dd{font-size:2.2rem;}
			.store-area .store-inj-btn{}
			.store-area .store-inj-btn>a{font-size:2rem;}

			.store-table{}
			.store-table>table{}
			.store-table>table th,
			.store-table>table td{font-size:2rem; line-height:1.5;}

			.store-table>table th{}
			.store-table>table th:before,
			.store-table>table td:before{font-size:2.2rem;}
			.store-table>table .btn{width:12rem; height:4rem; margin:0; font-size:1.8rem;}

		/* history */
			.history-wrap #his_progress{margin-left:0; left: 0%;}
			.history-area{}
			.history-area:before{margin-left:0; left: 0%;}
			.history-area #his_progress{margin-left:0; left: 0%;}

			.history-area>li{text-align: left !important; display: block;}
			.history-area .history-in{width:100%; padding-right:0; text-align: left !important;}
			.history-area .history-in:before{width: 2rem; height:2rem; left: -0.7rem; top:0.5rem;}
			.history-area .history-in>strong{font-size:3.2rem;}
			.history-area .txt_wrap{}
			.history-area .txt_wrap>p{padding:0 0 0 1.5rem; font-size:2.2rem;}
			.history-area .txt_wrap>p:before{content: "ㆍ"; position:absolute; left: -0.3rem; top:0px;}
			.history-area .txt_wrap>p+p{margin-top:1rem;}

			.history-area>li .thumb{width:100%; margin-top:3rem; padding-right:0; position: relative;}
			.history-area>li .thumb img{width:100%; height:auto; position: static; }

			.history-area>li:nth-child(even) .history-in:before{left:-0.7rem; right:auto;}
			.history-area>li:nth-child(even) .txt_wrap>p{padding:0 0 0 1.5rem;}
			.history-area>li:nth-child(even) .txt_wrap>p:before{left: -0.3rem; right:auto;}

		/* etc */
			.etc_clause{width:100%; margin:0 auto;}
			.etc_clause .etc_clause_in{padding:5rem 3rem; border-radius:1rem;}
			.etc_clause .logo{margin:0;}
			.etc_clause .txt{padding:2rem 0 6rem; font-size:2.2rem;}

			.etc_clause .scroll{font-size:2rem;}

			.etc_select{width:100%;}
			.etc_select select.base{width:22rem;}

		/* search */
			.search-area{}
			.search-area .search-re .search-re-tit span{height:4rem; padding:0 2rem; font-size:2rem;}

			.search-area .search-re .search-re-list .search-link .tit{font-size:2.4rem;}
			.search-area .search-re .search-re-list .search-link .txt{font-size:2rem;}
			.search-area .search-re .search-more>a{height:5.1rem; padding:0 3.7rem; font-weight: 600; font-size:2rem;}


			.search-area .result-group{}
			.search-area .result-group dl{}
			.search-area .result-group dl dt{display:none;}

			.search-area .result-group dl dd{width:100%;}
			.search-area .result-group dl dd div {}
			.search-area .result-group dl dd div.title{}
			.search-area .result-group dl dd div.title a{font-size:2.4rem;}
			.search-area .result-group dl dd div.title a>h2 {}

			.search-area .result-group dl dd div.cont{max-height: 5.6rem; margin-top:1rem; font-weight: 400; font-size:2rem; line-height:2.8rem;}

			.search-area .result-group dl dd div.navi, .result-group dl dd div.navi a{font-size:2rem;}
	/*[e] Sub Style */

	/*[s] Plugin Style */
	/*[e] Plugin Style */
}
@media only screen and (max-width : 480px){
	
}
