@charset "UTF-8";
/* 230828 추가 */
/* line 2, scss/new.scss */


.sectionWrapper {
	padding-top: 50px !important;
	padding-bottom: 60px !important;
}

/* line 3, scss/new.scss */
.sectionWrapper .sectionTitArea {
	margin-bottom: 30px;
}

/* line 5, scss/new.scss */
.sectionWrapper .secContainer.type03 {
	padding: 0;
}

/* line 7, scss/new.scss */
.sectionWrapper .sectionBox {
	border-radius: 5px;
}

/* line 8, scss/new.scss */
.sectionWrapper .sectionBox.blueType {
	min-width: 510px;
	padding: 30px 30px 116px 30px;
	background-color: #EFF4FC;
}

/* line 9, scss/new.scss */
.sectionWrapper .sectionBox.whiteType {
	border: 1px solid #ddd;
	padding: 30px;
	background-color: #fff;
}

/* line 10, scss/new.scss */
.sectionWrapper .sectionBox.whiteType .sectionTitArea {
	margin-bottom: 20px;
}

/* line 11, scss/new.scss */
.sectionWrapper .sectionBox.whiteType .sectionTitArea .desc {
	font-family: 'Noto Sans';
	font-size: 16px;
	color: #222;
	text-align: center;
}

/* line 15, scss/new.scss */
.sectionWrapper .sectionBox .btnArea {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

/* line 18, scss/new.scss */
.sectionWrapper > .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	max-width: 1040px !important;
	margin: 0 auto;
}

/* line 20, scss/new.scss */
.sectionWrapper > .inner .authArea {
	padding: 30px 0 0 0;
}

/* line 21, scss/new.scss */
.sectionWrapper > .inner .colBox {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	width: 100%;
}

/* line 22, scss/new.scss */
.sectionWrapper > .inner .loginBox {
	display: none;
}

/* line 30, scss/new.scss */
#wrap.sub .sectionBox.whiteType .titPage {
	font-size: 24px;
	margin-bottom: 10px;
}

/* line 36, scss/new.scss */
.btnSocial {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Noto Sans Medium';
}

/* line 37, scss/new.scss */
.btnSocial::before {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

/* line 40, scss/new.scss */
.btnSocial.btnNaverLogin {
	color: #fff;
	background-color: #03CF5D;
}

/* line 41, scss/new.scss */
.btnSocial.btnNaverLogin::before {
	background-image: url("../../images/ico/ico-naver.svg");
}

/* line 43, scss/new.scss */
.btnSocial.btnKakaoLogin {
	color: #371D1E;
	background-color: #FAE100;
}

/* line 44, scss/new.scss */
.btnSocial.btnKakaoLogin::before {
	background-image: url("../../images/ico/ico-kakao.svg");
}

/* line 46, scss/new.scss */
.btnSocial.btnOnePassLogin {
	border: 1px solid #001D62;
	color: #001D62;
	background-color: #fff;
}

/* line 47, scss/new.scss */
.btnSocial.btnOnePassLogin::before {
	background-image: url("../../images/ico/ico-one-pass.svg");
}

/* line 49, scss/new.scss */
.btnSocial.btnGoogleLogin {
	border: 1px solid #666;
	color: #371D1E;
	background-color: #fff;
}

/* line 50, scss/new.scss */
.btnSocial.btnGoogleLogin::before {
	background-image: url("../../images/ico/ico-google.svg");
}

/* line 54, scss/new.scss */
.btnEtc {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s ease-in-out;
	transition-property: background-image,border-color,background-color;
}

/* line 57, scss/new.scss */
.btnEtc.btnBookMark {
	background-image: url("../../images/ico/ico-bookmark-star.svg");
}

/* line 58, scss/new.scss */
.btnEtc.btnBookMark:hover:not(.active) {
	border-color: #F6C000;
	background-image: url("../../images/ico/ico-bookmark-star-hover.svg");
}

/* line 59, scss/new.scss */
.btnEtc.btnBookMark.active {
	border-color: transparent;
	background-image: url("../../images/ico/ico-bookmark-star-active.svg");
	background-color: #F6C000;
}

/* line 61, scss/new.scss */
.btnEtc.btnSns {
	background-image: url("../../images/ico/ico-sns-share.svg");
}

/* line 62, scss/new.scss */
.btnEtc.btnSns:hover:not(.active) {
	border-color: #383E60;
	background-image: url("../../images/ico/ico-sns-share-hover.svg");
}

/* line 63, scss/new.scss */
.btnEtc.btnSns.active {
	border-color: transparent;
	background-image: url("../../images/ico/ico-sns-share-close.svg");
	background-color: #383E60;
}

/* line 64, scss/new.scss */
.btnEtc.btnSns.active ~ .snsMore {
	display: block;
}

/* line 69, scss/new.scss */
.headContainer {
	background-color: #F8F8F8;
}

/* line 70, scss/new.scss */
.headContainer > .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 46px;
}

/* line 72, scss/new.scss */
.headContainer .etcArea {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 7px;
}

/* line 73, scss/new.scss */
.headContainer .breadCrumb {
	background-color: transparent;
	z-index: 0;
	padding: 0;
}

/* line 75, scss/new.scss */
.headContainer.remove {
	display: none;
}

/* line 78, scss/new.scss */
.snsMore {
	display: none;
	position: absolute;
	top: 40px;
	left: -150px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}

/* line 80, scss/new.scss */
.snsMore ul {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

/* line 82, scss/new.scss */
.snsMore ul li .btnLink {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
}

/* line 84, scss/new.scss */
.snsMore ul li.naver .btnLink {
	background-image: url("../../images/ico/ico-naver-button.svg");
}

/* line 85, scss/new.scss */
.snsMore ul li.fb .btnLink {
	background-image: url("../../images/ico/ico-facebook-button.svg");
}

/* line 86, scss/new.scss */
.snsMore ul li.tw .btnLink {
	background-image: url("../../images/ico/ico-twitter-button.svg");
}

/* line 87, scss/new.scss */
.snsMore ul li.ka .btnLink {
	background-image: url("../../images/ico/ico-kakao-button.svg");
}

/* line 88, scss/new.scss */
.snsMore ul li.ins .btnLink {
	background-image: url("../../images/ico/ico-insta-button.svg");
}

/* line 89, scss/new.scss */
.snsMore ul li.clipBoard .btnLink {
	background-image: url("../../images/ico/ico-link-button.svg");
}

/* line 94, scss/new.scss */
.chatDiv {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	right: 0;
	bottom: 88px;
	width: 100%;
	max-width: 400px;
	border-radius: 10px 0 0 0;
	z-index: 100;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	transition: .3s ease-in-out;
}

/* line 96, scss/new.scss */
.chatDiv .head {
	height: 60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 10px 0 0 0;
}

/* line 98, scss/new.scss */
.chatDiv .head .title {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: 'Noto Sans Medium';
	color: #222;
	font-weight: normal;
}

/* line 99, scss/new.scss */
.chatDiv .head .title::before {
	content: '';
	width: 80px;
	height: 60px;
	background: url("../../images/ico/img-chat-top.png") no-repeat center;
}

/* line 101, scss/new.scss */
.chatDiv .head .btnChatClose {
	width: 28px;
	height: 22px;
	background: url("../../images/ico/ico-chat-close.svg") no-repeat center;
}

/* line 104, scss/new.scss */
.chatDiv .cont {
	position: relative;
	background-color: #E9F0FC;
}

/* line 105, scss/new.scss */
.chatDiv .cont > .inner {
	min-height: 515px;
	box-shadow: inset 0px 7px 10px -10px rgba(0, 0, 0, 0.2);
}

/* line 106, scss/new.scss */
.chatDiv .cont > .inner .innerScroll {
	overflow-y: auto;
	max-height: 515px;
	padding: 20px 20px 85px 20px;
}

/* line 107, scss/new.scss */
.chatDiv .cont > .inner .innerScroll::-webkit-scrollbar {
	width: 8px;
}

/* line 108, scss/new.scss */
.chatDiv .cont > .inner .innerScroll::-webkit-scrollbar-thumb {
	border: solid transparent;
	background-clip: padding-box;
	border-radius: 8px;
	background-color: #a6a6a6;
}

/* line 110, scss/new.scss */
.chatDiv .cont > .inner .innerScroll::-webkit-scrollbar-track {
	background-color: transparent;
}

/* line 111, scss/new.scss */
.chatDiv .cont > .inner .innerScroll::-webkit-scrollbar-button {
	display: none;
}

/* line 115, scss/new.scss */
.chatDiv .cont .commentGroup {
	display: flex;
	column-gap: 5px;
}

/* line 116, scss/new.scss */
.chatDiv .cont .commentGroup .bot {
	width: 40px;
	height: 40px;
	background: url("../../images/ico/ico-bot-profile.svg") no-repeat center;
}

/* line 118, scss/new.scss */
.chatDiv .cont .commentGroup .comments .row {
	padding: 10px;
	border-radius: 0 10px 10px 10px;
	max-width: 280px;
	background-color: #B9CCF5;
}

/* line 119, scss/new.scss */
.chatDiv .cont .commentGroup .comments .row .text {
	font-size: 14px;
	font-family: 'Noto Sans';
	color: #383E60;
}

/* line 121, scss/new.scss */
.chatDiv .cont .commentGroup .comments .row + .row {
	margin-top: 5px;
}

/* line 125, scss/new.scss */
.chatDiv .cont .commentGroup.myChat {
	justify-content: flex-end;
}

/* line 127, scss/new.scss */
.chatDiv .cont .commentGroup.myChat .comments .row {
	border-radius: 10px 0 10px 10px;
	background-color: #13B256;
}

/* line 128, scss/new.scss */
.chatDiv .cont .commentGroup.myChat .comments .row .text {
	color: #fff;
}

/* line 133, scss/new.scss */
.chatDiv .cont .commentGroup + .commentGroup {
	margin-top: 10px;
}

/* line 134, scss/new.scss */
.chatDiv .cont .commentGroup + .commentGroup.indent {
	margin-top: 5px;
}

/* line 137, scss/new.scss */
.chatDiv .cont .commentGroup.indent {
	padding-left: 45px;
}

/* line 141, scss/new.scss */
.chatDiv .bottom {
	position: relative;
	width: 100%;
	border-radius: 0 0 0 10px;
	background-color: #fff;
}

/* line 142, scss/new.scss */
.chatDiv .bottom .questionMenuArea {
	position: absolute;
	top: -48px;
	left: 0;
}

/* line 143, scss/new.scss */
.chatDiv .bottom .questionMenuArea.active {
	top: -144px;
}

/* line 146, scss/new.scss */
.chatDiv .bottom .inputArea {
	position: relative;
	padding: 10px 20px;
}

/* line 147, scss/new.scss */
.chatDiv .bottom .inputArea input {
	width: 100%;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #13B256;
	padding-left: 20px;
	padding-right: 45px;
	background-color: #F5FEF9;
}

/* line 149, scss/new.scss */
.chatDiv .bottom .inputArea input::placeholder {
	font-family: 'Noto Sans';
	font-size: 14px;
	color: #999;
}

/* line 151, scss/new.scss */
.chatDiv .bottom .inputArea .btnEnter {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 30px;
	height: 30px;
	background: url("../../images/ico/ico-chat-enter.svg") no-repeat center;
}

/* line 156, scss/new.scss */
.chatDiv.active {
	visibility: visible;
	opacity: 1;
	bottom: 98px;
}

/* line 159, scss/new.scss */
.questionMenuArea {
	transition: .3s ease-in-out;
	transition-property: top;
}

/* line 160, scss/new.scss */
.questionMenuArea > .inner {
	position: relative;
	height: 48px;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	border-radius: 20px 20px 0 0;
	background-color: #4E5784;
	transition: .3s ease-in-out;
	transition-property: height;
}

/* line 162, scss/new.scss */
.questionMenuArea > .inner::-webkit-scrollbar {
	display: none;
}

/* line 163, scss/new.scss */
.questionMenuArea > .inner::-webkit-scrollbar-thumb {
	border: solid transparent;
	background-clip: padding-box;
	border-radius: 8px;
	background-color: #a6a6a6;
}

/* line 165, scss/new.scss */
.questionMenuArea > .inner::-webkit-scrollbar-track {
	background-color: transparent;
}

/* line 166, scss/new.scss */
.questionMenuArea > .inner::-webkit-scrollbar-button {
	display: none;
}

/* line 169, scss/new.scss */
.questionMenuArea .btnQuestionUnFold {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 20px;
	border-radius: 10px 10px 0 0;
	background: #4E5784 url("../../images/ico/ico-chat-menu-false.svg") no-repeat center;
}

/* line 172, scss/new.scss */
.questionMenuArea .questionMenuList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

/* line 173, scss/new.scss */
.questionMenuArea .questionMenuList li {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease-in-out;
}

/* line 174, scss/new.scss */
.questionMenuArea .questionMenuList li:nth-child(n+5) {
	opacity: 0;
	visibility: hidden;
}

/* line 175, scss/new.scss */
.questionMenuArea .questionMenuList li .btnQuestion {
	min-width: 87px;
	height: 28px;
	border: 1px solid #DFE1F2;
	border-radius: 50px;
	color: #DFE1F2;
	transition: .3s ease-in-out;
	background-color: transparent;
	transition-property: background-color,color;
}

/* line 177, scss/new.scss */
.questionMenuArea .questionMenuList li .btnQuestion:hover {
	background-color: #fff;
	color: #5D6485;
}

/* line 183, scss/new.scss */
.questionMenuArea.active > .inner {
	height: 144px;
	max-height: 144px;
	overflow-y: auto;
}

/* line 185, scss/new.scss */
.questionMenuArea.active .btnQuestionUnFold {
	background: #4E5784 url("../../images/ico/ico-chat-menu-true.svg") no-repeat center;
}

/* line 186, scss/new.scss */
.questionMenuArea.active .questionMenuList {
	overflow: visible;
	visibility: visible;
}

/* line 188, scss/new.scss */
.questionMenuArea.active .questionMenuList li:nth-child(n+5) {
	opacity: 1;
	visibility: visible;
}
