@charset "utf-8";
.btnBlank{background:url("../images/blank.png");overflow:hidden;text-indent:-14285.571vw;position:absolute;	z-index:1;}
.hiddenText{
    overflow:hidden;
    position:absolute;
    left:-1428.429vw;
    top:-1428.429vw;
    font-size:0;
}

@media (max-width: 1024px) {
	.pcOnly { display: none; }

	/* ==========================================================================
	   1. ¸ÞÀÎ ¼½¼Ç ·¹ÀÌ¾Æ¿ô (Main Sections - Mobile Viewport)
	   ========================================================================== */
	.mainSection {
		position: relative;
	}
	.mainSection .inner {
		position: relative;
		margin: 0 auto;
	}
	.mainSection img {
		width: 100%;
	}

	/* Main2 */
	.mainSection.main2 .title {
		position: absolute;
		top: 10%;
		left: 10%;
		width: 80%;
	}
	.mainSection.main2 .title.sec {
		width: 50%;
		top: 52%;
	}
	.mainSection.main2 .playerArea {
		width: 87.63%;
		position: absolute;
		left: 50%;
		top: 66.4%;
		transform: translate(-50%, -50%);
	}
	.mainSection.main2 .playerArea.sec {
		top: 76%;
	}
	.mainSection.main2 .playerArea .player {
		width: 100%;
		height: 49vw;
	}
	.mainSection.main2 .playerArea .player ~ .player {
		border-top: 1.25vw solid #1a2753;
	}

	/* Main3 */
	.mainSection.main3 .playerArea {
		position: absolute;
		left: 21.875vw;
		top: 79.688vw;
		margin: 0;
		width: 56.406vw;
		height: 100.313vw;
	}
	.mainSection.main3 .btnLevelUp {
        left: 21.031vw;
        top: 163vw;
        width: 57.844vw;
        height: 11.281vw;
	}
	.mainSection.main3 .popupHashTag {
		left: 28%;
		top: 45.5%;
		width: 44%;
		height: 6%;
		margin: 0;
	}
	.mainSection.main3 .popupTagCopy {
		left: 12.5%;
		top: 86%;
		width: 36%;
		height: 7.8%;
	}
	.mainSection.main3 .popupTag {
		left: 52.1%;
		top: 86%;
		width: 36%;
		height: 7.8%;
	}
	.mainSection.main3.movieArea .playerArea {
		position: absolute;
		left: 21.6%;
		top: 28.8%;
		margin: 0;
		width: 56.8%;
		height: 60.8%;
	}
	.mainSection.main3.movieArea .playerArea .player {
		width: 100%;
		height: 100%;
	}
	.mainSection.main3.eventArea1 {
		display: none;
	}

	/* Main4 */
	.mainSection.main4 .btnHashTag {
		left: 22%;
		top: 69%;
		width: 56%;
		height: 2.1%;
	}
	.mainSection.main4 .btnHashCopy {
		left: 60%;
		top: 65%;
		width: 33%;
		height: 2%;
	}
	.mainSection.main4 .popupHashTag {
		left: 19.031vw;
		top: 100vw;
		width: 61.844vw;
		height: 10.281vw;
	}

	/* Main5 */
	.mainSection.main5 {
		background: #1882e6;
		text-align: center;
	}
	.mainSection.main5 .guideSlide {
		padding: 0 0 0 0vw;
		position: absolute;
		left: 0;
		top: 22vw;
		width: 100%;
	}
	.mainSection.main5 .guideSlide .swiper-slide img {
		width: 100%;
	}
	.mainSection.main5 .title {
		width: 100% !important;
	}
	.mainSection.main5 .btnInstar {
		left: 16%;
		top: 79%;
		width: 67%;
		height: 12%;
	}

	/* °øÅë ¹öÆ° */
	.mainSection .btnBuy {
		left: 23%;
		top: 9.5%;
		width: 54%;
		height: 5.4%;
	}

	/* ==========================================================================
	   2. »ó´Ü ÅÇ ¸Þ´º (Tabs - Mobile)
	   ========================================================================== */
	.mainTab {
		z-index: 2;
		width: 100vw;
		height: 20vw;
		background: url("../images/03_main_img_3_mo.png") no-repeat center top;
		background-size: 100% auto;
        position: absolute;
        top: 0;
	}
	.mainTab.event1 {
		position: fixed;
		top: 0;
		width: 100vw;
		height: 20vw;
		background: url("../images/03_main_img_btn1on_mo.png") no-repeat center top;
		background-size: 100% auto;
	}
	.mainTab.event2 {
		position: fixed;
		top: 0;
		width: 100vw;
		height: 20vw;
		background: url("../images/03_main_img_btn2on_mo.png") no-repeat center top;
		background-size: 100% auto;
	}
	.mainSection.main3 .mainTab ul {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		height: 100%;
		width: 100%;
		display: flex;
	}
	.mainSection.main3 .mainTab ul li {
		flex: 1;
		position: relative;
	}
	.mainSection.main3 .mainTab ul li a {
		display: block;
		height: 100%;
		width: 100%;
	}

	/* ==========================================================================
	   3. ÆË¾÷Ã¢ ±âº» ¹× °øÅë À§Ä¡ (Popup Base & Position)
	   ========================================================================== */
	.dim_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background: rgba(0,0,0,0.85);
		display: none;
	}
	.popupWrap {
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%, 0);
		z-index: 11;
		display: none;
	}
	.popupWrap.alert {
		position: fixed;
		left: 50%;
		top: 50%;
		width: 81.25vw;
		transform: translate(-50%, -50%);
		z-index: 11;
		display: none;
	}
	.popupWrap img {
		width: 100%;
	}
	.popupWrap .btnOk {
		position: absolute;
		left: 10.375vw;
		top: 35.281vw;
		z-index: 11;
		width: 29vw;
		height: 12.031vw;
	}
	.popupWrap .btnOk.wide {
		left: 10.375vw;
		width: 61vw;
	}
	.popupWrap .btnNo {
		position: absolute;
		left: 42vw;
		top: 35.281vw;
		z-index: 11;
		width: 29vw;
		height: 12.031vw;
	}
	.popupWrap .btnClose {
		position: absolute;
		right: 2.031vw;
		top: 3.125vw;
		z-index: 11;
		width: 7.813vw;
		height: 7.813vw;
	}

	/* ÇÏ´Ü¿¡ Á¤ÀÇµÇ¾ú´ø ÃÖÁ¾ À§Ä¡°ª ÅëÇÕ Àû¿ë */
	

	/* ==========================================================================
	   4. ÀÌº¥Æ®¿ë ÆË¾÷ »ó¼¼ ÄÜÅÙÃ÷ (Popup Event Details)
	   ========================================================================== */
	.popupWrap.popupEvent {
		width: 81.406vw;
	}

	.popupWrap.popupHashTag {
		top: 406vw;
	}
	.popupWrap.popupTag {
		top: 600vw;
	}


	.popupWrap.popupEvent .btnClose {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 11;
		width: 13.281vw;
		height: 13.281vw;
	}
	.popupWrap.popupEvent .popupContent {
		position: absolute;
		left: 5.938vw;
		top: 28.906vw;
		z-index: 11;
		width: 68.75vw;
	}
    .popupWrap.popupEvent.popupLevelUpInfo .popupContent {
        top: 56.906vw;
	}

	/* ¾÷·Îµå ¹× URL ¿µ¿ª */
	.popupWrap.popupEvent .uploadArea {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f9f3eb;
		padding: 5.469vw;
		height: 28.125vw;
		margin-bottom: 1.563vw;
		flex-direction: column;
	}
	.popupWrap.popupEvent .uploadArea .label {
		width: 49.375vw;
		margin-bottom: 1.906vw; /* ÇÏ´Ü µ¤¾î¾²±â ¼öÄ¡ Àû¿ë */
	}
	.popupWrap.popupEvent .uploadArea > a {
		display: inline-block;
		width: 24.844vw;
	}
	.popupWrap.popupEvent .urlArea {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background: #f9f3eb;
		padding: 5.469vw 5.469vw 3.906vw 5.469vw;
		margin-bottom: 1.344vw;
	}
	.popupWrap.popupEvent .urlArea .label {
		margin-bottom: 3.125vw;
	}
	.popupWrap.popupEvent .urlArea .label img {
		width: 55.938vw;
	}
	.popupWrap.popupEvent .urlArea .url {
		border: 0.313vw solid #feecc2;
		border-radius: 0.469vw;
		height: 8.625vw;
		text-align: center;
		font-size: 2.813vw;
		width: 100%;
	}

	.popupWrap.popupLevelUp {
		position: fixed; 
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
		transform: none;

		overflow-y: auto; 
	    -webkit-overflow-scrolling: touch;
	}
	.popupWrap.popupEvent.popupLevelUp .popupContent {
	    position: relative;
		width:100vw;
		left:0;
		top:0;
		width:100vw;
	}
	.popupWrap.popupEvent.popupLevelUp .popupContent iframe {
		width: 100vw;
	    height: 177.6vw;
	    display: block;
	}
	/* ÀÎÇ² ÇÃ·¹ÀÌ½ºÈ¦´õ ¼³Á¤ */
	.popupWrap.popupEvent.popupHashTag input::-webkit-input-placeholder { color:#ddbd98; }
	.popupWrap.popupEvent.popupHashTag input::-moz-placeholder { color:#ddbd98; }
	.popupWrap.popupEvent.popupHashTag input:-ms-input-placeholder { color:#ddbd98; }
	.popupWrap.popupEvent.popupHashTag input:-moz-placeholder { color:#ddbd98; }

	.popupWrap.popupEvent.popupLevelUpInfo input::-webkit-input-placeholder { color:#bfbfbf; }
	.popupWrap.popupEvent.popupLevelUpInfo input::-moz-placeholder { color:#bfbfbf; }
	.popupWrap.popupEvent.popupLevelUpInfo input:-ms-input-placeholder { color:#bfbfbf; }
	.popupWrap.popupEvent.popupLevelUpInfo input:-moz-placeholder { color:#bfbfbf; }

	/* µ¿ÀÇ¶õ ·¹ÀÌ¾Æ¿ô ¹× ÅØ½ºÆ® ½ºÅ©·Ñ */
	.popupWrap.popupEvent .agreeWrap {
		display: block;
	}
	.popupWrap.popupEvent .agreeWrap .inputArea {
		margin-bottom: 1.563vw;
	}
	.popupWrap.popupEvent .agreeWrap .inputArea .input input {
		height: 9.063vw;
		background: #f9f3eb;
		border: 0;
		width: 100%;
		font-size: 3.438vw;
		font-weight: bold;
		padding: 0 3.125vw;
		text-align: center;
	}
	.popupWrap.popupEvent .agreeWrap .inputArea .input ~ .input {
		margin-top: 1.563vw;
	}
	.popupWrap.popupEvent .agreeWrap .agreeArea {
		flex: 1;
		margin-top: 1.563vw;
		position: relative;
	}
	.popupWrap.popupEvent .agreeWrap .agreeScroll {
		overflow: auto;
		height: 21.875vw;
		border: 0.469vw solid #f9f3eb;
		padding: 2.656vw;
		font-size: 2.719vw;
		color: #1a2753;
		line-height: 1.4;
	}
	.popupWrap.popupEvent.popupHashTag .agreeWrap .agreeScroll {
		color: #5f0a11;
	}
	.popupWrap.popupEvent .agreeWrap .agreeScroll .label {
		text-align: center;
		margin-bottom: 3.125vw;
	}
	.popupWrap.popupEvent .agreeWrap .agreeScroll .label img {
		width: 24.219vw;
	}
	.inputArea.sec .input .agreeScroll .label img {
		width: 21.75vw;
	}

	/* ==========================================================================
	   5. Ã¼Å©¹Ú½º ¹× ¶óµð¿À Ä¿½ºÅÒ ½ºÅ¸ÀÏ ¿µ¿ª (_mo.png ÃÖÇÏ´Ü ÃÖÁ¾ Àû¿ë)
	   ========================================================================== */
	/* ±âº» µ¿ÀÇ¶õ Ã¼Å©¹Ú½º */
	.popupWrap.popupEvent .agreeWrap .agreeArea .checkbox {
		margin-top: 2.344vw;
		text-align: center;
	}
	.popupWrap.popupEvent .agreeWrap .agreeArea .checkbox input {
		opacity: 0;
		position: absolute;
		left: 23%;
		top: 84%;
		width: 54%;
		height: 18%;
	}
	.popupWrap.popupEvent .agreeWrap .agreeArea .checkbox input + label {
		background: url("../images/popup_event_1_checkbox_mo.png") no-repeat;
		height: 3.75vw;
		background-size: auto 7.5vw;
		padding-left: 4.688vw;
		display: inline-block;
	}
	.popupWrap.popupEvent .agreeWrap .agreeArea .checkbox input + label img {
		height: 2.988vw;
		width: 34vw;
	}
	.popupWrap.popupEvent .agreeWrap .agreeArea .checkbox input:checked + label {
		background-position: 0 -3.75vw;
	}

	/* ÀÎÇ² Àü¿ë °¨½Î´Â Ã¼Å©¹Ú½º */
	.popupWrap.popupEvent .inputArea .input .checkbox {
		margin-top: 2vw;
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	.popupWrap.popupEvent .inputArea .input .checkbox input {
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
	}
	.checkbox_div{
		display: inline-flex !important;
		align-items: center;
		margin-left:4vw;
	}

	/* [ÀÏ¹Ý] ÀÎÇ² Ã¼Å©¹Ú½º ¶óº§ */
	.popupWrap.popupEvent .inputArea .input .checkbox input + label {
		display: inline-flex !important;
		align-items: center;
		background: url("../images/popup_event_1_checkbox_mo.png") no-repeat;
		height: 2.998vw;
		background-size: auto 5.9vw;
		padding-left: 3.688vw;
		display: inline-block;
		margin-left: 2vw;
	}
	.popupWrap.popupEvent .inputArea .input .checkbox input:checked + label {
		background-position: 0 -2.998vw;
	}

	/* [ÇØ½ÃÅÂ±×] ÀÎÇ² Ã¼Å©¹Ú½º ¶óº§ */
	.popupWrap.popupEvent.popupHashTag .inputArea .input .checkbox input + label {
		display: inline-flex !important;
		align-items: center;
		background: url(../images/popup_event_2_checkbox_mo.png) no-repeat;
		height: 2.998vw;
		background-size: auto 5.9vw;
		padding-left: 3.688vw;
		display: inline-block;
		margin-left: 2vw;
	}
	.popupWrap.popupEvent.popupHashTag .inputArea .input .checkbox input:checked + label {
		background-position: 0 -2.998vw;
	}

	/* ¶óµð¿À ¹öÆ° ¿¹¿Ü ½ºÅ¸ÀÏ */
	.popupWrap.popupEvent .agreeWrap .agreeArea .checkbox.radio input + label img {
		height: 2.75vw;
		width: 2.5vw;
	}
	.popupWrap.popupEvent .agreeWrap .agreeArea .checkbox.radio .no {
		width: 8vw;
	}
	.popupWrap.popupEvent .checkbox .title_img {
		width: 62%;
	}

	/* ÇÏ´Ü ¹öÆ° ¹× °á°ú È®ÀÎ */
	.popupWrap.popupEvent .btnArea {
		text-align: center;
		margin-top: 5.906vw;
	}
	.popupWrap.popupEvent .btnArea img {
		width: 30.313vw;
	}

	/* ==========================================================================
	   6. ÆÄÀÏ ¾÷·Îµå Å¸ÀÔ ¹× ½½¶óÀÌ´õ / ¿Ï·á ¾È³» (Components)
	   ========================================================================== */
	.filetype {
		width: 67%;
		padding-bottom: 2%;
	}
	.filetype input {
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.filetype input + label {
		background: url("../images/checkbox_mo.png") no-repeat;
		height: 2.75vw;
		background-size: auto 5.5vw;
		padding-left: 3.5vw;
		display: inline-block;
	}
	.filetype input:checked + label {
		background-position: 0 -2.75vw;
	}
	.filetype label img {
		height: 2.75vw;
		width: 13vw;
	}
	.filetype li {
		float: left;
		padding: 3%;
	}

	/* ½º¿ÍÀÌÆÛ Áß¾Ó Á¤·Ä */
	.swiper-slide .img {
		position: relative;
		overflow: hidden;
	}
	.swiper-slide .img .centered {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: translate(50%, 50%);
		-ms-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
	}
	.swiper-slide .img .centered img {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
		height: auto;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	/* ¿Ï·á ¹öÆ° Ã³¸® */
	.event1ok {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -21%;
        height: 10vw;
        width: 43%;
	}
	.event1ok .mobileOnly {
		display: block;
	}
	.event2ok {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -21%;
        height: 10vw;
        width: 43%;
	}
	.event2ok .mobileOnly {
		display: block;
	}
}
@media (min-width: 1025px) {
    .mobileOnly { display: none; }

    /* ==========================================================================
       1. ¸ÞÀÎ ¼½¼Ç ½ºÅ¸ÀÏ (Main Sections)
       ========================================================================== */
    .mainSection {
        position: relative;
        min-width: 1500px;
    }
    .mainSection.fixed {
        position: fixed;
        top: 0;
        z-index: 2;
    }
    .mainSection .inner {
        position: relative;
        max-width: 1440px;
        margin: 0 auto;
        height: 100%;
    }
    .mainSection.main1 {
        background: url("../images/01_KV.png") no-repeat center top;
        height: 1573px;
        max-height: 1573px;
    }
    
    /* Main2 */
    .mainSection.main2 {
        background: url("../images/02_main_img.png") no-repeat center top;
        height: 1358px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0px;
    }
    .mainSection.main2.cs {
        background: url("../images/02_main_img_open.png") no-repeat center top;
        height: 515px;
	}	
    .mainSection.main2 .title {
        margin-top: 30px;
    }
    .mainSection.main2 .playerArea {
        margin-top: 456px;
    }
    .mainSection.main2 .player {
        width: 1440px;
        height: 810px;
    }
    .mainSection.main2 .player ~ .player {
        border-top: 11px solid #1a2753;
    }

    /* Main3 */
    .mainSection.main3 {
        background: url("../images/04_main_img.png") no-repeat center top;
        height: 3719px;
        max-height: 3719px;
    }
    .mainSection.main3 .btnLevelUp {
        left: 370px;
        top: 1983px;
        width: 698px;
        height: 120px;
    }
    .mainSection.main3 .popupHashTag {
        left: 415px;
        top: 826px;
        width: 569px;
        height: 93px;
    }
    .mainSection.main3 .popupTagCopy {
        left: 228px;
        top: 1591px;
        width: 447px;
        height: 79px;
    }
    .mainSection.main3 .popupTag {
        left: 727px;
        top: 1591px;
        width: 447px;
        height: 79px;
    }
    .mainSection.main3.movieArea .playerArea {
        position: absolute;
        left: 50%;
        top: 590px;
        margin: 0 0 0 -228px;
        width: 456px;
        height: 808px;
    }
    .mainSection.main3.movieArea .playerArea .player {
        width: 100%;
        height: 100%;
    }

    /* Main4 ½Ã¸®Áî */
    .mainSection.main4 {
        background: url("../images/05_main_img.png") no-repeat center top;
        height: 5730px;
        max-height: 5730px;
    }
    .mainSection.main4 .btnHashTag {
        left: 370px;
        top: 3695px;
        width: 698px;
        height: 120px;
    }
    .mainSection.main4 .btnHashCopy {
        left: 822px;
        top: 3501px;
        width: 453px;
        height: 88px;
    }
    .mainSection.main4_2 {
        background: url("../images/main_img_04.png") no-repeat center top;
        height: 2139px;
        max-height: 2139px;
    }
    .mainSection.main4_2 .popupTag {
        left: 300px;
        top: 1290px;
        width: 800px;
        height: 105px;
    }
    .mainSection.main4_3 {
        background: url("../images/main_img_05.png") no-repeat center top;
        height: 1230px;
        max-height: 1230px;
    }
    .mainSection.main4_4 {
        background: url("../images/main_img_06.png") no-repeat center top;
        height: 498px;
        max-height: 498px;
    }
    .mainSection.main4_4 .btnBuyProduct {
        left: 0px;
        top: 293px;
        width: 405px;
        height: 80px;
    }
    .mainSection .btnBuy {
        left: 0;
        top: 325px;
        width: 442px;
        height: 79px;
    }

    /* Main5 (¹Ø¿¡ ÀÖ´ø 06_main_img.png ¹è°æ ½ºÅ¸ÀÏ Àû¿ë) */
    .mainSection.main5 {
        background: url("../images/06_main_img.png") no-repeat center top;
        height: 1142px;
        max-height: 1142px;
        padding-top: 0px;
        text-align: center;
    }
    .mainSection.main5 .guideSlide {
        margin-top: 0px;
    }
    .mainSection.main5 .guideSlide .swiper-slide img {
        width: 100%;
    }
    .mainSection.main5 .swiper-container {
        max-width: 1920px;
        width: 1920px;
        top: 305px;
    }
    .mainSection.main5 .title {
        width: 520px;
    }
    .mainSection.main5 .btnInstar {
        left: 50%;
        bottom: 148px;
        width: 844px;
        height: 121px;
        margin-left: -422px;
    }

    /* Footer */
    .mainSection.footer {
        background: url("../images/07_footer.png") no-repeat center top;
        height: 846px;
        max-height: 846px;
    }

    /* ==========================================================================
       2. »ó´Ü ÅÇ ¸Þ´º (Tabs)
       ========================================================================== */
    .mainTab {
        z-index: 2;
        width: 100%;
        height: 161px;
        min-width: 1173px;
        background: url("../images/03_main_img.png") no-repeat center top;
    }
    .mainTab.event1 {
        position: fixed;
        top: 0;
        background: url("../images/03_main_img_btn1on.png") no-repeat center top;
    }
    .mainTab.event2 {
        position: fixed;
        top: 0;
        background: url("../images/03_main_img_btn2on.png") no-repeat center top;
    }
    .eventTab ul {
        height: 160px;
        width: 1438px;
        margin: 0 auto;
        display: flex;
        padding-left: 573px;
    }
    .eventTab ul li {
        flex: 1;
        position: relative;
    }
    .eventTab ul li a {
        display: block;
        height: 160px;
        width: 100%;
    }

    /* ==========================================================================
       3. ÆË¾÷Ã¢ °øÅë ¹× °³º° À§Ä¡ (Popup Base & Positions)
       ========================================================================== */
    .dim_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: rgba(0,0,0,0.85);
        display: none;
    }
    .popupWrap {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        z-index: 11;
        display: none;
    }
    .popupWrap.alert {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 11;
        display: none;
    }
    .popupWrap .btnOk {
        position: absolute;
        left: 63px;
        top: 234px;
        z-index: 11;
        width: 199px;
        height: 77px;
    }
    .popupWrap .btnOk.wide {
        left: 59px;
        width: 410px;
    }
    .popupWrap .btnNo {
        position: absolute;
        left: 276px;
        top: 251px;
        z-index: 11;
        width: 199px;
        height: 77px;
    }
    .popupWrap .btnClose {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 11;
        width: 50px;
        height: 50px;
    }

    /* °³º° ÆË¾÷ ³ôÀÌ (°¡Àå ÇÏ´Ü¿¡ ¸í½ÃµÇ¾ú´ø Å« ¼öÄ¡·Î ÅëÇÕ Àû¿ë) */
    .popupWrap.popupLevelUpInfo {
        top: 4000px;
    }
	.popupWrap.popupLevelUp {
		position: fixed; 
	    top: 0;
	    height: 100vh;
		aspect-ratio: 1080 / 1920;
	}
    .popupWrap.popupHashTag {
        top: 4700px;
    }
    .popupWrap.popupTag {
        top: 6850px;
    }

    /* ==========================================================================
       4. ÀÌº¥Æ® ÆË¾÷ »ó¼¼ (Popup Event Details)
       ========================================================================== */
    .popupWrap.popupEvent .btnClose {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 11;
        width: 85px;
        height: 85px;
    }
    .popupWrap.popupEvent .popupContent {
        position: absolute;
        left: 95px;
        top: 470px;
        z-index: 11;
        width: 1020px;
    }
    .popupWrap.popupEvent.popupHashTag .popupContent {
		top:290px;
	}
    .popupWrap.popupEvent.popupLevelUpInfo .popupContent {
        top: 470px;
    }
    .popupWrap.popupEvent.popupLevelUp .popupContent {
        position: relative;
        left: 0px;
        top: 0px;
        height: 100vh;
		width:auto;
		aspect-ratio:1090/1947;
    }
    .popupWrap.popupEvent.popupLevelUp .popupContent iframe {        
        height: 100vh;
		width:auto;
		aspect-ratio:1090/1947;
    }

    /* ¾÷·Îµå ¹× URL ¿µ¿ª */
    .popupWrap.popupEvent .uploadArea {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f9f3eb;
        padding: 0 70px;
        height: 140px;
        margin-bottom: 15px;
    }
    .popupWrap.popupEvent .urlArea {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: #fffaed;
        padding: 0 35px;
        height: 170px;
        margin-bottom: 10px;
    }
    .popupWrap.popupEvent .urlArea .label {
        margin-bottom: 25px;
    }
    .popupWrap.popupEvent .urlArea .url {
        border: 4px solid #feecc2;
        border-radius: 3px;
        height: 68px;
        text-align: center;
        font-size: 24px;
        width: 100%;
    }

    /* ÇÃ·¹ÀÌ½ºÈ¦´õ ÄÃ·¯ ¼³Á¤ */
    .popupWrap.popupEvent.popupHashTag input::-webkit-input-placeholder{color:#ddbd98}
    .popupWrap.popupEvent.popupHashTag input::-moz-placeholder{color:#ddbd98}
    .popupWrap.popupEvent.popupHashTag input:-ms-input-placeholder{color:#ddbd98}
    .popupWrap.popupEvent.popupHashTag input:-moz-placeholder{color:#ddbd98}
    
    .popupWrap.popupEvent.popupLevelUpInfo input::-webkit-input-placeholder{color:#bfbfbf}
    .popupWrap.popupEvent.popupLevelUpInfo input::-moz-placeholder{color:#bfbfbf}
    .popupWrap.popupEvent.popupLevelUpInfo input:-ms-input-placeholder{color:#bfbfbf}
    .popupWrap.popupEvent.popupLevelUpInfo input:-moz-placeholder{color:#bfbfbf}

    /* µ¿ÀÇ¼­ ¹× ÀÔ·Â Æû ¿µ¿ª */
    .popupWrap.popupEvent .agreeWrap {
        display: block;
        overflow: hidden;
    }
    .popupWrap.popupEvent .agreeWrap .inputArea {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }
    .popupWrap.popupEvent .agreeWrap .inputArea.sec {
        padding-left: 5px;
    }
    .popupWrap.popupEvent .agreeWrap .inputArea .input input {
        height: 70px;
        background: #eeeeee;
        border: 0;
        width: 100%;
        font-size: 28px;
        font-weight: bold;
        padding: 0 35px;
    }
    .popupWrap.popupEvent.popupHashTag .agreeWrap .inputArea .input input {
        height: 70px;
        background: #fffaed;
    }
    .popupWrap.popupEvent .agreeWrap .inputArea .input ~ .input {
        margin-top: 15px;
    }
    .popupWrap.popupEvent .agreeWrap .agreeArea {
        flex: 1;
    }
    .popupWrap.popupEvent .agreeWrap .agreeScroll {
        overflow: auto;
        height: 170px;
        border: 3px solid #eeeeee;
        padding: 20px;
        font-size: 20px;
        color: #1a2753;
        line-height: 1.4;
    }
    .popupWrap.popupEvent.popupHashTag .agreeWrap .agreeScroll {
        border: 3px solid #fffaed;
        color: #5f0a11;
    }
    .popupWrap.popupEvent .agreeWrap .agreeScroll .label {
        text-align: center;
        margin-bottom: 20px;
    }

    /* ¾à°üµ¿ÀÇ Ã¼Å©¹Ú½º (_mo.png À¯Áö) */
    .popupWrap.popupEvent .agreeWrap .agreeArea .checkbox {
        margin-top: 15px;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .popupWrap.popupEvent .agreeWrap .agreeArea .checkbox input {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
    }

    /* ÀÔ·ÂÃ¢ ³»ºÎ Ã¼Å©¹Ú½º ¼¼ºÎ ¼³Á¤ (_mo.png À¯Áö) */
    .popupWrap.popupEvent .inputArea .input .checkbox {
        margin-top: 15px;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .popupWrap.popupEvent.popupHashTag .inputArea .input .checkbox input {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
    }
    .popupWrap.popupEvent .inputArea .input .checkbox input + label {
        background: url(../images/popup_event_1_checkbox_mo.png) no-repeat;
        height: 19px;
        background-size: 19px auto;
        padding-left: 30px;
        margin-left: 9px;
        display: inline-block;
    }
    .popupWrap.popupEvent.popupHashTag .inputArea .input .checkbox input + label {
        background: url(../images/popup_event_2_checkbox_mo.png) no-repeat;
        height: 19px;
        background-size: 19px auto;
        padding-left: 30px;
        margin-left: 9px;
        display: inline-block;
    }
    .popupWrap.popupEvent .inputArea .input .checkbox input:checked + label {
        background-position: 0 -19px !important;
    }
    .popupWrap.popupEvent.popupHashTag .inputArea .input .checkbox input:checked + label {
        background-position: 0 -19px !important;
    }

    .popupWrap.popupEvent .btnArea {
        text-align: center;
        margin-top: 38px;
    }

    /* ==========================================================================
       5. ÆÄÀÏ Å¸ÀÔ ¹× ±âÅ¸ ÄÄÆ÷³ÍÆ® (Components & Swiper)
       ========================================================================== */
    .filetype input {
        opacity: 0;
        position: absolute;
        left: 73px;
        top: 0;
        width: 360px;
        height: 37px;
    }
    .filetype input + label {
        background: url("../images/checkbox_mo.png") no-repeat;
        height: 24px;
        background-size: 24px auto;
        padding-left: 48px;
        display: inline-block;
    }
    .filetype input:checked + label {
        background-position: 0 -24px;
    }
    .filetype label img {
        padding-top: 2px;
    }
    .filetype li {
        padding: 10px;
    }

    /* ½½¶óÀÌ´õ ÀÌ¹ÌÁö Áß¾Ó Á¤·Ä */
    .swiper-slide .img {
        position: relative;
        overflow: hidden;
    }
    .swiper-slide .img .centered {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
    }
    .swiper-slide .img .centered img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /* ÀÌº¥Æ® È®ÀÎ ¿Ï·á ¹öÆ° */
    .event1ok {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -176px;
        width: 346px;
        height: 76px;
    }
    .event1ok .pcOnly {
        display: block;
    }
    .event2ok {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -176px;
        width: 346px;
        height: 76px;
    }
    .event2ok .pcOnly {
        display: block;
    }
}