
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* 20220802 css 수정 */
#header {
	text-align:center;
	transition: all 0.5s;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 888;
	background-color: rgba(0,0,0,0);
}


#header.header-scrolled,
#header.header-pages {
	padding: 0px;
	background-color: rgba(0,0,0,0)!important;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

/* // 20220802 css 수정 */

.topBar{
	width:100%;
	height:45px;
	position:relative;
	background-color:#1b1b1b;
}

.topTextBox{
	text-align:left;
	width:100%;
	position:relative;
	left: -8px;
	padding-top: 8px;
}

.topTextBox a:hover{
	color: #cccccc;
}

.ttItem{
	display:inline-block;
	color:#cccccc;
	margin-right:16px;
}

.ttItem img{
	height: 17px;
	position:relative;
	max-width:100%;
	margin-right:10px;
}

.ttItem b{
	font-size:14px;
	font-weight:500;
}

.ttItem p{
	display:inline-block;
	margin-bottom:0px;
	font-size:14px;
	font-weight:300;
	margin-left:8px;
}

.ttp_Item{
	display:inline-block;
	color:#cccccc;
	margin-left: 5px;
}

.ttp_Item img{
	height: 17px;
	position:relative;
	max-width:100%;
	margin-right:10px;
}

.ttp_Item b{
	font-size:14px;
	font-weight:600;
}

.ttp_snsBox{
	position:absolute;
	right:-10px;
	top: 7px;
	display:flex;
}

.ttp_snsBox a{
	display:inline-block;
	position:relative;
	margin-left:13px;
	margin-right:13px;
}

.ttp_snsBox a img{
	max-width:100%;
	height:28.3px;
}

.top_fiveImg{
	height:14px!important;
}


/* 20220802 css 수정 */
.main_MenuBox{
	width:100%;
	height:86px;
	position:relative;
	background-color:inherit;
}

.main_MenuBox:hover {background:rgba(255,255,255,0.7);}

.containerBox{
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	max-width:1840px;
	width:100%;
	height:100%;
	display: flex;
    align-items: center;
	margin:0 auto;
	position: relative;
    justify-content: center;
}

.logo{
	top: 50%;
    left: 20px;
    position: absolute;
	padding-right:110px;
    transform: translateY(-50%);
}

.logo a {
    height: 22px!important;
    overflow: hidden;
}

.logo a img {
    height: 27px;
    width: 100%;
	max-width:378px;
	vertical-align: sub;
}
 
/* .b_block {display:none;} */
.d-lg-none  {opacity:0;}
body.mobile-nav-active .d-lg-none {opacity: 1;}



.containerBox .b_none {display:none;}
.containerBox.hB .main-nav a {color: #222!important;}
.containerBox.hB .re_join>div {color:#222!important;}
.containerBox.hB .Mlogin::before {background:#222!important;}
.containerBox.hB .Mplace p {color:#222!important;}
.containerBox.hB .menuBtn span {background:#222;}
.containerBox.hB .b_block {display:block;}

.containerBox.hB  .re_join>div a {color: #222!important;}


.containerBox.hW .main-nav li.drop-down>a {color: #FFF!important;}
.containerBox.hW .re_join>div {color:#FFF!important;}
.containerBox.hW .Mlogin::before {background:#FFF!important;}
.containerBox.hW .Mplace p {color:#FFF!important;}
.containerBox.hW .menuBtn span {background:#FFF;}
.containerBox.hW .b_block {display:none;}
.containerBox.hW .b_none {display:block;}
.containerBox.hW  .re_join>div a {color: #FFF!important;}
/* // 20220802 css 수정 */

.logo img{
	height:27px;
	width:100%;
}

.logo a span{
	margin-left: 10px;
    top: 3px;
	position: relative;
	font-size:20px;
	color:#f39347;
	font-weight:500;
	letter-spacing:-0.7px;
}

.logo a span b{
	font-size:16px;
}


/* 20220802 css 추가 */
.main-nav {
    width: auto;
    height: 100%;
    text-align: right;
    position: absolute;
	left:27.5%;
    /* left: 23.5%; */
}
.main-nav ul{
	display: inline-block;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav li{
	list-style:none;
	height:100%;
}

.main-nav a {
	font-family: 'NanumSquare',san-serif;
    display: block;
    position: relative;
    color: #444;
	font-size:17px;
	font-weight:bold;
	letter-spacing:-0.02em;
    margin: 0px 25px 0px 25px;
    transition: 0.3s;
    padding-bottom: 0px;
	height:86px;
	line-height:86px;
}

/* .main-nav li:first-child a {margin-left:0;} */
.main-nav li:last-child a {margin-right:0;}

.re_join {
    display: flex;
    position: relative;
    margin-right: 0px;
    position: absolute;
    right: 17%;
    margin-right: 69px;
}
.Mlogin::before {
	left: 46%;
    top: 50%;
    content: '';
    width: 3px;
    height: 17px;
    background: #444;
    position: absolute;
    transform: translate(-50%,-50%);
}


.re_join>div a {
	font-family: 'NanumSquare',san-serif;
	color:#444;
	font-size:17px;
	font-weight:bold;
	line-height:24px;
	letter-spacing:-0.02em;
}

.Mlogin {padding-right: 34px;}

.menuPlace {padding-right:0;}
.Mplace {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0%;
    top: 50%;
	margin-right:71px;
    transform: translateY(-50%);
}
.Mplace figure {width:15px; height:auto; margin-right:7px; margin-bottom: 0;}
.Mplace figure img {width:100%; vertical-align: top;}
.Mplace p {
	font-family: 'NanumSquare',san-serif;
	color:#444;
	font-size:17px;
	font-weight:bold;
	letter-spacing:-0.02em;
	line-height:1;
	margin-bottom:0;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover a {
	color:#212121;
	text-decoration: none;
}

@media (max-width:1800px) {
	.re_join {
		right: 280px;
		margin: 0
	}
}
@media (max-width:1600px) {
	.logo a img {height: auto; max-width:322px;}
	.logo img {height: 22px; width: 100%;}
	.main-nav {left: 26.5%;}
	.main-nav a { font-size: 17px; margin: 0px 18px;}
	.re_join {right: 280px;}
	.re_join>div a {font-size:14px;}
	.Mplace {margin-right:64px;}
	.Mplace p {font-size: 14px;}
	.Mplace figure {
		width: 12px;
		margin-right: 4px;
	}
	.Mlogin::before {
		left: 45%;
		top:53%;
		width: 2px;
		height: 12px;
	}
}
@media (max-width:1500px) {
	.main-nav {
		left: 24.5%;
	}
	.main-nav a {margin:0 14px;}
}

@media (max-width:1400px) {
	.main-nav a {margin:0 14px;}
	.re_join>div {font-size:15px;}
	.Mplace p {font-size:15px;}
	.logo {top: 50%; max-width: 406px; height: auto;}
	.logo img {height: auto; max-width: 100%;}
	.Mplace {display:none;}
	.main-nav {left: 24.5%;}
	.re_join {
		right: 260px;
	}
}

@media (max-width:1350px) {
	.main-nav{display:none;}
	.Mlogin {padding-right: 28px;}
	/* .re_join {right: 0;} */
	.re_join>div a {font-size: 15px;}
	.Mlogin::before {
		left: 45%;
		top: 53%;
		width: 2px;
		height: 16px;
	}
	.Mplace {display:none;}
}

@media (max-width:1200px) {
	.re_join {right: 264px; margin-right:0;}	
}



.drop-down{
	position: relative;
	/* top:-3px; */
}


@media (max-width:991px) {
	.main_MenuBox:hover {background:none;}
}

/* .main-nav .drop-down ul { */
	/* display: block; */
    /* position: absolute; */
    /* left: 50%; */
	/* transform: translateX(-50%); */
	/* -webkit-transform: translateX(-50%); */
    /* z-index: 99; */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* padding: 8px 0; */
    /* background: #fff; */
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
    /* transition: ease all 0.3s; */
    /* border-bottom-left-radius: 4px; */
    /* border-bottom-right-radius: 4px; */
/* } */

/* // 20220802 css 추가 */


/* 20220802 css 추가 */
.main-nav .drop-down ul {
	top: 50px;
    display: block;
    position: absolute;
    left: 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 8px 20px 8px 20px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
}
.main-nav > li.drop-down:nth-child(1) > ul {left:0;}

/* // 20220802 css 추가 */

.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 90%;
	visibility: visible;
}

.main-nav .drop-down li {
	min-width: 150px;
	position: relative;
	margin: 0px!important;
	height:auto;
}

.main-nav .drop-down ul a {
	text-align: left;
	padding: 5px 0px 5px 0px;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	color: #999999;
	height:auto;
	line-height:30px;
	margin: 0px!important;
	border-bottom: 1px solid #e3e3e3;
	letter-spacing:-1px;
	overflow: hidden;
}

.spLine{line-height:20px!important;}
.none_borB{
	border-bottom:none!important;
}

.drop-down ul a:hover{
}

/* .main-nav .drop-down ul li{ */
	/* border-bottom: 1px solid #e3e3e3; */
/* } */

.main-nav .drop-down ul li:hover a:after{
	display:block;
}

.main-nav .drop-down ul li a:hover{
	color: #333333;
}

.main-nav .drop-down ul li a:after {
	display:none;
	color: #3694eb;
    font-size: 20px;
    top: 10px;
    position: absolute;
    transform: rotate(270deg);
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
    right: -6px;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
 /* border-bottom:none!important; */
 /* text-decoration:underline; */
 /* font-weight: 500; */
}

.main-nav .drop-down > a:after {
  /* content: "\f107"; */
  /* font-family: FontAwesome; */
  /* padding-left: 10px; */
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down ul a {
    padding: 8px 10px;
	margin: 0px 26px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    color: #333333;
}

.main-nav .drop-down .drop-down ul a:hover{
	font-weight: bold;
}

.main-nav .drop-down .drop-down ul li{
	min-width:100px;
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.drop_mini:hover{
	border-bottom:none !important;
}

/* 20220802 css 변경 */
.menuBtn {
    position: relative;
    right: 0;
    top: 0;
    cursor: 0;
    display: 0;
    display: inline;
}
/* // 20220802 css 변경 */

.menuBtn img{
	max-width:100%;
}

.mo_gnbBox{
	display:none;
}

.d-lg-none{
	display:none;
}

.mobile-nav-toggle {
    top: 21px;
    padding: 0px;
    right: 10px;
}

.mobile-nav-toggle {
	position: fixed;
	right: 16px;
	top: 12px;
	z-index: 99999;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    /* content: ''; */
    color: rgba(0,0,0,0);
    background: url(../img/renewal/mo_menu_h.png) no-repeat center / cover;
    background-size: 100%;
	display:none;
}

i.fa.fa-bars::after {
    content: '';
    background: url(../img/renewal/mo_menu_b.png) no-repeat center / cover;
    background-size: 100%;
	width:20px;
    height: 23px;
	display:block;
}

.mobile-nav-toggle.B .fa-bars:before {display:none;}
.mobile-nav-toggle.B .fa-bars:after {display:block;}

.mobile-nav-toggle.B .fa-bars:before {display:none;}
.mobile-nav-toggle.B .fa-bars:after {display:block;}

.mobile-nav-toggle.BW .fa-bars:before {display:block!important;}
.mobile-nav-toggle.BW .fa-bars:after {display:none!important;}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0,0,0, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -100%;
    width: 85%;
    transition: 0.3s;
    background-color: #fff;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  right: 0;
  transition: all 0.4s;
}

.mobile_nav_ul{
	display:none;
}

.mo_contentWrap{
	display:none;
	width:100%;
	height:100%;
	position:relative;
}

.mo_contentBox{
	width:100%;
	height:100%;
	position:relative;
	padding-left:18px;
	padding-right:18px;
	padding-top:12px;
}

.mo_logoBox{
	/* border-bottom: 1px solid #000; */
    display: block;
    padding-bottom: 8px;
}

.mo_logo{
	text-align:left;
	display:block;
}

.mo_logo img{
	max-width:100%;
	width:116px;
}

.mo_logoText{
	position:relative;
	top:-3px;
	text-align:left;
	display:block;

	color: #f39347;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -1px;
}

.mo_logoText span{
	font-size: 10px;
}

.mo_loginBox{
	width:100%;
	text-align:left;
	padding-top: 3px;
}

.mo_loginBox a{
	display: inline-block;
    padding: 2px 24px 3px 24px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #b9b9b9;
    color: #6e6f71;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
}

/*--------------------
#  햄버거 오픈 영역 언어버튼 css
----------------------*/
.mnavlangBtnBox {display:none;}
.mnavlang:nth-child(2){margin:0 4px;}
.mnavlang{display:inline-block;}
.mnavlang a{display: flex;border-radius:4px;font-size:11px;padding:4px 6px;color:#333;border:1px solid #b9b9b9;}
.mnavlang a:hover{color:#fff;background:#333;}
@media (max-width: 767px) {
	.mnavlangBtnBox {
		padding: 10px 0px 10px 0px;
		width: 100%;
		display: flex;
	}
}


.gray_mo_contentBox{
	width:100%;
	background-color:#f8f8f8;
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	padding-top:14px;
	padding-bottom:14px;
}

.gray_moInner{
	width:100%;
	display:flex;
}

/* 220908 css 수정 */
.g_mo_item{
	width:calc(100%/3);
	text-align:center;
}
/* // 220908 css 수정 */

.g_mo_item img{
	display:inline-block;
	max-width:100%;
}

.gmimg01{position:relative;height:30px;}
.gmimg02{position:relative;height:22px;margin-top: 4px;margin-bottom: 4px;}
.gmimg03{position:relative;height:30px;}
.gmimg04{position:relative;height:24px;margin-top: 3px;margin-bottom: 3px;}

.g_mo_item b{
	display:block;
	font-size:10px;
	text-align:center;
	font-weight:400;
	color:#6d6e71;
}

.gm_borR{
	border-right:1px solid #eaeaea;
}



.dmBox{
	width:100%;
	border-top:1px solid #8a8a8a;
	margin-top:18px;
}

.drop_menu_wrap{
	width:100%;
	position:relative;
	display:flex;
}

.dmwBox{
	width:50%;
}


.faq_content_box{width: 100%;box-sizing: border-box;}

#faq {position: relative;width: 100%;}

.add_color_blue{color: #3b6bb8 !important;}
.add_color_black{font-weight: 500;color: #333 !important;}

.move_faq_img{right: 40px; position: absolute;top: 24px;}
.f_list_open{
	background-color: #f2f2f2;
    padding: 4px 10px 8px 10px;
}
.f_list_open_text{color: #424242;font-size: 16px;line-height: 34px;font-family: 'Noto Sans KR', sans-serif;}
.f_list_open_text span{font-size: 18px;font-weight: bold;color: #000;font-family: 'Titillium Web', sans-serif;margin-right: 6px;}

.accordion-menu {text-align: left;width: 100%;background: #fff;}
.accordion-menu li{list-style:none;border-bottom:1px solid #8a8a8a;}
.accordion-menu li.open_faq{border-bottom:0px solid #eee;}
.accordion-menu li.open_faq .dropdownlink{border-bottom:1px solid #878787;}
.accordion-menu li.open_faq .dropdownlink .fa-chevron-down {transform: rotate(360deg);color:#000000;}
.dropdownlink span{font-size: 18px;font-weight: bold; color: #878787;font-family: 'Titillium Web', sans-serif;margin-right: 6px;}
.accordion-menu li.open_faq .submenuItems li{border-bottom:1px solid #d3d3d3;}

.dropdownlink {
	border-right:1px solid #ececec;
	position: relative;
	line-height: 36px;
	color: #000000;
	font-size: 12px;
	padding-left: 10px;
	font-family: 'Noto Sans KR', sans-serif;
	cursor: pointer;
	display: block;
	position: relative;
}
.dropdownlink i {position: absolute;top: 13px;}
.dropdownlink .fa-chevron-down {font-size: 12px;right: 10px;left: auto;transform: rotate(270deg);color:#dcdcdc;}
.none_borR{border-right:none!important;}
.submenuItems {display: none;background-color: #fafafa;}
.submenuItems li {}
.submenuItems a {
	width: 100%;
    /* padding: 10px 0px 10px 10px; */
	padding-left:6px;
	line-height: 36px;
	display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 11px;
    transition: all 0.4s ease-out;
    cursor: pointer;
}
.submenuItems a:hover{
	text-decoration:underline;
}
.submenuItems a br{
	display:none;
}

.submenuItems li:last-child {
    /* border-bottom: none!important; */
}

.mo_adBox{
	/* position:absolute; */
	width:100%;
	height:110px;
	bottom:0px;
	left:0px;
	background-color:#fff;
	margin-top:50px;
	/* padding-left: 18px; */
    /* padding-right: 18px; */
	/* padding-bottom:18px; */
}

.mo_adInner{
	text-align:center;
	width:100%;
	height:92px;
	line-height:92px;
	position:relative;
	background-color:#f5f5f5;
	font-size:13px;
	font-weight:400;
}

.mo_adInner img{
	width:100%;
	max-width:100%;
}

@media (max-width:767px) {
	.mobile-nav-toggle {top: 15px;}
}

/*--------------------
#  메뉴 팝업 css
----------------------*/

/* 20220802 css 추가 */
.menu-popup-trigger {}

.menuBtn.mobile-nav {display: none;}

.menuBtn {
    width: 30px;
    position: absolute;
    right: 20px;
    display: inline;
    height: 18px;
	cursor: pointer;
	top: 50%;
    transform: translateY(-50%);
}

.menuBtn span {    
	width: 100%;
    height: 3px;
    background: #444;
    position: absolute;
    left: 0;
}

.menuBtn span:nth-child(1) {top: 0;}
.menuBtn span:nth-child(2) {top: 50%; transform: translateY(-50%);}
.menuBtn span:nth-child(3) {bottom:0;}

.img-replace {/* replace text with an image */display: inline-block;overflow: hidden; text-indent: 100%;color: transparent;white-space: nowrap;}
/* //20220802 css 추가 */


.menu-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	/* overflow-y: scroll; */
    /* overflow-x: hidden; */
}
.menu-popup.is-visible {
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;-moz-transition: opacity 0.3s 0s, visibility 0s 0s;transition: opacity 0.3s 0s, visibility 0s 0s;}

.menu-popup-container {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 58px 0px 0px 0px;
	margin: 0 auto;
	background: inherit;text-align: center;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */-webkit-backface-visibility: hidden;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;
}
.menu-popup-container .menu-buttons:after {content: "";display: table;clear: both;}

.menu-popup-container .menu-buttons li {float: left;width: 50%;list-style: none;}
.menu-popup-container .menu-buttons a {display: block;height: 60px;line-height: 60px;text-transform: uppercase;color: #FFF;-webkit-transition: background-color 0.2s;-moz-transition: background-color 0.2s;transition: background-color 0.2s;}
.menu-popup-container .menu-buttons li:first-child a {background: #333333;border-radius: 0 0 0 .25em;}

.no-touch .menu-popup-container .menu-buttons li:first-child a:hover {background-color: #333333;}
.menu-popup-container .menu-buttons li:last-child a {background: #b6bece;border-radius: 0 0 .25em 0;}
.no-touch .menu-popup-container .menu-buttons li:last-child a:hover {background-color: #c5cmenu8;}

.menu-popup-container .menu-popup-close {
	text-align: center;
    background-color: unset;
    z-index: 800;
    position: absolute;
	top: -46px;
    right: 0px;
    width: 46px;
    height: 46px;
    overflow: unset!important;
    text-indent: 0%!important;
    padding-top: 7px;
	background-image:url(../img/menuclose.png);
	background-position: center center;
	background-size:28px;
	background-repeat:no-repeat;
}

/* .menu-popup-container .menu-popup-close::before, .menu-popup-container .menu-popup-close::after {content: '';position: absolute;top: 11px;width: 30px;height: 1px;background-color: #fff;} */
/* .menu-popup-container .menu-popup-close::before {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);left: 4px;} */
/* .menu-popup-container .menu-popup-close::after {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);right: -4px;} */

.is-visible .menu-popup-container {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}

.menuListBox{
	position:relative;
	margin: 0 auto;
    background-color: #fff;
    text-align: center;
    width: 100%;
	height: 600px;
	border-radius:14px;
}

.testwrap{
	width:100%;
	height:100%;
	position:relative;
	background-color:#000;
	padding-top:200px;
}

.t_menuListBox{
	text-align:center;
	position:relative;
	margin: 0 auto;
    background-color: #fff;
    text-align: center;
    width: 1200px;
	/* height: 600px; */
	border-radius:12px;
	padding: 114px 0px 0px 66px;
}

.ml_itemBox{
	width:100%;
	overflow:hidden;
	position:relative;
}

.ml_itemBox ul {
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ml_itemBox ul li {
    float: left;
    text-align: center;
    width: calc(25% - 80px);
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0 80px 78px 0px;
}

.ml_itemBox li:nth-child(4) {
    margin-right: 0px!important;
}
.ml_itemBox li:nth-child(8) {
    margin-right: 0px!important;
}

.menu_l_box{
	text-align:left;
	position:relative;
	width:100%;
}

.ml_title{
	width:100%;
	position:relative;
	font-size:16px;
	font-weight:600;
	letter-spacing:-0.5px;
	padding-bottom:18px;
	border-bottom:2px solid #d2d2d2;
	margin-bottom:4px;
}

.ml_line{
	position:absolute;
	left:0px;
	bottom: -2px;
	width:30px;
	height:4px;
	background-color:#3595eb;
}

.ml_list{
	display:block;
	padding-bottom:12px;
}

.ml_list a{
	font-size:16px;
	font-weight:400;
	color:#333;
	letter-spacing:-0.5px;
}

.ml_list a:hover{
	text-decoration:underline;
}

@media (max-width: 1350px) {
	.main-nav .drop-down ul {
		padding: 8px 10px 8px 10px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.25);
	}
	.main-nav .drop-down li{
		min-width: 130px;
	}
	.main-nav .drop-down ul a{
		font-size: 14px;
	}
}

@media (max-width: 1350px) {
	.menu-popup-container{
		padding: 58px 20px 0px 20px;
	}
	.t_menuListBox{
		padding: 34px 0px 0px 36px;
		width:100%;
	}
	
	.ml_itemBox ul li {
		width: calc(25% - 36px);
		margin: 0 36px 20px 0px;
	}
}

@media (max-width: 1250px) {
	.containerBox {
		padding-right: 40px;
	}
	.logo a span{
		font-size: 18px;
	}
	.logo a span b {
		font-size: 14px;
	}
	.ttItem{
		margin-right: 10px;
	}
	.ttItem b {
		font-size: 12px;
	}
	.ttItem p{
		font-size: 13px;
		margin-left: 0px;
	}
	.ttItem img{
		margin-right: 6px;
	}
	.ttp_Item b {
		font-size: 13px;
	}
	.ttp_snsBox{
		top: 9px;
		right: 14px;
	}
	.ttp_snsBox a{
		margin-left: 8px;
		margin-right: 8px;
	}
	.ttp_snsBox a img {
		height: 23.3px;
	}
	.top_fiveImg {
		height: 11px!important;
	}
	/* .main-nav a{ */
		/* margin: 0px 20px 0px 20px; */
	/* } */
	
	/* 20220802 css 수정 */
	/* .menuBtn{ */
		/* right: 20px; */
	/* } */
	/* 20220802 css 수정 */

}

@media (max-width: 1200px) {
	/* 20220802 */
	.logo {top: 48%;}
	/* // 20220802 */
	.logo img {
		max-width: 100%;
	}
	.logo a span{
		display:none;
	}
	.main-nav a {
		font-size:15px;
		margin: 0px 14px 0px 14px;
	}
	.t_menuListBox{
		padding: 64px 0px 0px 36px;
	}
	.ml_itemBox ul li{
		width: calc(25% - 36px);
		margin: 0 36px 48px 0px;
	}
}

@media (max-width: 1100px) {
	.main-nav a {
		margin: 0px 10px 0px 10px;
	}
}

@media (max-width: 991px) {
	/* .logo { */
		/* top: 16.5px; */
	/* } */
	.logo a span{
		display:inline-block;
	}
	.main-nav{
		display:none;
	}
	.t_menuListBox{
		padding: 54px 0px 0px 26px;
	}
	.ml_itemBox ul li{
		width: calc(25% - 26px);
		margin: 0 26px 38px 0px;
	}
	.ml_title{
		padding-bottom: 12px;
	}
	.ml_list {
		padding-bottom: 8px;
	}
	.ml_list a {
		font-size: 15px;
	}
	
	.mo-back-to-top{
		display:none!important;
	}
}

@media (max-width: 810px) {
	.topTextBox{
		left: -10px;
	}
	.ttItem {
		margin-right: 6px;
	}
	.ttp_snsBox a {
		margin-left: 4px;
		margin-right: 4px;
	}
	.menuBtn {
		top: 16px;
		right: 14px;
	}
}

@media (max-width: 767px) {
	.topBar{
		display:none;
	}
	.main_MenuBox{
		height: 50px;
	}
	.logo {
		top: 50%;
		position: absolute;
		left: 12px;
	}
	.logo img {
		height: 18px;
	}
	.logo a span {
		top: 1px;
		margin-left: 6px;
		font-size: 13px;
		letter-spacing: -1px;
	}
	.logo a span b {
		font-size: 10px;
	}
	.menuBtn{
		right:18px;
		top:53%;
		width:18px;
		height:10px;
		/* display:none; */
	}
	
	.menuBtn.mobile-nav {display: block;}
	.menuBtn span {height:2px;}
	.d-lg-none{
		display:block;
	}
	.mo_contentWrap{
		display:block;
	}
	.back-to-top {
		bottom: 15px;
	}
	.mo-back-to-top{
		right:8px;
	}
	
}

/* .fa-navicon:before, .fa-reorder:before, .fa-bars:before { */
    /* content: "\f0c9"; */
    /* color: #fff; */
	/* background:url(../img/renewal/mo_menu_h.png) no-repeat center / cover; */
/* } */



/* 20220802 css 추가 */

@media (max-width:1600px) {
	/* .logo img {height:23px;} */
	/* .main-nav a {font-size: 15px; margin: 0px 15px 0px 15px;} */
	/* .re_join>div {font-size:16px;} */
}



@media (max-width:991px) {
	.main-nav {display:none;}
	
	.Mplace {position:absolute; top: 50%; transform: translateY(-50%);}
	.menuBtn {top: 50%; right: 14px; transform: 0;}
	.Mplace p {font-size:14px;}
	
	
	.Mplace figure {
		width: 13px;
		margin-right: 5px;
	}
		
	.containerBox {padding-right: 20px;}
}


@media (max-width:767px) {
	.re_join {display:none;}
	.Mplace {display:none;}
}
/* // 20220802 css 추가 */


/* ================ ::::: 플로팅 메뉴 (2024-09) ::::: ================ */
.floatingMenuBoxR {
    position: fixed;
    right: 60px;
    bottom: 110px;
    z-index: 990;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.floationMenuList {width: 271px;}
.floationMenuList a {margin-bottom: 13px; display: inherit;}
.floatingMenu {
    display: flex;
    background: #FFF;
    border-radius: 6px;
    padding: 15px 10px 14px 26px;
    align-items: center;
	box-shadow: 4px 4px 9.5px 2px rgb(1 0 0 / 6%);
}

.qshadow .floatingMenu {box-shadow: 4px 4px 9.5px 2px rgb(1 0 0 / 6%);}

.kakaoRes {padding-left:19px;}
.floatingMenu figure {margin:0; height:auto;}
.onlinedoc figure {width:22px; margin-right:26px;}
.skinSite figure {width:20px; margin-right:28px}
.kakaoRes figure {width:33px; margin-right:22px;}
.tellInq figure {width:20px; margin-right:28px;}
.floatingMenu figure img {width:100%; height:auto;}

.floatingMenuTxt {
    margin-bottom: 0;
    font-family: "Pretendard-Bold";
    font-size: 18px;
    letter-spacing: -0.005px;
    line-height: auto;
    margin-bottom: 5px;
	line-height: 16px;
}

.floatingMenuSTxt {
	font-family: "Pretendard-Bold";
	font-size:14px;
	letter-spacing:-0.005px;
	margin-bottom:0;
	color:#ababab;
	line-height: 1;
}
.floatingMenuRobot {width: 121px; height: auto; margin-bottom: 0; margin-top: 20px;}
.floatingMenuRobot img {width:100%; height:auto;}


@media (max-width:1600px) and (min-width:992px) {
	.floatingMenuBoxR {right: 25px; bottom: 35px;}
	.floatingMenu {padding: 13px 10px 13px 22px;}
	.floationMenuList a {margin-bottom: 9px;}
	.floatingMenuTxt {font-size: 15px; margin-bottom: 5px;}
	.floatingMenuSTxt {font-size: 12px;}
	.floatingMenuRobot {margin-top: 10px;}
}
@media (max-width: 991px) {
    .floatingMenuBoxR {
        /* display: none; */
    }
	
	.floatingMenuBoxR {
		right: 20px;
		bottom: 20px;
	}
	.floationMenuList {
		width: 230px;
	}
	.floationMenuList a {
		margin-bottom: 6px;
		display: inherit;
	}
	.floatingMenu {
		border-radius: 6px;
		padding: 10px 10px 10px 20px;
		box-shadow: 4px 4px 9.5px 2px rgb(1 0 0 / 6%);
	}
	.floatingMenuTxt {
		font-size: 14px;
		letter-spacing: -0.005px;
		margin-bottom: 4px;
		line-height: 14px;
	}
	.floatingMenuSTxt {
		font-size: 12px;
		letter-spacing: -0.005px;
	}
	.onlinedoc figure {
		display: flex;
		width: 20px;
		margin-right: 11px;
	}
	.skinSite figure {
		display: flex;
		width: 18px;
		margin-right: 12px;
	}
	.kakaoRes figure {
		display: flex;
		width: 24px;
		margin-right: 9px;
	}
	.tellInq figure {
		display: flex;
		width: 16px;
		margin-right: 14px;
	}
	.floatingMenuRobot {
		width: 81px;
		height: auto;
		margin-bottom: 0;
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.floatingMenuBoxR {
		right: 10px;
		bottom: 10px;
	}
	.floationMenuList {
		display:none;
		width: 180px;
	}
	.floatingMenuTxt {
		font-size: 12px;
		letter-spacing: -0.005px;
		margin-bottom: 2px;
		line-height: 12px;
	}
	.floatingMenuSTxt {
		font-size: 10px;
		letter-spacing: -0.005px;
	}
	.skinSite figure {
		width: 18px;
		margin-right: 13px;
	}
	.kakaoRes figure {
		width: 20px;
		margin-right: 9px;
	}
	.tellInq figure {
		display: flex;
		width: 18px;
		margin-right: 12px;
	}
	
	.floatingMenuRobot {
		width: 71px;
		height: auto;
		margin-bottom: 0;
		margin-top: 10px;
	}
	
	
}

/* ================ ::::: FOOTER (2024-09) ::::: ================ */
#footer.reRFooter {background:none;}
.reRFooter .re2409Inner {display: flex; align-items: center; padding: 76px 20px 62px 20px;}

.reRFooter .reFooterRight {text-align: left; position: relative;}

.reFooterLogo {width:365px; height:auto; margin-right:120px;}
.reFooterLogo img {width:100%; height:auto;}

.reRFooter .reFooterRight p {
    display: inline-block;
    font-family: "Pretendard-Light";
    font-size: 18px;
    letter-spacing: -0.005em;
    color: #343434;
    line-height: 30px;
    padding-right: 20px;
}

.reRFooter .reFooterRight p.reFooterNotice {
	font-family: "Pretendard-Light";
    letter-spacing: -0.005em;
	font-size: 16px;
    color: #343434;
    line-height: 1.2;
}

.reFooterBotm {
    width: 100%;
    position: relative;
    border-top: 1px solid #777;
    padding: 33px 20px 35px 20px;
}
.reFooterBotm .re2409Inner {padding:0; justify-content: center;}

.reFooterBotmList {width: 100%; display: flex; justify-content: center;}
.reFooterBotmList li {
    list-style: none;
    font-family: "Pretendard-Light";
    color: #343434;
    font-size: 18px;
    padding-right: 23px;
    padding-left: 23px;
    position: relative;
    letter-spacing: -0.005em;
    line-height: 1;
}
.reFooterBotmList li:first-child {padding-left:13px;}
.reFooterBotmList li:last-child {padding-right:13px;}
.reFooterBotmList li::before {
	content:'';
	top:50%;
	right:0;
	width:1px;
	height:18px;
	background:#000;
	position:absolute;
	transform:translateY(-50%);	
}
.reFooterBotmList li:last-child::before {display:none;}


@media (max-width:991px) {

	#footer.reRFooter {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.reRFooter .re2409Inner {
		display: flex;
		align-items: center;
		padding: 35px 20px 35px 20px;
		flex-direction: column;
	}
	
	.reFooterBotm {
		width: 100%;
		position: relative;
		border-bottom: 1px solid #777;
		padding: 30px 20px 15px 20px;
		border-top: none;
	}
	
	.reFooterBotmList {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.reFooterLogo {
		width: 80%;
		height: auto;
		margin-right: 0;
		margin: 0 auto;
	}
	
	.reRFooter .reFooterRight {
		text-align: center;
		position: relative;
		margin-top: 10px;
	}
	
	.reRFooter .reFooterRight p {
		font-size: 12px;
		letter-spacing: -0.005em;
		color: #343434;
		line-height: 20px;
		padding-right: 10px;
		text-align: center;
	}

	.reRFooter .reFooterRight p.reFooterNotice {
		color: #343434;
		font-size: 12px;
		line-height: 1.2;
		padding-right: 0;
	}
	.reRFooter .reFooterRight p.reFooterNotice:first-child {margin-top:10px;}
	
	
	.reFooterBotmList {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	
	.reFooterBotmList li {
		list-style: none;
		font-family: "Pretendard-Light";
		color: #343434;
		font-size: 18px;
		padding-right: 0;
		padding-left: 0;
		position: relative;
		width: calc(100%/3);
		letter-spacing: -0.005em;
	}
	
	.reFooterBotmList li:first-child {padding-left: 0;}
	.reFooterBotmList li:last-child {padding-right: 0;}
	.reFooterBotmList li::before {
		content: '';
		top: 50%;
		right: 0;
		width: 1px;
		display:none;
		height: 18px;
		background: #000;
		position: absolute;
		transform: translateY(-50%);
	}
	
	.reRFooter .reFooterRight  b {
		position: relative;
		display: inline-block;
		width: 1px;
		height: 10px;
		background-color: #343434;
		margin-left: 4px;
		margin-right: 4px;
	}
	

	
}

@media (max-width:767px) {

	
	.reFooterBotmList li {
		font-size: 12px;
	
		position: relative;
		letter-spacing: -0.005em;
		padding-right: 12px;
		margin-bottom: 15px;
		
		text-align: center;
	}
	
	
	.fiirstFNotice {margin-top:10px;}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer{
	background-color: #333333;
	width:100%;
	position: relative;
	/* padding-top: 30px; */
	/* padding-bottom: 66px; */
}


/* 20220802 css 수정 */

.f_category_top{
	text-align:center;
	position: relative;
	width:100%;
	border-bottom:1px solid #777;
	padding-top:28px;
	padding-bottom:28px;
}

.f_category_top a {margin-right:49px;}

.f_category_top a:nth-child(1) {width:46px;}
.f_category_top a:nth-child(2) {width:39px;}
.f_category_top a:nth-child(3) {width:48px;}
.f_category_top a:nth-child(4) {width:47px;}
.f_category_top a:nth-child(5) {width:36px; margin-right:0;}
.f_category_top img {
    max-width: 100%;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    cursor: pointer;
}
/* .f_category_top img {width:100%;} */


/* .f_category_top img{ */
	/* max-width:100%; */
	/* display:inline-block; */
	/* margin-left:20px; */
	/* margin-right:20px; */
	/* height:45px; */
	/* cursor:pointer; */
/* } */

.fiveImg{
	height:auto!important;
}

/* // 20220802 css 수정 */

.f_category_middle{
	width:100%;
	position:relative;
	border-bottom:1px solid #777;
	padding-top:20px;
	padding-bottom:25px;
}

.f_category_middle ul{
	text-align:center;
	width:100%;
	/* border:1px solid #fff; */
	max-width:1400px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	list-style: none;
}

.f_category_middle ul li{
	display:inline-block;
}

.f_category_middle ul li a{
	color:#fff;
	font-size:13px;
	font-weight:300;
	margin:12px 12px 12px 12px;
}

.f_category_middle ul li a:hover{
	text-decoration:underline;
}

.f_category_bottom{
	text-align:center;
	width:100%;
	position:relative;
	padding: 40px 20px 40px 20px;
}

.fcb_Text{
	color:#fff;
	font-size:13px;
	font-weight:300;
	line-height:30px;
	letter-spacing:0.3px;
}

.fcb_Text b{
	position:relative;
	display:inline-block;
	width:1px;
	height:10px;
	background-color:#fff;
	margin-left:4px;
	margin-right:4px;
}

@media (max-width: 767px) {
	.f_category_top{
		padding-top: 12px;
		padding-bottom: 14px;
	}
	
	/* 20220802 css 수정 */
	.f_category_top img{
		margin-left: 10px;
		margin-right: 10px;
		height:20px!important;
	}
	.f_category_top a {margin-right: 6px;}
	/* // 20220802 css 수정 */
	
	.f_category_middle{
		padding-top: 12px;
		padding-bottom: 10px;
	}
	.f_category_middle ul{
		text-align: left;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		padding: 0;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.f_category_middle ul li{
		float: left;
		text-align: center;
		width: calc(33.333333333% - 6.7px);
		position: relative;
		display: inline-block;
		list-style: none;
		margin: 0 10px 6px 0px;
	}
	.f_category_middle li:nth-child(3) {
		margin-right: 0px!important;
	}
	.f_category_middle li:nth-child(6) {
		margin-right: 0px!important;
	}
	.f_category_middle li:nth-child(9) {
		margin-right: 0px!important;
	}
	.f_category_middle ul li a{
		font-size: 12px;
		margin: 0px;
	}
	.f_category_bottom{
		padding: 22px 10px 80px 10px;
	}
	.fcb_Text {
		color: #fff;
		font-size: 12px;
		font-weight: 300;
		line-height: 26px;
		letter-spacing: 0.3px;
	}
}

/*--------------------------------------------------------------
# 퀵메뉴
--------------------------------------------------------------*/

/*--------
# 좌측 전화상담
--------*/

.oz_quickTelBox{
	z-index: 2000;
	position:fixed;
	left: 70px;
    bottom: 240px;
	text-align:center;
}

.oz_quickTel{
	position:relative;
	width:183px;
	height: 230px;
	text-align:center;
	z-index: 2000;
}

.oz_quickTel a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 2200;
}

.oz_quickTel img{
	position:relative;
	z-index:2000;
	height: 230px;
}

.oz_quickTelText{
	position:absolute;
    bottom: 35px;
	z-index:2100;
	width:100%;
	line-height: 34px;
	z-index:2000;
}

.oz_quickTelText b{
	font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
}

.oz_quickTelText span{
	font-family: "Roboto Black";
    display: block;
    text-align: center;
    font-size: 29px;
	color:#444;
    /* background: linear-gradient(to right, #7fb9ef, #2a81df); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-weight: 900;
    letter-spacing: -2px;
}

.oz_quickTelCircle{
	z-index: 2000;
	position:fixed;
	left: 70px;
    bottom: 50px;
	text-align:center;
	width:183px;
}

.oz_quickTelCircle img{
	display:inline-block;
	max-width:100%;
	height:170px;
}

/*--------
# 우측 퀵메뉴
--------*/

.oz_quickMenuBox{
	z-index: 2000;
	position:fixed;
	right:70px;
	bottom: 10px;
	text-align:center;
}

.bor_quick{
	position:relative;
	text-align:center;
	width:110px;
	height:110px;
	border-radius:50%;
	background-color:#3694eb;
	display:inline-block;
	z-index:2100;
}

.bor_quick b{ 
	display:block;
	text-align:center;
	padding-top:29px;
}

.bor_quick b img{
	display:inline-block;
}

.bor_quick span{
	position: relative;
    font-size: 16.5px;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 300;
    top: -4px;
}

.ozq_contentBox{
    top: -40px;
    z-index: 2000;
    position: relative;
    border-radius: 26px;
    width: 140px;
    /* height: 500px; */
    background-color: rgba(242,243,247,0.8);
    padding-top: 41px;
    padding-bottom: 20px;
    padding-right: 20px;
	padding-left: 20px;
}

.ozq_item {
	position:relative;
	width:100%;
	border-bottom:2px dotted #b5b6b8;
	padding-top: 15px;
    padding-bottom: 15px;
}

.ozq_item:hover p{
	text-decoration:underline;
}

.ozq_item a{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.ozq_item img{
	max-width:100%;
	height:40px;
	margin-bottom:2px;
}

.ozq_item p{
	margin-bottom:0px;
	font-size:16px;
	font-weight:400;
	letter-spacing:-1px;
}

.right_quick_kakao{
	width:100%;
	text-align:center;
	display:block;
	margin-top: 20px;
    margin-bottom: 24px;
}

.right_quick_kakao img{
	display:inline-block;
	max-width: 100%;
}

.ozq_bottomItem{
	width:100%;
	position:relative;
}

.ozq_bottom{
	width:100%;
	text-align:center;
	display:block;
	margin-top:2px;
}

.ozq_bottom img{
	display:inline-block;
	height: 27px;
    max-width: 100%;
}

#mbShow{
	display:none;
}

.mobile_BottonBox{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index: 3000;
}

.mobile_Botton{
	text-align:center;
	position:relative;
}

.mobile_Botton span{
	position:relative;
	width:100%;
	height:44px;
	background-color:#f39347;
	padding-top: 8px;
	font-size: 18px;
    color: #fff;
    letter-spacing: -2px;
	display: block;
	z-index:800;
}

.mb_telBox{
	text-align:center;
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
	z-index:900;
}

.mb_telBox img{
	width:100%;
	display:inline-block;
	max-width:100%;
}

.ml_posi_01{
	left: 8px;

    bottom: 10px;
}

.ml_posi_02{
	left: 8px;

	bottom: 93px;
}

.ml_posi_03{
	left: 8px;

    bottom: 174px;
}

@media (max-width: 1700px) {
	.oz_quickMenuBox{
		right: 10px;
		bottom: -20px;
	}
	.bor_quick{
		width: 80px;
		height: 80px;
	}
	.bor_quick b img {
		height: 30px;
	}
	.bor_quick b{
		padding-top: 16px;
	}
	.bor_quick span{
		font-size: 13.5px;
	}
	.ozq_contentBox{
		width: 110px;
		padding-top: 40px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.ozq_item{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ozq_item img{
		height: 30px;
	}
	.ozq_item p{
		font-size: 14px;
	}
	.right_quick_kakao{
		margin-top: 10px;
		margin-bottom: 14px;
	}
	.ozq_bottom img{
		height: 24px;
	}
	
	
	.oz_quickTelBox{
		left: 10px;
		bottom: 150px;
	}
	.oz_quickTel{
		width: 134px;
		height: 170px;
	}
	.oz_quickTel img{
		height: 170px;
	}
	.oz_quickTelText{
		line-height: 22px;
	}
	.oz_quickTelText b {
		font-size: 18px;
	}
	.oz_quickTelText span{
		font-size: 20px;
	}
	
	
	.oz_quickTelCircle{
		width: 134px;
		left:10px;
		bottom: 20px;
	}
	.oz_quickTelCircle img{
		height: 110px;
	}
}

@media (max-width: 1300px) {
	.oz_quickMenuBox{
		right: 10px;
		bottom: -20px;
	}
	.bor_quick{
		width: 60px;
		height: 60px;
	}
	.bor_quick b img {
		height: 23px;
	}
	.bor_quick b{
		padding-top: 8px;
	}
	.bor_quick span{
		font-size: 13px;
	}
	.ozq_contentBox{
		top: -30px;
		width: 100px;
		padding-top: 30px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.ozq_item{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.ozq_item img{
		height: 20px;
	}
	.ozq_item p{
		font-size: 12px;
	}
	.right_quick_kakao{
		margin-top: 6px;
		margin-bottom: 10px;
	}
	.ozq_bottom img{
		height: 24px;
	}
	
	
	.oz_quickTelBox{
		left: 8px;
		bottom: 130px;
	}
	.oz_quickTel{
		width: 118px;
		height: 150px;
	}
	.oz_quickTel img{
		height: 150px;
	}
	.oz_quickTelText{
		line-height: 22px;
	}
	.oz_quickTelText b {
		font-size: 15px;
	}
	.oz_quickTelText span{
		font-size: 18px;
	}
	
	
	.oz_quickTelCircle{
		width: 118px;
		left:10px;
		bottom: 10px;
	}
	.oz_quickTelCircle img{
		height: 110px;
	}
}

@media (max-width: 767px) {
	.oz_quickTelBox{
		display:none;
	}
	.oz_quickTelCircle{
		display:none;
	}
	.oz_quickMenuBox{
		display:none;
	}
	
	
	#mbShow{
		display:none;
	}
	
}



/* 20220802 css 추가 */
.re_qucik_box {
    position: fixed;
    left: 60px;
    bottom: 270px;
    z-index: 990;
	width:217px;
	height:auto;
	
}
.re_qucik_box.on {bottom: 450px;}

.re_qucik {
	height: 48.7px;
    display: flex;
	align-items: center;
	padding-left: 30px;
	border:1px solid #cba17f;
	border-radius:22.5px;
	margin-bottom: 11px;
}

.re_qucik_box a:last-child .re_qucik {margin-bottom:0;}



.re_qucik figure {width:22px; height:auto;  margin-bottom:0;}

/* .re_qucik_box a:nth-child(1) .re_qucik figure {width:22px; margin-right:37px;} */
/* .re_qucik_box a:nth-child(2) .re_qucik figure {width:19px; margin-right:26px;} */
/* .re_qucik_box a:nth-child(3) .re_qucik figure {width:25px; margin-right:23px;} */
/* .re_qucik_box a:nth-child(4) .re_qucik figure {width:20px; margin-right:11px;} */


.re_qucik_box a.float_tel .re_qucik figure {width:19px; margin-right:26px;}
.re_qucik_box a.float_kakao .re_qucik figure {width:25px; margin-right:22px;}
.re_qucik_box a.float_down .re_qucik figure {width:19px; margin-right:23px;}
.re_qucik_box a.float_main .re_qucik figure {width:20px; margin-right:11px;}


.re_qucik figure img {width:100%; vertical-align: sub;}
.re_qucik_box a.float_main .re_qucik figure img {vertical-align:top;}

.re_qucik>p {
	font-family: 'NanumSquare',san-serif;
	color:#cba17f;
	font-size:17.32px;
	letter-spacing:-0.02em;
	font-weight:bold;
	margin-bottom:0;
	line-height:1;
}

.re_qucik_box a.float_kakao .re_qucik>p {letter-spacing:-0.035em;}
.re_qucik_box a.float_main  .re_qucik>p {font-size:15px;}

.re_qucik:hover {
	background:#cba17f;
	border:1px solid #cba17f!important;
}
.re_qucik_box .re_qucik .none_b {display:none;}
.re_qucik_box .re_qucik .b {display:block;}

.re_qucik_box.B .re_qucik {border: 1px solid #fff;}
.re_qucik_box.B .re_qucik>p {color: #fff;}
.re_qucik_box.B .re_qucik .none_b {display:block;}
.re_qucik_box.B .re_qucik .b {display:none;}

.re_qucik_box a:hover .re_qucik>p {color:#fff;}
.re_qucik_box a:hover .none_b {display:block;}
.re_qucik_box a:hover .b {display:none;}

@media (max-width:1300px) {
	.re_qucik_box {left: 30px;}
	
	.re_qucik {
		width: 208px;
		height: 47.7px;
		padding-left: 20px;
	}
}

@media (max-width:1200px) {
	.re_qucik_box {display:none;}
}

/* // 20220802 css 추가 */


/*--------------------------------------------------------------
# 로그인
--------------------------------------------------------------*/

.oz_logBox{
	text-align:left;
	max-width:400px;
	margin:0 auto;
}

.marB16{margin-bottom:10px;}

.p_pop_loginContent{margin-top: 34px;}
.p_pop_loginItem{position: relative;box-sizing: border-box;}
.p_pop_loginContent .p_pop_loginItem p{color: #212121;font-size: 14px;font-weight: 400;font-family: 'Noto Sans KR', sans-serif;margin-bottom: 8px;}

.soram_loginInput {box-sizing: border-box;width: 100%;border-collapse: collapse;height: 50px;}
.soram_loginInput input {box-sizing: border-box; border-collapse: collapse;height: 50px;width: 100%;font-size: 18px;font-weight: 600;border: 1px solid #e3e5e8;padding-left: 15px;background-color: #fff;}
.soram_loginInput input::placeholder{font-size: 14px;color:#999999;font-weight: 100;}
.s_bar:focus {border: 1px solid black;background-color: #fff;}
.s_bar {width: 100%;height: 50px;border: 1px solid #f6f6f6;outline: 0;}

.pop_another_list{text-align: center;position: relative;margin-top: 6px;margin-bottom: 0px;}
.pop_another_list .another_list a{
	display: inline-block;
	color:#333333;
	font-size: 15px;
	cursor: pointer;}
.another_list input{
	position:relative;
	top:1px;
}
.another_list label{
	cursor:pointer;
	color:#333333;
	font-size: 15px;
}	
.another_list:hover{ color: #333333; font-weight: 400; }
.floatR{float:right;}
.floatL{float:left;}

.pop_btn{margin-top: 14px; width: 100%;height: 50px;line-height: 50px;font-size: 16px;font-weight: 500;letter-spacing: 0.3px;font-family: 'Noto Sans KR', sans-serif;background-color: #37a8ec; color: #fff;border: none;cursor: pointer;}

.btn_snsBox{text-align: center;margin-top: 50px;}
/* .btn_snsBox button{border:none;} */
.btn_snsBox span{color: #212121;font-size: 14px;font-weight: 300;font-family: 'Noto Sans KR', sans-serif;margin-bottom: 8px;}
.naver_btn{position: relative;width: 100%;height: 52px;line-height: 50px;font-size: 16px;font-weight: 500;letter-spacing: 0.3px;font-family: 'Noto Sans KR', sans-serif;background-color: #1fcc00;color: #fff;border: 1px solid #1fcc00;cursor: pointer;margin-top: 6px;}
.naver_btn img{position: absolute;left: 0;}
.naver_btn:hover{background-color: #1fcc00; color: #ffffff;border: 1px solid #1fcc00;}

.kakao_btn{position: relative;width: 100%;height: 52px; line-height: 50px;font-size: 16px;font-weight: 500;letter-spacing: 0.3px;font-family: 'Noto Sans KR', sans-serif;background-color: #ffcc00;color: #3b1f1e;border: 1px solid #ffcc00;cursor: pointer;margin-top: 6px;}
.kakao_btn img{position: absolute;left: 0;}
.kakao_btn:hover{background-color: #ffcc00; color: #3b1f1e;border: 1px solid #ffcc00;}

.become_crewBtn{
	text-align:center;
	margin-top:30px;
	width:100%;
	height:50px;
	color:#fff;
	line-height:50px;
	background-color:#333333;
	font-size:18px;
	font-weight:300;
	cursor:pointer;
}

@media (max-width: 767px) {

	.oz_logBox{
		padding-left:20px;
		padding-right:20px;
		max-width:100%;
	}
	.p_pop_loginContent .p_pop_loginItem p{
		margin-bottom: 4px;
	}
	.soram_loginInput input{
		padding-left: 12px;
		height: 46px;
		font-size: 16px;
	}
}

/*--------------------------------------------------------------
# 회원가입 체크
--------------------------------------------------------------*/

.member_introBox{
	text-align: center;
    width: 100%;
    position: relative;
    padding-top: 190px;
    padding-bottom: 210px;
    z-index: 200;
}

.member_contentsideBox{
	position: relative;
    z-index: 800;
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
	padding-top:94px;
}

.member_contentTitle{
	width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 1px solid #333;
}

.member_checkBox{
	width:100%;
	position:relative;
}

.allcheckBox{
	width:100%;
	height:104px;
	border:1px solid #ececec;
	padding:9px;
	margin-top: 33px;
}

.allcheckInner{
	text-align:center;
	width:100%;
	height:84px;
	border:1px solid #ececec;
	padding-top: 28px;
}

.allcheckInner label{
	font-size:18px;
	font-weight:600;
	cursor:pointer;
}

.scrollTextWrap{
	width:100%;
	position:relative;
	margin-top:40px;
}

.fregister_agree{
	width:100%;
	text-align:left;
	margin-bottom:0px;
}

.fregister_agree label{
	cursor:pointer;
}

.fregister_agree label span{
	font-size:18px;
	font-weight:600;
}

.fregister_agree label b{
	font-size:18px;
	font-weight:600;
	color:#fd9943;
}

.scrollTextBox{
	width:100%;
	position:relative;
	border:1px solid #ececec;
	padding:15px 14px 15px 10px;
}

.check_text{padding-right: 20px;height: 210px;overflow:auto;}
.check_text::-webkit-scrollbar{width: 8px;}
.check_text::-webkit-scrollbar-track{background-color: #f5f5f5;border-radius: 0px;}
.check_text::-webkit-scrollbar-thumb{background-color: #333333;border-radius: 0px;}

.ctext{
	width: 100%;
    text-align: left;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 21px;
    color: #868686;
    font-weight: 300;
	margin-bottom:20px;
}

.ctext b{
	display:block;
	width: 100%;
	font-size: 12px;
	letter-spacing: -0.2px;
	font-weight: 300;
	line-height: 21px;
	padding-left:14px;
}

.ctext b br{
	margin-bottom:12px;
}

.ct_none_marB{margin-bottom:0px!important;}

.scrollTextBottomInfo{
	text-align:left;
	width:100%;
	position:relative;
	padding-top:70px;
	padding-bottom:70px;
}

.stbi_text{
	position:relative;
	display:block;
	width:100%;
	font-size:16px;
	letter-spacing:-0.5px;
}

.stbi_text img{
	position:relative;
	top:-2px;
	margin-right:4px;
	max-width:100%;
	height:16px;
}

@media (max-width: 767px) {
	.member_introBox{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.member_contentsideBox{
		padding-top: 40px;
	}
	.member_contentTitle{
		font-size: 18px;
		padding-bottom: 8px;
	}
	.member_contentsideBox{
		padding-left: 12px;
		padding-right: 12px;
	}
	.allcheckBox{
		height: 74px;
		margin-top: 10px;
	}
	.allcheckInner{
		height: 54px;
		padding-top:14px;
	}
	.allcheckInner label{
		font-size: 16px;
	}
	.scrollTextWrap{
		margin-top: 20px;
	}
	.fregister_agree label span{
		font-size: 16px;
	}
	.fregister_agree label b{
		font-size: 16px;
	}
	.scrollTextBottomInfo{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.stbi_text img{
		height: 13px;
	}
	.stbi_text{
		margin-bottom:3px;
		font-size: 13px;
	}
}


/*--------------------------------------------------------------
# 회원가입 입력 페이지
--------------------------------------------------------------*/

.marB40{
	margin-bottom:40px;
}

.find_areaBox{position: relative; box-sizing: border-box; text-align: center; width: 100%; height:80px;border: 1px solid #dbdbdb;margin-bottom: 34px;margin-top: 26px;padding-top: 23px; margin: 0 auto; padding-left: 10px; padding-right: 10px;}
.msgarea {font-family: 'Noto Sans KR', sans-serif;font-weight: 400;font-size: 13px;color: #333333 !important;position: relative;text-align: center;}
.msgarea span{margin-left: 4px;margin-right:4px;display: inline-block;font-family: 'Noto Sans KR', sans-serif;font-weight: 500;font-size: 18px;color: #cfb961!important;}

/*--------------------------------------------------------------
# 마이페이지
--------------------------------------------------------------*/

.member_my_area_box {
    position: relative;
    padding-top: 100px;
    z-index: 800;
    margin: 0 auto;
    max-width: 1340px;
}

.memberinput_box{
	width:100%;
	display:flex;
	margin-bottom:20px;
}

.memberinput{
	width:100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

.marRight40{margin-right:40px;}
.marR20{margin-right:20px;}

.m_input_title {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
    font-family: 'Noto Sans KR', sans-serif;
}

.memberinput span {
    display: inline-block;
    margin-left: 20px;
}

.myline {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
}

.myline .myline_inner {
    box-sizing: border-box;
    border-collapse: collapse;
    height: 58px;
    width: 100%;
    border: 1px solid #dddddd;
    padding-left: 20px;
    background-color: #fff;
}

.uesr_inputItem {
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 56px;
    color: #333333;
}

.myline_inner {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
}

.m_input input {
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    border-collapse: collapse;
    height: 58px;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #f6f6f6;
    padding-left: 20px;
    background-color: #f6f6f6;
}

.m_input input::placeholder{
	font-size:14px;
}

.btnarea {
    text-align: center;
    margin-top: 50px;
}

.member_btn {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 60px;
    line-height: 58px;
    font-size: 17px;
    background-color: #222;
	color:#fff;
    border: 1px solid #222;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    text-transform: uppercase;
    z-index: 20;
    transition: all 0.3s;
}

.out_btn {
    color: #222;
    position: relative;
    display: inline-block;
    width: 270px;
    height: 60px;
    line-height: 58px;
    font-size: 17px;
    background-color: #fff;
    border: 1px solid #222;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    text-transform: uppercase;
    z-index: 20;
    overflow: hidden;
    transition: all 0.3s;
}

@media (max-width: 767px) {
	.member_my_area_box {
		padding-top: 40px;
	}
	.memberinput_box{
		display:block;
	}
	.marRight40 {
		margin-right: 0px;
		margin-bottom:20px;
	}
	.m_input_title{
		font-size:15px;
	}
	.myline .myline_inner{
		height:48px;
		padding-left: 0px;
		width:100%;
		padding-left:10px;
		font-size:14px;
	}
	.uesr_inputItem{
		height: 46px;
		font-size: 15px;
		line-height: 46px;
	}
	.m_input input{
		height: 48px;
		width: 100%;
		font-size: 15px;
		padding-left: 10px;
	}
	.m_input input::placeholder{
		font-size:12px;
	}
	
	.btnarea{
		
	}
	.member_btn{
		line-height:inherit;
		width: 120px;
		height: 50px;
		text-align: center;
		background-color: #222;
		cursor: pointer;
		color: #fff;
		font-size: 15px;
	}
	.out_btn{
		font-size: 15px;
		line-height:inherit;
		width: 120px;
		height: 50px;
		text-align: center;
		background-color: #fff;
		border: 1px solid #222;
		cursor: pointer;
		color: #222;
	}
	.marR20{
		margin-right:0px;
	}
}

/*--------------------------------------------------------------
# 아이디 비밀번호 찾기
--------------------------------------------------------------*/
.find_sub_area_box {
    position: relative;
    padding-top: 190px;
    z-index: 800;
    margin: 0 auto;
    max-width: 1060px;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
}

.id_password_wrap {
    display: flex;
}

.fi_marRight40{
	margin-right: 40px;
}

.sub_page_h2{
	margin-bottom:30px;
}

.sub_page_h2 h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub_page_h2 p {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #757575;
    font-size: 16px;
}

.two_memberinput {
    display: flex;
}

.marfi20{
	margin-bottom:20px;
}

.marR10 {
    margin-right: 10px;
}

.marB26 {
    margin-bottom: 26px;
}

@media (max-width: 991px) {
	.id_password_wrap{
		display:block;
	}
	.fi_marRight40{
		margin-right: 0px;
		margin-bottom:100px;
	}
}

@media (max-width: 767px) {
	.find_sub_area_box {
		padding-bottom: 80px;
		padding-top: 90px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.marB26 {
		margin-bottom: 10px;
	}
	.fi_marRight40{
		margin-right: 0px;
		margin-bottom:60px;
	}
	.sub_page_h2 {
		margin-bottom: 20px;
	}
	.sub_page_h2 h2{
		font-size: 24px;
	}
	.sub_page_h2 p {
		font-size: 14px;
		margin-bottom: 0px;
	}
}

/*--------------------------------------------------------------
# 멀티팝업 슬라이드 css
--------------------------------------------------------------*/

.multiPopWrap{
	width:100%;
	position:relative;
	margin-top:105px;
	padding-top:200px;
	padding-bottom:200px;
}

/*--------------------
#  멀티팝업 슬라이드 css
----------------------*/

.zin{z-index:3000;}
.multi-popup-trigger {
}

.img-replace {/* replace text with an image */display: inline-block;overflow: hidden; text-indent: 100%;color: transparent;white-space: nowrap;}

.multi-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	/* overflow-y: scroll; */
    /* overflow-x: hidden; */
}
.multi-popup.is-visible {
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;-moz-transition: opacity 0.3s 0s, visibility 0s 0s;transition: opacity 0.3s 0s, visibility 0s 0s;}

.multi-popup-container {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 100px 40px 0px 40px;
	margin: 0 auto;
	background: inherit;text-align: center;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */-webkit-backface-visibility: hidden;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;
}
.multi-popup-container .menu-buttons:after {content: "";display: table;clear: both;}

.multi-popup-container .menu-buttons li {float: left;width: 50%;list-style: none;}
.multi-popup-container .menu-buttons a {display: block;height: 60px;line-height: 60px;text-transform: uppercase;color: #FFF;-webkit-transition: background-color 0.2s;-moz-transition: background-color 0.2s;transition: background-color 0.2s;}
.multi-popup-container .menu-buttons li:first-child a {background: #333333;border-radius: 0 0 0 .25em;}

.no-touch .multi-popup-container .menu-buttons li:first-child a:hover {background-color: #333333;}
.multi-popup-container .menu-buttons li:last-child a {background: #b6bece;border-radius: 0 0 .25em 0;}
.no-touch .multi-popup-container .menu-buttons li:last-child a:hover {background-color: #c5cmenu8;}

.multi-popup-container .multi-popup-close {
	text-align: center;
    background-color: unset;
    z-index: 800;
    position: absolute;
	top: -46px;
    right: 0px;
    width: 46px;
    height: 46px;
    overflow: unset!important;
    text-indent: 0%!important;
    padding-top: 7px;
	background-image:url(../img/menuclose.png);
	background-position: center center;
	background-size:28px;
	background-repeat:no-repeat;
}

/* .multi-popup-container .multi-popup-close::before, .multi-popup-container .multi-popup-close::after {content: '';position: absolute;top: 11px;width: 30px;height: 1px;background-color: #fff;} */
/* .multi-popup-container .multi-popup-close::before {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);left: 4px;} */
/* .multi-popup-container .multi-popup-close::after {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);right: -4px;} */

.is-visible .multi-popup-container {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}


/* .multiPopSideBox{ */
	/* height: 670px; */
    /* position: relative; */
    /* width: 100%; */
    /* max-width: 1180px; */
    /* margin: 0 auto; */
    /* background-color: #ddd; */
    /* margin-top: 200px; */
/* } */

.multiPopSideBox{
	position:relative;
	width:100%;
	max-width:1180px;
	margin:0 auto;
	background-color:#ddd;
}

.pc_popImg{display:block;}
.mo_popImg{display:none;}

.popContentImgBox{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom:55.5%;
}

.popContentImgBox img{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.mo_popContentImgBox{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom:70.5%;
}

.mo_popContentImgBox img{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.gallery-thumbs .pwiper-slide {
	text-align:center;
	height: 100%;
	opacity: 1;
	background-color:#fff;
	cursor:pointer;
}
.gallery-thumbs .pwiper-slide-thumb-active{
	opacity: 1;
}

.gallery-thumbs .pwiper-slide-thumb-active{background-color:#3694eb;}
.gallery-thumbs .pwiper-slide-thumb-active .popName{color:#fff;}

.popName{
	color:#222;
	font-size:15px;
	font-weight:400;
	text-align:center;
	height:46px;
	letter-spacing:-0.5px;
	padding-left:4px;
	padding-right:4px;
	padding-top:12px;
}

.ps_ItemNone{display:none;}

.none24{
	padding: 4px 8px 4px 8px;
    z-index: 800;
    position: absolute;
    top: -38px;
    right: 54px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

@media (max-width: 1300px) {
	.popName {
		display: flex;
		padding-bottom: 10px;
		color: #222;
		font-size: 15px;
		font-weight: 400;
		text-align: center;
		height: 60px;
		letter-spacing: -0.5px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 10px;
		text-align: center;
		align-items: center;
	}
}

@media (max-width: 1024px) {
	.popName{display:none;}
	.ps_ItemNone{display:block;}
	
	.pc_popImg{display:none;}
	.mo_popImg{display:block;}
	
	.multiPopSideBox{
		background-color:unset;
	}
	.multiPopSideBox{
		width: 55%;
	}
	.mo_popContentImgBox{
		overflow:unset;
		padding-bottom:0%;
	}
	.mo_popContentImgBox img{
		position:relative;
		width: 100%;
	}
}

@media (max-width: 850px) {
	.multiPopSideBox {
		width: 65%;
	}
}

@media (max-width: 767px) {
	.multiPopSideBox {
		width: 70%;
	}
	.multi-popup-container{
		padding: 80px 30px 0px 30px;
	}
	.multi-popup-container .multi-popup-close{
		width: 40px;
		height: 40px;
		background-size: 20px;
		top: -44px;
		right: -10px;
	}
	.none24{
		padding: 4px 8px 4px 8px;
		z-index: 800;
		position: absolute;
		top: -38px;
		right: 34px;
		color: #fff;
		font-size: 13px;
		cursor: pointer;
	}
}

@media (max-width: 500px) {
	.multi-popup-container{
		padding: 60px 30px 0px 30px;
	}
	.multiPopSideBox {
		width: 84%;
	}
}


#wrapper-quick-menu {display: none;}


@media (max-width:1200px) {
	#wrapper-quick-menu {display: block;}
	#wrapper-quick-menu {
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 900;
	}
	.trigger-quick-menu, .trigger-chiudi-quick-menu {
		display: flex;
		flex: 1;
		transition: all 0.8s;
		width: 71px;
		height: 88px;
		position: fixed;
		margin: 0;
		bottom: 90px;
		margin: 0;
		justify-content: center;
		align-items: center;
		position: absolute;
		left: 53%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.trigger-quick-menu {
	  opacity: 1;
	}
	.trigger-chiudi-quick-menu {
	  opacity: 0;
	}

	#quick-menu-mobile {
	  display: none;
	}

	/* 버튼 */
	#quick-menu-mobile ~ .apri-quick-menu {
		border: 0;
		color: #fff;
		background-color: #cba17f;
		border-radius: 50%;
		width: 140px;
		height: 140px;
		position: fixed;
		right: 25px;
		bottom: 135px;
		transition: all 0.5s;
		display: flex !important;
		justify-content: center;
		text-decoration: none;
		z-index: 900;
		transform-origin: center;
		user-select: none;
		margin: 0;
		background: url(../img/renewal/menu_btn_bg.png)no-repeat center/cover;
	}
	

	.trigger-quick-menu figure, .trigger-chiudi-quick-menu figure {
		width: 100%;
		height: auto;
		margin: 0;
	}
	
	.trigger-chiudi-quick-menu figure {
		width: 50px;
		margin-left: 8px;
	}

	.trigger-quick-menu img, .trigger-chiudi-quick-menu img {
		width: 100%;
	}

	/* #quick-menu-mobile:checked, */
	/* #quick-menu-mobile:checked ~ .apri-quick-menu { */
	  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.2); */
	  /* -webkit-tap-highlight-color: transparent; */
	/* } */

	#quick-menu-mobile:checked ~ .apri-quick-menu .trigger-quick-menu {
	  opacity: 0;
	}
	#quick-menu-mobile:checked ~ .apri-quick-menu .trigger-chiudi-quick-menu {
	  opacity: 1;
	}
	
	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore {
		height: 479px;
		width: 450px;
		right: -114px;
		bottom: -14px;
		transform: rotate(-10deg);
	}

	.contenitore {
		width: 0px;
		height: 0px;
		position: fixed;
		display: flex;
		right: -24px;
		bottom: 15px;
		padding: 2px;
		background: #FFF;
		border-radius: 50%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.2);
		z-index: 300;
		-webkit-clip-path: circle(50% at 50% 50%);
		clip-path: circle(50% at 50% 50%);
		position: relative;
	}
	.circle {
		width: 118px;
		height: 117px;
		background: #cba17f;
		border-radius: 50%;
		position:relative;
	}

	#cta-radial-1 .circle.home{background:url(../img/renewal/circle_home.png)no-repeat center/cover; transform: rotate(10deg);}
	#cta-radial-3 .circle.home{background:url(../img/renewal/circle_home02.png)no-repeat center/cover; transform: rotate(10deg);}
	#cta-radial-4 .circle.home{background:url(../img/renewal/circle_home03.png)no-repeat center/cover; transform: rotate(10deg);}
	/* #cta-radial-4 .circle.home{background:url(../img/renewal/circle_home04.png)no-repeat center/cover;} */
	.circle.c_down {
		width: 110px;
		height: 110px;
		position: relative;
		display: flex;
		box-shadow: -5px 5px 4px rgb(0 0 0 / 20%);
		justify-content: center;
		align-items: center;
		transform: rotate(10deg);
	}
	
	.fm_circleInner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.c_down figure {margin:0;}
	
	.c_down figure img {
		height: 100%;
		width: auto;
		vertical-align: baseline;
	}
	.c_down p {
		line-height: 1.1;
		font-size: 16px;
		text-align: center;
		font-family: 'NanumSquare';
		font-weight: noto;
		margin: 0;
		font-family: 'NanumSquare',san-serif;
		font-weight: 600;
	}

	.circle::before {
		content: '';
		width: 162px;
		height: 47px;
		background: url(../img/renewal/mo_menu_line.png) no-repeat center/cover;
		position: absolute;
		right: 0;
		top: 0;
	}

	#cta-radial-1 .circle.home::before {
	   display:none;
	}


	#cta-radial-2 .circle.home::before {
		transform: rotateZ(28deg);
		top: 0px;
		right: -95px;
	}
	#cta-radial-3 .circle.home::before {
		transform: rotateZ(-27deg);
		top: -43px;
		right: -30px;
	}

	#cta-radial-4 .circle.home::before {
		transform: rotateZ(-87deg);
		top: -14px;
		right: 25px;
	}
	.cta-radial {
		transition: opacity 0.4s ease-out;
	  text-decoration: none;
	  user-select: none;
	  -webkit-touch-callout: none;
	  touch-action: none;
	  background: 0 0;
	  border: 0;
	  right: 60px;
	  bottom: 57px;
	  transition: opacity 0.2s ease-out;
	  color: #fff;
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  -webkit-perspective: 1000;
	  backface-visibility: hidden;
	}

	/* :is(#cta-radial-1,#cta-radial-2,#cta-radial-3):hover { */
	  /* transition-delay: 0s; */
	  /* color: #ff8db3; */
	  /* transform: scale(1.3); */
	/* } */

	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore .cta-radial {
	  transition: opacity 0.5s ease-out;
	  opacity: 1 !important;
	  font-size: 30px;
	}

	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore #cta-radial-1 {
		transition-delay: 0.5s;
		transform: translate(-80px, -276px);
		position: absolute;
		opacity: 1;
	}
	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore #cta-radial-2 {
		transition-delay: 0.35s;
		transform: translate(-225px, -235px);
		position: absolute;
		opacity: 1;
	}

	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore #cta-radial-3 {
		transition-delay: 0.15s;
		transform: translate(-262px, -88px);
		position: absolute;
		opacity: 1;
	}

	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore #cta-radial-4 {
		transition-delay: 0.15s;
		transform: translate(-160px, 27px);
		position: absolute;
		opacity: 1;
	}

}

@media (max-width:767px) {
	.trigger-quick-menu, .trigger-chiudi-quick-menu {width: 41px; height: 41px;}
	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore {
		height: 307px;
		width: 309px;
		right: -90px;
		bottom: -4px;
	}
	#quick-menu-mobile ~ .apri-quick-menu {
		width: 100px;
		height: 100px;
		right: 10px;
		bottom: 103px;
	}
	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore #cta-radial-1 {transform: translate(-55px, -160px);}
	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore #cta-radial-2 {transform: translate(-146px, -119px);}
	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore #cta-radial-3 {transform: translate(-149px, -28px);}
	#quick-menu-mobile:checked ~ .apri-quick-menu ~ .contenitore #cta-radial-4 {transform: translate(-82px, 33px);}

	.circle.c_down {
		width: 65px;
		height: 65px;
	}
		
	.c_down figure {
		margin: 0;
		width: 11px;
		height: 20px;
		position: relative;
	}	

	.c_down figure img {
		height: auto;
		width: 100%;
		vertical-align: baseline;
		position: absolute;
	}
	.c_down p {
		line-height: 1.1;
		font-size: 11px;
	}

	.circle {
		width: 75px;
		height: 75px;
	}
	.contenitore {
		right: 36px;
		bottom: 125px;
	}
	
	.circle::before {
		width: 120px;
		height: 29px;
	}
	#cta-radial-2 .circle.home::before {
		transform: rotateZ(14deg);
		top: -11px;
		right: -62px;
	}
	
	#cta-radial-3 .circle.home::before {
		transform: rotateZ(-55deg);
		top: -18px;
		right: -14px;
	}
	#cta-radial-4 .circle.home::before {
		transform: rotateZ(-99deg);
		top: 6px;
		right: 17px;
	}
	
	.trigger-chiudi-quick-menu figure {
		width: 30px;
		margin-left: 5px;
	}
}
    