@charset "UTF-8";

:root {
	--space-3xs: .9rem;
	--space-2xs: 1rem;
	--space-xs: 1.1rem;
	--space-sm: 1.2rem;
	--space-ms: 1.3rem;
	--space-md: 1.4rem;
	--space-mx: 1.8rem;
	--space-lg: 2.0rem;
	--space-xl: 2.4rem;
	--section: 37.5rem
}

.se {
}

.se.wrap {
	position: relative;
	width: 100%;
	height: 100%
}

.se.wrap .field-group div {
	flex: 1
}

.se.wrap .field.charge {
	max-width: 8rem;
	margin: 0 0.8rem
}

.se.wrap .field.charge + span {
	margin: 0 2rem
}

.se.wrap .field.charge .field-input input:not([type=checkbox]):not([type=radio]) {
	padding: 1.3rem 0;
	text-align: center
}

.se.wrap .field + .btn-list {
	margin-left: 0.8rem
}

.se.wrap .field-radio .field-icon {
	margin-right: 0.8rem
}

.se.wrap .field-radio ~ .field-radio {
	margin: 0
}

.se.wrap .field-radio .field-label {
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 0
}

.se.wrap .field-label + .field-outline {
	margin-left: 0.8rem
}

.se.wrap .field .grow {
	display: flex;
	align-items: center
}

.se.wrap .wt-type01 {
	max-width: 20rem
}

.se.wrap .wt-type02 {
	max-width: 20rem
}

.se.wrap .wt-type03 {
	max-width: 38rem
}

.se.wrap .wt-type04 {
	max-width: 32rem
}

.se.wrap .wt-type05 {
	max-width: 32rem
}

.se.wrap .wt-type06 {
	min-width: 50.5rem;
	width: 100%
}

.se.wrap .wt-type07 {
	min-width: 68.5rem;
	width: 100%
}

.se.hd-fixed header {
	position: fixed;
	padding: 2.8rem 6rem
}

.se.hd-fixed .container.se {
	padding: 0
}

.se.hd-fixed .tab-list-wrap {
	position: fixed;
	z-index: 11;
	right: 0;
	border: none;
	border-bottom: 0.1rem solid #CCCCCC;
	margin: 1.9rem auto 0
}

.se.hd-fixed .tab-list-wrap .tab-list {
	width: fit-content;
	margin-left: 36rem
}

@media all and (max-width:1200px) {
	.se.hd-fixed .tab-list-wrap .tab-list {
		margin-left: 27.4rem
	}

}

.se.hd-fixed .tab-list-wrap .tab-list .tab a {
	height: inherit;
	padding: 1rem 2rem 2.4rem 2rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.6rem;
	text-align: center;
	color: #858585
}

.se.hd-fixed .tab-list-wrap .tab-list .tab._is-active a {
	color: #000000
}

.se.hd-fixed .tab-scroll-wrap {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 0;
	border-bottom: 0.1rem solid #D6D6D6;
	background-color: #FFFFFF;
	z-index: 9;
	opacity: 0;
	transition: .2s ease-in;
	visibility: hidden
}

.se.hd-fixed .tab-scroll-wrap .tab-scroll {
	display: flex;
	justify-content: space-between;
	max-width: 120rem;
	margin: 0 auto;
	padding: 0.8rem 0
}

.se.hd-fixed .tab-scroll-wrap .tab-scroll .tit h4 {
	font-size: 1.4rem;
	line-height: 3.1rem
}

.se.hd-fixed .tab-scroll-wrap .tab-scroll .btn {
	padding: 0.6rem 1.7rem;
	border: none;
	line-height: 2rem
}

.se.hd-fixed .tab-scroll-wrap.fixed {
	top: 7.9rem;
	height: 4.9rem;
	opacity: 1;
	visibility: visible
}

.se.hd-fixed .se-references-list {
	padding-top: 8rem
}

.se-footer {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top: 0.1rem solid #EBEBEB;
	padding: 4rem 0 4.8rem
}

.se-footer.login {
	padding: 3.2rem 0 4rem
}

.se-footer .se-ft-content {
	max-width: 1200px;
	margin: 0 auto
}

.se-footer .se-ft-info {
	display: flex;
	justify-content: center
}

.se-footer .se-ft-info li {
	font-size: 1.3rem;
	font-weight: 400;
	color: #5C5C5C;
	line-height: 1.6rem
}

.se-footer .se-ft-info li + li {
	margin-left: 2.4rem
}

.se-copy-right {
	margin-top: 1.2rem;
	color: #858585;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6rem
}

.tit + .se-content, .tit + .se-info-submit {
	margin-top: 2rem
}

.se .btnWrap.type01 {
	max-width: 30rem
}

.se .btnWrap.type02 {
	margin: 1.2rem auto 0
}

.se .btnWrap.type02 .btn {
	margin: 0 -0.8rem
}

.se .btnWrap.type03 {
	margin: 8rem auto 0;
	max-width: 28rem;
	flex-direction: column;
	gap: 1.6rem
}

.se .btnWrap.type03 .text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.2rem;
	color: #0070F0
}

.se .btnWrap.type03 .text::after {
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(./../images/icon_arrow_text.svg) no-repeat;
	vertical-align: middle;
	padding-bottom: 0.35rem
}

.se .btnWrap.type04 {
	margin: 8rem auto 0;
	max-width: 24rem
}

.se .btnWrap.type05 {
	margin: 8rem auto 0;
	max-width: 40.8rem;
	gap: .8rem
}

.se .btnWrap.type06 {
	margin: 0;
	max-width: 58.4rem;
	gap: 3.2rem 2.4rem
}

.se .btnWrap.type06 .btn {
	flex: inherit
}

.se .btnWrap.type06 .btn.bg {
	height: 7.781rem;
	width: 28rem;
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 700
}

.se .btnWrap.type06 .btn.ico {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 4rem;
	padding: 0
}

.se .btnWrap.type06 .btn.ico.arrow::before {
	border: none;
	background: url(./../images/icon_btn_email.png);
	width: 2.4rem;
	height: 2.4rem;
	transform: inherit;
	right: -2.4rem;
	margin-top: -1.2rem
}

.se .container.login {
	padding: 4rem 0 4rem 0;
	height: calc(100vh - 19.7rem);
	min-height: 77.2rem
}

.se .container.se {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.4rem 0 16rem 0
}

.se .container.se + .tit {
	margin-top: 8rem
}

.se .container.se .atho_box {
	width: 100%;
	margin: 0
}

.se .container.se.error {
	min-height: 75.5rem;
	padding: 10.4rem 0 16rem
}

.se-cont-area {
	position: relative;
	padding: 9.11rem 0
}

.se-cont-tit {
	display: block;
	width: 52rem;
	margin-bottom: 4rem;
	font-size: 5.5rem;
	line-height: 6.4rem
}

.se-cont-bg {
	display: inline-block;
	position: absolute;
	top: 6.2rem;
	right: 0
}

.se-cont-bg img {
	width: 100%
}

.se-img-area {
	width: 100%;
	height: auto;
	padding: 0;
	text-align: center
}

.se-img-area img {
	width: 100%
}

.se-references-list {
	max-width: 120rem
}

.se-references-list .btnWrap {
	margin-bottom: 8rem
}

.se-references-list ul {
	display: flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.se-references-list li {
	display: flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 2rem);
	border: 0.1rem solid #EBEBEB;
	border-radius: 0.8rem;
	padding: 3rem 2.4rem;
	margin-top: 2rem
}

.se-references-list li .img-icon {
	display: inline-flex;
	width: 4rem;
	height: 4rem;
	margin-right: 1.2rem
}

.se-references-list li .img-icon.pdf {
	background: url(./../images/icon_pdf.svg)
}

.se-references-list li .img-icon.xls {
	background: url(./../images/icon_xls.svg)
}

.se-references-list li p {
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 4rem;
	align-items: center
}

.se-login-box {
	position: relative;
	border-radius: 2rem;
	border: 0.1rem solid #CCCCCC;
	width: 40.2rem;
	background: #FFFFFF;
	margin: 0 auto
}

.se-login-box .field-outline {
	align-items: center
}

.se-login-box .field-outline.disabled .field_label, .se-login-box .field-outline.readonly .field_label {
	background: transparent
}

.se-login-box .field-outline .field-input-btn {
	display: flex;
	padding: 0 0 0 0;
	margin-bottom: 0.6rem
}

.se-login-box .field-outline .field-input-btn button + button {
	margin-left: 0.8rem
}

.se-login-box .field-outline input:not([type=checkbox]):not([type=radio]):not(.btn-select) {
	padding: 0 0 .9rem 0
}

.se-login-box .field + .field {
	margin: 4.4rem 0 0
}

.se-login-box .field .field-msg {
	margin-top: .4rem;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6rem
}

.se-login-box .field .field-info {
	line-height: 1.6rem
}

.se-login-box .field .field-info .message {
	line-height: 1.6rem
}

.se-login-box .field.terms-mg {
	margin: 0 -0.8rem
}

.se-login-box .agree .agree_border {
	padding: 1.2rem
}

.se-login-box .agree .agree_border.noscroll ul li .agree-btn {
	top: 1.5rem;
	right: 1.2rem;
	width: 1.6rem;
	height: 1.6rem
}

.se-login-box .agree .field-checkbox {
	align-items: flex-start;
	margin-left: 0.1rem
}

.se-login-box .agree .field-checkbox .field-icon {
	width: 2rem;
	min-width: 2rem;
	height: 2rem;
	margin: .1rem .4rem 0 .1rem
}

.se-login-box .agree .field-checkbox .field-label {
	margin-right: 2rem;
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-weight: 500;
	color: #858585
}

.se-login-border {
	position: relative;
	margin: 4rem 2.4rem 2rem 2.4rem
}

.se-mmall-logo {
	font-size: 2.8rem;
	line-height: 3.6rem;
	text-align: center;
	padding-bottom: 4.4rem
}

.se-notice {
	padding: 0;
	margin: 2.7rem 0 2.8rem
}

.se-notice li {
	position: relative;
	margin-left: .8rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 500;
	color: #5C5C5C;
	word-break: keep-all
}

.se-notice li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.6rem;
	left: -0.8rem;
	width: 0.2rem;
	height: 0.2rem;
	background: #5C5C5C
}

.se-notice li span {
	color: #000000;
	font-weight: 700
}

.se-notice li + li {
	margin-top: .6rem
}

.se-process-area ul {
	position: relative;
	display: flex;
	margin: 3.6rem auto;
	width: 96rem;
	height: 1.6rem;
	background: #E0E0E0
}

.se-process-area ul::after {
	content: '';
	height: 1.6rem;
	background: linear-gradient(to right, #00c9ff, #0070F0)
}

.se-process-area ul.w25::after {
	width: 25%
}

.se-process-area ul.w50::after {
	width: 50%
}

.se-process-area ul.w75::after {
	width: 75%
}

.se-process-area ul.w100::after {
	width: 100%
}

.se-process-area ul li {
	position: absolute;
	text-align: center;
	width: 12rem;
	margin-top: -0.4rem
}

.se-process-area ul li .se-proc-icon {
	position: relative;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 auto 1.55rem;
	border-radius: 50%;
	background-color: #E0E0E0
}

.se-process-area ul li .se-proc-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: calc(-1.371rem / 2);
	margin-left: calc(-1.371rem / 2);
	width: 1.371rem;
	height: 1.371rem;
	border-radius: 50%;
	background-color: #fff
}

.se-process-area ul li p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.2rem;
	color: #858585
}

.se-process-area ul li.active .se-proc-icon {
	background-color: #0070F0
}

.se-process-area ul li.active p {
	color: #0070F0
}

.se-process-area ul li:nth-child(1) {
	left: -6rem
}

.se-process-area ul li:nth-child(2) {
	left: calc(25% - 6rem)
}

.se-process-area ul li:nth-child(3) {
	left: calc(50% - 6rem)
}

.se-process-area ul li:nth-child(4) {
	left: calc(75% - 6rem)
}

.se-process-area ul li:nth-child(5) {
	right: -6rem
}

.se-process-area ul.reject::after {
	background: #8a8a8e
}

.se-process-area ul.reject li.active .se-proc-icon {
	background-color: #666
}

.se-process-area + .tbl-wrap {
	margin-top: 10.5rem
}

.se .process-tbl-wrap {
	border: 0.1rem solid #CCCCCC;
	border-radius: 2rem;
	padding: 3.2rem
}

.se .detail-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse
}

.se .detail-info.none {
	display: block
}

.se .detail-info .left-cont {
	width: 100%
}

.se .detail-info .left-cont + .right-cont {
	margin-bottom: 6.4rem
}

.se .detail-info .right-cont .ft-bx-cont {
	display: flex;
	border: 1px solid #000000;
	border-radius: 1.6rem;
	background-color: #FFFFFF;
	padding: 2.8rem 3.2rem
}

.se .detail-info .right-cont .ft-bx-cont .exa-tit {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 700;
	color: #000000;
	margin-bottom: 0.4rem
}

.se .detail-info .right-cont .ft-bx-cont .exa-ing-txt {
	font-size: 2.8rem;
	line-height: 3.6rem;
	font-weight: 700;
	color: #000000;
	white-space: nowrap
}

.se .detail-info .right-cont .ft-bx-cont .dot-line {
	width: 0.1rem;
	height: 6.2rem;
	background: #EBEBEB;
	margin: 0 4rem
}

.se .detail-info .right-cont .ft-bx-cont ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0.5rem 0;
	gap: 0.8rem
}

.se .detail-info .right-cont .ft-bx-cont ul li {
	width: calc(100% / 2 - 0.8rem);
	display: flex;
	align-items: center
}

.se .detail-info .right-cont .ft-bx-cont ul li span {
	color: #000000
}

.se .detail-info .right-cont .ft-bx-cont ul li span.exa-sub-tit {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 700;
	margin-right: 2rem
}

.se .detail-info .right-cont .ft-bx-cont ul li span.exa-sub-txt {
	font-size: 1.6rem;
	line-height: 2.2rem;  
}

.se .detail-info .ctgory-txt {
	display: inline-flex;
	margin-left: 1.2rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #5C5C5C;
	font-weight: 500
}

.se-info-submit .info-submit {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 6.4rem
}

.se-info-submit .info-submit p {
	font-weight: 700;
	margin-bottom: 1.6rem;
	font-size: 3.4rem;
	line-height: 4.4rem;
	color: #000000
}

.se-info-submit .info-submit .sub-txt {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.6rem;
	color: #000000
}

.se-float-bx {
	position: absolute;
	top: 0;
	right: 0
}

.se .tbl-wrap .field-group.ct-btn-info + .field-group {
	margin-top: 2rem
}

.se .tbl-wrap .field-group.check-list {
	gap: 1.2rem 3rem;
	margin: 0;
	padding-right: 20rem
}

.se .tbl-wrap .field-group.check-list .field-radio.type2 {
	width: 40rem
}

.se .tbl-wrap .field-checkbox {
	align-items: center
}

.se .tbl-wrap .field-input {
	min-height: 4.8rem
}

.se .tbl-wrap .field-input input:not([type=checkbox]):not([type=radio]) {
	height: 4.8rem;
	font-size: 1.6rem;
	padding: 1.3rem 0 1.3rem 0.8rem
}

.se .tbl-wrap .field-input input:not([type=checkbox]):not([type=radio])::placeholder {
	font-size: 1.5rem
}

.se .tbl-wrap .field-file-wrap {
	width: 38rem;
	flex-grow: 0
}

.se .tbl-wrap .field-file-wrap + button {
	margin-left: 1.2rem
}

.se .tbl-wrap .field-file-wrap + button + button {
	margin-left: 0.8rem
}

.se .tbl-wrap .field-select .btn-select {
	font-size: 1.5rem;
	line-height: 1.5rem;
	height: 4.8rem;
	padding: 1.3rem 1.6rem 1.3rem 1.6rem
}

.se .tbl-wrap .field-file .field-btn {
	display: none !important
}

.se .tbl-wrap .field-info {
	margin: 1.2rem 0 0
}

.se .tbl-wrap .field-info .message {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #5C5C5C
}

header.se {
	position: static;
	padding: 2.8rem 6rem
}

header.se h1 {
	width: 13.1rem;
	height: 2.4rem;
	background: url(./../images/se_logo.svg) no-repeat;
	background-size: auto
}

.item-list-btn {
	margin-top: 2rem
}

.item-list-btn .icon-down {
	width: 18.3rem;
	height: 4rem;
	padding: 1rem 0.8rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
	justify-content: center
}

/* 2026-02-24 Q12075 말줄임 추가 */
.text-ellipsis-single {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.se .detail-info.store-entry .right-cont .ft-bx-cont ul li:nth-child(3) {
	width: 100%;
}
.se .detail-info.store-entry .right-cont .ft-bx-cont ul {
	max-width: 996px;
}
