


/* 300 400 600 800*/
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/* @font-face { */
    /* font-family: 'NanumSquare_300'; */
    /* font-weight: 300;  */
    /* font-style: normal;  */
    /* src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquare_aLt.woff2) format('woff2'); */
    /* font-display: swap; */
/* } */

/* @font-face { */
    /* font-family: 'NanumSquare_400'; */
    /* font-weight: 400;  */
    /* font-style: normal;  */
    /* src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquare_bRg.woff2) format('woff2'); */
    /* font-display: swap; */
/* } */


/* @font-face { */
	/* font-family:  'NanumSquareNeo_700'; */
	/* src:url('/public/font/NanumSquareNeoOTF-cBd.otf') format('woff'), */
		/* url('/public/font/NanumSquareNeoOTF-cBd.otf') format('woff2'); */
/* }  */

/* @font-face { */
	/* font-family:'NanumSquareNeo_800'; */
	/* src:url('/public/font/NanumSquareNeoOTF-dEb.otf') format('woff'), */
		/* url('/public/font/NanumSquareNeoOTF-dEb.otf') format('woff2'); */
	/* font-weight:800; */
/* }  */

/* @font-face { */
	/* font-family: NanumSquare Neo; */
	/* src:url('/public/font/NanumSquareNeoOTF-eHv.otf') format('woff'), */
		/* url('/public/font/NanumSquareNeoOTF-eHv.otf') format('woff2'); */
	/* font-weight:900; */
/* } */



* {padding:0; margin:0;box-sizing: border-box;font-family: 'NanumSquare'; font-size: 10px;color:#fff; scroll-behavior: smooth; }
body  {background-color: #fff;font-size: 10px;font-family: 'NanumSquare';}
ul,li {list-style: none}
div {transition:all 0.3s;}
a {text-decoration:none;}
#wrapper {position:relative; width:100%; height:100%; overflow:hidden;}
.contents{position:relative; width:100%; margin:0 auto; }

body, input, textarea, select, button, table {
    box-sizing: border-box;
	padding:0; -webkit-text-size-adjust:none;    background-color: initial;
}

.mo_br {display:none;}

.pc_only {display:block;}
.mo_only {display:none;}


@media (max-width:1300px) and (min-width:992px) {
	* {font-size:50.6%;}
}

@media (max-width:991px) {
	.pc_br {display:none;} 
	.mo_br {display:block;} 
	
	.pc_only {display:none!important;}
	.mo_only {display:block;}
}


.Intro_head {
	width: 100%;
    height: 10rem;
	position: fixed;
    top: 0;
    left: 0;
	z-index:10;
}

header {
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    max-width: 123rem;
    margin: 0 auto;
	position: relative;
	z-index:10;
}

.logo {
    width: 100%;
    max-width: 17.4rem;
    height: auto;
    position: absolute;
	left:inherit;
    bottom: 0.9rem;
}

.logo img {width:100%; height:auto;}


.gnb {position:absolute; right:2rem; bottom:1.6rem;}
.gnb ul {display:flex;}
.gnb ul li {
	color:#222;
	font-weight: 700;
	font-size:1.5rem;
	line-height:2.4rem;
	letter-spacing:-0.02em;
	padding-right:5.5rem;
	font-family: 'NanumSquare';
}

.gnb ul a:last-child li {padding-right:0;}


#intro .swiper {margin:0;}
.intro_mv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/* 20230131 수정 */
#intro .swiper-slide:nth-child(2) .intro_mv {
    position: absolute;
    left: 50%;
    top: 34.8%;
    transform: translate(-50%,-50%);
}
/* // 20230131 수정 */

.swiper-wrapper {
    height: 65rem!important;
}

.c_title {
	color:#222;
	font-weight:400;
	font-size:1.561rem;
	line-height:1;
	letter-spacing:0.3em;
	text-align:center;
}

.m_titlte {
    font-size: 3.3rem;
    line-height: 1;
    color: #222;
    font-weight: 300;
    margin: 1.9rem 0 4.7rem;
    letter-spacing: -0.02em;
    text-align: center;
}

.m_titlte span {
	font-weight:600;
	font-size:3.3rem;
	line-height:1;
	color:#222;
}
.title {
    color: #222;
    font-size: 5.292rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.22em;
    color: #222;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
    width: 51%;
    margin: 0 auto;
	position:relative;
	overflow:hidden;
}
.title img {
    width: 100%;
    height: auto;
}

.title p {
    color: #222;
    font-size: 2.598rem;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.22em;
}
/* #intro .swiper-slide:nth-child(1) {background:url(../img/intro_renewal/bg1_pc.png) no-repeat center / cover;} */
/* #intro .swiper-slide:nth-child(2) {background:url(../img/intro_renewal/bg2_pc0307.png) no-repeat center / cover;} */


/* 20230706 메인 베너 영상 css */
#intro .swiper {
    margin: 0;
    height: 0;
    padding-bottom: 33.5%;
}
.main_mov {
    width: 100%;
    height: auto;
    position: relative;
}

.main_mov .main_Video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@media (max-width:991px) {
	#intro .swiper {
		margin: 0;
		height: 0;
		padding-bottom: 75.5%;
	}
}
/* // 20230706 메인 베너 영상 css */



@media (max-width:1300px) {
	.Intro_head {height: 8rem;}
	.logo {max-width: 15.4rem;}
}


@media (max-width:991px) {
	.Intro_head {height: 7rem;}
	.logo {left: 2rem;}
	.gnb {display:none;}
	
}



@media (max-width:767px) {
	.logo {
		max-width: 10rem;
		bottom: inherit;
		top: 2.5rem;
	}
	
	
}

@media (max-width:500px) {
	.title {width:71%;}
}



.store_wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 123rem;
    padding: 1.6rem 2rem 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11.7rem;
    flex-wrap: wrap;
}

.storeBox {
    width: calc(100%/5 - 1rem);
	height: 100%;
    overflow: hidden;
	margin-top:1.2rem;
	padding:1.4rem;
	z-index:4;
	position:relative;
}

.storeBoxInner {
	height:0;
	z-index:3;
	width:100%;
	padding-bottom:99%;
	border:1px solid #FFF;
}

/* .storeBox:nth-child(1) {background:url(../img/intro_renewal/s_bg01.png) no-repeat center / cover;} */
/* .storeBox:nth-child(2) {background:url(../img/intro_renewal/s_bg02.png) no-repeat center / cover;} */
/* .storeBox:nth-child(3) {background:url(../img/intro_renewal/s_bg03.png) no-repeat center / cover;} */
/* .storeBox:nth-child(4) {background:url(../img/intro_renewal/s_bg04.png) no-repeat center / cover;} */
/* .storeBox:nth-child(5) {background:url(../img/intro_renewal/s_bg05.png) no-repeat center / cover;} */
/* .storeBox:nth-child(6) {background:url(../img/intro_renewal/s_bg06.png) no-repeat center / cover;} */
/* .storeBox:nth-child(7) {background:url(../img/intro_renewal/s_bg07.png) no-repeat center / cover;} */
/* .storeBox:nth-child(8) {background:url(../img/intro_renewal/s_bg08.png) no-repeat center / cover;} */
/* .storeBox:nth-child(9) {background:url(../img/intro_renewal/s_bg09.png) no-repeat center / cover;} */
/* .storeBox:nth-child(10) { */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
/* } */
/* .storeBox:nth-child(10) img { */
    /* max-width: 21.3rem; */
    /* height: 10.6rem; */
    /* position: absolute; */
	/* width:100%; */
	/* height:auto; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
/* } */

.storeBox:nth-child(1) {background:url(../img/intro_renewal/s_bg01.png) no-repeat center / cover;}
.storeBox:nth-child(2) {background:url(../img/intro_renewal/s_bg02.png) no-repeat center / cover;}
.storeBox:nth-child(3) {background:url(../img/intro_renewal/s_bg03.png) no-repeat center / cover;}
.storeBox:nth-child(4) {background:url(../img/intro_renewal/s_bg04.png) no-repeat center / cover;}
.storeBox:nth-child(5) {background:url(../img/intro_renewal/s_bg05.png) no-repeat center / cover;}

.storeBox:nth-child(6) {background:url(../img/intro_renewal/s_bg06_sinsa.jpg) no-repeat center / cover;}

.storeBox:nth-child(7) {background:url(../img/intro_renewal/s_bg06.jpg) no-repeat center / cover;}
.storeBox:nth-child(8) {background:url(../img/intro_renewal/s_bg07_dae_nm.webp) no-repeat center / cover;}
.storeBox:nth-child(9) {background:url(../img/intro_renewal/s_bg07.png) no-repeat center / cover;}
.storeBox:nth-child(10) {background:url(../img/intro_renewal/s_bg08.png) no-repeat center / cover;}
.storeBox:nth-child(11) {background:url(../img/intro_renewal/s_bg09.png) no-repeat center / cover;}

.sbBox {
    display: flex;
    justify-content: space-between;
    background: rgb(86 54 33 / 66%);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 6.9rem;
    padding: 2rem 2.6rem;
    z-index: -1;
}
.storeBox:nth-child(n+6) .sbBox {background: rgb(22 10 3 / 66%);}

.shopname {
	font-size:2.066rem;
	letter-spacing:-0.03em;
	line-height:1;
	font-weight:600;
}
.s_plus {
	width:2.1rem;
	height:2.1rem;
}
.s_plus img {width:100%; height:100%;}


@media (max-width:991px) {

	.c_title {font-size: 1.2em;}
	
	.m_titlte, .m_titlte span {
		font-size: 2.5rem;
		line-height: 1.3;
		margin:1.9rem 0 3.7rem;
	}
	
	#intro .swiper-slide {height:100%;}
	
	#intro .swiper-wrapper {
		height: 80rem!important;
	}
	
	.intro_mv {
		width: 100%;
		text-align: center;
	}
	
	#intro .swiper-slide:nth-child(2) .intro_mv {top: 40%;}
	/* #intro .swiper-slide:nth-child(1) {background:url(../img/intro_renewal/bg1_mo.png) no-repeat center / cover;} */
	/* #intro .swiper-slide:nth-child(2) {background:url(../img/intro_renewal/bg2_mo0307.png) no-repeat bottom / cover; background-position-x: 48.5%;} */

	.title {
		font-size: 6.1rem;
		font-weight: 800;
		letter-spacing: 0.03em;
	}

	.title p {
		font-size: 3rem;
		letter-spacing: 0.22em;
	}
	
	.store_wrap {
		flex-wrap: wrap;
		flex-direction: row;
		padding: 1.6rem 6.5rem;
	}
	
	.storeBox {
		width: calc(100%/2 - 0.7rem);
		margin-top: 1.2rem;
		padding: 0.8rem;
	}
	
	.storeBoxInner {
		padding-bottom: 75.6%;
	}
	
	.sbBox {
		height: 5rem;
		align-items: center;
		padding: 0.8rem 2rem 1.4rem;
	}
	
	.shopname {
		font-size: 1.4rem;
		line-height: 1.2;
		font-weight: 600;
		letter-spacing: -0.03em;
	}
	.storeBoxInner.mo_only {position: relative;}
	.storeBoxText {
		text-align: center;
		color: #b9b9b9;
		font-size: 1rem;
		letter-spacing: -0.03em;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	
	.doc_mo {
		width: 80%;
		height: 0;
		position: absolute;
		overflow: hidden;
		padding-bottom: 49%;
		top: 100%;
		left: 49%;
		transform: translate(-50%,-79%);
	}
	.doc_mo img {width:100%; height:auto;}
}


@media (max-width:767px) {
	#intro .swiper-wrapper {height: 61rem!important;}
	
	.title {font-size: 3.1rem; padding-top:7rem;}
	.title p {font-size: 1.5rem; letter-spacing: 0.22em;}
	
	.title::before {
		content: '';
		width: 0.05rem;
		height: 3rem;
		background: #080103;
		position: absolute;
		left: 50%;
		top: 0rem;
		transform: translateY(50%) rotate(45deg);
	}
	#intro .swiper-slide:nth-child(2) .intro_mv {top: 41%;}
	#intro .swiper-slide:nth-child(2) .title {font-size: 3.1rem; padding-top:6rem;}
	#intro .swiper-slide:nth-child(2) .title::before {
		content: '';
		width: 0.05rem;
		height: 3rem;
		background: #080103;
		position: absolute;
		left: 50%;
		top: 0rem;
		transform: translateY(50%) rotate(45deg);
	}
	.store_wrap {
		padding: 2.5rem 3rem 1.6rem;
		margin-bottom: 3rem;
	}
	.m_titlte, .m_titlte span {margin: 1.9rem 0 0rem;}
	.doc_mo {
		width: 68%;
		height: 0;
		position: absolute;
		overflow: hidden;
		padding-bottom: 49%;
		top: 100%;
		left: 50%;
		transform: translate(-50%,-62%);
	}
	.shopname {font-size: 1.2rem;}
}

@media (max-width:600px) {}
@media (max-width:500px) {
#intro .swiper-wrapper {height: 45rem!important;}
	.doc_mo {
		width: 100%;
		padding-bottom: 49%;
		top: 86%;
		left: 50%;
		transform: translate(-50%,-62%);
	}
}




.footer {
    width: 100%;
    max-width: 123rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: block;
    justify-content: space-between;
}


.footerTop {
    padding-bottom: 2.2rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 2rem 2.2rem;
}

.footer_logo {
    width: 11.8rem;
    height: 2rem;
    position: relative;
    left: 0;
    top: 0;
	margin-right:4.8rem;
	margin-bottom: 0;
}


.footer_logo img {width:100%; height:auto;}
.f_gnb {
    display: flex;
    align-items: center;
}
.f_gnb ul {display:flex;}
.f_gnb ul li {
	font-size:1.5rem;
	color:#222;
	font-weight: 600;
	letter-spacing:-0.02em;
	line-height:2.4rem;
}
.f_gnb ul li:first-child {padding-right:2.8rem;}
ul.sns {display: flex;}
ul.sns li {margin-right:2.5rem; height: 2rem;}

.footerBottom {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 4.5rem;
    align-items: flex-end;
	padding:0;
}
.network {
    width: 100%;
    height: 100%;
    margin: 0 2.5rem 0 0;
    max-width: 30rem;
    background: url(../img/intro_renewal/net.png) no-repeat center / cover;
    height: 10rem;
}

.net_title {
    font-size: 1.7rem;
    line-height: 1;
    color: #FFF;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.8rem;
}

.net_txt {
    line-height: 1;
    color: #FFF;
    text-align: left;
    margin-bottom: 0;
    font-size: 1.039rem;
    line-height: 1.228rem;
}
.net_inner {
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.net_arrow {width:2.1rem; height:2.1rem;}
.net_arrow img {width:100%; height:auto;}



.f_cc ul li {
    color: #252121;
    font-size: 1.28rem;
    margin-right: 2.6rem;
    position: relative;
    margin: 0px;
    padding-right: 1.2rem;
    letter-spacing: -0.05em;
    font-weight: 600;
}
.f_cc ul li::before {
    content: '';
    width: 0.1rem;
    height: 1.2rem;
    background: #252121;
    position: absolute;
    right: 0.5rem;
    top: 53%;
    transform: translate(-50%,-50%);
}
.f_cc ul li:last-child::before {display:none;}
.f_cc p {
    color: #252121;
    font-size: 1.283rem;
    text-align: left;
    line-height: 1;
	font-weight:600;
}

.mar20 {
    margin-bottom: 2rem;
}

.f_cc {
    height: 10rem;
}

.f_cc .swiper {height:8.5rem; overflow:hidden;}
.f_cc .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    transition-property: transform;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}
.f_cc .swiper {width:100%;}

.f_cc ul {
    display: flex;
}

ul.sns.mo_only {display:none;}
@media (max-width:991px) {
	footer {background: #131212;}
	
	.footer {padding: 0rem;}

	.network.mo_only {
		width: 100%;
		height: 100%;
		margin: 0 2.5rem 0 0;
		max-width: inherit;
		background: url(../img/intro_renewal/net_mo.jpg) no-repeat center / cover;
		height: 8rem;
	}
	
	.net_inner {
		height: 100%;
		padding: 1rem 2.5rem;
	}
	
	.net_title {
		margin-bottom: 0.8rem;
	}

	.footerTop {
		padding-bottom: 0rem;
		border-bottom: none;
		display: flex;
		width: 100%;
		justify-content: center;
		padding-top: 3rem;
		flex-direction: column;
		align-items: center;
	}
	
	.footer_logo {
		width: 9.8rem;
		margin-right: 2.8rem;
	}
	
	.f_gnb ul li:first-child {
		padding-right: 1.8rem;
	}

	.f_gnb ul li {
	    font-size: 1.2rem;
		color:#FFF;
	}


	.f_cc .swiper {
		height: 11.5rem;
	}


	.f_cc p {
		color: #FFF;
		font-size: 1.283rem;
		text-align: left;
		line-height: 1;
		font-weight: 500;
		text-align: center;
		background: #131212;
		padding:0 1rem;
	}
	
	.footerBottom {
		display: flex;
		margin-top: 2rem;
		margin-bottom: 0rem;
		align-items: center;
		flex-direction: column;
	}
	
	.f_cc ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.f_cc ul li::before {
		display:none;
	}
	
	.f_cc ul li {
		color: #b2b2b2;
		font-size: 1.283rem;
		margin-right: 2.6rem;
		position: relative;
		margin: 0px;
		padding-right: 0px;
		letter-spacing: -0.5px;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		padding-bottom: 1rem;
	}
	
	.f_cc .swiper-slide {
		justify-content: center;
		flex-direction: column;
	}
	
	.f_cc .swiper-slide {
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		transition-property: transform;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background: #131212;
	}
	
	ul.sns.mo_only {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 6rem 0 3rem;
		background: #131212;
	}
	
	ul.sns li {
		margin-right: 2.5rem;
		height: auto;
		width: 2.5rem;
	}
	
	ul.sns li:last-child {
		margin-right: 0;
	}
	
	p.f_ccTxt.mo_only {
		margin-bottom: 0.8rem;
		color: #b2b2b2;
	}
	ul.sns li img {width:100%; height:auto;}
	ul.sns li:nth-child(2) {width:2rem;}
	ul.sns li:nth-child(4) {width:2.3rem;}
	ul.sns li:nth-child(5) {width:2rem}
	
	.network.hidden {display:none;}
}




@media (max-width:991px) {
	.f_cc ul li {
		color: #b2b2b2;
		font-size: 1.1rem;
		margin-right: 2.6rem;
		position: relative;
		margin: 0px;
		padding-right: 0px;
		letter-spacing: -0.5px;
		font-weight: 500;
		text-align: center;
		line-height: 1;
		padding-bottom: 0.8rem;
	}
	.f_cc ul li .mo_br {display:none;}
	.f_cc .swiper {height: 9.5rem;}	
	p.f_ccTxt.mo_only {margin-bottom: 0;}
	.f_cc p {font-size: 1.1rem;}
}

@media (max-width:767px) {
	.net_inner {height: 100%; padding: 2rem 2.5rem;}
	.network.mo_only {height: 9rem;}
}


.side_menu_Btn {
    width: 6.8rem;
    height: 6.8rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 51;
    transform: translateX(-100%);
    z-index: 555555;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	display:none;
}

.side_menu_Btn.active {
    right: 27%;
	background: rgb(255 255 255 / 30%);
}


.side_menu_Btn span:nth-child(1) {top:0;}
.side_menu_Btn span:nth-child(2) {top:50%;transform:translateY(-50%);}
.side_menu_Btn span:nth-child(3) {bottom:0%;}

.side_menu_Btn.active span:nth-child(1) { top:50%;   transform: rotateZ(45deg);}
.side_menu_Btn.active span:nth-child(2) {display:none;}
.side_menu_Btn.active span:nth-child(3) {
    transform: rotateZ(-45deg);
    bottom: 35%;
}

.mo_gnb {
    max-width: 16rem;
    position: fixed;
    width: 28%;
    top: 0;
    right: 0;
    background: #FFF;
    height: 100vh;
    transition: all 0.58s ease-in-out;
    transform: translateX(100%);
}

.mo_gnb.active {
   transform: translateX(0%);
}

.mo_gnbInner {
	width: 100%;
    height: 100%;
    position: relative;
    padding: 5.5rem 1rem 1.8rem 1rem;
}

.mo_gnb ul {margin-bottom:3.6rem;}

.mo_gnb ul li {
    color: #fff;
    font-weight: 500;
    font-size: 1.149rem;
    margin-bottom: 5rem;
    letter-spacing: -0.02em;
}

.mg_box figure {
    width: 3rem;
    height: 3rem;
    margin: 0px auto 1rem;
}
.mg_box figure img {width:100%; height:auto;}

.mg_box p {
    font-size: 2.5rem;
    line-height: 1;
    color: #222;
    font-weight: 500;
    text-align: center;
}

@media (max-width:991px) {
	.side_menu_Btn {display:flex;}
	
	.side_menu_Wrap {
		width: 2.9rem;
		height: 2.2rem;
		position:relative;
	}
	.side_menu_Wrap img {width:100%; height:auto;}
	
	
	.side_menu_Wrap span {width:100%; height:0.2rem; background:#222; transition: all 0.3s ease-in-out;}
	.side_menu_Btn span:nth-child(1) {top: 0; position: absolute;}
	.side_menu_Btn span:nth-child(2) {
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
	}
	.side_menu_Btn span:nth-child(3) {bottom: 0%; position: absolute;}
	
	.mg_box p {font-size: 2rem;}
	.mg_box figure.fiticon {height:auto;}
}

@media (max-width:767px) {
.side_menu_Btn {display:flex;}
	.mg_box p {font-size: 1.6rem;}
	.mg_box figure {
		width: 3rem;
		height: 3rem;
		margin: 0px auto 1rem;
	}
	
	
	.mg_box figure.infoIcon {
		width: 3.5rem;
		height: 3.5rem;
	}
	.mg_box figure.fiticon {height:auto;}
	.mo_gnb ul li {font-size: 1.149rem; margin-bottom: 4rem;}
	
	.side_menu_Btn {
		width: 5rem;
		height: 5rem;
	}
	.side_menu_Btn img {width:100%; height:auto;}
	
	.side_menu_Wrap {
		width: 1.9rem;
		height:1.2rem;
	}
}




/* 서브 푸터 */
.subFooter .network {
    background: none;
}

.subFooter .net_inner {
    padding: 0 2.5rem;
}

.subFooter .footerTop {
    justify-content: flex-end;
}

.subFooter ul.sns li:last-child {
    margin-right: 0rem;
}

.subFooter .f_cc p {
    margin-top: 1rem;
}
.subFooter .mar20 {
    margin-bottom: 1.5rem;
    margin-top: 0;
}

@media (min-width:992px) {
	.f_cc .swiper-slide {justify-content: flex-start;}
}


@media (max-width:991px) {
	.footer_logo {
		width: 9.8rem;
		margin-right: 1.5rem;
	}
	
	
}

/* ====================== 팝업 css ====================== */
.ozpopBox.is-visible{
	display:inline-block;
}
.ozpopBox {
	display:none;
    position: fixed;
    right: 30px;
    top: 120px;
    z-index: 9999;
	
}
.ozpopinner{
	width:45rem;
	position:relative;
	overflow:hidden;
	    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.ozpopinner img{
	max-width:100%;
}
.ozpopinner .popSwiper{
	height:45rem;
	position:relative;
}

.ozpopinner .swiper-pagination {
    bottom: 7.5rem!important;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    /* z-index: 10; */
    z-index: 30;
    left: 0px;
    width: 100%;
}

.ozpopBox .close {
    padding: 10px 10px 10px 10px;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
}
.ozpopBox .close form {
    display: block;
    text-align: left;
}
.ozpopBox .inq_pri label {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #222;
    cursor: pointer;
}
.inq_pri{
	position:relative;
}
.inq_pri input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 3.2rem;
    cursor: pointer;
}
.inq_pri input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.inq_pri input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0rem;
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    background: #fff;
    border: none;
    box-sizing: border-box;
    background: url(../img/uncheck_label.png) no-repeat center/cover;
}
.inq_pri input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/check_label.png) no-repeat center/cover;
}
.ozpopBox .multi-popup-close {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../img/btn_popup_close.png);
    background-position: center center;
    background-size: 2.4rem;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateY(-50%);
}

@media (max-width:767px) {
	.ozpopBox {
		display: none;
		position: fixed;
		right: 0px;
		top: 0px;
		z-index: 9999;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
	}
	.ozpopBox.is-visible {
		display: block;
		text-align: center;
	}
	.ozpopinner .popSwiper {
		height: 34rem;
		position: relative;
	}
	.ozpopinner .swiper-pagination {
		bottom: 6rem!important;
	}
	.ozpopinner {
		top: 60px;
		display: inline-block;
		width: 34rem;
		/* height: 34rem; */
		position: relative;
		overflow: hidden;
	}
	
	.ozpopBox .close {
		padding: 6px 10px 6px 10px;
	}
	.ozpopBox .multi-popup-close {
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 3rem;
		height: 3rem;
		background-image: url(../img/btn_popup_close.png);
		background-position: center center;
		background-size: 2.2rem;
		background-repeat: no-repeat;
		cursor: pointer;
		transform: translateY(-50%);
	}
	.ozpopBox .inq_pri label {
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 2.2rem;
		letter-spacing: 0em;
		text-align: left;
		color: #222;
		cursor: pointer;
	}
	.inq_pri input[type="checkbox"] + label {
		display: inline-block;
		position: relative;
		padding-left: 3rem;
		cursor: pointer;
	}
	.inq_pri input[type="checkbox"] + label:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0rem;
		width: 2.2rem;
		height: 2.2rem;
		text-align: center;
		background: #fff;
		border: none;
		box-sizing: border-box;
		background: url(../img/uncheck_label.png) no-repeat center/cover;
	}
	.inq_pri input[type="checkbox"]:checked + label:after {
		content: '';
		position: absolute;
		top: 0rem;
		left: 0;
		width: 2.2rem;
		height: 2.2rem;
		background: url(../img/check_label.png) no-repeat center/cover;
	}
}
@media (max-width:440px) {
	/* .ozpopinner { */
		/* padding: 0px 2rem; */
		/* top: 60px; */
		/* display: inline-block; */
		/* width: 100%; */
		/* position: relative; */
		/* overflow: hidden; */
	/* } */
	/* .ozpopBox .close { */
		/* padding: 6px 10px 6px 10px; */
	/* } */
}
/* ====================== // 팝업 css ====================== */