/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
    font-family: 'WAGURITTF';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2403@1.0/WAGURITTF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

#container {
    min-width: 1200px;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    /* background: #dddddd; */
}

*::-webkit-scrollbar-thumb {
    background: #525252;
    border: 2px solid #525252;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

.lbti_banner,
.left_nav_btn,
.left_nav_wrap,
#top_wrap {
    display: none !important;
}

#header {
    margin-top: 0 !important;
}

#top_btn {
    z-index: 10000;
}

.FLUniv24_2 div,
.FLUniv24_2 a,
._modalWrp div,
._modalWrp a,
.fltWrp div,
.fltWrp a {
    box-sizing: border-box;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
}

area:focus {
    outline: none;
}

._inBlock {
    display: inline-block;
    vertical-align: middle;
}

._poRe {
    position: relative;
}

._poAb {
    position: absolute;
}

._poFxd {
    position: fixed !important;
    z-index: 1000;
}

._fltL {
    float: left;
}

._fltR {
    float: right;
}

._clearFx {
    clear: both;
}

._inFlex {
    display: inline-flex !important;
    align-items: center;
}

._mr16 {
    margin-right: 16px;
}

._mb14 {
    margin-bottom: 11px;
}

._hide {
    display: none !important;
}

._ftBold {
    font-weight: bold;
}

._lodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

._lodingBg {
    width: 184px;
    height: 184px;
    background-image: url('/assets/data/img/icon/loading/loading_img.png');
    display: inline-block;
    margin-top: calc(25% - 30px);
}

._lodingCn {
    width: 184px;
    height: 184px;
    display: inline-block;
    margin-top: calc(25% - 30px);
    position: absolute;
    top: 0;
    left: calc(50% - 92px);
}

.loginGifImg {
    margin-top: 70px;
}

._lodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

._lodingBg {
    width: 184px;
    height: 184px;
    background-image: url('/assets/data/img/icon/loading/loading_img.png');
    display: inline-block;
    margin-top: calc(25% - 30px);
}

._lodingCn {
    width: 184px;
    height: 184px;
    display: inline-block;
    margin-top: calc(25% - 30px);
    position: absolute;
    top: 0;
    left: calc(50% - 92px);
}

.fltWrp {
    bottom: 150px;
    right: 0;
    width: 292px;
    text-align: center;
}

.fltTop {
    margin-bottom: 10px;
}

.flt_bdg {
    top: 82px;
    left: 0;
    animation: blink-effect 1s step-end infinite;
}

._modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-size: 0;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

._modalBg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    cursor: pointer;
}

._modalWrp {
    background: #FFFFFF;
    z-index: 10001;
    position: absolute;
    top: 50px;
    left: calc(50% - 325px);
    /* width: 651px; */
    height: 451px;
    box-sizing: border-box;
    border-radius: 8px;
}

/* ._modalApl{
    display: block;
    opacity: 1;
} */


._modalEvd ._modalWrp {
    width: 598px;
    height: 395px;
    left: calc(50% - 299px);
    overflow-x: hidden;
}

._modalAplCmp ._modalWrp {
    width: 367px;
    height: 344px;
    left: calc(50% - 183px);
}


._modalApl ._modalTop ._tit {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: -0.48px;
    text-align: left;
    color: #202020;
    margin: 40px 40px 0 40px;
    padding-bottom: 14px;
    border-bottom: 2px solid #575862;
}

.closeBtn {
    width: 23px;
    height: 23px;
    background: url('/assets/data/img/promotion/EmrInt/modal/closeBtn.png') center no-repeat;
    right: 40px;
    top: 40px;
}

._modallecInfo .closeBtn {
    right: 24px;
    top: 20px;
}



._modalApl ._modalTop ._tit span {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    color: #e2244b;
}

._modalApl ._modalCon {
    height: calc(100% - 85px);
    overflow-y: auto;
    margin: 0 10px;
    text-align: center;
}

._modalApl ._modalCon .aplCon {
    padding: 20px 30px 30px 30px;
    text-align: left;
    font-size: 11px;
}

._modalApl ._modalCon .aplInpDpth {
    display: block;
    padding-top: 22px;
}

._modalApl .aplSort ._tit {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.45px;
    color: #282828;
    margin-bottom: 14px;
}

._modalApl .aplSort ._txt {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.42px;
    color: #7f7f7f;
    margin-bottom: 22px;
    font-weight: 500;
}

.aplInpDpth .aplInpTit {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: -0.39px;
    text-align: left;
    color: #282828;
    padding-bottom: 5px;
}

.aplInpDpth .aplInpTit span {
    font-weight: 400;
}

._apply_memo {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #0a2665;
    margin-top: 20px;
    margin-bottom: 20px;
}

.interviewCheck {
    margin-top: 20px;
}

.aplLecContent {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.39px;
    text-align: left;
    color: #8b8a8a;
}

.aplLecContent span {
    color: #fc1c4a;
}

input.aplInpTxt {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    border: 1px solid #727482;
    min-width: auto;
    width: auto;
}

select.splInpSel {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    border: 1px solid #727482;
    border-radius: 2px;
    min-width: auto;
    padding: 0 30px 0 12px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #282828;
    background: #fff url('/assets/data/img/promotion/EmrIns/modal/selectBoxArrow.png') right 12px center no-repeat;
}

select.aplInpHp1 {
    width: 75px;
}

input.aplInpName {
    width: 170px;
}

input.aplInpHp2,
input.aplInpHp3 {
    width: 65px;
}

input.aplInpEmail1 {
    width: 115px;
}

input.aplInpEmail2 {
    width: 131px;
}

.aplInpCon>div.aplInpdis {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    padding: 0 5px;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
    color: #727482;
}

.aplInpDpthLine {
    background: #d1d4da;
    width: 100%;
    height: 1px;
    border-radius: 0.5px;
    margin: 21px 0;
}

.aplRvw {
    padding-bottom: 28px;
    border-bottom: 1px solid #7e7e7e;
}

.aplRvw ._tit {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.45px;
    line-height: 15px;
    margin-bottom: 8px;
    color: #282828;
}

.aplAgrDv {
    margin-top: 14px;

}

input[type="checkbox"]#agrChBox,
.aplSort input[type="checkbox"] {
    display: none;
}

input[type=checkbox]#agrChBox+label,
.aplSort input[type="checkbox"]+label {
    display: inline-block;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    cursor: pointer;
    width: auto;
    height: 17px;
    background: url('/assets/data/img/promotion/EmrIns/modal/checkbox_off.png') no-repeat left center;
    padding-left: 25px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.aplSort input[type="checkbox"]+label {
    font-weight: normal;
}

._mb13 {
    margin-bottom: 13px;
}

input[type=checkbox]#agrChBox:checked+label,
.aplSort input[type="checkbox"]:checked+label {
    background: url('/assets/data/img/promotion/EmrIns/modal/checkbox_on.png') no-repeat left center;
}

.aplAgrInfo {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: -0.39px;
    text-align: left;
    color: #7f7f7f;
    padding-left: 24px;
    margin-top: 3px;
}

button.aplBtn.sbm {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    width: 584px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.28px;
    background: #25231c;
    color: #ffffff;
    margin-top: 30px;
}

._modalApl ._modalWrp {
    /* width: 664px; */
    height: 500px;
    left: calc(50% - 350px);
    top: calc(50% - 350px);
}

._modalApl ._modalTop ._tit {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: -0.48px;
    text-align: left;
    color: #202020;
    margin: 40px 40px 0 40px;
    padding-bottom: 14px;
    border-bottom: 2px solid #575862;
}

._modalTop .closeBtn {
    width: 23px;
    height: 23px;
    background: url('/assets/data/img/promotion/EmrInt/modal/closeBtn.png') center no-repeat;
    right: 40px;
    top: 40px;
}

._modalApl ._modalCon {
    height: calc(100% - 85px);
    overflow-y: auto;
    margin: 0 10px;
    text-align: center;
}

._modalApl ._modalCon .aplCon {
    padding: 20px 30px;
    text-align: left;
    font-size: 14px;
}

._modalApl ._modalCon .aplInfo {
    padding: 15px;
    background-color: #f7f7f7;
}

._modalApl ._modalCon .aplInfo ._txt {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.42px;
    color: #4c4c4c;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    margin-bottom: 3px;
    padding-left: 10px;
}

._modalApl ._modalCon .aplInfo ._txt::after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '*';
}

._modalApl ._modalCon .aplInfo ._txt:last-child {
    margin-bottom: 0;
}

._modalApl ._modalCon .aplInpDpth {
    display: block;
    padding-top: 12px;
}

._mt10 {
    margin-top: 10px;
}

input.aplInpTxt {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    border: 1px solid #727482;
    min-width: auto;
    width: auto;
}

select.splInpSel {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    border: 1px solid #727482;
    border-radius: 2px;
    min-width: auto;
    padding: 0 30px 0 12px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #282828;
    background: #fff url('/assets/data/img/promotion/EmrIns/modal/selectBoxArrow.png') right 12px center no-repeat;
}

select.aplInpHp1 {
    width: 75px;
}

input.aplInpHp2,
input.aplInpHp3 {
    width: 65px;
}

input.aplInpEmail1 {
    width: 115px;
}

input.aplInpEmail2 {
    width: 131px;
}

select.aplMajor {
    width: 138px;
}

.aplLecTlt {
    padding-bottom: 12px;

}

._areaBox {
    border: solid 1px #e8e8e8;
    padding: 17px 17px 17px 17px;
    border-radius: 4px;
    margin-top: 10px;
}

._areaItem {
    color: #282828;
    width: 177px;
    display: inline-block;
}


._grayNum {
    font-size: 12px;
    columns: #8a8a8a;
    margin-left: 20px;
}

._areaTitle {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.42px;
    text-align: left;
    color: #2b2b2b;
    border-radius: 3px;
    background-color: #f0f0f0;
    display: inline-block;
    margin-bottom: 10px;
}

.aplLecTlt>div {
    display: inline-block;
}

.aplLecTlt>div:nth-child(1) {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
    letter-spacing: -0.54px;
    color: #282828;
    margin-right: 5px;
}

.aplLecTlt>div:nth-child(2) {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    letter-spacing: -0.36px;
    text-align: left;
    color: #8a8a8a;
}

.aplLecScDiv1 {
    padding: 15px;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

._areaContent {
    font-size: 11.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: -0.35px;
    text-align: left;
    color: #8a8a8a;
}

.aplLSc1Tlt,
.aplRTTlt>.aplLSc1Tlt {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: -0.45px;
    text-align: left;
    color: #282828;
    margin-bottom: 7px;
}

.aplLSc1Con {
    margin-bottom: 8px;
}

.aplLSc1Info {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.33px;
    text-align: left;
    color: #8a8a8a;
    padding-bottom: 14px;
}

.aplLScChoc {
    border-radius: 4px;
    border: 1px solid #c7c9d5;
    padding: 18px 25px;
    max-height: 87px;
    overflow-y: auto;
}

.aplCInfo1 {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 4px;
    /* width: calc(100% - 40px); */
    width: 583px;
    margin-top: 20px;
}

.aplCInfo2 {
    margin-top: 0;
}

.aplCInfo1>ul>li {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
}

.aplCInfo1>ul>li.tlt {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.42px;
    text-align: left;
    color: #4c4c4c;
    padding-bottom: 5px;
}

.aplCInfo1>ul>li>span {
    font-weight: bold;
}

.aplCInfo1>ul>li.tlt:last-child {
    padding-bottom: 0;
}

.aplLScWrp {
    margin-bottom: 22px;
}

.aplLecDiv2 {
    margin-top: 28px;
}

.aplLecTxt {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.95px;
    color: #8b8a8a;
}

.aplLecTxt span {
    color: #2e5cd2;
}

.aplXrChk {
    margin-top: 11px;
    font-weight: bold;
}

.aplRTTlt {
    height: 18px;
    padding-bottom: 8px;
}

.aplRTTlt>div,
.aplConLgh {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    display: inline-block;
    vertical-align: text-top;
}

.aplRTTlt>div:nth-child(1) {
    width: calc(100% - 84px);
}

input[type=radio]+label.lecSbj {
    display: block;
}

._ntcTxt {
    color: #ff0014;
    font-size: 11.5px;
    line-height: 21.5px;
    letter-spacing: -0.17px;
}

._ntcTxt2 {
    font-size: 12px;
    color: #666;
    width: 80px;
    text-align: right;
}

.aplRTCon {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #282828;
    border: 1px solid #727482;
    border-radius: 2px;
    padding: 15px 18px;
    resize: none;
}

.aplRTCon::placeholder {
    color: #727482;
}

input[type="radio"] {
    display: none;
}

input[type=radio]+label {
    display: inline-block;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    cursor: pointer;
    width: auto;
    height: 17px;
    background: url(/assets/data/img/promotion/FLUniv/modal/radio.png) no-repeat left center;
    padding-left: 21px;
    font-size: 14px;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    margin-right: 22px;
}

input[type=radio]:checked+label {
    background: url(/assets/data/img/promotion/FLUniv/modal/radio_atv.png) no-repeat left center;
}

input[type=radio]+label>b {
    font-weight: bold;
}

input[type="checkbox"] {
    display: none;
}

input[type=checkbox]+label {
    display: inline-block;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    cursor: pointer;
    width: auto;
    height: 17px;
    background: url('/assets/data/img/promotion/FLUniv/modal/chk.png') no-repeat left center;
    padding-left: 25px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox]:checked+label {
    background: url('/assets/data/img/promotion/FLUniv/modal/chk_atv.png') no-repeat left center;
}

.aplInpDpthLine {
    background: #d1d4da;
    width: 100%;
    height: 1px;
    border-radius: 0.5px;
    margin: 21px 0;
}

.aplInpDpthLine2 {
    background: #7e7e7e;
}

.aplAgrInfo {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: -0.39px;
    text-align: left;
    color: #7f7f7f;
    padding-left: 24px;
    margin-top: 3px;
}

.aplBtInfo {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.36px;
    text-align: left;
    color: #8b8a8a;
    margin-top: -14px;
    margin-bottom: 30px;
}

.aplBtnDiv {
    text-align: center;
    margin-top: 30px;
}

button.aplBtn {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    width: 584px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.28px;
    color: #fff;
    background-color: #25231c;
}

.ClsBtn {
    top: 20px;
    right: 20px;
}

.conSec {
    position: relative;
    max-width: 100%;
    width: 100%;
    font-size: 0;
}

.conDiv {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    text-align: center;
}

.conSec1 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/1/BG.png') no-repeat center center;
}

.conSec2 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/2/BG.png') no-repeat center center;
}

.blinking {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
    top: 566px;
    left: 433px;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.conSec3 {
    background: #2b2b2b;
}

/* #conDiv3Sub1 {
    position: absolute;
    top: 835px;
    width: 100%;
}

#conDiv3Sub2 {
    position: absolute;
    top: 925px;
    width: 100%;
}

#conDiv3Sub3 {
    position: absolute;
    top: 1015px;
    width: 100%;
}

#conDiv3Sub4 {
    position: absolute;
    top: 1105px;
    width: 100%;
}

#conDiv3Sub5 {
    position: absolute;
    top: 1220px;
    width: 100%;
} */

.conSec4 {
    background-color: #eeeeee;
}

/*스템프*/
.stamp {
    display: none;
}

.aniStamp {
    display: block;
}

.aniStamp.stamp1 {
    top: 305px;
    left: 120px;
    animation: stamp 0.4s ease 1;
}

.aniStamp.stamp2 {
    top: 305px;
    left: 440px;
    animation: stamp 0.6s ease 1;
}

.aniStamp.stamp3 {
    top: 305px;
    right: 114px;
    animation: stamp 0.8s ease 1;
}

.aniStamp.stamp4 {
    top: 305px;
    right: 114px;
    animation: stamp 1.0s ease 1;
}

@keyframes stamp {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    95% {
        transform: scale(5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.conSec5 {
    /* background-color: #f9f9f9; */
}

.img_anm {
    animation: imgChg 0.5s ease-in-out infinite alternate;
    width: 1100px;
    height: 179px;
}

@keyframes imgChg {
    0% {
        background: url('/assets/data/img/promotion/FLUniv24_2/0529/5/1_1.png') no-repeat center center;
    }

    100% {
        background: url('/assets/data/img/promotion/FLUniv24_2/0529/5/1_2.png') no-repeat center center;
    }
}

.conSec6 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/6/BG.png') no-repeat center center;
}

/* 
.RowTwoSlideItemImg {
    display: inline-block;
    text-align: center;
    padding: 0 13px;
    position: absolute;
}

.RowTwoSlideItemImg>img {
    box-shadow: 0 0 13.5px 1.5px rgb(113 109 109 / 28%);
}

.RowTwoSlide {
    position: relative;
    padding: 17px 0;
}

.RowTwoSlide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.RowTwoSlideItem {
    position: relative;
    height: 217px;
    overflow: hidden;
    padding-bottom: 25px;
    padding: 10px 0 25px 0;
} */

.conSec7 {
    background: #eaeaea;
}

.conSec8 {
    background: #181818;
}

.conSec9 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/9/BG.png') no-repeat center center;
}

.conSec10 {
    background: #4a4a4a;
}

.conSec12 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/21/BG.png') no-repeat center center;
}

.conSec10-2 {
    position: fixed;
    top: 0px;
    background: #4a4a4a;
    z-index: 1000;
}

.conSec11-1 {
    background: #272727;
}

.conSec12-1 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/12_서울/BG.png') no-repeat center center;
}

.conSec13-1 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/13_서울/BG.png') no-repeat center center;
}

.conSec14-1 {}

.conSec15-1 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/15_서울/BG.png') no-repeat center center;
}

.conSec16-1 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/16_서울/BG.png') no-repeat center center;
}

.conSec17-1 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/17_서울/BG.png') no-repeat center center;
}

#toggleImage17 {
    cursor: pointer;
}

.conSec18-1 {
    background: #171717;
}


.conSec19-1 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/19_서울/BG.png') no-repeat center center;
}

.conSec20-1 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/20_서울/BG.png') no-repeat center center;
}

.conSec11-2 {
    background: #272727;
}

.conSec12-2 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/12_지방/BG.png') no-repeat center center;
}

.conSec13-2 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/13_지방/BG.png') no-repeat center center;
}

.conSec14-2 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/14_지방/BG.png') no-repeat center center;
}

.conSec15-2 {
    background: url('/assets/data/img/promotion/FLUniv/25_2/15_지방/BG.png') no-repeat center center;
}

#_20-1btn {
    position: absolute;
    bottom: 176px;
    right: 124px;
    cursor: pointer;
}


#_8img1 {
    position: absolute;
    left: 53px;
    top: 387px;
    cursor: pointer;
}

#_8img2 {
    position: absolute;
    left: 69px;
    bottom: 262px;
    cursor: pointer;
}

#_8img3 {
    position: absolute;
    right: 74px;
    top: 382px;
    cursor: pointer;
}

#_8img4 {
    position: absolute;
    right: 103px;
    top: 605px;
    cursor: pointer;
}

#_8img5 {
    position: absolute;
    right: 120px;
    bottom: 100px;
    cursor: pointer;
}

.event1 {
    top: 391px;
    left: 185px;
}

.event2 {
    top: 439px;
    right: 200px;
}

.event3 {
    top: 637px;
    left: 333px;
}

.event_anm {
    animation: blink-effect 1s step-end infinite;
}

@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}


.timeBox {
    text-align: left;
}

.timeBox1 {
    top: 388px;
    left: 178px;
}

.timeBox2 {
    top: 687px;
    right: 291px;
}

.timeBox3 {
    top: 928px;
    left: 178px;
}

.timeBox4 {
    top: 1344px;
    left: 400px;
}

.timeBox5 {
    top: 1465px;
    left: 178px;
}

.timeBox ._tit {
    font-family: 'WAGURITTF' !important;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.72px;
    color: #0032b4;
    padding-bottom: 15px;
}

.timeBox ._txt {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.75px;
    color: #888;
}


.heart_img1 {
    top: 220px;
    left: 177px;
    animation: fadeInUp 1.5s infinite;
}

.heart_img2 {
    top: 230px;
    left: 230px;
    animation: fadeInUp 1.5s infinite;
}

.heart_img3 {
    top: 104px;
    right: 379px;
    animation: fadeInUp 1.5s infinite;
}

.heart_img4 {
    top: 220px;
    right: 177px;
    animation: fadeInUp 1.5s infinite;
}

.heart_img5 {
    top: 220px;
    right: 230px;
    animation: fadeInUp 1.5s infinite;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(100px);
    }
}

.expWrp {
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 55px;
    width: 850px;
}

.expDv {
    width: 600px;
    padding: 20px 41px;
    background: #ffffff;
    border-radius: 16px;
    margin: 40px 15px 0 15px;
    text-align: left;
    box-shadow: 0 0 12px 0 rgba(195, 202, 209, 0.4);
}

.expDv:first-child {
    margin-top: 0;
}

.expDv:nth-child(2n-1):before {
    position: absolute;
    top: 96%;
    left: 30px;
    content: '';
    width: 0px;
    height: 0px;
    border-top: 16px solid #ffffff;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
}

.expDv:nth-child(2n) {
    margin-left: 180px;
}

.expDv:nth-child(2n):before {
    position: absolute;
    top: 96%;
    right: 30px;
    content: '';
    width: 0px;
    height: 0px;
    border-top: 16px solid #ffffff;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
}

.expTit {
    font-size: 14.5px;
    line-height: 20px;
    letter-spacing: -0.22px;
    color: #999;
    font-weight: 300;
    margin-bottom: 10px;
}

.expCon {
    font-size: 16.5px;
    line-height: 18px;
    letter-spacing: -0.17px;
    color: #3d3d3d;
    margin-bottom: 5px;
}

.expId {
    font-size: 12.5px;
    color: #b7b7b7;
    line-height: 12.5px;
    text-align: right;
}

.conSec11 {
    background: url('/assets/data/img/promotion/FLUniv24_2/0529/11/bg.png') no-repeat center center;
}

.conSec12 {
    background-color: #161616;
}

._15img_btn {
    position: absolute;
    bottom: 175px;
    right: 125px;
    cursor: pointer;
}

.expWrp1,
.expWrp2 {
    margin-top: 50px;
    padding-bottom: 47px;
}

.EventTotal1 {
    position: absolute;
    top: 206px;
    left: 646px;
    width: 86px;
    font-size: 30px;
    font-weight: bold;
    color: #e9345d;
}

.today_1 {
    position: absolute;
    top: 199px;
    left: 341px;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.42;
    text-align: center;
}

.EventTotal2 {
    position: absolute;
    top: 265px;
    left: 646px;
    width: 86px;
    font-size: 30px;
    font-weight: bold;
    color: #007468;
}

.today_2 {
    position: absolute;
    top: 257px;
    left: 341px;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.42;
    text-align: center;
}

.review_list {
    position: absolute;
    top: 900px;
    left: 178px;
    width: 740px;
    height: 210px;
    overflow: hidden;
}

.review_item {
    font-size: 15px;
    letter-spacing: -0.23px;
    text-align: left;
    color: #323232;
    text-align: center;
    width: 100%;
    height: 70px !important;
    display: flex;
    align-items: center;
    /* 세로 가운데 정렬 */
    gap: 12px;
    /* 요소 간 간격 (선택) */
    margin-bottom: 10px;
}

.review_item span {
    color: #cb1239;
}

._14star,
._14text,
._14user {
    display: inline-block
}

._14star {
    width: 100px;
}

._14user {
    width: 140px;
}

._14text {
    width: 490px
}

._black_box {
    width: 180px;
    height: 74px;
    margin: 10px 5px 5px;
    background-color: #000000;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.05;
    letter-spacing: normal;
    text-align: center;
    color: #f3f3f3;
    border: solid 1px #690c1f;
}

._black_box span {
    color: #ea2f55;
}

.flt_tag {
    position: absolute;
    top: 0px;
    left: 0px;
    animation: blinkTag 2s infinite;
    /* 2초 주기 (1초 보임 + 1초 숨김) */
}

@keyframes blinkTag {
    0% {
        opacity: 1;
        visibility: visible;
    }

    49% {
        opacity: 1;
        visibility: visible;
    }

    50% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

#_m_44_list {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: -0.21px;
    text-align: center;
    color: #4e4e4e;
    position: absolute;
    top: 223px;
    left: 39px;
    width: 288px;
}

#_m_45_list1 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.48px;
    text-align: center;
    position: absolute;
    color: var(--black-two);
    top: 200px;
    left: 39px;
    width: 288px;
}

#_m_45_list2 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: -0.21px;
    text-align: center;
    color: #4e4e4e;
    position: absolute;
    top: 406px;
    left: 39px;
    width: 288px;
}

._black_box_4,
._black_box_8,
._black_box_12,
._black_box_16 {
    font-size: 14px;
    padding-top: 9px;
    height: 66px;

}

.conDiv3SubList {
    position: relative;
    width: 100%;
}

.conDiv3SubList:nth-of-type(1) {
    margin-bottom: 20px;
}

.conDiv3SubList:nth-of-type(2) {
    margin-bottom: 20px;
}

.conDiv3SubList:nth-of-type(3) {
    margin-bottom: 20px;
}

.conDiv3SubList:nth-of-type(4) {
    margin-bottom: 20px;
}

.conDiv3SubList:nth-of-type(5) {
    margin-bottom: 20px;
}

._sec3Area {
    position: absolute;
    top: 835px;
}