@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

@font-face {
	font-family: "GSK";
	font-style: thin;
	font-weight: 100;
	src: url(/assets/fonts/GSKPrecision-Thin.woff2) format("woff2");
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
	font-family: "GSK";
	font-style: Light;
	font-weight: 300;
	src: url(/assets/fonts/GSKPrecision-Light.woff2) format("woff2");
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
	font-family: "GSK";
	font-style: normal;
	font-weight: 400;
	src: url(/assets/fonts/GSKPrecision-Regular.woff2) format("woff2");
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

@font-face {
	font-family: "GSK";
	font-style: Bold;
	font-weight: 700;
	src: url(/assets/fonts/GSKPrecision-Bold.woff2) format("woff2");
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

/* Initialization */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

a {
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.footer ul,
.figure-callout ul
 {
    list-style: none;
    margin: 0;
    padding: 0;
}

header {
	.gsk-logo-link {
		background: url("/assets/img/gif_logo_opt.gif") no-repeat;
		background-size: 100%;
	}
}

body {
	color: #151515;
	font-family: "Noto Sans KR", "GSK", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

site-container {
	font-family: "Noto Sans KR", "GSK", sans-serif;
	position: relative;
}

header {
	background-color: #fff;
	border-bottom: 1px solid #d6d6d6;
	direction: ltr;
	position: fixed;
	top: 0;
	transition: top .25s;
	width: 100%;
	z-index: 15;
}

li {
	margin: 0 0 1em;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-weight: normal;
}





/* mod */
header .gsk-logo {
	height: 22px;
	left: 15px;
	position: absolute;
	top: 30px;
	width: 76px;
}

header .gsk-logo-link {
	background-size: contain !important;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -999em;
	width: 100%;
}

.footer ul li,
.figure-callout ul li {
    direction: ltr;
    margin: 0;
    padding: 0;
}

footer ul li {
	direction: ltr;
	margin: 0;
	padding: 0;
}

svg:not(:root) {
	overflow: hidden;
}

#main-content {
	padding-top: 67px;
}

.breadcrumbs .main-container {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 20px; /* 패딩값 수정 */
    max-width: 1360px; /* 전체 최대 너비 통일 */
}

.main-container {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	margin: 50px auto calc(50px /2);
	padding: 0 20px;
}

.breadcrumbs li {
    display: inline-block;
    list-style-type: none;
}

.main-container *,
.main-container *:before,
.main-container *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ol>li {
	counter-increment: item;
}

ul:not([class]) li,
ol li {
	position: relative;
}

li {
	margin: 0 0 1em;
}

.breadcrumbs li:first-of-type a {
    padding: 0;
}

.breadcrumbs li a {
  font-size: 15px;
  line-height: 1.35;
  color: #151515;
  font-weight: 400;
  padding-left: 3px;
}

.breadcrumbs .icon-mini-chevron {
  fill: #151515;
  height: 10px;
  left: 1px;
  top: 0;
  width: 13px;
}

.icon-mini-chevron {
  fill: #f36633;
  height: 11px;
  margin: 0 0 0 3px;
  position: relative;
  top: 2px;
  width: 7px;
}

.breadcrumbs ol {
  padding: 0;
}

ol {
  counter-reset: item;
  padding: 0 0 0 40px;
}

ul:not([class]),
ol {
	margin: 0;
}

.main-container:after {
	content: " ";
	display: block;
	clear: both;
}

.landing-page-intro {
    padding: 0 20px; /* 패딩값 통일 */
    max-width: 1360px; /* 전체 최대 너비 통일 */
    margin: 0 auto; /* 중앙 정렬 */
}

.landing-page-intro__main--with-border {
    border-bottom: 2px solid #f0efed;
}

.landing-page-intro__main {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.landing-page-intro h1 {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h1,
.h1 {
  font-weight: 400;
}

.landing-page-intro p {
	margin: 0;
}

.landing-page-intro__main:after {
  content: " ";
  display: block;
  clear: both;
}

.landing-page-intro:after {
  clear: both;
  content: '';
  display: block;
}

article>.main-container {
	margin: 40px auto;
}

.content-wrapper {
	margin: 0 auto;
}

.rte h2,
.rte .main-container .content-wrapper h2 {
  margin-bottom: 36px;
}

article h2 {
  font-weight: 400;
  margin-bottom: 36px;
  text-align: center;
}

h2,
.h2 {
  font-weight: 400;
  margin-bottom: 36px;
}

p {
  margin: 0 0 1.3em;
}

.rte p {
	line-height: 1.6;
}

.rte a.button,
.rte .main-container .content-wrapper a.button {
	text-decoration: none;
}

.rte a[href^='//'],
.rte a[href^='http://'],
.rte a[href^='https://'],
.rte .main-container .content-wrapper a[href^='//'],
.rte .main-container .content-wrapper a[href^='http://'],
.rte .main-container .content-wrapper a[href^='https://'] {
  padding-right: 5px;
  position: relative;
}

.rte a,
.rte .main-container .content-wrapper a {
  text-decoration: underline;
  font-weight: 500;
  word-break: break-word;
}

.button {
  background-color: #f36633;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans KR", "GSK", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-out;
}

.rte h3,
.rte .h3,
.rte .main-container .content-wrapper h3,
.rte .main-container .content-wrapper .h3 {
	margin-bottom: 18px;
	padding-top: 18px;
}

.button:hover {
	background-color: #f25218;
	color: #fff;
}

.footer {
	border-top: 1px solid rgba(74, 74, 74, .5);
	text-align: left;
}

.footer-wrapper {
	box-sizing: border-box;
	margin: 0 auto !important;
	position: relatives;
}

.footer .gsk-logo {
	background-size: contain !important;
	display: block;
	height: 34px;
	overflow: hidden;
	text-indent: -999em;
	width: 112px;
}

.footer__disclaimer a {
	transition: color .3s;
}

.footer p {
	font-size: 13px;
	line-height: 1.3;
	margin: 10px 0;
	font-weight: 500;
}

ul.dashed {
	list-style-type: none;
}

ul.dashed > li {
	text-indent: -12px;
	padding-left: 1em;
}

ul.dashed > li:before {
	content: "- ";
	text-indent: -12px;
}

h3.h3Small {
	font-size: 1.3em;
}

div .input-check {
    background-color: #627E88;
    color: #fff;
    outline: solid 1px grey;
    text-align: center;
    margin: 0 40px;  /* 데스크톱 화면에서의 여백 */
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;    
}

div .input-check div {
	width: auto;
}

div .input-check .checkbox-container {
	display: flex;
	gap: 40px;  /* 체크박스 사이 간격 */
	justify-content: center;
}

.spacer {
	font-weight: 500;
	position: relative;
	text-align: center;
	z-index: 1;
}

.spacer .main-container {
	margin: 40px auto;
}

.spacer:after {
	/* background-color: #d5d1ce; */
	content: '';
	display: block;
	height: 90px;
	left: 50%;
	margin-bottom: 40px;
	position: relative;
	width: 1px;
}

.navbar {
	display: block;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding-bottom: 75px;
}

.align-center {
	text-align: center !important;
}

.align-center .button {
	margin: 25px 0;
}

.elements {
	margin-left: 15px;
}

label {
	width: 150px;
	font-size: 16px;
	color: #333;
}

label.mandatory {
	font-weight: bold;
}

@media (min-width: 768px) {
	.control-label {
		padding-top: 7px;
		margin-bottom: 0;
		width: 25%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.ig {
    font-size: .7em;
	font-style: italic;
	font-weight: 600;
	color: #878787;
}

/* 폼 전체 스타일 */
.form-wrapper {
    background-color: #fff;
    padding: 20px;
    max-width: 100%;
    margin: 50px auto;
    border-radius: 8px;
}

form {
	background-color: #fff;
	padding: 20px;
	max-width: 100%;
	margin: 50px auto;
	border-radius: 8px;
	/* border: .5px solid rgba(0,0,0,.1); */
	/* box-shadow: 0 4px 8px rgba(0,0,0,.1); */
}

.form-group {
	display: flex;
	align-items: center;
	margin-right: -15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.form-group:before {
	display: table;
	content: " ";
}

/* 폼 그룹 스타일 */
.form-group-table {
    display: flex;
    flex-direction: row;
    gap: 20px;  /* 레이블과 입력 필드 사이 간격 */
    margin-bottom: 20px;  /* 각 폼 그룹 사이 간격 */
}

/* 레이블 스타일 */
.form-group-table label {
    font-size: 16px;
    line-height: 1.5;
    color: #151515;
    padding-top: 5px;
}

/* 입력 필드 컨테이너 */
.form-group-table .tableSpan {
    width: 100%;
    max-width: 100%;
}

/* 입력 필드와 셀렉트 박스 스타일 */
.form-group-table input,
.form-group-table select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: .1s ease-out;
}

.form-group-table input,
.form-group-table select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: .1s ease-out;
}

input[type="text"],
input[type="email"] {
	max-width: 100%;
	flex-grow: 1;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	transition: .1s ease-out;
	outline: none;
}

input[type="submit"] {
	background-color: #f36633;
	width: 200px;
	margin: 26px 0px;
	padding: 17px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans KR", "GSK", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s ease;
}

input[type="submit"]:hover {
	background-color: #f25218;
	color: #fff;
}

input[type="submit"]:active {
	background-color: #ff8566;
}

input[type="submit"]:disabled {
  background-color: #c3c3c3;
}

input[type="text"]:focus {
	border: 3px solid #f36633;;
}

.form-submit {
	margin-top: 35px;
	text-align: center;
}

.mandatory-icon {
	color: #f36633;
}

.input-check label {
	color: #fff;;
}

.footer__body {
  padding: 30px 0 32px;
}

div .borderline {
	border: .5px solid #cdcdcd;
	padding: 40px 40px 40px 40px;
}

.box,
.boxReg {
  border: .5px solid #cdcdcd;
  max-width: 100%;
  width: auto;
  height: 300px;
  overflow: scroll;
  margin: auto;
  padding: 10px;
}

#agree:disabled + label,
#disagree:disabled + label {
  color: #c3c3c3;
}

body {
  height: auto;
}

.la {
	text-align: left;
}

.ra {
	text-align: right;
}

#submitBtn:disabled {
  color: #fff;
}

/* 이메일 입력 폼 스타일 */
.emailFormWrapper {
    display: flex;
    align-items: stretch;  /* 모든 요소의 높이를 동일하게 맞춤 */
    gap: 10px;
    width: 100%;
    min-height: 42px;  /* 최소 높이 설정 */
}

/* 이메일 로컬 부분 */
.emailFormWrapper input:first-child {
    flex: 2;
    min-width: 0;  /* flex 아이템 오버플로우 방지 */

}/* @ 기호 */
.emailFormWrapper .tableSpanAt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    width: 42px;
    min-width: 42px;  /* 너비 고정 */
    height: auto;  /* 부모 높이에 맞춤 */
    flex-shrink: 0;  /* 크기 축소 방지 */
}

/* 도메인 입력 부분 */
.emailFormWrapper input:nth-child(3) {
    flex: 2;
    min-width: 0;  /* flex 아이템 오버플로우 방지 */
}

/* 도메인 선택 박스 */
.emailFormWrapper select {
    flex: 1.5;
    min-width: 120px;  /* 최소 너비 보장 */
}

/* 공통 입력 필드 스타일 */
.emailFormWrapper input,
.emailFormWrapper select {
    height: 42px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #fff;  /* 배경색 명시 */
}

/* 포커스 상태 스타일 */
.emailFormWrapper input:focus,
.emailFormWrapper select:focus {
    border-color: #f36633;
    outline: none;
}

.tableSpanAt {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    line-height: 1.5;
}

.tableSpan {
    flex: 1;
}

.tableSpan input {
    width: 100%;  /* input이 부모 요소를 꽉 채우도록 */
}

.tableSpan select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* 이메일 입력 컨테이너 */
.email-input-container {
    display: flex;
    gap: 10px;
}

/* 이메일 입력 그룹 */
.email-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 3;  /* 전체 공간의 3/4 */
}

/* 이메일 선택 그룹 */
.email-select-group {
    flex: 1;  /* 전체 공간의 1/4 */
}

/* 이메일 입력 필드 공통 스타일 */
.email-input {
    height: 42px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
}

/* 이메일 로컬 부분 */
.email-input-group .email-input:first-child {
    flex: 1;
    min-width: 0;
}

/* 도메인 입력 부분 */
.email-input-group .domain-input {
    flex: 1.2;
    min-width: 0;
}

/* @ 구분자 */
.email-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-size: 16px;
    flex-shrink: 0;
}

/* 도메인 선택 박스 */
.domain-select {
    width: 100%;
    height: 42px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
}

/* 포커스 스타일 */
.email-input:focus,
.domain-select:focus {
    border-color: #f36633;
    outline: none;
}
















@media (min-width: 1440px) {
	.ftter-wrapper {
		padding: 0 !important;
	}
}


@media (min-width: 1300px) {
	header .gsk-logo {
		top: 66px;
		transition: all .25s;
	}

	#main-content {
		padding-top: 121px;
	}

}






@media only screen and (min-width: 1025px) {
	.footer__body {
		padding: 40px 0 60px;
	}

	.footer-wrapper {
		display: block;
		padding: 0 10px !important;
		width: 100%;
	}

	.footer__disclaimer {
		padding-right: 30px;
		width: 25%;
	}

	.footer .gsk-logo {
		margin-bottom: 34px;
	}
}


@media only screen and (min-width: 768px) {
  .landing-page-intro__main {
    padding-bottom: 120px;
    padding-top: 80px;
	}

  .landing-page-intro h1,
  .landing-page-intro__desc {
    width: calc(50% - 20px);
  }

  .landing-page-intro h1 {
    float: left;
    font-size: 60px;
    line-height: 1;
  }

  h1, .h1 {
    font-size: 80px;
    line-height: 90px;
  }

  .landing-page-intro__desc {
	  float: right;
  }

  .landing-page-intro p {
    font-size: 22px;
    font-weight: 300;
    padding-top: 5px;
    letter-spacing: -.03em;
  }

  article h2 {
  	font-size: 48px;
  	line-height: 56px;
  	margin-bottom: 68px;
	}

  h2,
  .h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .button,
  .btn.primary {
		padding: 15px 30px !important;
  }

  article a {
  	font-weight: 500;
  	text-decoration: underline;
  }

  article h3 {
  	margin-bottom: 60px;
  	font-size: 36px;
  	line-height: 1.33;
  }

}





@media (min-width: 1024px) {
    .breadcrumbs .main-container,
    .landing-page-intro {
        padding: 0 40px; /* 데스크톱에서 패딩값 통일 */
    }
}





@media (min-width: 768px) {
	header .gsk-logo {
		height: 34px;
		top: 24px;
		width: 106px;
	}

	#main-content {
		padding-top: 87px;
	}

	.content-wrapper {
		width: 75%;
	}

}





@media only screen and (max-width: 767px) {
    .breadcrumbs .main-container,
    .landing-page-intro {
        padding: 0 20px; /* 모바일에서 패딩값 통일 */
    }
}





@media only screen and (max-width: 600px) {
	.column {
		width: 100%;
	}

	div .input-check div {
		line-height: 2.5;
		width: 100%;
	}

	.landing-page-intro p {
    margin: 20px 0 30px 0;
	}

	div .input-check .checkbox-container {
		flex-direction: column;
		gap: 20px;
	}

	div .input-check {
        margin: 0 11px;  /* 모바일 화면에서의 여백을 줄임 */
		padding-left: 10px;
		padding-right: 10px;
    }
    
    div .input-check .checkbox-container {
        flex-direction: column;
        gap: 20px;
    }

	.form-group-table {
        gap: 10px;
		flex-direction: column;
    }

    .form-group-table .tableSpan {
        max-width: 100%;
	}
    
    .emailFormWrapper {
        flex-direction: column;
        gap: 10px;
    }
    
    .emailFormWrapper input,
    .emailFormWrapper select {
        width: 100%;
    }

    .emailFormWrapper .tableSpanAt {
        width: 100%;
        text-align: center;
    }

	.email-input-container {
        flex-direction: column;
		width: 100%;
    }
    
    .email-input-group {
        width: 100%;
    }
    
    .email-select-group {
        width: 100%;
    }
    
    .domain-select {
        width: 100%;
    }
}

/* 인증 관련 스타일 */
.verification-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.verification-request-btn {
    padding: 10px 20px;
    background-color: #f36633;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    min-width: 140px;
}

.verification-request-btn:hover {
    background-color: #f25218;
}

.verification-request-btn:disabled {
    background-color: #c3c3c3;
    cursor: not-allowed;
}

.verification-input-group {
    display: flex;
    gap: 10px;
    flex: 1;
    transform: translateX(-20px) scale(0.95);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.verification-input-group.show {
    transform: translateX(0) scale(1);
    opacity: 1;
}

.verification-input-group input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.verify-btn {
    padding: 10px 20px;
    background-color: #627E88;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.verify-btn:hover {
    background-color: #4f666f;
}

@media only screen and (max-width: 600px) {
    .verification-container {
        flex-direction: column;
        align-items: stretch;
    }
    
    .verification-input-group {
        flex-direction: column;
    }
}

/* 모달 스타일 추가 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    opacity: 1;
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 15% auto;
    padding: 0;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.modal.show .modal-content {
    transform: translateY(0);
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #151515;
}

.modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    color: #666;
}

.modal-body {
    padding: 20px;
    text-align: center;
}

.modal-body p {
    margin: 10px 0;
}

.email-display {
    font-weight: 500;
    color: #f36633;
    word-break: break-all;
}

.modal-info {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.modal-footer {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eee;
}

.modal-confirm {
    padding: 10px 30px;
    background-color: #f36633;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.modal-confirm:hover {
    background-color: #f25218;
}

@media only screen and (max-width: 600px) {
    .modal-content {
        margin: 30% auto;
        width: 95%;
    }
}

/* 인증 행 애니메이션 */
.verification-row {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 0;
    padding-bottom: 0;
}

.verification-row.show {
    max-height: 300px; /* 충분한 높이값 설정 */
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* 인증 입력 그룹 애니메이션 수정 */
.verification-input-group {
    display: flex;
    gap: 10px;
    flex: 1;
    transform: translateX(-20px) scale(0.95);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.verification-input-group.show {
    transform: translateX(0) scale(1);
    opacity: 1;
}

/* 타임아웃 모달 스타일 */
.timeout-modal .modal-content {
    max-width: 400px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    transform: translateY(-20px);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeout-modal.show .modal-content {
    transform: translateY(0);
}

.timeout-modal .modal-body {
    padding: 10px;
}

.timeout-modal .modal-body p {
    margin: 5px 0;
    font-size: 1rem;
    line-height: 1.5;
}

.timeout-modal .modal-body p:first-child {
    font-weight: 500;
}

/* 인증 결과 모달 스타일 */
.result-modal .modal-content {
    max-width: 400px;
    padding: 30px 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
}

.result-icon {
    margin-bottom: 20px;
}

.result-icon svg {
    width: 48px;
    height: 48px;
}

.success-icon {
    color: #4CAF50;
}

.fail-icon {
    color: #F44336;
}

.result-message {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
}

.result-modal.success .result-content {
    border-top: 4px solid #4CAF50;
}

.result-modal.fail .result-content {
    border-top: 4px solid #F44336;
}

/* 차단 모달 스타일 */
.block-modal .modal-content {
    max-width: 400px;
    padding: 30px 20px;
    text-align: center;
    background-color: rgba(244, 67, 54, 0.95);
    backdrop-filter: blur(5px);
    color: white;
}

.block-icon {
    margin-bottom: 20px;
}

.block-icon svg {
    width: 48px;
    height: 48px;
    color: white;
}

.block-message {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}

/* 입력 필드 래퍼 스타일 */
.input-wrapper {
    position: relative;
    width: 100%;
}

.input-wrapper input {
    width: 100%;
    padding: 10px 40px 10px 10px; /* 오른쪽에 인디케이터 공간 */
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* 상태 인디케이터 (내부) */
.input-wrapper::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

/* 유효한 상태 - 보더 컬러 변경 제거 */
.input-wrapper.valid::before {
    background-color: #4CAF50;
    opacity: 1;
    animation: pulse 1.5s infinite;
}

/* 유효하지 않은 상태 - 보더 컬러 변경 제거 */
.input-wrapper.invalid::before {
    background-color: #f44336;
    opacity: 1;
    animation: shake 0.5s ease-in-out;
}

/* 외부 인디케이터 관련 스타일 제거 */
.input-wrapper::after {
    display: none;
}

/* 체크 아이콘 스타일 */
.check-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #e0e0e0; /* 기본 색상을 더 밝은 회색으로 */
    opacity: 0.5; /* 기본 상태에서도 약하게 보이도록 */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 유효한 입력 상태 */
.input-wrapper.valid .check-icon {
    opacity: 1;
    fill: #4CAF50;
    transform: translateY(-50%) scale(1.1); /* 약간 커지는 효과 */
}

/* 입력 필드 호버 시 체크 아이콘 강조 */
.input-wrapper:hover .check-icon {
    opacity: 0.7;
}

/* 입력 필드 포커스 시 체크 아이콘 강조 */
.input-wrapper:focus-within .check-icon {
    opacity: 0.8;
}

/* 필수 입력 필드 표시 수정 */
.mandatory-icon {
    color: #f36633;
    margin-left: 4px;
}

/* 이메일 입력 그룹 특수 처리 */
.email-input-group .input-wrapper .check-icon {
    right: 35px; /* @ 기호와 겹치지 않도록 조정 */
}

/* 모바일 대응 */
@media only screen and (max-width: 600px) {
    .check-icon {
        width: 18px;
        height: 18px;
    }
}

/* 체크 아이콘 스타일에 추가 */
.input-wrapper.invalid .check-icon {
    opacity: 1;
    fill: #f44336; /* 빨간색으로 변경 */
    transform: translateY(-50%) scale(1.1);
}

/* 입력 필드 에러 스타일 */
.input-wrapper.invalid input {
    border-color: #f44336;
}

/* 에러 메시지 스타일 */
.error-message {
    display: block;
    color: #f44336;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 2px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .3s ease;
    max-height: 0;
    overflow: hidden;
    transition: opacity .3 ease, transform .3s ease, max-height .3s ease;
}

/* 가이드 메시지 스타일 */
.guide-message {
    display: block;
    color: #f44336;
    font-size: 12px;
    margin-top: 4px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s ease;
}

.guide-message.hide {
    opacity: 0;
    transform: translateY(-10px);
}

.error-message.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    max-height: 50px;
}

.error-message.hide {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
}

.input-wrapper.invalid .error-message {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* 인디케이터 시각적 피드백 강화 */
.input-wrapper {
    position: relative;
    transition: all 0.3s ease;
}

.input-wrapper.valid::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #4CAF50;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

.input-wrapper.invalid::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #f44336;
    border-radius: 50%;
    animation: shake 0.5s ease-in-out;
}

@keyframes pulse {
    0% { transform: translateY(-50%) scale(1); opacity: 1; }
    50% { transform: translateY(-50%) scale(1.5); opacity: 0.5; }
    100% { transform: translateY(-50%) scale(1); opacity: 1; }
}

@keyframes shake {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    25% { transform: translateY(-50%) translateX(-2px); }
    75% { transform: translateY(-50%) translateX(2px); }
}

/* 기존 체크 아이콘 관련 스타일 제거 */
.check-icon,
.input-wrapper .check-icon,
.input-wrapper.valid .check-icon,
.input-wrapper:hover .check-icon,
.input-wrapper:focus-within .check-icon,
.input-wrapper.invalid .check-icon,
.email-input-group .input-wrapper .check-icon {
    display: none;
}

/* 강화된 인디케이터 스타일 */
.input-wrapper {
    position: relative;
    transition: all 0.3s ease;
    margin-right: 15px; /* 인디케이터 공간 확보 */
}

.input-wrapper input {
    width: 100%;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.input-wrapper.invalid input {
    border-color: #f44336;
}

/* 상태 인디케이터 */
.input-wrapper::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

/* 유효한 상태 */
/*
.input-wrapper.valid input {
    border-color: #4CAF50;
}
*/

.input-wrapper.valid::before {
    background-color: #4CAF50;
    opacity: 1;
    animation: pulse 1.5s infinite;
}

/* 유효하지 않은 상태 */
.input-wrapper.invalid input {
    border-color: #f44336;
}

.input-wrapper.invalid::before {
    background-color: #f44336;
    opacity: 1;
    animation: shake 0.5s ease-in-out;
}

/* 애니메이션 수정 */
@keyframes pulse {
    0% { 
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4);
    }
    50% { 
        transform: translateY(-50%) scale(1.2);
        box-shadow: 0 0 0 4px rgba(76, 175, 80, 0);
    }
    100% { 
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}

@keyframes shake {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    25% { transform: translateY(-50%) translateX(-2px); }
    75% { transform: translateY(-50%) translateX(2px); }
}

/* 포커스 효과 */
.input-wrapper input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(243, 102, 51, 0.2);
}

/* 이메일 입력 그룹 특수 처리 */
.email-input-group .input-wrapper {
    margin-right: 8px; /* 이메일 입력 필드 간격만 유지 */
}

/* 모바일 대응 */
@media only screen and (max-width: 600px) {
    .input-wrapper input {
        padding-right: 35px; /* 모바일에서 패딩 조정 */
    }
    
    .input-wrapper::before {
        width: 6px;
        height: 6px;
        right: 10px;
    }
}

/* 이메일 필드 특수 처리 */
#emailLocal,
#emailDomain {
    padding-right: 10px; /* 기본 패딩으로 복원 */
}

/* 이메일 필드의 기본 인디케이터 숨김 */
.input-wrapper[data-field-type="email"]::before {
    display: none;
}

/* 이메일 인증 완료 시에만 인디케이터 표시 */
.input-wrapper[data-field-type="email"].email-verified::before {
    display: block;
    background-color: #4CAF50;
    opacity: 1;
    animation: pulse 1.5s infinite;
}

/* 이메일 인증 완료 상태 스타일 */
.input-wrapper[data-field-type="email"] input:disabled,
#emailDomainList:disabled {
    background-color: #f5f5f5;
    color: #666;
    cursor: not-allowed;
    opacity: 0.8;
    border-color: #ddd;
}

/* 인증 완료된 이메일 필드 스타일 */
.input-wrapper[data-field-type="email"].email-verified input,
#emailDomainList.verified {
    border-color: #e0e0e0;
    background-color: #f5f5f5;
}

/* 이메일 도메인 선택 비활성화 스타일 */
#emailDomainList:disabled {
    background-color: #f5f5f5;
    border-color: #ddd;
    opacity: 0.8;
}

/* 비활성화된 입력 필드의 텍스트 색상 유지 */
.input-wrapper[data-field-type="email"].email-verified input:disabled {
    color: #333;
}

/* 모바일 대응 */
@media only screen and (max-width: 768px) {
    /* 기존 모바일 스타일 유지 */
    .input-wrapper input {
        padding-right: 35px;
    }
    
    .input-wrapper::before {
        width: 6px;
        height: 6px;
        right: 10px;
    }

    /* 모바일에서 이메일 필드 인디케이터 숨김 */
    .input-wrapper[data-field-type="email"]::before {
        display: none !important;
    }

    #emailLocal,
    #emailDomain {
        padding-right: 10px;
    }

    .input-wrapper[data-field-type="email"].email-verified::before {
        display: none !important;
    }

    /* 폼 컨테이너 여백 조정 - 기본값 */
    .form-wrapper {
        margin-bottom: 20px;
        transition: padding-bottom 0.3s ease;
    }

    /* 입력 필드 포커스 시 자동 스크롤 조정 */
    .form-group-table {
        scroll-margin-top: 20px;
        scroll-margin-bottom: 20px;
    }

    /* 제출 버튼 위치 조정 */
    .form-submit {
        position: relative;
        margin-bottom: 20px;
    }

    /* 전체 컨테이너 스크롤 동작 개선 */
    .site-container {
        min-height: 100vh;
        padding-bottom: env(safe-area-inset-bottom);
    }

    /* 입력 필드 터치 영역 최적화 */
    input, 
    select, 
    button {
        min-height: 44px;
        touch-action: manipulation;
    }
}

/* iOS 가상 키보드 대응 */
@supports (-webkit-touch-callout: none) {
    .site-container {
        min-height: -webkit-fill-available;
    }
    
    .form-wrapper {
        padding-bottom: 150px; /* iOS 키보드를 위한 추가 여백 */
    }
}
