@charset "UTF-8";

.fix{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
/* 2022.01.27성분&진의 */
.tpt70{padding-top:70px !important;}
.hc70{height:calc(100vh - 70px) !important;}
.h600{height:600px !important;}

/* 팝업 */
.promotion_topbanner{
	width: 100%;
    height: 48px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: none;
}
.pop_contents {
	width: 100%;
    height: 100%;
    display: flex;
}
.pop_container{
	width: 1200px;
	margin: 0 auto;
}
.pop_close {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 30px;
    text-align: right;
    padding: 0;
    display: flex;
	align-items: center;
	cursor: pointer;
}
.pop_close img {
    width: 18px;
}
.pop_banner{
	width: 50%;
	height: 100%;
	display: block;
}
.pop_banner01{
	background-color: #a2d668;
}
.pop_banner02{
	    background-color: #6ca1ff;
}
.pop_banner_imgbox{
	/* display: flex; */
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop_banner_imgbox a{
	/* width: 50%; */
	display: block;
	overflow: hidden;
}
.pop_banner_imgbox img{
	height: 44px;
	display: block;
	margin: 0 auto;
}
/* 어사이드 픽스버튼 */
.aside_fixed{
    position: fixed;
    background-color: #fff;
    border: solid 1px #eee;
    padding: 16px;
    border-radius: 50px 0 0 50px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transition: 0.6s;
    box-shadow: 2px 2px 6px #0000002e;
    z-index: 50;
}
.form_direct:hover{
	background-color: var(--sSky01);
	border: solid 1px var(--sSky01);
}
.form_direct:hover a{
	color: var(--mBlue);
}
.kakaochannel:hover {
    background-color: #ffe812;
    border: solid 1px #ffe812;
}
.kakaochannel{
    bottom: 103px;
    right: 0;
    width: 130px;
}
.kakaochannel a img{
	margin-right: 14px;
}
.portfolio{
    bottom: 247px;
    right: 0;
    width: 130px;
}
.portfolio a img{
    margin-right: 14px;
}
.form_direct{
    bottom: 175px;
    right: 0;
    width: 130px;
}
.aside_fixed img{
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 14px;
}
.aside_fixed a{
    display:inline-block;
    color: var(--mBlk);
    font-weight: 500;
    width: 140px;
    transition: 0.6s;
    white-space: nowrap;
    word-break: keep-all;
}
/* 버튼 하버버전 */
/* .kakaochannel{ */
/*     bottom: 103px; */
/*     right: 56px; */
/* } */
/* .kakaochannel:hover{ */
/*     width: 152px; */
/* } */
/* .kakaochannel:hover a{ */
/*     width: 132px; */
/* } */
/* .form_direct{ */
/*     bottom: 175px; */
/*     right: 56px; */
/* } */
/* .form_direct:hover{ */
/*     width: 164px; */
/* } */
/* .form_direct:hover a{ */
/*     width: 140px; */
/* } */
/* .aside_fixed img{ */
/*     display: inline-block; */
/*     width: 20px; */
/*     vertical-align: middle; */
/*     margin-right: 8px; */
/* } */
/* .aside_fixed a{ */
/*     display:inline-block; */
/*     color: #48c; */
/*     font-weight: 500; */
/*     width: 20px; */
/*     overflow: hidden; */
/*     transition: 0.6s; */
/*     white-space: nowrap; */
/*     word-break: keep-all; */
/* } */
/* 탑버튼 */
#top_btn {
    position: fixed;
   	display: flex;
    justify-content: center;
    align-items: center;
    bottom: 46px;
    right: 20px;
    z-index: 90;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: var(--mBlue);
    -webkit-box-shadow: 2px 2px 2px rgb(100 101 102 / 50%);
    box-shadow: 2px 2px 2px rgb(100 101 102 / 50%);
}
#top_btn a {
	display: block;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    border-radius: 4px;   
}
#top_btn a img{
	width: 18px;
    vertical-align: middle;
    margin-bottom: 4px;
}
/* 지도클릭 */
.map_direct{
	position: relative;
}
.map_click{
	top: 115%;
	left: calc(50% - 45px);
	position: absolute;
	z-index: 99;
}
.map_click img{
	width: 90px;
	display: block;
	animation: map_blink 2s 1s;
	animation-timing-function: linear;
	animation-iteration-count: 3;
}
@keyframes map_blinks {
    0%{
    opacity: 100%;
    }
    20%{
    opacity: 50%;
    }
    50%{
    opacity: 0%;
    }
    70%{
    opacity: 50%;
    }
    100%{
    opacity: 100%;
    }
}
@keyframes map_blink {
    0%{
    opacity: 100%;
    }
    10%{
    opacity: 70%;
    }
    25%{
    opacity: 50%;
    }
    40%{
    opacity: 20%;
    }
    50%{
    opacity: 0%;
    }
    55%{
    opacity: 20%;
    }
    60%{
    opacity: 50%;
    }
    65%{
    opacity: 70%;
    }
    70%{
    opacity: 100%;
    }
    100%{
    opacity: 100%;
    }
}
/* 헤더메뉴 */
#header{
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 10%);
    position: relative;
    font-family: Pretendard;
}
.header_container{
    width: 1200px;
    margin: 0 auto;
    display: flex;    
    justify-content: space-between;
    align-items: center;
}
.navigation{
	width: 70%;
    display: flex;    
    justify-content: space-between;
    position: relative;
}
.logo_box a{
	display: block;
}
.logo_box a img{
	height: 38px;
    display: block;
}
.menu_list{
    width: 100%;
    display: flex;    
    justify-content: flex-end;
    align-items: center;
}
.main_list{
    width: 20%;
}
.menu_list >li >a{
    font-size: 18px;
    color: var(--mBlk);
    transition: 0.3s;
    display: block;
}
.main_list a{
	padding: 24px 20px;
}
.main_list_h{
    font-weight: 700;
    color: var(--mBlue) !important;
    transition: 0.5s;
}
.menu_list >li:hover >a{
    font-weight: 700;
    color: var(--mBlue);
    transition: 0.5s;
}
.depth02 li a{
    display: block;
    font-size: 0.875em;
    color: var(--mBlk);
    line-height: 2.2em;
}
.depth02 li a:hover{
    font-weight: bold;
}
.map_point img{
	display: block;
    width: 18px;
}
.smenu_serviceH{
	height: 304px !important;
	box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 10%);
	transition: 0.1s;
}
.smenu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 10;
    overflow: hidden;
    background-color: var(--sDg01);
    display: flex;
    border-top: solid 1px #eeeeee82;
    transition: 0.6s;
}
.m_list02 .interior{
	left: 180px;
}
.depth02 {
	padding: 30px;
    width: 25%;
    border-right: solid 1px #EAEAEA;
}
.dep02_smenu2{
	display: flex;
    justify-content: space-between;
}
.d2_blue{
	padding: 84px 0 !important;
	background-color: var(--sBlue01);
}
.other_menu .d2_blue {
    padding: 30px 30px 30px 60px;
    background-color: var(--sBlue01);
}
.d2_side{
    width: calc(50% - 600px);
}
.smenuWrap{
	width: 1200px;
	margin: 0 auto;	
	display: flex;
}
.otherWrap{
	justify-content: space-between;
}
.otherList{
	width: 70%;
	display: flex;
    justify-content: flex-end;	
}
.other_dep2{
	width: 20%;
}
.otherWrap .depth02{
	padding: 30px 20px;
	border: none;
}
.otherWrap .depth02:last-child{
	width: 18px;
	padding: 0;
	border: none;
}
/* 서비스메뉴 */
.depth02_title{
	font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #fff;
}
.depth02_title .depth02_mainTitle{
	margin-bottom: 24px;
}
.depth02_sub_title{
	font-size: 20px;
	line-height: 1.5;
    color: #fff;
    font-weight: 400;
}
.depth02_blueTitle{
	font-size: 16px;
    margin-bottom: 16px;
	color: var(--mBlk);
    font-weight: 600;
}
/* 섹션 */
.bg_blue{
    height: 800px;
    background-color: #dcf7fb;;
}
.bg_orange{
    height: 800px;
    background-color: rgb(247, 182, 86);
}
/* 모바일헤더 */
.moblie_header{
	width: 90%;
	margin: 0 auto;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
    z-index: 99;
    display: none;
}
.mo_right_menu{
	display: flex;
	align-items: center;
}
.mo_logo_box a{
    display: block;
}
.mo_logo_box img{
    display: block;
    width: 96px;
}
.ham_menu{
    display: block;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.mo_right_menu .map_point img{
	margin-right: 16px;
}
.ham_menu .hamline{
    content: "";
    display: block;
    background-color: var(--mBlk);
    width: 24px;
    height: 2px;
    border-radius: 50px;
}
.ham_menu .h02{
	margin: 6px 0;
}
/* 햄버거메뉴 */
.fixed{
    overflow: hidden;
}
.disB{
    display: block !important;
}
.slideRight{
    right: 0 !important;
}
.mo_listblack{
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000082;
}
.top00{
    top: 0px !important;
}
.mo_listbox{
    position: fixed;
    top: 0;
    right: -100%;
    width: 35%;
    height: 100vh;
    background-color: #fff;
    padding: 0 20px 30px;
    box-sizing: border-box;
    overflow: scroll;
    transition: 0.3s;
}
.mo_listbox h2{
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
}
.mo_listbox h2 a img{
	width: 120px;
}
.ham_close{
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    position: relative;
    cursor: pointer;
}
.ham_close::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background-color: var(--mBlk);
    top: 13px;
    right: 0;
}
.ham_close::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px var(--mBlk);
    border-right: solid 2px var(--mBlk);
    top: 9px;
    right: 0;
    transform: rotate(45deg);
}
.moList_name{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #d3d3d380;
}
.active{
	border-bottom: solid 1px var(--sSky01);
}
.moList_name a{
    display: block;
    color: var(--mBlk);
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
}
.moList_name span{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-top: solid 2px var(--mBlk);
    border-right: solid 2px var(--mBlk);
    transform: rotate(135deg);
    transform-origin: center;
    margin-top: 12px;
}
.arrowtrans{
    transform: rotate(-45deg) !important;
    margin-top: 18px !important;
    border-top: solid 2px var(--mBlue) !important;
    border-right: solid 2px var(--mBlue) !important;
}
.mo_slist{
    margin: 12px 0;
    display: none;
}
.mo_slist li a{
    display: block;
    line-height: 30px;
    color: var(--mBlk);
    font-size: 15px;
}
/* sns아이콘 */
.sns_list{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
}
.sns_list li{
    width: 20%;
    margin-right: 10px;;
}
.sns_list li:last-child{
    margin-right: 0;
}
.sns_list li a{
    display: block;
    width: 60%;
    margin: 0 auto;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
}
.blog_i{
    background-image: url(/brandRenewal/pairpace/totalCommon/img/totalHeader/blog.png);
}
.insta_i{
    background-image: url(/brandRenewal/pairpace/totalCommon/img/totalHeader/insta.png);
}
.facebook_i{
    background-image: url(/brandRenewal/pairpace/totalCommon/img/totalHeader/facebook.png);
}
.youtube_i{
    background-image: url(/brandRenewal/pairpace/totalCommon/img/totalHeader/youtube.png);
}
.kakao_i{
    background-image: url(/brandRenewal/pairpace/totalCommon/img/totalHeader/kakao.png);
}
.transparent_box{
    width: 100%;
    height: 90px;
}