﻿@CHARSET "UTF-8";
/* 폰트 추가 */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 홈페이지 공통 */
*{
	font-family: "Noto Sans KR", sans-serif;
	letter-spacing: -0.5px;
}

html, body{
	width: 100%;
	height: 100%;
	margin: 0;
}

p{
	margin: 0;
}

img{
	width: 100%;
}

ul{
	padding-left: 0;
	list-style: none;
}

/* 홈페이지 사이드바 감추기 */
.hpage_sidebar_container{
	display: none;
}

/* 푸터 감추기 */
.hpage_footer{
	display: none;
}

/* QR코드 감추기 */
.hpage_google_qr_popup{
	display: none;
}

.hpage_apple_qr_popup{
	display: none;
}

/* 홈페이지 헤더 */
.hpage_header{
	position: fixed;
    width: 100%;
    height: 8%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 2;
}

.hpage_header_logo {
    position: relative;
    width: 100%;
    height: 100%;
}

.hpage_header_logo #hph_menu_btn {
    position: absolute;
    top: 25%;
    right: 2%;
    width: 8%;
    height: 45%;
    z-index: 3;
    padding: 0% 1%;
}

.hpage_header_logo #hph_logo_btn{
  	position: absolute;
    top: 20%;
    left: 2%;
    width: 32%;
    z-index: 3;
    padding: 0% 1%;
}

.hpage_header_container {
	position: fixed;
    width: 100%;
    /* height: 92%; */ /* 2023.01.12 제거 */
    background-color: #ffffff;
    border-top: 1px solid #eee;
    top: 8%;
    z-index: 2;
    display: none;
}

.hph_menu_title {
    color: #333333;
    line-height: 3; /* 2023.01.12 5->3.5->3 수정 */
    border-bottom: 1px solid #f1f2f6;
    text-align: center;
    background-color: #fff;
    font-size: 110%;
    
}

.hph_menu_title img {
    margin-top: 8%;
}

/* 홈페이지 본문 */
.bg_purple{
	background-color: #8354c8;	
}


.hpage{
	height: 100%;
}

.hpage_body_container{
	width: 100%;
    height: 92%;
    position: relative;
    top: 8%;
    background-color: #8354c8;
    text-align: center;
}

.hpage_body{
	width: 100%;
	height: 100%; 
}


/* 1페이지 */
#hpage1{
	background-image: url(/img/homepage/mobile/1_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

#hpage1 #team_count_table {
	border-collapse: collapse;
    margin: 0 auto;
    color: #ffffff;
}

#hpage1 #team_count td {
	font-size: 1.7em;
	font-weight: 600;
    line-height: 80%;
    padding-top: 300px;
}

#hpage1 #team_count #team_count_1 {
	text-align: left;
}

#hpage1 #team_count #team_count_2 {
	text-align: left;
	vertical-align: bottom;
	padding-left: 7px;
}

#hpage1 #team_count sup { /* 2023.07.31_홈페이지_애니메이션_팀수 */
    font-size: 15px;
    color: #BBBBBB;
    font-weight: 600;
}

#hpage1 #team_count span { /* 2023.07.31_홈페이지_애니메이션_팀수 */
	font-family: serif;
	font-size: 29px;
    color: orange;
    font-weight: bold;
}

#hpage1 .hpage_body_title{
    margin: 0;
    padding-top: 8%; /* 5->8(2023.07.31_홈페이지_애니메이션_팀수) */
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 700;
}

#hpage1 .hpage_body_subtitle{
	color: #ffffff;
    margin-top: 5%;
    font-weight: 200;
    font-size: 1.1em;
}

#hpage1 .hpage1_btn_container{
	width: 100%;
    position: relative;
    margin-top: 5%;/* 15->5(2023.07.31_홈페이지_애니메이션_팀수 */
}

#hpage1 .hpage1_btn_container img{
	width: 44%;
    position: absolute;
    top: 15%;
}

#hpage1 #hpage_google_btn{
	right: 5%;
}

#hpage1 #hpage_apple_btn{
	left: 5%;
}
/* 3페이지, 4페이지 공통 */
.hpage_base_container{
	margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

.hpage_mc_title{
	text-align: center;
	color: #ffffff;
	font-size: 2em;
	font-weight: 700;
	padding-top: 7%;
	padding-bottom: 8%;
}

.hpage_left_container img{
	width: 80%;
}

.hpage_left_first img{
	width:100% !important;
}


.hpage_right_container{
	color: #ffffff;
    padding-bottom: 5%;
}



.hpage_left_container_2{
	color: #ffffff;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    padding-bottom: 5%;
}

.hpage_right_container_2 img{
	width: 80%;
}

.hpage_right_container_2{
	-webkit-box-ordinal-group: 1;
}

.hpage_sub_title{
	font-family: S-CoreDream-1Thin;
	font-size: 0.9em;
}

.hpage_main_title{
	font-size: 1.7em;
	padding-bottom: 4%;
	font-weight:700;
} 

.hpage_content{
	font-size: 0.9em;
	font-weight: 200;
	line-height: 1.8em;
	padding: 3%;
	line-height: 230%;
    word-wrap: break-word;
    word-break: keep-all;
}

.hpage_sub_container{
	display: -webkit-box;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top:10%;
}

/* 2페이지 */
/* 2페이지 */
#hpage2 .hpage_main_container{
	background-image: url(/img/homepage/v3/hb_bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: -webkit-box;
    padding-bottom: 5%;
}

#hpage2 #hpage_sc_common_1{
	background-image: url(/img/homepage/v3/common/cm_bg1.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage2 #hpage_sc_common_2{
	background-image: url(/img/homepage/v3/common/cm_bg2.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/* 3페이지 */
#hpage3 .hpage_main_container{
	background-image: url(/img/homepage/v3/hb_bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage3 #hpage_sc_artist_1{
	background-image: url(/img/homepage/v3/artist/art_bg1.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage3 #hpage_sc_artist_2{
	background-image: url(/img/homepage/v3/artist/art_bg2.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage3 #hpage_sc_artist_3{
	background-image: url(/img/homepage/v3/artist/art_bg3.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/* 4페이지 */
#hpage4 .hpage_main_container{
	background-image: url(/img/homepage/v3/hb_bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage4 #hpage_sc_artist_1{
	background-image: url(/img/homepage/v3/spectator/aud_bg1.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage4 #hpage_sc_artist_2{
	background-image: url(/img/homepage/v3/spectator/aud_bg2.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage4 #hpage_sc_artist_3{
	background-image: url(/img/homepage/v3/spectator/aud_bg3.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}


/* 5페이지 */
#hpage5 .hpage_main_container{
	background-image: url(/img/homepage/v3/hb_bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage5 #hpage_sc_artist_1{
	background-image: url(/img/homepage/img/b1.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage5 #hpage_sc_artist_2{
	background-image: url(/img/homepage/img/b2.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage5 #hpage_sc_artist_3{
	background-image: url(/img/homepage/img/b3.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/* 6페이지 */ /* 2023.01.12 추가 */
#hpage6 .hpage_main_container{
	background-image: url(/img/homepage/v3/hb_bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage6 #hpage_sc_artist_1{
	background-image: url(/img/homepage/img/b1.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage6 #hpage_sc_artist_2{
	background-image: url(/img/homepage/img/b2.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

#hpage6 #hpage_sc_artist_3{
	background-image: url(/img/homepage/img/b3.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/* 8페이지 */ /* 2023.01.12 수정 */
#hpage7{
	padding-top: 10%;
    background-image: url(/img/homepage/page5/5_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100%;
}

#hpage7 .hpage_body_title {
    font-size: 1.6em;
    font-weight: 700;
    color: #ffffff;
}

#hpage7 .hpage_body_subtitle {
    /* font-size: 0.7em; */
    font-size: 15px; /* 2023.09.01_문의_카카오톡 */
    color: #ffffff;
    /* font-weight: 200; */
    font-weight: bold; /* 2023.09.01_문의_카카오톡 */
    margin-top: 4%;
    margin-bottom: 10%;
}

#hpage7 #question_title {
    width: 80%;
    padding: 3%;
}

#hpage7 #question_content {
    width: 80%;
    padding: 3%;
    resize: none;
    margin: 5% 0%;
    height: 40%;
}

#hpage7 #request_email {
    width: 80%;
    padding: 3%;
}

#hpage7 .hpage7_btn {
    margin-top: 3%;
}

#hpage7 #hpage7_send_btn {
    display: inline-block;
    background-color: rgba(221, 197, 255, 0.19);
    font-size: 0.8em;
    text-align: center;
    width: 40%;
    padding: 4% 0%;
    border-radius: 50px;
    box-shadow: 0px 4px 12px 0px #44444475;
    color: #ffffff;
    font-weight: 500;
}


/* 사업자정보 부분 */
#hpage_hcic{
	display: none;
}

#m_hpage_hcic{
	background-color: #f6f6f6;
    padding: 10% 0%;
}

#m_hpage_hcic .hcic_title {
    font-size: 1.1em;
    color: #888;
    margin-bottom: 4%;
    font-weight: 400;
}

#m_hpage_hcic .hcic_content {
    line-height: 1.8;
    font-size: 0.65em;
    margin-bottom: 4%;
    color: #888;
    font-weight: 200;
}

#m_hpage_hcic .hcic_footer {
    color: #c5c5c5;
    font-weight: 200;
    font-size: 0.65em;
}

/* 이벤트 배너부분 CSS */
.hpage_event_banner{
	display:none;
	position: fixed;
    width: 20%;
    z-index: 2;
    bottom: 5%;
    left: 41%;
    background-image: linear-gradient(to bottom, #d554ff 0%, #8314ff 100%);
    box-shadow:0px 6px 8px 0px #120821a8;
    padding: 5.1% 2.4%;
    border-radius: 160px;
    text-align: center;
}

.hpage_event_banner_container{
	position: relative;
}

.hpe_close_btn{
	display: none;
}

.hpe_move_btn{
	width: 100%;
}

/* 이벤트 소개 팝업부분 CSS */
.hpage_event_popup{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 20;
    display: none;
    padding-top: 20%;
    padding-bottom: 10%;
    overflow: auto;
}

.hpage_event_popup_container{
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 15%;
}

.hpage_event_popup_container .hep_main_img{
	width: 95%;
}

.hap_close_img{
	position: fixed;
    display: inline-block;
    background-color: #3b3b3b;
    padding: 3px;
    border-radius: 50px;
    top: 5%;
    width: 5%;
    right: 2%;
    z-index: 3;
}

/* 버스커 선서 팝업부분 CSS */
.hpage_busker_oath_popup{
	display: none;
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}
.hpage_event_popup_container2{
	position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

.hpage_event_popup_container2 .hep_main_img{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.oath_text{
	color: #fff;
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 5%;
}

.oath_title{
	opacity: 0.7;
    text-decoration: underline;
    text-align: center;
    font-size: 0.9em;
    padding-top: 5%;
    padding-bottom: 2%;
}
.oath_bigtitle{
	font-size: 1.7em;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 5%;
}

.oath_content_first {
    margin-top: 3%;
}

.oath_content{
	line-height: 250%;
    font-size: 0.8em;
    display: list-item;
    margin-left: 12%;
    padding-top: 1%;
    text-align: left;
}
.oath_content2{
	line-height: 4.3;
	font-size: 0.8em;
	text-align: center;
}
.source_text{
	font-weight:100;
	font-size: 0.7em;
	text-align: center;
}
.source_text_line{
	text-decoration:underline;
}

#DetailHPImg { /* 해피버스킹 소개 영상 링크 이미지(2024.09.23_홈페이지_해피버스킹소개영상_자세히보기) */
	width: 200px;
    margin-top: 15px;
}