label, input, button, select, img {vertical-align: unset;}
html {
	font-size:10px;
	font-family: 'Pretendard';
}

div {box-sizing: border-box; transition:all 0.3s ease-in-out;}
.mo_only {display:none!important;}
.mo_br {display:none!important;}

@media (max-width:991px) {
	.pc_only {display:none;}
	.mo_only {display:block!important;}
	.mo_br {display:block!important;}
	.pc_br {display:none!important;}
}


@font-face {
    font-family: 'NanumSquare_400';
    font-weight: 400; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumSquare_acR.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;
}

@media (max-width:1600px) and (min-width:1301px){html {font-size: 51.4%;}}
@media (max-width:1300px) and (min-width:992px) {html {font-size: 48.4%;}}
/* @media (max-width:1300px) and (min-width:992px) {html {font-size: 42.4%;}} */

/* ::::::::::::: =========== Header START ~ =========== ::::::::::::: */
header {top: 0; left: 0; width: 100%; z-index: 500; position: fixed;}
.hWrap {
    width: 100%;
    height: 9rem;
	display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.hInner {
    width: 100%;
    max-width: 142rem;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_logo {
	color:#00;
	font-weight: 900;
	line-height: 4rem;
	font-size: 2.4rem;
	width:15.6rem;
	height:4.2rem;
}
.h_logo img {width:100%; height:auto;}
.h_gnb {
	width: 100%;
	/* max-width: 52.5rem; */
	max-width: 72.5rem;
    display: inline-block;
}
.h_gnbInner{
	display: flex; justify-content: space-between;
}

.h_gnb ul li {
    margin-right: 5rem;
    font-family: 'NanumSquare_400';
    font-size: 1.8rem;
    line-height: 5rem;
    letter-spacing: -0.03em;
    text-align: center;
    position: relative;
    padding: 2.4rem 0 1.6rem 0;
}
.h_gnb ul li::before {
	content:'';
	width:0%;
	left:0;
	bottom:0;
	height:0.3rem;
	background:#FF922E;
	position:absolute;
	transition:all 0.5s ease-in-out;
}
.h_gnb ul li:last-child {margin-right:0;}
.h_gnb ul li:hover {color: #222; font-weight: 800; font-family: 'NanumSquare_400';}
.h_gnb ul li:hover::before  {width:100%;}
.h_gnb ul li:hover .hngDepth1{
	font-weight:400;
	font-family: 'NanumSquare_400';
}

.headerRight {
    display: flex;
}
ul.member {
    display: flex;
    align-items: center;
}

ul.member li {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 3rem;
	color:#666666;
	margin-right:2rem;
	position:relative;
}
ul.member li:hover {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 3rem;
	color:#222222;
}

ul.member li:hover::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #222;
    position: absolute;
    left: 0;
    bottom: 0.4rem;
}

/* .tellArea {display: flex; align-items: center;} */
.tellArea {
    display: flex;
    width: 5.2rem;
    height: 5.2rem;
    background: #F4F4F4;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.tellArea figure {width:1.9rem; height:2rem; margin-right:0rem;}
.tellArea figure img {width:100%; height:auto;}
.tellArea p {font-size: 2rem; font-weight: 700; line-height: 3rem;}

.h_gnb ul li.on_nav {font-family: 'NanumSquareNeo_800'; font-weight: 800; color: #222;}
.h_gnb ul li.on_nav:before {width:100%;}
.menu01.on_nav p {color: #FF922E;}



.menucom_Dorphover:hover .hngDepthDropBox{display:inline-block;}
.hngDepthDropBox{
display: none;
position: absolute;left: -2rem;top: 9rem;width: 21rem;padding:1rem 0rem 0rem 0rem;
}
.hngDepthDropInner {display:inline-block;padding: 2rem 2rem 2rem 2rem;position: relative;width: 100%;background-color: #fff;background: #FFFFFF;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);border-radius: 0.8rem;}
.mym_drop_box{margin-bottom:0px;width: 100%;box-sizing: border-box;}
.mym_drop_box:last-child .mymdroplink {padding: 1.6rem 0rem 0rem 0rem;border-bottom: none;}
.mym_drop_box:last-child .mymdrop_list_open{border-bottom: none;padding-bottom: 0rem;}
.mymdrop-menu {display: block!important;text-align: left;width: 100%;margin-right: 0;line-height: 1;}
.mymdrop-menu li {padding: 0!important;width: 100%;z-index: 400;list-style: none;}
.mymdrop-menu li:hover::before{display:none!important;}
.mymdrop-menu li.open_faq .mymdroplink {background-color: #ffffff;border-bottom: 1px solid #fff;}
.mymdrop-menu li.open_faq .mymdroplink span {color: #FF922E;font-weight: 600;}
.mymdrop-menu li.open_faq .mymdroplink .fa-chevron-down {background-image: url(/temp/public/img/more_arrow_up.png);}
.mymdrop-menu li.open_faq:last-child .mymdroplink { padding: 1.6rem 0rem 1.6rem 0rem;}
.mymdrop-menu li:last-child .mymdroplink { }

.solod_menu {padding: 1.6rem 0rem 1.6rem 0rem!important;}
.solod_menu:nth-child(1){padding: 0rem 0rem 1.6rem 0rem!important;}
.solod_menu a{font-family: 'NanumSquare_400';font-size: 1.7rem;font-weight: 400;color: #222;}
.solod_menu:hover a{color:#FF922E;}
.mymdroplink {padding: 1.6rem 0rem 1.6rem 0rem;text-align: left;position: relative;line-height: 2.2rem;padding-left: 0px;cursor: pointer;display: block;position: relative;border-bottom: 1px solid #eee;}
.mymdroplink:last-child {border-bottom: none; padding-bottom: 0!important;}
.mymdroplink:hover span{color:#FF922E;}
.mymdroplink span {font-size: 1.7rem;font-weight: 400;color: #222;}

.mymdroplink i {position: absolute;top: 2.4rem;}
.mymdroplink .fa-chevron-down {right: 0px;left: auto;font-size: 11px;background-image: url(/temp/public/img/more_arrow_down.png);background-size: cover;background-repeat: no-repeat;background-position: center;width: 1rem;height: 0.6rem;}
.mymdroplink .fa-chevron-down:before{content:none;}
.mymdropItems {display: none;}
.mymdropItems li {list-style:none;}
.mymLink {display: block;padding: 0rem 0 1.3rem 0rem;}
.mymLink:last-child{padding: 0rem 0 0rem 0rem;}
.mymLink a {font-family: 'Pretendard';line-height: 2rem;display: block;color: #222;text-align: left;font-weight: 400;font-size: 1.6rem;cursor: pointer;}
.mymLink a:hover {color: #FF922E;font-weight:600;text-decoration:underline;}
.mymdrop_list_open {border-bottom: 1px solid #eee;padding-bottom: 1.6rem;position: relative;width: 100%;}


@media (max-width:1900px) {
	.float.hidden.on {
		position: fixed;
		bottom: 30rem;
	}
}


@media (max-width:991px) {
	.hWrap {height: 6rem;}
	.h_gnb {display: none;}
	.headerRight {display:none;}
	.tellArea {display: none;}
	
	.hngDepthDropBox{
		display:block;
		position:relative;
		left: inherit;
		top: inherit;
		width: 100%;
	}
	.hngDepthDropInner {
		display: inline-block;
		padding: 2rem 0rem 0rem 1rem;
		position: relative;
		width: 100%;
		box-shadow: none;
		border-radius: 0.8rem;
	}
	
	
	.solod_menu {
		padding: 1.4rem 0rem 1.4rem 0rem!important;
	}
	.solod_menu a {
		font-size: 1.5rem;
	}
	.mymdroplink {
		padding: 1.4rem 0rem 1.4rem 0rem;
		line-height: 1.8rem;
	}
	.mymdroplink span {
		font-size: 1.5rem;
	}
	
	.mymdroplink i {top: 2.1rem;}
	.mymLink {padding: 0rem 0 1.3rem 0rem;}
	.mymLink a {
		line-height: 1.6rem;
		font-weight: 400;
		font-size: 1.4rem;
	}
	
	.h_logo {width: 10rem; height: 2.8rem;}
}
/* ::::::::::::: =========== // ~ Header END =========== ::::::::::::: */

/* ::::::::::::: =========== 모바일 메뉴 START ~ =========== ::::::::::::: */
.side_menu_Btn {
    display: none;
    width: 2rem;
    height: 1.6rem;
    position: fixed;
    right: 2rem;
    top: 2.3rem;
    z-index: 495;
    cursor: pointer;
}
.side_menu_Btn span {
	left: 0;
	width: 100%;
    height: 0.2rem;
    background: #000;
    position: absolute;
	border-radius: 2px;
    transition: all 0.3s;
}
.side_menu_Btn span.black {background:#222; }
.side_menu_Btn span:nth-child(1) {top: 0; width: 1.6rem;}
.side_menu_Btn span:nth-child(2) {top:50%;transform:translateY(-75%);}
.side_menu_Btn span:nth-child(3) {bottom:0%; width:1.3rem;}

.side_menu_Btn.fix span:nth-child(1) {top:0%; transform-origin:right bottom; transform: rotateZ(-45deg); width:100%;}
.side_menu_Btn.fix span:nth-child(2) {opacity:0;}
.side_menu_Btn.fix span:nth-child(3) {bottom: -7%; transform-origin: right top;transform: rotateZ(45deg); width:100%;}
.side {
	background: #FFF;
	height: 100vh; 
	width: 66.7%; 
	position: fixed; 
	top: 0; right:-100%; 
	z-index:500;
	transition:all 0.8s ease-in-out;
}
.is_active .side {right: 0;box-shadow: 0 0 110px rgb(0 0 0 / 50%);}
.side_menu_Btn.fix {position: absolute; right:2.1rem; top: 2.1rem;}
.side_cont_inner {
    width: 100%;
    height: 100%;
    padding: 0 2rem;
	padding: 5.8rem 2rem 0;
}
p.menu01_h {
	font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    text-align: left;
    color: #111;
	position:relative;
}

p.menu01_h:hover {
	color:#FF922E;
}

.menu01_h .fa-chevron-down {
    right: 0px;
    left: auto;
    font-size: 11px;
    /* background-image: url(/temp/public/img/more_arrow_down.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 1rem;
    height: 0.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

li.menu01 {padding: 1.5rem 0; background: #FFF; z-index: 3; position: relative; cursor:pointer;}
li.menu01:last-child {border-bottom:none;}
.depth02Box {overflow: hidden; padding: 0; transition: all 0.4s ease-in-out;}
.depth02Box .hngDepthDropInner {position: absolute; left: 0; top: 0;}
.depth02Box.active {height: 100%; padding-top: 18.2rem;position: relative;}
.commenuBox.depth02Box.active {padding-top: 37.1rem;}

.side_menu_BG {
	top:0;
	opacity: 0;
	z-index:-10;
    width: 100%;
	display:none;
    height: 100vh;
	position: fixed;
    background: rgba(0,0,0,0.5);
	transition:all 0.8s ease-in-out;
}
.side_menu_BG.showBg {z-index: 490;opacity: 1;top:0;}

.appBtnG figure {width:1.5rem; height:1.5rem;}
.appBtnG figure img {width:100%; height:100%;}
.appBtnG p {
	font-family: 'Alexandria';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	padding-left:0.5rem;
}
.appBtnBoX {
	width: 90px;
    display: flex;
	border-radius: 99px;
    align-items: center;
    justify-content: center;
	padding:0.95rem 1.55rem 0.95rem 1.625rem;
}
.appBtnBoX.google {background:#FFF2E5; margin-right: 0.4rem;}
.appBtnBoX.apple {background:#E8F8F2;}
.side_cont_wrap {display: none;}
@media (max-width:991px) {
	#header {height:auto;}
	.logo {max-width:13.8rem;}
	.containerBoxWrap {height:6rem;}
	.topLogo img {height:2.6rem;}
	.gnb {display:none;}
	.h_page {display:none;}
	
	.side_cont_wrap {display: block;}
	ul.member {
		display: flex;
		align-items: center;
		position: absolute;
		left: 2rem;
		top: 2rem;
	}
	
	ul.member li {
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 3rem;
		margin-right:1.4rem;
	}
	
	ul.member li:hover {
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 3rem;
		color: #222222;
	}
	
	ul.member li:last-child {margin-right:0;}
	
	
	.side_menu_Btn {
		display:block;
		height: 1.6rem;
		right: 2rem;
		width: 2rem;
		top: 2.2rem;
	}
	.header_inner {padding:1.4rem 1.6rem;}
	.appBtnG {display: flex!important; margin-right:6rem;}
	.side_cont_inner {overflow-y: scroll;}
}
@media (max-width:767px) {
	.side_cont_inner {
		width: 100%;
		height: 100%;
		padding: 0 2rem;
		padding: 6.3rem 2rem 0;
	}
	ul.member {top:1.5rem;}
}

@media (max-width:400px) {
	.appBtnBoX {width: 7rem; padding: 0.95rem 1rem 0.95rem 1rem;}
	.appBtnG figure {width: 1.2rem!important; height: 1.2rem!important; min-width: 1.2rem!important;}
}


/* ::::::::::::: =========== // 모바일 메뉴 END  =========== ::::::::::::: */
.float {
	z-index:100;
    right: 8rem;
	top:17rem;
    /* bottom: 12rem; */
	position: fixed;
	
}
.floatBox {
    width: 14rem;
    height: 14rem;
    border-radius: 2rem 2rem 2rem 7rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2rem;
}
.floatBox figure {
	width:2.2rem;
	height:2.2rem;
	margin-bottom:3rem;
}
.floatBox figure img {width:100%; height:100%;}
.floatBox p {
    font-family:'NanumSquareNeo_800';
	font-weight:700;
    font-size: 1.8rem;
    text-align: right;
    color: #fff;
	position: relative;
	line-height: 2.4rem;
	letter-spacing: -0.06em;
	text-align: right;

}
.caresearch {background: #37CEB3;margin-bottom:2rem;}
.floatBox.caresearch.hidden {display: none;}
.worksearch {background: #FF922E; margin-bottom: 2rem;}
.floatBox.worksearch.hidden {display: none;}
.floatBox.hossearch {background: #F15050;}
.appDown {background:#FFF; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);}
.appDown p {color:#111;}
.floatBox.appDown.hidden {display:none;}
.float.hidden {display:none;}
@media (max-width:1680px) {
	.float.hidden.on {
		bottom: 28rem;
	}
	
	.float {right: 2rem;}
	.floatBox {
		width: 12rem;
		height: 12rem;
	}
	.floatBox figure {
		width: 2.2rem;
		height: 2.2rem;
		margin-bottom:1rem;
	}
	.floatBox p {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}
@media (max-width:991px) {
	.float {top:inherit; right: 2rem; z-index: 100; bottom: 9rem; position: fixed;}
	.floatBox {width: 8rem; height: 8rem; padding: 1rem; border-radius: 1.1rem 1.1rem 1.1rem 4rem;}
	.caresearch {margin-bottom: 1rem;}
	.worksearch {margin-bottom: 1rem;}
	.floatBox figure {width: 1.3rem; height: 1.3rem; margin-bottom: 1rem;}
	.floatBox p {font-size: 1.2rem; line-height: 1.7rem;}
	.float.hidden {display:none;}
}
/* ::::::::::::: =========== 신청폼 START ~  =========== ::::::::::::: */
.inqWrap {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 350;
    position: fixed;
    background: #fff;
	transform: translateY(0%);
	box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.inqWrap::before {
    content: '';
    width: 23%;
    height: 100%;
    background: #37CEB3;
    position: absolute;
    left: 0;
    top: 0;
}
.inqInner {
	width:100%;
	display: flex;
	margin:0 auto;
	padding:0 2rem;
	max-width:130rem;
	align-items: center;
}
.inqLeft {
    width: 28%;
	max-width:36rem;
	position:relative;
	background: #37CEB3;
	padding: 2rem 5rem 2rem 0rem;
	border-radius: 0px 50px 50px 0px;
}
.inq_form input {
	border: none;
	position: relative;
	border-radius: 0.3rem;
	box-sizing: border-box;
    font-family: 'Pretendard';
    padding: 0.6rem 1rem 0.5rem;
}
.inqLeft .sTxt {
	color:#fff;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6rem;
	letter-spacing: -0.02em;
	margin-bottom:0.8rem;
}
.inqLeft .tel {
	font-family: NanumSquare Neo;
	font-size: 3.8rem;
	font-weight: 900;
	line-height: 3.6rem;
	letter-spacing: -0.03em;
	color:#fff;
}
.inqRight .Txt {
	color: #222;
    font-weight: 700;
    line-height: 3rem;
	font-size: 2.2rem;
    margin-bottom: 0.8rem;
}
.inqRight .Txt br.dn1200 {display:none;}
.inqRight {
	width: 78.6%;
    display: flex;
    align-items: center;
    padding-left: 8.5rem;
    justify-content: space-between;
}
.inputArea {display:flex;}
.inqRight input {
	font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1.6rem;
    width: 20rem;
    height: 6rem;
    max-width: 20rem;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    background: #EEEEEE;
    border-radius: 6px;
    padding: 2rem;
    border: none;
    box-sizing: border-box;
}
.inqRight input::placeholder{
	font-weight: 500;
    font-size: 1.6rem;
}

input#tel {margin: 0 1.2rem;}
button.send {
	padding: 0;
	color:#fff;
	width:18rem;
	border:none;
	cursor:pointer;
	background:#FF922E;
	border-radius: 6px;
}
button.send p {
	font-family: 'Pretendard';
	font-size: 2rem;
	font-weight: 700;
	line-height: 2rem;
	text-align: center;
	padding:2rem 3rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: none;
	-webkit-text-fill-color: #222!important;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
}
input:focus, textarea:focus {
	background:#fff;
	border-radius: 6px;
	outline: 1px solid #FF922E;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.inqRight input:placeholder{
	font-family: 'Pretendard';
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2rem;
	color:grba(0,0,0,0.3);
}

input[type="checkbox"]:focus {filter: none;}
.inqRight input.per_prcie {
    width: 2rem;
    max-width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    background: #EEEEEE;
    border-radius: 6px;
    padding: 2rem;
}
.inq_checkBox {display: flex; cursor: pointer; flex-direction: column;}
.h_inqury input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    cursor: pointer;
    outline: none !important;
    background: inherit;
    padding: 0;
	border-radius: 0;
    background: url(../img/checkBox.png) no-repeat center/cover;
}
.inqRight input:focus {filter:none;}
.inqRight input[type="checkbox"]:checked::after {
    transform: scale(1) translate(-50%, -50%);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    line-height: 1;
    color: #fff;
    background: url(/temp/public/img/main/checked.png) no-repeat center / cover;
    width: 2rem;
    height: 2rem;
    transform: translate(-50%,-50%);
}
.inqWrap .inqRight input:focus {
    outline: none;
    box-shadow: 0 0 0 1px #FF922E;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
.inqRight .check {
    color: #fff;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
	padding-left: 0.6rem;
    text-align: left;
    color: #222;
}
.inqRight form {display: flex; align-items: center;}
p.cs_txt {color: #fff; text-decoration-line: underline;}
.inq_btn {
    width: 100%;
    height: 4.6rem;
    background:#303030;
    border-radius: 0.5rem;
    font-family: 'Pretendard';
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9rem;
    text-align: center;
    border: none;
    color: #fff;
	cursor: pointer;
	background: #FF5D2B;
}
.inqRight input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    outline: none !important;
    background: inherit;
    padding: 0;
	border-radius: 3px;
    background:#EEE;
}
.inqRight.mo_inqCont.mo_only.show input:focus {box-shadow:0 0 0 1px #ff922e!important;}

@media (min-width:1920px) {.inqWrap::before {width: 30%;}}
@media (max-width:1500px) {
	.inqWrap::before {width: 20%;} 
	.inqRight {width: 78.6%; padding-left: 4rem;}
}
@media (max-width:1040px) {
	.inqLeft .tel {font-size: 2.8rem; line-height: 3.4rem;}
	.inqRight {width: 75%; padding-left: 3.3rem;}
}
@media (max-width:991px) {
	.inqWrap {box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);}
	.inqInner {margin: 0 auto; padding: 0 0 0 0;}
	.inqWrap::before {display:none;}
	.inqLeft {width:auto; padding: 2.2rem 2.1rem 2.2rem 2.1rem;}
	.inqLeft figure {width:2.2rem; height:2.2rem;}
	.inqLeft figure img {width:100%; height:auto;}
	.inqRight {
		width: 100%;
		display: flex;
		padding-left: 0;
		align-items: center;
		justify-content: center;
	}
	.inqRight .Txt {
		margin-bottom:0;
		font-size: 2rem;
		font-weight: 700;
		line-height: 2.2rem;
	}
	.inq_clostBtn {
		top: 50%;
		right: 2.1rem;
		width: 1.2rem;
		height: 0.6rem;
		position: absolute;
		transform: translateY(-50%);
	}
	.inq_clostBtn img {width: 100%; height: auto; vertical-align: top;}
	.mo_inqCont {
		left: 0;
		opacity:0;
		width: 100%;
		background: #FFF;
		flex-direction: column;
		border-radius: 1rem 1rem 0 0;
		z-index:-1;
		bottom: -20%;
		position: fixed;
		transition: all 0.4s ease-in-out;
	}
	.mo_inqCont.show {
		background: #FFF;
		left: 0;
		width: 100%;
		flex-direction: column;
		border-radius: 1rem 1rem 0 0;
		position: fixed;
		z-index: 600;
		bottom: 0%;
		transform: translateY(0%);
		opacity:1; 
	}
	.mo_inqCont.inqRight .Txt {
		width: 100%;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 2.6rem;
		padding: 0 2rem;
		box-sizing: border-box;
		margin: 2rem 0;
	}
	.mo_inqCont form {width: 100%; padding: 0 2rem; box-sizing: border-box;}
	.mo_inqCont .inputArea {display: flex; flex-direction: column; width:100%;}
	.inqRight input {
		width: 100%;
		height: 5.4rem;
		max-width: inherit;
		padding: 1.7rem;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 2rem;
		/* border:1px solid red; */
	}
	.inqRight input::placeholder{
		font-weight:300;
	}
	.inqRight input:focus {border:1px solid #FF922E;}
	.inqRight input:placeholder{font-size: 1.6rem; font-weight: 300; line-height: 2rem;}
	.per_mo {display: flex; margin-top: 1rem; align-items: center;}
	input#tel {margin: 1rem 0 0 0;}
	button.send {margin-top: 2rem; margin-bottom: 2rem; width:100%;    border-radius: 8px;}
	button.send p {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 2.2rem;
		letter-spacing: 0em;
		text-align: center;
		padding: 1.9rem 0;
	}
	.mo_inqClose {
		top: 2rem;
		right: 2rem;
		cursor:pointer;
		width: 2.6rem;
		height: 2.6rem;
		position: absolute;
	}
	.mo_inqClose img {width:100%; height:100%;}
	.popup_bg {
		top:0;
		left:0;
		z-index:-1;
		opacity:0;
		width:100%;
		height:100%;
		position:fixed;
		background: rgba(0, 0, 0, 0.8);
	}
	.popup_bg.show {z-index:550; opacity:1;}
	.mo_inqCont.inqRight input:focus {
		outline: none;
		box-shadow: 0 0 0 1px #ff922e inset!important;
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
	}
	.mo_inqCont.inqRight input:focus {box-shadow: 0 0 0 1px #ff922e inset!important;}
}
@media (max-width:767px) {.inqRight.w100 {width: 75%;}}
/* ::::::::::::: =========== // ~ 신청폼 END =========== ::::::::::::: */

/* ::::::::::::: =========== Footer START ~ =========== ::::::::::::: */
.footer {background: #111; position:relative; overflow: hidden;}
.f_inner {
    width: 100%;
	margin: 0 auto;
    max-width: 148rem;
    padding: 4rem 2rem 10rem;
    position: relative;
}
.footer_top {margin-bottom: 8rem;}
.footer_top ul{display:flex;}
.footer_top ul li {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.4rem;
	color:rgba(255,255,255,0.7);
	padding:0 1.65rem;
	position:relative;
	font-family: 'Pretendard';
}
.footer_top ul li a {font-family: 'Pretendard';}
.footer_top ul li::before {
	content:'';
	width:0.1rem;
	height:1.4rem;
	background:#FFF;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	opacity:0.2;
}
.footer_top ul li:first-child{padding-left:0;}
.footer_top ul li:last-child {padding-right:0;}
.footer_top ul li:last-child:before {display:none;}
.footer_top ul li:hover {color:#FFF; text-decoration:underline;}
.f_logo {width:15.2rem; height:4.2rem;; margin-bottom:4rem;}
.f_logo img {width:100%; height:auto;}
.footer_mid {display: flex; align-items: flex-end; justify-content: space-between;}
.ft_info_box {width: 57.3%; max-width: 57.3rem;}
.footer_mid .f_logo {width:100%; max-width:15.4rem; margin:6rem 0 4rem;}
.footer_mid .f_logo img {width:100%;}
.footer_mid .f_info {display: flex; flex-wrap: wrap;}
.footer_mid .f_info li {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0em;
    text-align: left;
    color: #888;
    display: flex;
	margin-bottom: 1.2rem;
}
.footer_mid .f_info li p.fTitle {font-weight: 700; padding-right: 1rem;}

.ft_info_boxRight {color:#fff; text-align:right;}
.ft_info_boxRight .txt {
	font-family:  'NanumSquareNeo_700';
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.6rem;
	letter-spacing: 0em;
	margin-bottom: 2rem;
}
.ft_info_boxRight .num {
	font-family: NanumSquare Neo;
	font-size: 3.4rem;
	font-weight: 900;
	line-height: 3.6rem;
	letter-spacing: 0em;
}
.copy {
	color:#666;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.2rem;
	letter-spacing: 0em;
	text-align: left;
}
.footer_bottom {
    display: flex;
	margin-top: 3.8rem;
    align-items: center;
	justify-content: space-between;
}
.footer_bottom ul {display:flex;}
.footer_bottom ul li {
	color:#999;
	text-align: left;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.2rem;
	letter-spacing: 0em;
}
.footer_bottom ul li:first-child {padding-right: 2.6rem;}
.topArrow {
	top: 0;
	right: 0;
    width: 5rem;
    height: 5rem;
	cursor:pointer;
	position: absolute;
    border-radius: 50%;
    background: #333333;
	transform: translateY(-50%);
}
.topArrow img {width:100%; height:100%;}

@media (max-width:1000px) {
	.f_inner {padding: 6rem 0rem 8rem 0rem;}
	.footer_top ul {display: flex; width: 122.6rem; margin: 0 2rem;}
	.footer_top ul li {
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 2.4rem;
		letter-spacing: 0.06em;
		padding-right:1.4rem;
	}
	.f_logo {height: 3rem; width: 10.9rem; margin: 0 2rem 4rem;}
	.footer_mid {display: flex; padding:0 2rem; flex-direction: column; align-items: flex-start; justify-content: space-between;}
	.ft_info_box {padding:0; width: 100%; max-width: inherit;}
	.footer_mid .f_logo {width: 100%; max-width: 15.4rem; margin: 0rem 0 4rem;}
	.footer_mid .f_info {flex-direction: column;}
	.footer_mid .f_info li p.fTitle {padding-right: 0rem; min-width: 7rem;}
	.footer_mid .f_info li {font-size: 1.4rem; line-height: 2.2rem; margin-bottom: 1rem;}
	.footer_mid .f_info.f_first {margin-bottom: 0;}
	.footer_mid .f_info li:last-child {margin-bottom:0;}
	.ft_info_boxRight {text-align: left; margin: 5rem 0;}
	.ft_info_boxRight .txt {font-size: 1.6rem; line-height: 2.6rem; margin-bottom: 1rem;}
	.ft_info_boxRight .num {font-size: 2.4rem; line-height: 3rem;}
	.footer_bottom {margin: 0; display: flex; padding: 0 2rem; align-items: flex-start; flex-direction: column-reverse;}
	.copy {color: #444; font-size: 1.2rem; line-height: 2rem; letter-spacing: -0.02em;}
	.footer_top {margin-bottom: 5rem;}
}

@media (max-width:767px) {
	.footer_top ul {width: 115.6rem;}
}
@media (max-width:480px) {
	.footer_top {overflow-x: scroll;}
}
/* ::::::::::::: =========== // ~ Footer END =========== ::::::::::::: */


/* ::::::::::::: =========== CONSULT START ~ =========== ::::::::::::: */
.cons_wrap{
	position:relative;
	width:100%;
	min-height:50.8rem;
	padding:11rem 2rem 11rem 2rem;
	background-image: url(/temp/public/img/main/consilt_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cons_sideBox{
	width:100%;
	margin:0 auto;
	max-width:120rem;
	position:relative;
}
.context{position:relative; display:inline-block;}
.context h3{
    font-family: 'NanumSquareNeo_800';
	font-size: 3rem;
	font-weight: 800;
	line-height: 3.8rem;
	letter-spacing: 0em;
	text-align: left;
	color:#f5f5f5;
	display:block;
	margin-bottom:2.6rem;
}
.context span{display:block; margin-bottom:10.2rem;}
.context span a{
	font-size: 6.2rem;
	font-weight: 700;
	line-height: 6.2rem;
	letter-spacing: 0em;
	text-align: left;
	color:#f5f5f5;
}
.conBtn{
	height: 7rem;
	width: 23.8rem;
	position:relative;
	background: #F69421;
	border-radius: 0.8rem;
}
.conBtn a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 7rem;
	letter-spacing: -0.02em;
	text-align: center;
	color:#fff;
}
.contRight{right:0rem; top:0rem; min-width:34rem; position:absolute;}
.contsns {display: flex; align-items: center; justify-content: center;}
.contsns a img{height:4rem; margin:0rem 0.7rem 0rem 0.7rem;}
.cont_cusBox{
	margin-top:2rem;
	width:100%;
	position:relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 1.4rem;
	padding:2.6rem;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter:  blur(10px);
}
.custop {width: 100%; display: flex; justify-content: space-between;}
.custop span {
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    align-items: center;
    justify-content: flex-start;
}
.custop span img{height:2rem; margin-right:1rem; display:inline-block;}
.custop a{
	font-size: 2rem;
	font-weight: 900;
	line-height: 2.4rem;
	letter-spacing: 0em;
	text-align: right;
	color:#fff;
}
.cusmid{padding-top:1.4rem; width:100%; position:relative;}
.cusmid ul{width:100%; position:relative;}
.cusmid ul li{
	box-sizing: border-box;
	width:100%;
	position:relative;
	padding-left:9rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.9rem;
	letter-spacing: 0em;
	text-align: left;
	color:#fff;
	margin-bottom:0.8rem;
}
.cusmid ul li:last-child{margin-bottom:0rem;}
.cusmid ul li span{
	position:absolute;
	left:0rem;
	top:0rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.9rem;
	letter-spacing: 0em;
	text-align: left;
	color:#fff;
}
.cusbot{
	margin-top:1.4rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top:1.4rem;
	display:block;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.9rem;
	letter-spacing: 0em;
	text-align: left;
	color:#fff;
}
@media (max-width:991px) {
	.cons_wrap {
		padding: 6rem 2rem;
		background-image: url(/temp/public/img/main/consilt_bg_mo.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.context h3 {
		font-family: 'Pretendard';
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 2.2rem;
		margin-bottom: 0.8rem;
	}
	.context span {display: block; margin-bottom: 2rem;}
	.context span a {font-size: 3.4rem; line-height: 4.2rem;}
	.conBtn {width: 16.9rem; height: 4.6rem; border-radius: 0.4rem;}
	.conBtn a {
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 2rem;	
		letter-spacing: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contRight {right: 0rem; margin-top: 5rem; min-width: 34rem; position: relative;}
	.contsns {display: flex; align-items: center; justify-content: flex-start;}
	.cont_cusBox {padding: 2.6rem 2.2rem;}
	.custop span {font-size: 1.7rem; line-height: 2rem;}
	.custop a {font-size: 1.8rem; line-height: 2rem;}
	.cusmid ul li {font-size:1.5rem; line-height:1.8rem;}
	.cusmid ul li span {font-size:1.5rem; line-height:1.8rem;}
	.cusbot {font-size:1.5rem; line-height:1.8rem;}
}
/* ::::::::::::: =========== // ~ CONSULT END =========== ::::::::::::: */


/* ::::::::::::: =========== 마이페이지 상단 버튼 START ~ =========== ::::::::::::: */
.mypagetopbtnBox{
	display:flex;
	margin-bottom:4rem;
}

.mypbtn.onmyp{
border: 1px solid #37CEB3;
background: #37CEB3;
box-shadow: 0px 0px 20px 0px rgba(55, 206, 179, 0.60);
}
.mypbtn.onmyp a{
	color:#fff;
	font-weight: 700;
}
.mypbtn{
	box-sizing: border-box;
	width:100%;
	height:7rem;
	border-radius: 0.8rem;
	background: #F4F4F4;
	position:relative;
}
.mypbtn{
	margin:0rem 0.6rem;
}
.mypbtn:nth-child(1){
	margin:0rem 0.6rem 0rem 0rem;
}
.mypbtn:last-child{
	margin:0rem 0rem 0rem 0.6rem;
}
.mypbtn a {
	margin:0;
	box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    color: #222;
    text-align: center;
    font-size: 2rem;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    align-items: center;
    justify-content: center;
}

@media (max-width:991px) {
	.mypbtn {
		height: 6rem;
	}
	.mypbtn a {
		font-size: 1.6rem;
	}
}
@media (max-width:767px) {
	.mypbtn {
		height: 6rem;
	}
	.mypbtn a {
		font-size: 1.5rem;
	}
}
@media (max-width:600px) {
	.mypagetopbtnBox {
		text-align: left;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		list-style: none;
		padding: 0;
		margin: 0 0 4rem 0;
	}
	.mypbtn {
		height:5rem;
		width: calc(50% - 0.3rem);
		margin: 0 0.3rem 0.6rem 0px;
	}
	.mypbtn:nth-child(1) {
		margin: 0rem 0.3rem 0rem 0rem;
	}
	.mypbtn:nth-child(2){
		margin: 0rem 0rem 0.6rem 0.3rem;
	}
	.mypbtn:last-child {
		margin: 0rem 0rem 0rem 0.3rem;
	}
}

/* .mypagetopbtnBox a{ */
	/* width:100%; */
	/* margin:0rem 1rem; */
/* } */
/* .mypagetopbtnBox a:nth-child(1){ */
	/* margin:0rem 1rem 0rem 0rem; */
/* } */
/* .mypagetopbtnBox a:last-child{ */
	/* margin:0rem 0rem 0rem 1rem; */
/* } */
/* .mypagetopbtnBox a button{ */
	/* width:100%; */
/* } */
/* ::::::::::::: =========== // ~ 마이페이지 상단 버튼 END =========== ::::::::::::: */