@charset "utf-8";

/* 공통 */
.pt-10 {margin-top: 10px;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-50 {margin-top: 50px;}
.mb-30 {margin-bottom: 30px;}
.mb-50 {margin-bottom: 50px;}
.mb-70 {margin-bottom: 70px !important}
.mb-100 {margin-bottom: 100px !important}
.mb-250 {margin-bottom: 250px !important}
.color_159026 {color: #159026}
.color_813bdc {color: #813bdc;}
.color_000 {color: #000 !important;}

.text_center {text-align: center !important;}
.bg_efbd00 {background-color: #efbd00 !important;}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
    overflow-y: clip;
}

.section_00 {display: block; width: 100%; background-color: #fff;} /* 전시회 안내 */
.section_01 {display: block; background-color: #fff;} /* 전시회 공모 내용 */
.section_02 {display: block; background-color: #fff;} /* 수상작 보기 */
.section_03 {display: block; background-color: #fff;} /* 공모작 보기 */
.section_04 {display: block; background-color: #fff;}
.section_05 {display: block; background-color: #fff;}

/******************* 헤더 *******************/
.header {
	/* position: sticky; */
	position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
    padding: 0 30px;
    align-items: center;
    z-index: 2;
    background-color: #fff;
    height: 80px;
	padding: 20px 0;
    z-index: 1000;
}
/* #header {
	position: sticky;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 940px;
	margin: 0 auto;
	padding: 0 30px;
	align-items: center;
	z-index: 2;
	margin-top: 20px;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	margin: 0 20px;
	background-color: white;

	z-index: 1000;
} */
		
.header.scrolled {
	/* border-bottom: 1px solid #000;  */
	height: 60px;
	box-shadow: 0 4px 0px rgba(0,0,0,0.03);
}
.header.scrolled::before {
	content: '';
	position: absolute;
	top:0;
	left: -100%;
	width: 100%;
	height: 60px;
	background-color: #fff;
	padding: 20px 0;
	/* border-bottom: 1px solid #000; */
	box-shadow: 0 4px 0px rgba(0, 0, 0, 0.03);
}
.header.scrolled::after {
	content: '';
	position: absolute;
	top:0;
	right: -100%;
	width: 100%;
	height: 60px;
	padding: 20px 0;
	background-color: #fff;
	/* border-bottom: 1px solid #000; */
	box-shadow: 0 4px 0px rgba(0, 0, 0, 0.03);
}
.edaily_photo_logo {}

.header_nav {
	display: flex;
	gap: 30px;
	z-index: 1;
	justify-content: space-between;
}
.header_nav_item {
	font-size: 18px;
	text-align: right;
}
.header_nav_item a:hover {
	color: #e60012;
	transition: border-bottom 0.3s ease;
}
.header_nav_item .on {
	/* font-weight: 600; */
	/* color: #000; */
}


/******************* 컨텐츠 탑 배너 *******************/
.top_banner {
	background-color: #e60012;
	color: #fff;
	text-align: center;
	line-height:1.5;
	padding: 20px 0;
}
.top_banner_tit {
	font-size: 26px;
	font-weight: 400;
}
.top_banner_txt {
	font-size: 33px;
	font-weight: 600;
}

/******************* 메인 *******************/
.container {
	/* background: rgb(255, 216, 222); */
    width: 1000px;
    margin: 120px auto;
}
.content {
	width: 940px;
	margin: 0 auto;
}
.cont_tit_wrap {
	position: relative; 
	width: 100%; 
	height: 42px; 
	display: flex; 
	align-items: center;
	justify-content: space-between;
}
.cont_tit {
	font-weight: 500; 
	font-size: 20px; 
	color: #000;
}
.content_tit {
	position: relative;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 1;
}
.content_tit::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 22px;
	background-color: #e60012;
}

/* 탭 메뉴 */
.tab{position: relative; display: flex; flex-direction: column; width:940px; min-height: 900px;}
.tabnav{font-size:0;display: flex; column-gap: 10px; height: 42px;}
.tabnav li{ height:35px; text-align:center; border-radius: 30px; }
.tabnav li a.active:before{ width: 100%; height: 100%; color: #fff;}
.tabnav li a{ position:relative; display:block; background: #f8f8f8; color: #000; 
	padding:0 22px; line-height:38px; text-decoration:none; font-size:16px; border: 2px solid #000; border-radius: 100px;}
.tabnav li a.active{background:#fff; background-color:#333333; color: #fff; border: 2px solid #333333; font-weight: 600;}
.tabnav li a:hover {background-color: #ddd; font-weight: 600;}
.tabcontent{height:auto; padding: 30px 0;}


.tab_item_wrap{
	display: flex;
	column-gap: 20px;
	row-gap: 30px;
	flex-wrap: wrap; 
}
.tab_item {
	display: flex;
    column-gap: 20px;
    row-gap: 40px;
    flex-wrap: wrap;
    /* max-height: 780px; */
	min-height: 500px;
    height: auto;  
}
.tab_items {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}
.tab_items_line {
	width: 100%; 
	height: auto; 
	display: flex; 
	column-gap: 20px;
}
.tab_item a{
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
	width: 300px;
	height: 300px;
	overflow: hidden;
	background-color: #fff;
}
.tab_item a img {
	position: relative;
	width: 60px;
	height: 60px;
	filter: brightness(1);
}
.tab_item_img {
	width: 100%;
	display: block;
	width: 300px;
	height: 300px;
	background-color: #000;
	z-index: 2;
  }
.tab_item a:hover{
	width: 300px;
	height: 300px;
	background-color: #000;
	z-index: 2;
	filter: brightness(0.5);
	opacity: 1;
}
.tab_item a:hover .icon {
	opacity: 1;
	color: #fff;
}
.tab_item::before a:hover {
	content: '대상';
	opacity: 1;
}
.tab_item a:hover .tab_item_img {
	cursor: pointer;            
    transform:scale(1.3);
    -ms-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}
.tab_item .tab_item_img{
	width: 300px;
	height: 300px;
	object-fit:cover;
}
.tab_item_info {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 7px;
}
.tab_award_card {
	position: absolute;
    top: -45px;
    left: 0px;
    padding: 6px 23px;
    background-color: #e60012;
    font-size: 13px;
    color: #fff;
    z-index: 3;
}
.tab_item_tit {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.tab_item_name {
	color: #999;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	font-size: 17px;
}
.cont_img img{
	width: 940px;
}

.select_option {
	position: absolute;
    right: 0;
    top: 0;
    background: #f3f3f3;
    padding: 10px 20px;
}
.select_option_inner {
	border: none; cursor: pointer; 
	font-size: 15px; letter-spacing: -1px;
	background: #eee;
}

.crown_icon {
	position: absolute;
    bottom: 78px;
    left: 3px;
    z-index: 99;
    width: 61px;
    height: 44px;
}

/* 스와이프 페이지 */
.swiper-pagination.paging_box {
	z-index: 10 !important;
	position: absolute !important;
	bottom: 7px !important;
	left: 50% !important;
	transform: translate(-50%, 0%) !important;
}
.swiper_paging_box {
	position: relative; width: 100%; height: 30px; margin-top: 80px; margin-bottom: 30px;
}
.page_wrap_btn {
	position: absolute;
    bottom: 0;
    z-index: 9;
    display: flex;
    /* gap: 50px; */
    left: 50%;
    height: 30px;
    transform: translate(-50%, 0%);
    align-items: center;
    column-gap: 30px;
}
.page_wrap_btn button.btn_arrow {
	background: none !important;
	cursor: pointer;
	transition: all 0.3s;
}
.page_wrap_btn button.btn_arrow:hover {
	color: #fff;
}

.page_wrap_btn button.btn_arrows {
	width: 10px;
	height: 10px;
	background: none !important;
	cursor: pointer;
	transition: all 0.3s;
}
.page_wrap_btn button.btn_arrows:hover {
	color: #fff;
}
button.btn_arrow:disabled {
	cursor: not-allowed;    /* 금지 아이콘 표시 */
	opacity: 0.3 !important;   
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  text-align: center !important;
  line-height: 20px !important;
  font-size: 17px !important;
  color: #999999 !important;
  opacity: 1 !important;
  background-color: #fff !important;
}
.swiper-pagination-bullet-active {
  color: #000;
  font-weight: 600;
  background: #ffffff;
}
.custom-select {
	position: relative;
	width: 200px;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 10px;
}
.options {
	display: none; /* 기본적으로 숨김 */
	position: absolute;
	top: 100%; left: 0; width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	list-style: none;
	padding: 0;
}
.custom-select.active .options {
	display: block; /* 클릭 시 노출 */
}
.options li:hover {
	background-color: #f0f0f0;
}


.page_numbers {
	display: flex;
	gap: 10px;
	align-items: center;
}

.page_num {
	border: none;
	background: none;
	cursor: pointer;
	font-size: 16px;
	color: #999;
}

.page_num.active {
	font-weight: bold;
	color: #000;
}

.page_wrap_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
}


/* 탭 모달 창 */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
	color: #fff;
}
.modal_content { 
    padding: 30px;
    border-radius: 15px;
    width: 100%;
    max-width: 900px;
    position: relative;
}
.close_btn {
    position: absolute;
    top: 32px;
    right: 28px;
    font-size: 35px;
    cursor: pointer;
    color: #ddd;
    font-weight: 600;
}
.modal_info {
	display: flex;
	flex-direction: column;
	padding: 25px 0;
	row-gap: 10px;
}
.modal_tit {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}
.award_tit {
	font-weight: 600;
	font-size: 30px;
	color: #e60012;
	margin-bottom: 30px;
}
.modal_name {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.modal_txt {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	color: #ddd;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.modal_img_wrap {width: 100%;}
.modal_pup_txt {
	display: flex; 
	justify-content: space-between; 
	align-items: center;
}



/******************* 사진 공모전 셀렉트 박스  *******************/
/* 전체 컨테이너 */
.custom_select_wrapper {
    position: relative;
    width: 250px;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
}

/* 선택된 항목 영역 */
.selected_display {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff url('../images/arrow_down.png') no-repeat right 15px center; /* 화살표 아이콘 */
    transition: border-color 0.3s;
}

/* 옵션 리스트 (평소엔 숨김) */
.custom_options {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: none; /* JS로 제어 */
    z-index: 10;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

/* 개별 옵션 */
.custom_option {
    padding: 12px 15px;
    transition: background 0.2s;
}

.custom_option:hover {
    background-color: #f5faff;
    color: #007bff;
}

/* em 태그 강조 스타일 */
.custom_option .highlight {
    font-style: normal;
    font-weight: bold;
    color: #ff5a5f;
    margin-right: 5px;
}

/******************* 사진공모 참여하기기  *******************/

.channel_step_btn {
	width: 100%;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background-color: #464646;
}
.channel_step_btn a {
	width: 100%;
	height: 40px;
	padding: 20px 0;
	display: block;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	font-size: 24px;
}
.channel_step_btn a:hover {
	font-weight: 600;
	transition: border-bottom 0.3s ease;
	background-color: #222222;
}

.channel_join_btn {
	width: 100%;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e60012;
}
.channel_join_btn a {
	width: 100%;
	height: 40px;
	padding: 20px 0;
	display: block;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	font-size: 24px;
}
.channel_join_btn a:hover {
	transition: border-bottom 0.3s ease;
	font-weight: 600;
	background-color: #b6000f;
}


/******************* 전시회 안내  *******************/
.em_tit {
	font-size: 18px;
	color: #e60012 !important;
	font-weight: 500 !important;
	top: 0 !important;
}
.memo_line {
	display: flex; column-gap: 30px;
}
.icon {
	position: absolute;
	font-size: 38px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	color: var(--white);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.plus_icon_hover img{
	width: 64px;
	height: 64px;
}

/******************* 공모전 소개  *******************/

/* 공모전 공유하기 */
.sns_tit {
	font-size: 20px;
	font-weight: bold;
	width: 79.5%;
}
.sns_box_wrap {
	display: flex;
}
.sns_hover_image {
	background-image: url('../images/background.png');
	background-size: cover;
	transition: background-image 0.3s ease;
}
.sns_facebook {
	position: absolute;
	width: 42px;height: 42px; background-position: -20px -380px;
	background-image: url('../images/background.png');
}
.sns_facebook:hover {
	position: absolute;
	width: 42px;height: 42px; background-position: -20px -428px;
	background-image: url('../images/background.png');
}

.sns_twitter_x {
	margin-left: 50px;
	position: absolute;
	width: 42px;height: 42px; background-position: -70px -380px;
	background-image: url('../images/background.png');
}
.sns_twitter_x:hover {
	position: absolute;
	width: 42px;height: 42px; background-position: -70px -428px;
	background-image: url('../images/background.png');
}

.sns_kakao {
	margin-left: 100px;
	position: absolute;
	width: 42px;height: 42px; background-position: -120px -380px;
	background-image: url('../images/background.png');
}
.sns_kakao:hover {
	position: absolute;
	width: 42px;height: 42px; background-position: -120px -428px;
	background-image: url('../images/background.png');
}

.sns_url {
	margin-left: 150px;
	position: absolute;
	width: 42px;height: 42px; background-position: -170px -380px;
	background-image: url('../images/background.png');
}
.sns_url:hover {
	position: absolute;
	width: 42px;height: 42px; background-position: -170px -428px;
	background-image: url('../images/background.png');
}


/******************* 푸터 *******************/

footer {
	clear: both;
	position: absolute;
	width: 100%;
	background-color: #000;
	/* position: fixed; */
	bottom: 0;	
	z-index: 2;
}
.footer_inner {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	align-items: center;
	margin: 0 auto;
	width: 1000px;
	color: #999;
	font-weight: 500;
	padding: 40px 0;
	font-size: 15px;
}
.footer_nav a {color: #999; font-weight: 500;}


/******************* 이데일리 사진공모전 등록 *******************/
.txt_area_wrap {
	display: none; margin-top: 10px; margin-left: 137px;
}
.form_radio_txt {
	padding: 10px;
	width: 735px;
	border-radius: 5px;
	border: 1px solid var(--color-border);
}