#timer {    
    color: #fff;
    padding: 20px;
    width: 100%;
	max-width:550px;
	text-align:center;	
}

#timer .day {
    font-size: 4em;
	font-weight: 700;
	text-align:center;
}

#timer .titme {
    display: inline-block;
	font-size: 6.4em;
    font-weight: 900;
    padding:0px 15px 0px 15px;
    margin: 0px 15px 0px 15px;
	text-align:center;
}

#timer .tt_txt{
	color: #fff;
    padding: 20px 20px 30px 20px;
    width: 100%;
	text-align:center;
	font-size: 2.5em;
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
	#timer {    
		color: #fff;
		padding: 10px;
		width: 100%;
		max-width:550px;
		text-align:center;	
	}

	#timer .day {
		font-size: 2.5em;
		font-weight: 700;
		text-align:center;
	}

	#timer .titme {
		display: inline-block;
		font-size: 3.4em;
		font-weight: 900;
		padding:0px 15px 0px 15px;
		margin: 0px 15px 0px 15px;
		text-align:center;
	}

	#timer .tt_txt{
		color: #fff;
		padding: 10px 20px 20px 20px;
		width: 100%;
		text-align:center;
		font-size: 2em;
		font-weight: 600;
	}
}

#timer2 {    
    color: #fff;
    padding: 10px;
    width: 100%;
	max-width:340px;
	text-align:center;	
}

#timer2 .day {
    font-size: 2em;
	font-weight: 700;
	text-align:center;
}

#timer2 .titme {
    display: inline-block;
	font-size: 3.6em;
    font-weight: 900;
    padding:0px 15px 0px 15px;
    margin: 0px 15px 0px 15px;
	text-align:center;
}

#timer2 .tt_txt{
	color: #fff;
    padding: 0px 20px 20px 20px;
    width: 100%;
	text-align:center;
	font-size: 1.3em;
    font-weight: 600;
}

.event_popup_wrap .event_pop_alert {
    width: 600px;
    max-height: 1000px; /* 최대 높이 700px 제한 */
    background-color: #ffffff;
    position: relative; /* fixed에서 relative로 변경 */
    left: 50%;
    transform: translateX(-50%);
    top: 20px; /* 위쪽 여백 */
    margin-bottom: 20px; /* 아래쪽 여백 */
    overflow-y: auto; /* 700px 넘으면 스크롤 */
}

.layerpop_area {
    padding: 30px 10px 30px 10px;
}

.layerpop_area .b_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: -1px;
	text-align:center;
	padding:10px 10px 10px 30px;
}
.layerpop_area .import {
	font-size: 13px;
    font-weight: bold;
	text-align:left;
	color:red;
	padding-right:5px;
}
.layerpop_area .title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: -1px;
	text-align:left;
	padding:10px 10px 0px 30px;
	width:25%;
}

.layerpop_area .input {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: 0px;
	text-align:left;
	padding:5px 10px 0px 30px;
	width:75%;
}

.layerpop_close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 26px;
}

.layerpop_area .content {
    width: 100%;
    font-size: 13px;
	font-weight:bold;
    letter-spacing: 0px;
    background-color: #ffffff;
    padding: 0% 4% 4% 4%;
    width: 100%;
    margin: auto;
}

.layerpop_area .content>img {
    width: 96%;
    margin-top: 20px;
}

.layerpop_area .chk_btn {
    border: 1px solid #1E599A;
    padding: 10px 40px;
    border-radius: 2px;
    font-weight: 500;
    color: #1E599A;
}

.content input {
    background: #fbfbfb;
    font-size: 13px;
    color: #777;
	line-height:24px;
    border: 1px solid #dfdfdf;
    width: 100%;
}

.agree_div{
	width:100%;text-align:center;
	padding-top:10px;
	padding-left:50px;
}
.agree{
	width:100%;height:100px;overflow-y:auto;border:1px solid #dfdfdf;text-align:left;padding:10px 10px 10px 10px; max-width:600px;
}
.appraisal_btn {
    display: block;
    width: 40%;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    background-color: #1E599A;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    clear: both;
}

@media screen and (max-width: 650px) {
    .event_popup_wrap .event_pop_alert {
        width: 350px;
        max-height: 1000px; /* 모바일도 700px 제한 */
        background-color: #ffffff;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 20px;
        margin-bottom: 20px;
        overflow-y: auto;
    }
}

.layerpop_area {
    padding: 10px 10px 10px 10px;
}

.layerpop_area .b_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: -1px;
	text-align:center;
	padding:0px 0px 0px 0px;
}

.layerpop_area .import {
	font-size: 13px;
    font-weight: bold;
	text-align:left;
	color:red;
	padding-right:5px;
}

.layerpop_area .title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: -1px;
	text-align:left;
	padding:10px 10px 0px 10px;
	width:25%;
}

.layerpop_area .input {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: 0px;
	text-align:left;
	padding:5px 10px 0px 10px;
	width:75%;
}

.layerpop_close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 26px;
}

.layerpop_area .content {
    width: 100%;
    font-size: 13px;
	font-weight:bold;
    letter-spacing: 0px;
    background-color: #ffffff;
    padding: 0px 0px;
    width: 100%;
    margin: auto;
}

.layerpop_area .content>img {
    width: 96%;
    margin-top: 20px;
}

.layerpop_area .chk_btn {
    border: 1px solid #1E599A;
    padding: 10px 40px;
    border-radius: 2px;
    font-weight: 500;
    color: #1E599A;
}

.content input {
    background: #fbfbfb;
    font-size: 13px;
    color: #777;
	line-height:24px;
    border: 1px solid #dfdfdf;
    width: 100%;
}

.content select {
    background: #fbfbfb;
    font-size: 13px;
    color: #777;
	line-height:24px;
    border: 1px solid #dfdfdf;
    padding: 2px; /* select 박스는 내부 여백이 필요할 수 있습니다 */
    height: 27px; /* input과 높이를 맞추기 위함 */
    vertical-align: middle; /* 다른 요소와 세로 정렬을 맞춥니다 */
}

.appraisal_btn {
    display: block;
    width: 40%;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    background-color: #1E599A;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    clear: both;
}

/* popup */
.popup_wrap2 .pop_alert2 {
    width: 250px;
    background-color: #ffffff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
}

.layerpop_area2 {
    padding: 0px 0px 0px 0px;
}

.layerpop_area2 .content2 {
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    margin: 0 auto;
}

.layerpop_area2 .content2>img {
    width: 100%;
    margin-top: 0px;
}

.layerpop_area3 {
    padding: 0px 0px 0px 0px;
}

.layerpop_area3 .content3 {
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    margin: 0 auto;
}

.layerpop_area3 .content3>img {
    width: 100%;
    margin-top: 0px;
}