@import 'initialize.css';

html, body, #app { height: 100%; }
body { min-width: 300px; color: #000; font-family: 'SamsungOneKoreanC'; }

/* 공통 */
.btn-action { background-color: #5367cc; border-radius: 3.375rem; box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); color: #fff; display: inline-block; font-size: 1.25rem; font-weight: 700; line-height: 2.5; padding: 0.125rem 2.75rem; transform: translateY(0); transition: box-shadow 0.2s ease-in-out, transform 0.2s 0.05s ease-in-out; }
.btn-action:hover { box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); transform: translateY(-2px); }
.btn-util { background-color: #212d6a; border-radius: 0.625rem; color: #fff; display: inline-block; font-family: 'SamsungOneKoreanC'; font-size: 1.125rem; font-weight: 600; padding: 0.25rem; position: relative; overflow: hidden; }
.btn-util:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%); opacity: 0; transition: opacity 0.2s; }
.btn-util:hover:after { opacity: 1; }
.btn-underline { display: block; font-weight: 700; text-align: center; text-decoration: underline; text-underline-position: under; margin: 2.5rem auto 0; }
.btn-underline:hover { opacity: 0.8; }
.overflow-hidden { overflow: hidden; }
.show { display: block; }
.hide { display: none !important; }
::placeholder { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
::-webkit-input-placeholder { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
::-ms-input-placeholder { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 헤더 */
.header { background-color: rgba(0, 0, 0, 0.75); display: flex; justify-content: space-between; align-items: center; height: 100px; padding: 0 min(4.2vw, 80px); position: fixed; left: 0; right: 0; top: 0; z-index: 1000; }
.header .logo { width: 194px; }
.header .logo-sub { margin-bottom: 0.3rem; }
.header .menu { color: #fff; position: relative; }
.header .menu-list {  display: flex; justify-content: center; align-items: center; column-gap: 3.75rem; }
.header .btn-link { font-size: 1.25rem; font-weight: 700; line-height: 2.3; padding: 0 2px; }
.header .btn-link:not(:last-child) { margin-right: 2.916vw; }
.header .btn-link:hover { color: rgba(255, 255, 255, 0.7); }
.btn-menu { width: 25px; height: 19px; position: relative; display: none; }
.btn-menu .bar { background-color: #fff; border-radius: 3px; width: 100%; height: 3px; position: absolute; right: 0; transform: rotate(0deg); transition: all 0.25s ease-in-out; }
.btn-menu .bar:nth-of-type(1) { top: 0; }
.btn-menu .bar:nth-of-type(2) { top: 8px; }
.btn-menu .bar:nth-of-type(3) { top: 16px; }
.header .menu.on .btn-menu .bar:nth-of-type(1) { top: 8px; transform: rotate(135deg); }
.header .menu.on .btn-menu .bar:nth-of-type(2) { opacity: 0; }
.header .menu.on .btn-menu .bar:nth-of-type(3) { top: 8px; transform: rotate(-135deg); }


/* 메인 */
.main-visual { background: #000 url(../images/bg-main.png) no-repeat center center / 100% 100%; display: flex; align-items: center; min-height: 100%; padding-top: 100px; position: relative; overflow: hidden; }
.main-visual .content { color: #fff; flex-grow: 1; margin: 0 10.42vw; padding: 3.5rem 0; position: relative; z-index: 1; }
.main-visual .sub-tit { max-width: 524px; margin-bottom: 1.5rem; }
.main-visual .tit { max-width: 759px; }
.main-visual .info-wrap { margin-top: 3.625rem; }
.main-visual .info-wrap dl { display: grid; grid-template-columns: 65px 1fr; column-gap: 2.25rem; align-items: center; font-size: 1.625rem; }
.main-visual .info-wrap dl:not(:first-child) { margin-top: 0.35rem; }
.main-visual .info-wrap dt { font-weight: 700; text-align: justify; line-height: 0; width: 100%; margin-right: 2.25rem; }
.main-visual .info-wrap dt:before { content: ''; display: inline-block; width: 100%; vertical-align: top; }
.main-visual .info-wrap dt:after { content: ''; display: inline-block; width: 100%; vertical-align: top; }
.main-visual .info-wrap dd { font-weight: 400; }
.main-visual .btn-action { margin-top: 3.625rem; }
.main-visual .bg { position: absolute; inset: 0; z-index: 0; opacity: 0.7; pointer-events: none; }
.main-visual .bg .obj-d { display: block; max-width: none; max-height: 130%; position: absolute; right: 0; top: 50%; transform: translate(17%, -52%); }
.main-visual .bg .obj-m { display: none; max-width: none; width: 110%; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 25%); }

/* 서브 공통 */
.top-visual { background: #000 url(../images/bg-sub.png) no-repeat center center / 100% 100%; height: 500px; padding-top: 100px; position: relative; z-index: 0; }
.top-visual .bg { background: url(../images/bg-obj-d.svg) no-repeat right -250px center / auto 130%; position: absolute; inset: 0; z-index: 0; opacity: 0.7; pointer-events: none; }
.pg-tit { color: rgba(255, 255, 255, 0.4); font-family: 'SamsungSharpSans'; font-size: 3.125rem; font-weight: 700; text-align: center; margin-top: 5.625rem; position: relative; z-index: 1; }
.body { min-height: calc(100% - 500px + 11.5rem); padding: 0 2rem 6.25rem; margin-top: -11.5rem; position: relative; z-index: 1; }
.body .bg { background-color: #f8f8f8; width: 100%; height: calc(100% - 11.5rem); position: absolute; top: 11.5rem; left: 0; z-index: 0; }
.container { background-color: #fff; border-radius: 1.25rem; box-shadow: 0px 4px 18px 3px rgba(0, 0, 0, 0.05); max-width: 900px; width: 100%; margin: 0 auto; padding: 4.375rem 2rem 5rem; position: relative; z-index: 1; }
.con-tit { font-size: 2.5rem; font-weight: 700; text-align: center; margin-bottom: 6.5rem; }

.modal-wrap { background-color: rgba(0, 0, 0, 0.7); position: fixed; inset: 0; z-index: 1050; }
.modal-wrap[hidden] { display: none; }
.modal { background-color: #fff; border-radius: 0.625rem; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; max-width: 600px; width: 80%; min-height: 250px; padding: 1rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%, calc(-50% + 20px)); opacity: 0; transition: opacity 0.4s ease, transform 0.4s ease-out; pointer-events: none; }
.alert-txt { font-family: 'SamsungOneKorean'; font-size: 1.625rem; font-weight: 600; text-align: center; }
.modal .btn-action { text-align: center; min-width: 200px; }
.modal .btn-group { display: flex; justify-content: center; column-gap: 1rem; }
.modal .btn-group .btn-action { min-width: 160px; }
.modal .btn-group .btn-modification { background-color: #414850; }
.modal.is-interactive { pointer-events: auto; }
.modal.fade-in { transform: translate(-50%, -50%); opacity: 1; transition: opacity 0.4s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1); }

/* 참가 등록 폼 */
input.ip-txt, input.ip-pw, input.ip-tel, input.ip-email, input.ip-num, select.ip-select { border: 1px solid #ccc; border-radius: 0.625rem; color: #757575; font-size: 1.125rem; font-weight: 500; width: 100%; height: 50px; outline: none; padding: 0.5rem 1rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
input.ip-txt:focus, input.ip-pw:focus, input.ip-tel:focus, input.ip-email:focus, input.ip-num:focus, select.ip-select:focus { border-color: #00a1cc; }
input.ip-rd { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-color: #efefef; border-radius: 50%; width: 1.25rem; height: 1.25rem; position: relative; }
input.ip-rd:checked { border: 1px solid #00a1cc; }
input.ip-rd:checked:after { content: ''; background-color: #00a1cc; border-radius: 50%; width: 60%; height: 60%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
select.ip-select { background: url(../images/ico-select.png) no-repeat center right 1rem / 13px 11px; cursor: pointer; }

.form-block { font-family: 'SamsungOneKorean'; max-width: 680px; margin: 0 auto; }
.form-block *[hidden] { display: none !important; }
.form-block .btn-action { display: block; text-align: center; width: 200px; margin: 5.125rem auto 0; }
.fs-basic { border-bottom: 1px solid #cecece; padding-bottom: 1.875rem; }
.fs-common, .fs-poster, .form-group:not(:first-child) { margin-top: 1.875rem; }
.form-group__tit { font-weight: 700; }
.form-group__tit .req { color: #f00; }
.form-group__tit .tip { color: #777; font-family: 'SamsungOneKoreanC'; font-size: 1em; font-weight: 600; display: block; }
.form-elements { margin-top: 0.5rem; }
.form-elements.rd-group label { cursor: pointer; display: inline-block; white-space: nowrap; }
.form-elements.rd-group label:not(:last-child) { margin-right: 1.875rem; }
.form-elements.rd-group .ip-rd { vertical-align: middle; }
.form-elements.rd-group .lbl-txt { display: inline-block; font-weight: 700; vertical-align: middle; margin-left: 0.375rem; }
.form-elements__inner { display: flex; column-gap: 0.75rem; width: 100%; }
.form-elements__inner .ip-num { flex: 1; }
.form-elements__inner .btn-util { flex-shrink: 0; width: 23.4%; height: 50px; }
.form-note { color: #777; font-size: 1rem; font-weight: 500; margin-top: 0.625rem; margin-left: 1rem; }
.form-note.notice { font-size: 0.875rem; font-weight: 600; margin-top: 0.625rem; margin-left: 0.25rem; }
.form-elements.email-elems { display: flex; column-gap: 0.75rem; width: 100%; position: relative; }
.form-elements.email-elems .btn-util { flex-shrink: 0; width: 23.4%; height: 50px; }

.file-guide { background-color: rgba(0, 0, 0, 0.05); border-radius: 0.625rem; color: #777; padding: 1.25rem 1.5625rem; }
.file-guide__tit { font-size: 1.125rem; font-weight: 700; }
.file-guide__list { list-style: initial; padding-left: 1.75rem; margin-top: 0.75rem; }
.file-guide__item { list-style: disc outside; font-size: 1rem; font-weight: 700; }
.link-download { color: #000dff; display: inline-block; font-size: 1rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; margin-top: 0.75rem; }
.file-wrap .ip-file { display: none; }
.file-notice + .btn-util, .file-wrap label, .btn-remove-poster, .btn-add-poster { display: block; font-family: 'SamsungOneKorean'; text-align: center; line-height: calc(50px - 0.5rem); width: 100%; height: 50px; margin-top: 0.5rem; cursor: pointer; }
.file-notice { background-color: #f5f6f7; border-radius: 5px; display: flex; align-items: center; column-gap: 1.5rem; font-family: 'SamsungOneKoreanC'; margin-top: 0.5rem; padding: 1.5625rem 1rem 1.5625rem 2.25rem; }
.file-notice .con-left { background: url(../images/folder.png) no-repeat center center / contain; width: 3.9375rem; height: 3rem; }
.file-notice .con-right{ flex: 1; }
.file-notice .con-right > div:not(:first-child) { margin-top: 1rem; }
.file-notice__tit { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.file-notice__txt { font-size: 0.875rem; font-weight: 500; line-height: 1.3; }
.poster-group { margin-top: 1.875rem; }
.poster-data { border-bottom: 1px solid #eee; padding-bottom: 1.5rem; }
.poster-data:not(:first-child) { margin-top: 1.5rem; }
.btn-remove-poster { background-color: #414850; }
.btn-add-poster { margin-top: 1.5rem; }


/* 관리자페이지 */
.header--admin { background: #000 url(../images/bg-sub.png) no-repeat center center / 100% 100%; display: flex; justify-content: space-between; align-items: center; height: auto; padding: 2.75rem 4.2vw; position: relative; overflow: hidden; }
.header--admin .bg { background: url(../images/bg-obj-d.svg) no-repeat right -40px center / auto 150%; position: absolute; inset: 0; z-index: 0; opacity: 0.7; pointer-events: none; }
.header--admin .logo { color: #fff; display: flex; align-items: flex-end; column-gap: 1.5rem; position: relative; z-index: 1; }
.header--admin .logo a { width: 194px; }
.header--admin .logo-sub { margin-bottom: 0.375rem; }
.header--admin .logo span { display: block; font-family: 'SamsungSharpSans'; font-size: 1.5rem; margin-bottom: 0.1rem; position: relative; }
.header--admin .logo span:before { content: ''; background-color: #fff; width: 3px; height: 62%; position: absolute; left: 0; bottom: 0; transform: translate(-0.7rem, calc(-50% + 0.1rem)); }
.header--admin .btn-auth { background-color: #fff; border-radius: 3px; color: #2f4098; font-size: 0.875rem; font-weight: 700; position: relative; z-index: 1; padding: 10px 20px; }

.admin-con { background-color: #f3f3f3; font-family: 'SamsungOneKorean'; padding: 3.5rem 4.2vw 5.5rem; }
.admin-con .con-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.tab-list { display: flex; column-gap: 0.625rem; }
.tab-btn { background-color: #414850; border-radius: 3px; color: #fff; font-size: 1.125rem; font-weight: 500; padding: 0.75rem 2.25rem; }
.tab-btn.active { background-color: #5367cc; font-weight: 700; pointer-events: none; }
.mail-menu { display: flex; align-items: center; column-gap: 0.625rem; }
.mail-btn { background-color: #414850; border-radius: 0.375rem; color: #fff; font-weight: 700; text-align: center; line-height: 46px; width: 112px; height: 46px; }

.board { background-color: #fff; border-radius: 1.25rem; position: relative; padding: 2.8125rem 2.375rem 3.125rem; }
.board-title { color: #2c2c2c; font-size: 2rem; font-weight: 700; }
.board .con-tit { display: flex; align-items: baseline; column-gap: 0.625rem; margin-bottom: 0; }
.board .btn-action { background-color: #000; border-radius: 6px; color: #fff; font-size: 1rem; font-weight: 700; line-height: 2.75rem; width: 7rem; height: 2.75rem; padding: 0; text-align: center;}

.board .con-mid { display: flex; justify-content: space-between; align-items: center; column-gap: 3rem; margin-top: 1.5rem; }
.inquiry { display: flex; column-gap: 0.625rem; flex: 1; }
.inquiry input[type=search], .inquiry select { border: 1px solid #999; border-radius: 0.625rem; color: #515151; font-size: 1rem; font-weight: 400; height: 2.75rem; padding: 0 1.25rem; }
.inquiry input[type=search] { max-width: 500px; width: 60%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inquiry select { background: url(../images/ico-select.png) no-repeat center right 1.1rem / 13px 11px; cursor: pointer; width: 195px; }
.board .con-mid .btn-group { display: flex; column-gap: 0.625rem; }

.tbl-wrap { position: relative; margin-top: 1rem; }
.tbl-scrollWrap { overflow-x: auto; }
.tbl-wrap table { border-top: 1px solid #000; font-size: 1rem; letter-spacing: -0.4px; table-layout: auto; white-space: nowrap; }
.tbl-wrap tr:nth-child(odd) { background-color: #ecedee; }
.tbl-wrap tr:nth-child(even) { background-color: #f8f8f8; }
.tbl-wrap tr:first-child { background-color: #d9d9d9; }
.tbl-wrap th { height: 50px; padding: 0 1.25rem; }
.tbl-wrap td { text-align: center; height: 93px; padding: 0 1.25rem; }
.tbl-wrap td .link-download { font-weight: 400; margin-top: 0; }

.pagination { display: flex; justify-content: center; align-items: center; margin-top: 1.875rem; text-align: center; }
.pagination a { color: #999; display: inline-block; font-size: 1rem; font-weight: 600; width: 1.25rem; }
.pagination a.active { color: #00a1cc; font-weight: 700; pointer-events: none; }
.pagination .disabled { pointer-events: none; }

.login-con { background: #000 url(../images/bg-main.png) no-repeat center center / 100% 100%; width: 100%; font-family: 'SamsungOneKorean'; min-height: 100%; padding: 10vh 2rem; position: relative; overflow: hidden; }
.login-con-inner { max-width: 600px; min-height: 100%; margin: 0 auto; position: relative; z-index: 1; }
.login-title { color: #fff; font-family: 'SamsungSharpSans'; font-size: 3.5rem; font-weight: 700; text-align: center; margin: 0 auto 3rem; }
.login-title .logo { margin-bottom: 1.25rem; }
.login-title .logo-sub { display: block; max-width: 130px; margin: 0 auto 0.25rem; }
.login-title .logo-main { display: block; max-width: 150px; margin: 0 auto; }
.login-card { background-color: #fff; border-radius: 0.5rem; display: flex; flex-direction: column; min-width: 0; width: 100%; padding: 3em max(4.2vw, 1.5rem); }
.login-card .tit { font-family: 'SamsungSharpSans'; font-size: 1.875rem; font-weight: 700; }
.login-card .input-container { position: relative; margin: 2rem 0; }
.login-card .input-container input { outline: none; z-index: 1; position: relative; background: none; width: 100%; height: 60px; border: 0; color: #212121; font-size: 1rem; font-weight: 400; }
.login-card .input-container label { position: absolute; top: 0; left: 0; color: #757575; font-size: 1rem; line-height: 60px; transition: all 0.2s; }
.login-card .input-container input:focus ~ label { color: #9d9d9d; transform: translate(-12%, -50%) scale(0.75);}
.login-card .input-container input:focus ~ .bar:before, .login-card .input-container input:focus ~ .bar:after {    width: 50%; }
.login-card .input-container input:valid ~ label { color: #9d9d9d; transform: translate(-12%, -70%) scale(0.75); }
.login-card .input-container .bar { position: absolute; left: 0; bottom: 0; background-color: #757575; width: 100%; height: 1px; }
.login-card .input-container .bar:before, .login-card .input-container .bar:after { content: ''; background-color: #5367cc; position: absolute; width: 0; height: 2px; transition: all 0.2s; }
.login-card .input-container .bar:before { left: 50%; }
.login-card .input-container .bar:after { right: 50%; }
.login-card .btn-container { text-align: center; margin-top: 4rem; }
.login-con .bg { background: url(../images/bg-obj-d.svg) no-repeat right bottom / contain; position: absolute; right: -15%; bottom: -15%; z-index: 0; width: 105%; height: 80%; opacity: 0.5; min-width: 600px; }





/* 251002 */
.header .logo { width: auto; }
.header .logo-sub { margin-bottom: 0; margin-right: 0.375rem; }
.header .btn-link.btn-logout { font-size: 0.875rem; font-weight: 600; text-decoration: underline; text-underline-position: under; }

.main-visual { min-height: 100vh; min-height: 100dvh; }
.main-visual .sub-tit { max-width: 310px; width: 100%; margin-bottom: 0.625rem; }
.main-visual .tit { max-width: 712px; width: 100%; margin-left: -0.75rem; }
.main-visual .sub-tit img, .main-visual .tit img { width: 100%; }
.main-visual .logo-visual { max-width: 220px; margin-top: 0.75rem; }
.main-visual .info-wrap { margin-top: 5rem; }

.con-tit.nm { margin-bottom: 0rem; }
.con-tit + .con-subtext { color: #757575; font-size: 1.125rem; text-align: center; margin-top: 1rem; margin-bottom: 6.5rem; }


.header--admin .logo a { width: auto; }
.header--admin .logo-sub { margin-right: 0.25rem; position: relative; top: 0.2rem; }
.header--admin .logo span { margin-bottom: 0; }

.login-title .logo-main { max-width: 200px; }
.login-title .logo-visual { display: block; max-width: 90px; margin: 0.25rem auto 0; }



/* 251013 */
.file-notice .con-right > div:not(:first-child) { margin-top: 1.5rem; }
.file-notice__small { color: #999; font-family: 'SamsungOneKoreanC'; font-size: 0.875em; font-weight: 600; display: inline-block; }
.file-notice__con { display: inline-block; text-align: center; position: relative; width: calc(50% - 1rem); min-width: max-content; }
.file-notice__con:not(:last-of-type) { margin-right: 1rem; }
.file-notice__con__tit { background-color: rgba(255, 255, 255, 0.75); border: 1px solid #ececec; border-radius: 1rem; display: inline-block; padding: 0.25rem 0.75rem; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 2; white-space: nowrap; font-weight: 600; }
.file-notice__con__tit.blue { background-color: rgb(221, 233, 249); }
.file-notice__con__tit.orange { background-color: rgb(249, 227, 216); }
.file-notice__con__list { background-color: rgba(255, 255, 255, 0.75); border: 1px solid #ececec; border-radius: 0.625rem; padding: 1.25rem 2rem 0.75rem 3.25rem; margin-top: 1rem; text-align: left; }
.file-notice__con__list li { list-style: disc outside; }
.file-notice .link-download { margin-right: 0.5rem; margin-top: 0.5rem; }