@charset "UTF-8";

/* 2020 0608 아이캐시 이벤트 */

/* 이벤트 공통 이미지 img_section 영역 */
.img_section {
	display: block;
	width: 1920px;
	min-width: 1280px;
	margin: -1px auto 0 auto;
	position: relative;
	/* background-color: #fff; */
	overflow: hidden;
}
.img_section .img_section_box {
	width: 1920px;
	margin: -1px auto 0 auto;
}
.img_section .img_section_box img {
	width: 100%;
}
/* 이벤트 공통 아이캐시란? direction_section 영역 */
.direction_section {
	display: block;
	width: 1920px;
	min-width: 1280px;
	margin: -1px auto 0 auto;
	padding: 150px 0;
	position: relative;
	background-color: #6037d2;
	overflow: hidden;
}
.direction_section.picpick {
	padding: 30px 0 150px 0;
	background-color: #a000d4;
}
.direction_section.iwd_stagram {
	padding: 30px 0 150px 0;
	background-color: #682cda;
}
.direction_section.shareking {
	padding: 30px 0 150px 0;
	background-color: #672cda;
}
.direction_section .direction_title {
	text-align: center;
	font-family: yg-jalnan;
	font-size: 65px;
	color: #fff;
}
.direction_section .direction_subtitle {
	text-align: center;
	font-family: "GmarketSans";
	font-weight: 300;
	font-size: 35px;
	color: #fff;
	margin: 64px 0 75px 0;
}
.direction_section .howtouse_title {
	text-align: center;
	font-family: yg-jalnan;
	font-size: 43px;
	color: #f5fa74;
	margin-bottom: 45px;
}
.direction_section .direction_box {
	width: 820px;
	margin: 0 auto;
	padding: 30px 60px 30px 60px;
	border: 5px solid #fff;
	-webkit-border-top-right-radius: 60px;
	-webkit-border-bottom-left-radius: 60px;
	-moz-border-radius-topright: 60px;
	-moz-border-radius-bottomleft: 60px;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
}
.direction_section .direction_box .item_box {
	width: 100%;
	padding-bottom: 50px;
	border-bottom: 2px solid #fff;
}
.direction_section .direction_box .item_box:last-child {
	border-bottom: none;
}
.direction_section .direction_box .item_box .img_item {
	display: inline-block;
	margin-right: 40px;
	height: 100%;
	vertical-align: top;
	padding-top: 20px;
}
.direction_section .direction_box .item_box .text_item {
	display: inline-block;
	font-family: "GmarketSans";
	font-size: 33px;
	font-weight: 300;
	color: #fff;
	line-height: 1.5;
}
.direction_section .direction_box .button_box {
	width: 350px;
	height: 65px;
	border: 2px solid #fff;
	margin-top: 30px;
	margin-left: 105px;
}
.direction_section .direction_box .button_box a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: "GmarketSans";
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-weight: 300;
}

/* 이벤트 공통 참여하기 participation 영역 */
.participation_section {
	display: block;
	width: 1920px;
	min-width: 1280px;
	margin: -1px auto 0 auto;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.participation_section .participation_box {
	width: 1920px;
	margin: 0 auto;
	padding: 150px 0;
	background-color: #f2f2f2;
}
.participation_section .participation_box .title {
	text-align: center;
	font-family: "Noto Sans KR";
	font-size: 65px;
	font-weight: bold;
	color: #423a50;
	margin-bottom: 80px;
}

.participation_section .participation_box .input_container {
	width: 800px;
	height: 110px;
	margin: 0 auto 20px auto;
	font-size: 33px;
	vertical-align: middle;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 200;
	white-space: nowrap;
	position: relative;
	background-color: #fff;
}
.participation_section .participation_box .input_container .left_text {
	float: left;
	width: 200px;
	height: 110px;
	text-align: left;
	box-sizing: border-box;
	padding: 40px 0 40px 37px;
	font-weight: 300;
}
.participation_section
	.participation_box
	.input_container
	.left_text.second_line {
	text-align: left;
	padding: 23px 25px 15px 35px;
}
.participation_section .participation_box .input_container .vl {
	border-left: 2px solid #000;
	height: 55px;
	position: absolute;
	left: 200px;
	top: 28px;
}
.participation_section .participation_box .input_container .username {
	float: right;
	width: 557px;
	height: 104px;
	font-size: 33px;
	padding-left: 37px;
	border: none;
}
.participation_section .participation_box .participation_button {
	width: 800px;
	height: 110px;
	margin: 40px auto 0 auto;
	background-color: #ef387e;
	text-align: center;
	font-family: "GmarketSans";
	font-size: 34px;
	font-weight: 300;
	color: #fff;
}
.participation_section .participation_box .participation_button > a {
	display: block;
	width: 100%;
	height: 110px;
	padding: 40px 0;
}

/* 이벤트 공통 안내사항 event_guide 영역 */
.event_guide {
	display: block;
	width: 1920px;
	min-width: 1280px;
	margin: 0 auto;
	position: relative;
	font-family: "Noto Sans KR";
	padding: 100px 0;
	overflow: hidden;
	font-size: 27px;
	color: #433a51;
}
.event_guide .guide_section {
	width: 960px;
	padding: 0 55px;
	margin: 0 auto 60px auto;
}
.event_guide .guide_section .guide_title {
	font-weight: bold;
	margin-bottom: 26px;
}
.event_guide .guide_section .guide_list {
	font-weight: 300;
	list-style: disc;
	margin-left: 30px;
}
.event_guide .guide_section .guide_list li {
	margin: 13px 0;
	font-size: 26px;
	line-height: 40px;
}

/* 공유왕 share_king 이벤트 */

/* 공유왕 코드 없음 */

/* 아이웨딩스타그램 iwedding_stagram 이벤트 */
.brand_section {
	width: 1920px;
	min-width: 1280px;
	margin: 0 auto;
	padding: 150px 0 10px 0;
	background-color: #f2f2f2;
}
.brand_section .brand_title {
	width: 500px;
	height: 80px;
	margin: 0 auto;
	padding: 17px 0;
	box-sizing: border-box;
	background-color: #6037d2;
	border-radius: 40px;
	color: #f5fa74;
	font-family: yg-jalnan;
	font-size: 45px;
	text-align: center;
}
.brand_section .triangle {
	width: 0px;
	height: 0px;
	margin: 0 auto;
	border-top: 10px solid transparent;
	border-right: 20px solid #6037d2;
	border-bottom: 10px solid transparent;
	transform: rotate(-90deg);
}

.brand_section .brand_search {
	width: 857px;
	height: 100px;
	margin: 80px auto 100px auto;
	border-radius: 50px;
	background-color: #fff;
	position: relative;
}

.brand_section .brand_search .brand_search_input {
	width: 600px;
	height: 100px;
	padding-left: 50px;
	float: left;
	border: none;
	background-color: transparent;
	font-family: "Noto Sans KR";
	font-size: 30px;
}
.brand_section .brand_search .vl {
	border-left: 2px solid #d7d7d7;
	height: 50px;
	position: absolute;
	left: 670px;
	top: 25px;
}
.brand_section .brand_search .search_btn {
	width: 186px;
	height: 100px;
	background-color: transparent;
	float: right;
}
.brand_section .brand_search .search_btn > a {
	display: block;
	width: 100%;
	height: 100px;
	padding-top: 35px;
	font-family: "Noto Sans KR";
	font-size: 30px;
	color: #df477d;
	text-align: center;
}

.brand_section .brand_box {
	width: 840px;
	margin: 0 auto 45px auto;
}
.brand_section .brand_box:last-child {
	margin: 0 auto 0 auto;
}
.brand_section .brand_box .category_title {
	margin-bottom: 40px;
	font-family: "Noto Sans KR";
	font-size: 30px;
	font-weight: bold;
	color: #262626;
}

.brand_section .brand_box .brand_list {
	width: 100%;
	box-sizing: border-box;
}

.brand_section .brand_box .brand_list li {
	display: inline-block;
	width: 198px;
	height: 151px;
	vertical-align: middle;
	margin-bottom: 55px;
	margin-right: 12px;
}
.brand_section .brand_box .brand_list li:nth-child(4n) {
	margin-right: 0;
}
.brand_section .brand_box .brand_list li .brand_logo {
	width: 100%;
	height: 80px;
	border: 1px solid #d7d7d7;
	margin-bottom: 25px;
	background-color: #fff;
}
.brand_section .brand_box .brand_list li .brand_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.brand_section .brand_box .brand_list li .brand_logo a .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.brand_section .brand_box .brand_list li .brand_logo a img {
	vertical-align: middle;
}
.brand_section .brand_box .brand_list li .brand_name {
	font-family: "Noto Sans KR";
	font-size: 23px;
	text-align: center;
	color: #4866e4;
}
.brand_section .brand_box .brand_list li .brand_name a {
	display: block;
	width: 100%;
}
.brand_section .banner_box {
	width: 840px;
	height: 185px;
	margin: 80px auto 0 auto;
}
.brand_section .banner_box a {
	display: block;
	width: 100%;
	height: 100%;
}
.brand_section .banner_box a img {
	width: 100%;
}

/* 픽픽쳐 pick_picture 이벤트 */
.picture_section {
	width: 1920px;
	min-width: 1280px;
	margin: 0 auto;
	padding: 150px 0 0 0;
	background-color: #fff;
	font-family: "Noto Sans KR";
}
.picture_section .picture_title {
	text-align: center;
	font-size: 75px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 100px;
}
.picture_section .picture_box {
	width: 750px;
	margin: 0 auto 100px auto;
	overflow: hidden;
}
.picture_section .picture_box:last-child {
	margin: 0 auto 150px auto;
}
.picture_section .division_line {
	width: 750px;
	margin: 0 auto;
	height: 1px;
	margin: 0 auto 100px auto;
	background-color: #ededed;
}
.picture_section .picture_box .category_name {
	font-size: 40px;
	font-weight: bold;
	color: #fd4381;
	margin-bottom: 50px;
}
.picture_section .picture_box .pic_gallery_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
}
.picture_section .picture_box .pic_gallery_box:last-child {
	margin-bottom: 0;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery {
	width: 100%;
	height: 750px;
	margin-bottom: 50px;
	position: relative;
}
.picture_section
	.picture_box
	.pic_gallery_box
	.pic_gallery
	.swiper-wrapper
	.swiper-slide {
	width: 100%;
	height: 100%;
}
.picture_section
	.picture_box
	.pic_gallery_box
	.pic_gallery
	.swiper-wrapper
	.swiper-slide
	img {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery img {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.picture_section .picture_box .pic_gallery_box .pic_gallery_title {
	font-size: 40px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 30px;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery_tag a {
	display: inline-block;
	font-size: 23px;
	margin-bottom: 11px;
	color: #4866e4;
}

.picture_section .picture_box .pic_gallery_box .pic_gallery .progress_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 110px);
	z-index: 2;
	height: 10px;
}
.picture_section
	.picture_box
	.pic_gallery_box
	.pic_gallery
	.progress_box
	.progress {
	width: 100%;
	height: 10px;
	background-color: transparent;
}
.picture_section
	.picture_box
	.pic_gallery_box
	.pic_gallery
	.progress_box
	.swiper-pagination-progressbar-fill {
	background-color: #fff;
	opacity: 0.8;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery .all_view {
	width: 110px;
	height: 110px;
	position: absolute;
	bottom: 1.5px;
	right: 0;
	background-color: #000;
	z-index: 3;
}
.picture_section .picture_box .pic_gallery_box .pic_gallery .all_view a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 200;
	line-height: 34px;
	padding-top: 20px;
}
.gallery_description {
	width: 750px;
	margin: 0 auto 100px auto;
	overflow: hidden;
}
.gallery_description .title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 25px;
}
.gallery_description .content {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;
}

/* 07/27 iwedding pc new_login 로그인 화면 개편 */

/* 로그인 화면 common */
.line {
	width: 27.5px;
	height: 1px;
	background-color: #000000;
}
.line_long {
	width: 123px;
	height: 1px;
	background-color: #707070;
}
.divide_line {
	width: 100%;
	height: 1px;
	background-color: #c6c6c6;
}
.vertical_line {
	width: 1px;
	height: 104px;
	background-color: #a0a0a0;
	margin-bottom: 30px;
}
/* 버튼 common -> 버튼의 컨테이너 클래스는 default_btn 으로 통일. */
.default_btn > a {
	box-sizing: border-box;
	display: block;
	text-align: center;
	width: 300px;
	height: 50px;
	padding-top: 17px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	font-weight: 400;
}
.default_btn > a.on {
	background-color: #4866e4;
	color: #fff;
	border: none;
}
.default_btn > a.dark {
	background-color: #000;
	color: #fff;
	border: none;
}

/* common 팝업  */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100001;
}
.inner {
	display: none;
	width: 300px;
	box-sizing: border-box;
	margin: 70px auto;
	background: #fff;
	position: relative;
	z-index: 100002;
	position: fixed;
	top: 300px;
	left: 50%;
	transform: translateX(-50%);
}
.inner .iwd_text_box {
	box-sizing: border-box;
	width: 300px;
	height: 119px;
	text-align: center;
	padding: 30px 0px;
}
.inner .iwd_text_box .title {
	color: #000;
	font-size: 17px;
	margin-bottom: 10px;
}
.inner .iwd_text_box .content {
	font-size: 13px;
	line-height: 16px;
	padding: 0 30px;
}
.inner .confirm_box {
	width: 300px;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #4866e4;
	background-color: #fff;
	border-top: 1px solid #c9c9c9;
	font-weight: 400;
}
.inner .confirm_box .close {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 3.4;
}
.inner .confirm_box:nth-child(2) {
	font-weight: 700;
}

/* common input 스타일 정의
form 클래스는 login_form 으로 통일하되,
각 화면 container 이름을 다르게해서 구분 적용 */
.login_form {
	width: 100%;
}
.login_form .group {
	width: 100%;
	position: relative;
}
.login_form .group input {
	box-sizing: border-box;
	-webkit-appearance: none;
	width: 100%;
	height: 50px;
	font-size: 15px;
	padding: 14px 0 14px 14px;
	border: none;
	border-radius: 0;
	border: 1px solid #dfdfdf;
	color: #000;
	display: block;
	background: #fff;
}
.login_form .group input.touched {
	border-bottom: none;
}
.login_form .group input.alone {
	border: 1px solid #dfdfdf;
}
.login_form .group input.fail {
	background-image: url(../../../../image/iwedding_plus/2020/new_login/fail_icon.png);
	background-size: 14.78px 14.84px;
	background-repeat: no-repeat;
	background-position: 272px;
}
.login_form .group input.confirm {
	background-image: url(../../../../image/iwedding_plus/2020/new_login/confirm_icon.png);
	background-size: 16px 10.3px;
	background-repeat: no-repeat;
	background-position: 272px;
}

.login_form .group input:focus,
.login_form .group input.alone:focus,
.login_form .group input.touched:focus {
	outline: none;
	border: 1px solid #000;
}

/* label */
.login_form .group label {
	color: #8c8c8c;
	font-size: 15px;
	position: absolute;
	pointer-events: none;
	left: 14px;
	top: 17px;
	transition: all 0.2s ease;
}

/* active */
.login_form .group input:focus ~ label,
.login_form .group input.used ~ label {
	top: 1px;
	transform: scale(0.6);
	left: -3px;
	color: #8c8c8c;
}
.login_form .group .send_certi_num {
	position: absolute;
	top: 10px;
	right: 7px;
	width: 90px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.login_form .group .send_certi_num a {
	display: block;
	width: 100%;
	color: #8c8c8c;
	font-size: 13px;
	line-height: 2.2;
	text-align: center;
}
.login_form .group .send_certi_num.on {
	background-color: #262626;
	border: none;
}
.login_form .group .send_certi_num.on a {
	color: #fff;
}
.login_form .group .certi_num_check {
	position: absolute;
	top: 10px;
	right: 7px;
	width: 50px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.login_form .group .certi_num_check a {
	display: block;
	width: 100%;
	color: #8c8c8c;
	font-size: 13px;
	line-height: 2.2;
	text-align: center;
}
.login_form .group .certi_num_check.on {
	background-color: #262626;
	border: none;
}
.login_form .group .certi_num_check.on a {
	color: #fff;
}

/* common checkbox 스타일 정의
form 클래스는 login_form 으로 통일하되,
각 화면 container 이름을 다르게해서 구분 적용 할 것 */
.login_form .chkbox {
	width: 100%;
	margin: 24px 0;
	position: relative;
	box-sizing: border-box;
}
.login_form .chkbox .chk_item {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	display: inline-flex;
	padding-left: 8px;
	height: 20px;
	margin-bottom: 16px;
}
.login_form .chkbox .chk_item:last-child {
	margin-bottom: 0;
}
.login_form .chkbox .chk_item .chk_btn {
	width: 20px;
	height: 20px;
	display: inline-flex;
	margin-right: 7px;
}
.login_form .chkbox .chk_item .chk_btn input[type="checkbox"] {
	display: none;
}
.login_form .chkbox .chk_item .chk_btn input[type="checkbox"] + label {
	width: 20px;
	height: 20px;
	background: url(../../../../image/iwedding_plus/2020/new_login/unchecked.png);
	background-size: cover;
	cursor: pointer;
}
.login_form .chkbox .chk_item .chk_btn input[type="checkbox"]:checked + label {
	width: 20px;
	height: 20px;
	background: url(../../../../image/iwedding_plus/2020/new_login/checked.png);
	background-size: cover;
	cursor: pointer;
}
.login_form .chkbox .chk_item .label_box {
	box-sizing: border-box;
	font-size: 13px;
	color: #a0a0a0;
	padding-top: 3px;
}
.login_form .chkbox .chk_item .view_content {
	position: absolute;
	right: 0;
	box-sizing: border-box;
	padding-right: 8px;
}
.login_form .chkbox .chk_item .view_content a {
	font-size: 13px;
	color: #4866e4;
}
/* login 로그인 화면 - 01 */
.login_container,
.phone_certi_container,
.enter_certi_num_container,
.view_info_container,
.signup_intro_container,
.signup_container,
.signup_done_container,
.find_info_container,
.find_info_result_container {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0 80px 0;
	width: 300px;
}
.login_header {
	width: 100%;
	margin: 0 auto 10px auto;
}
.login_header .header_title {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.login_header .header_title .line {
	display: inline-block;
	margin-bottom: 6px;
}
.login_header .header_title > p {
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	margin: 0 11.5px;
}
.login_header .guide_text {
	width: 100%;
	text-align: right;
}
.login_header .guide_text > p {
	font-size: 13px;
	color: #a0a0a0;
}
.login_container .login_form .group:nth-child(2) input:focus ~ label,
.login_container .login_form .group:nth-child(2) input.used ~ label {
	left: 3px;
}
.login_container .find_account {
	width: 100%;
	text-align: right;
	margin: 18px 0;
}
.login_container .find_account > a {
	font-size: 15px;
	color: #4866e4;
}
.login_container .or_box,
.signup_intro_container .or_box {
	margin: 50px 0 9px 0;
	text-align: center;
}
.login_container .or_box > div,
.signup_intro_container .or_box > div {
	display: inline-block;
	margin-bottom: 5px;
}
.login_container .or_box > p,
.signup_intro_container .or_box > p {
	display: inline-block;
	font-size: 15px;
	margin: 0 9.5px;
	color: #a0a0a0;
}
.login_container .social_login_box,
.signup_intro_container .social_login_box {
	width: 100%;
}
.login_container .social_login_box .title,
.signup_intro_container .social_login_box .title {
	color: #a0a0a0;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 31px;
}
.login_container .social_login_box .icon_box,
.signup_intro_container .social_login_box .icon_box {
	width: 100%;
	margin-bottom: 77px;
}
.login_container .social_login_box .icon_box .item,
.signup_intro_container .social_login_box .icon_box .item {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 40px;
}
.login_container .social_login_box .icon_box .item:last-child,
.signup_intro_container .social_login_box .icon_box .item:last-child {
	margin-right: 0;
}
.login_container .social_login_box .icon_box .item img,
.signup_intro_container .social_login_box .icon_box .item img {
	width: 100%;
}

.login_container .sign_up_guide,
.signup_intro_container .sign_up_guide {
	width: 100%;
	text-align: left;
}
.login_container .sign_up_guide p,
.signup_intro_container .sign_up_guide p {
	font-size: 15px;
	color: #a0a0a0;
}
.login_container .sign_up_guide p:first-child,
.signup_intro_container .sign_up_guide p:first-child {
	margin-bottom: 25px;
}
.login_container .sign_up_guide p > a,
.signup_intro_container .sign_up_guide p > a {
	font-size: 15px;
	color: #4866e4;
	font-weight: 700;
	margin-left: 5px;
}

.phone_certi_container .login_form {
	margin-bottom: 24px;
}
.phone_certi_container .login_form .group:nth-child(1) input:focus ~ label,
.phone_certi_container .login_form .group:nth-child(1) input.used ~ label {
	left: 1px;
}

.enter_certi_num_container .login_form {
	margin-bottom: 20px;
}
.enter_certi_num_container .login_form .group:nth-child(1) input:focus ~ label,
.enter_certi_num_container .login_form .group:nth-child(1) input.used ~ label {
	left: 2px;
}
.enter_certi_num_container .login_form .group .time_counter {
	position: absolute;
	top: 17px;
	right: 12px;
	font-size: 13px;
	color: #4866e4;
}
.view_info_container .info_area,
.signup_done_container .info_area,
.find_info_result_container .info_area {
	margin-bottom: 53px;
	font-size: 17px;
	color: #a0a0a0;
}
.view_info_container .info_area p,
.signup_done_container .info_area p,
.find_info_result_container .info_area p {
	margin-bottom: 10px;
}
.view_info_container .info_area p.bold_text,
.signup_done_container .info_area p.bold_text,
.find_info_result_container .info_area p.bold_text {
	font-weight: 700;
}

.signup_intro_container .login_header .default_btn {
	margin-bottom: 38px;
}

.signup_container .login_form .group:nth-child(1) input:focus ~ label,
.signup_container .login_form .group:nth-child(1) input.used ~ label {
	left: 8px;
}
.signup_container .login_form .group:nth-child(2) input:focus ~ label,
.signup_container .login_form .group:nth-child(2) input.used ~ label {
	left: -1px;
}
.signup_container .login_form .group:nth-child(3) input:focus ~ label,
.signup_container .login_form .group:nth-child(3) input.used ~ label {
	left: -8px;
}
.signup_container .login_form .group:nth-child(5) input:focus ~ label,
.signup_container .login_form .group:nth-child(5) input.used ~ label {
	left: 0px;
}
.signup_container .login_form .group:nth-child(6) input:focus ~ label,
.signup_container .login_form .group:nth-child(6) input.used ~ label {
	left: 3px;
}

.signup_done_container .info_area {
	margin-bottom: 30px;
}

.find_info_container .description {
	font-size: 15px;
	color: #a0a0a0;
	line-height: 20px;
	margin-bottom: 23px;
}
.find_info_container .description.more_mg {
	margin-bottom: 43px;
}
.find_info_container .default_btn {
	margin: 20px 0;
}
.find_info_container .login_form .group:nth-child(1) input:focus ~ label,
.find_info_container .login_form .group:nth-child(1) input.used ~ label {
	left: 5px;
}

.find_info_result_container .login_header .header_logo {
	width: 116px;
	height: 92px;
	margin-bottom: 30px;
}
.find_info_result_container .login_header .header_logo img {
	width: 100%;
}
.find_info_result_container .guide_form {
	width: 100%;
	margin-bottom: 17px;
}
.find_info_result_container .guide_form p {
	text-align: right;
	font-size: 13px;
	color: #a0a0a0;
}
.find_info_result_container .default_btn:nth-child(5) {
	margin: 20px 0;
}
.find_info_result_container .login_form .group:nth-child(1) input:focus ~ label,
.find_info_result_container .login_form .group:nth-child(1) input.used ~ label {
	left: -8px;
}

/* 0921 1분완성 결혼준비 추가 */
.menu_area .menu_box .hd_etc_cont_box .tooltip_box {
	width: 255px;
	height: 56px;
	position: absolute;
	bottom: -45px;
	right: 48px;
	padding-top: 10px;
	text-align: center;
}
.menu_area .menu_box .hd_etc_cont_box .tooltip_box a {
	display: block;
	opacity: 1;
}
.menu_area .menu_box .hd_etc_cont_box .tooltip_box a img {
	width: 100%;
}

/* 1분 결혼준비 모달창 */
.wd_plan_inner {
	display: none;
	width: 390px;
	height: 667px;
	box-sizing: border-box;
	padding: 25px 15px;
	background: #ffe9ed;
	position: relative;
	z-index: 100002;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.wd_plan_inner::-webkit-scrollbar {
	display: none;
}
.wd_plan_inner.modal4 {
	overflow-y: scroll;
}
.wd_plan_inner .close_btn_box {
	position: relative;
	width: 100%;
	height: 18px;
	margin-bottom: 18px;
}
.wd_plan_inner .close_btn_box.second {
	margin-bottom: 50px;
}
.wd_plan_inner .close_btn_box a {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
}
.wd_plan_inner .close_btn_box a img {
	width: 100%;
}
.wd_plan_inner .close_btn_box .page_num_box {
	position: absolute;
	left: 0;
}
.wd_plan_inner .close_btn_box .page_num_box p {
	font-size: 18px;
	color: #b8b8b8;
}
.wd_plan_inner .close_btn_box .page_num_box p span {
	color: #fd4381;
}

.wd_plan_inner .intro_box {
	width: 263px;
	margin: 0 auto 35px auto;
}
.wd_plan_inner .intro_box img {
	width: 100%;
}
.wd_plan_inner .intro_text_box {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.wd_plan_inner .intro_text_box p.title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}
.wd_plan_inner .intro_text_box p.content {
	font-size: 17px;
	line-height: 22px;
}

.wd_plan_inner .step_box {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	margin-bottom: 35px;
	padding: 0;
	padding-top: 7px;
}
.wd_plan_inner .step_box .step_item {
	width: 32%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}

.wd_plan_inner .step_box .step_item .circle {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	margin: 0 auto 11px auto;
	background-color: #ffdde3;
	text-align: center;
	box-sizing: border-box;
}
.wd_plan_inner .step_box .step_item .circle img {
	width: 55%;
}
.wd_plan_inner .step_box .step_item:nth-child(1),
.wd_plan_inner .step_box .step_item:nth-child(2) {
	border-right: 1px solid #ff9abc;
}
.wd_plan_inner .step_box .step_item:nth-child(1) .circle {
	padding-top: 16px;
}
.wd_plan_inner .step_box .step_item:nth-child(2) .circle {
	padding-top: 20px;
}
.wd_plan_inner .step_box .step_item:nth-child(3) .circle {
	padding-top: 13px;
}

.wd_plan_inner .step_box .step_item .number_box {
	width: 16px;
	margin: 0 auto 7px auto;
	padding-bottom: 7px;
	font-size: 13px;
	font-weight: bold;
	color: #fd4381;
	border-bottom: 1px solid #fd4381;
}
.wd_plan_inner .step_box .step_item .item_text {
	font-size: 13px;
	line-height: 17px;
}

.wd_plan_inner .btn_box {
	width: 100%;
}
.wd_plan_inner .btn_box button.plan_btn {
	width: 100%;
	height: 45px;
	background-color: #fd4381;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}
.wd_plan_inner .later_box {
	width: 78px;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 6px;
}
.wd_plan_inner .later_box .later_btn {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #b8b8b8;
}

/* 체크박스 */
.wd_plan_inner form {
	width: 100%;
}
.wd_plan_inner form .radio_box {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.wd_plan_inner form .radio_box .radio_item {
	display: inline-flex;
	position: relative;
	width: 112px;
	margin-bottom: 10px;
}
.wd_plan_inner form .radio_box .radio_item.all_select {
	width: 98%;
}
.wd_plan_inner form .radio_box .radio_item .radio_btn {
	width: 22px;
	height: 22px;
	display: inline-flex;
	position: absolute;
	top: -5px;
	right: 0px;
}
.wd_plan_inner form .radio_box .radio_item .radio_btn input[type="radio"],
.wd_plan_inner form .radio_box .radio_item .radio_btn input[type="checkbox"] {
	display: none;
}
.wd_plan_inner
	form
	.radio_box
	.radio_item
	.radio_btn
	input[type="radio"]
	+ label,
.wd_plan_inner
	form
	.radio_box
	.radio_item
	.radio_btn
	input[type="checkbox"]
	+ label {
	width: 22px;
	height: 22px;
	background-image: url("../../image/iwedding_plus/2020/icons_0921/pink_unchecked.png");
	background-size: cover;
	cursor: pointer;
}
.wd_plan_inner
	form
	.radio_box
	.radio_item
	.radio_btn
	input[type="radio"]:checked
	+ label,
.wd_plan_inner
	form
	.radio_box
	.radio_item
	.radio_btn
	input[type="checkbox"]:checked
	+ label {
	width: 22px;
	height: 22px;
	background-image: url("../../image/iwedding_plus/2020/icons_0921/pink_checked.png");
	background-size: cover;
	cursor: pointer;
}
.wd_plan_inner form .radio_box .radio_item .label_box {
	width: 105px;
	height: 80px;
	border: 1px solid #b8b8b8;
	background-color: #fff;
	border-radius: 10px;
}
.wd_plan_inner form.region_form .radio_box .radio_item .label_box {
	height: 60px;
}
.wd_plan_inner form .radio_box .radio_item .label_box.on {
	border: 1px solid #fd4381;
	background-color: #ffdde3;
}
.wd_plan_inner form .radio_box .radio_item .label_box.on label {
	color: #fd4381;
}
.wd_plan_inner form .radio_box .radio_item .label_box label {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	color: #b8b8b8;
	padding-top: 22px;
	line-height: 17px;
}
.wd_plan_inner .schedule_form .tab_box {
	width: 100%;
	margin-bottom: 35px;
	overflow: hidden;
}
.wd_plan_inner .schedule_form .tab_box ul {
	width: 100%;
}
.wd_plan_inner .schedule_form .tab_box ul li.content_box {
	width: 100%;
	overflow: hidden;
	display: none;
}
.wd_plan_inner .schedule_form .tab_box ul li.content_box.on {
	display: block;
}

.wd_plan_inner .schedule_form .tab_box ul li.content_box .confirm_select,
.wd_plan_inner .schedule_form .tab_box ul li.content_box .almost_select,
.wd_plan_inner .schedule_form .tab_box ul li.content_box .not_yet_select {
	width: 100%;
	text-align: center;
}
.wd_plan_inner .schedule_form .tab_box ul li.content_box .not_yet_select {
	width: 342px;
	margin: 0 auto;
}
.wd_plan_inner .schedule_form .tab_box ul li.content_box .confirm_select select,
.wd_plan_inner .schedule_form .tab_box ul li.content_box .almost_select select,
.wd_plan_inner
	.schedule_form
	.tab_box
	ul
	li.content_box
	.not_yet_select
	select {
	width: 107px;
	height: 60px;
	border: 1px solid #b8b8b8;
	border-radius: 10px;
	padding-left: 17.5px;
	margin-right: 5px;
	background-image: url("../../image/iwedding_plus/2020/icons_0921/gray_arrow_down.png");
	background-repeat: no-repeat;
	background-size: 17px 9px;
	background-position: 85% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #000;
}
.wd_plan_inner
	.schedule_form
	.tab_box
	ul
	li.content_box
	.confirm_select
	select::-ms-expand {
	display: none;
}
.wd_plan_inner
	.schedule_form
	.tab_box
	ul
	li.content_box
	.confirm_select
	select:last-child {
	margin-right: 0;
}
.wd_plan_inner
	.schedule_form
	.tab_box
	ul
	li.content_box
	.confirm_select
	select
	option {
	font-size: 14px;
}

.wd_plan_inner .schedule_form .tab_box ul li.content_box .almost_select select {
	width: 165px;
}
.wd_plan_inner
	.schedule_form
	.tab_box
	ul
	li.content_box
	.not_yet_select
	select {
	width: 100%;
	background-position: 95% 50%;
}

.wd_plan_inner form.region_form .radio_box .text_item {
	width: 342px;
	height: 60px;
	border-radius: 10px;
	margin: 0 auto 35px auto;
}
.wd_plan_inner form.region_form .radio_box .text_item input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #b8b8b8;
	border-radius: 10px;
	padding-left: 17.5px;
	font-size: 14px;
}
.wd_plan_inner form.region_form .radio_box .text_item input[type="text"].on {
	border: 1px solid #fd4381;
}
.wd_plan_inner
	form.region_form
	.radio_box
	.text_item
	input[type="text"]::placeholder {
	font-size: 14px;
	text-align: center;
	color: #b8b8b8;
}

.wd_plan_inner section {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}
.wd_plan_inner section.parent_item,
.wd_plan_inner section.day_item,
.wd_plan_inner section.after_item {
	text-align: left;
}
.wd_plan_inner section p.section_title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 17px;
}
.wd_plan_inner section.parent_item p.section_title,
.wd_plan_inner section.day_item p.section_title,
.wd_plan_inner section.after_item p.section_title {
	text-align: center;
}
.wd_plan_inner section form .radio_box .radio_item.all_select {
	width: 340px;
	height: 60px;
	margin-left: 6px;
}
.wd_plan_inner section form .radio_box .radio_item.all_select .radio_btn {
	top: 50%;
	left: 114px;
	transform: translateY(-50%);
}
.wd_plan_inner section form .radio_box .radio_item.all_select .label_box {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.wd_plan_inner section form .radio_box .radio_item.all_select .label_box.on {
	border: 1px solid #fd4381;
	background-color: #ffdde3;
}
.wd_plan_inner section form .radio_box .radio_item.all_select .label_box label {
	padding-top: 20px;
}

.wd_plan_inner section form .radio_box .radio_item {
	width: 83px;
	vertical-align: top;
}
.wd_plan_inner section form .radio_box .radio_item .label_box {
	box-sizing: border-box;
	width: 79px;
	height: 90px;
}
.wd_plan_inner section form .radio_box .radio_item .label_box label {
	padding-top: 0;
	text-align: center;
	position: relative;
}
.wd_plan_inner section form .radio_box .radio_item .label_box label img {
	width: 45%;
	display: inline-block;
	margin-top: 14px;
}
.wd_plan_inner section form .radio_box .radio_item .label_box label span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15px;
}
.wd_plan_inner
	section
	form.couple_form
	.radio_box
	.radio_item:nth-child(3)
	.label_box
	label
	img,
.wd_plan_inner
	section
	form.couple_form
	.radio_box
	.radio_item:nth-child(4)
	.label_box
	label
	img {
	margin-top: 20px;
}
.wd_plan_inner
	section
	form.couple_form
	.radio_box
	.radio_item:nth-child(5)
	.label_box
	label
	img {
	width: 40%;
}
.wd_plan_inner
	section
	form.couple_form
	.radio_box
	.radio_item:nth-child(6)
	.label_box
	label
	img {
	width: 42%;
}
.wd_plan_inner
	section
	form.couple_form
	.radio_box
	.radio_item:nth-child(6)
	.label_box
	label
	span {
	font-size: 13px;
}
.wd_plan_inner
	section
	form.couple_form
	.radio_box
	.radio_item:nth-child(9)
	.label_box
	label
	img {
	width: 36%;
}

.wd_plan_inner
	section
	form.parent_form
	.radio_box
	.radio_item:nth-child(2)
	.label_box
	label
	span {
	font-size: 13px;
}
.wd_plan_inner
	section
	form.day_form
	.radio_box
	.radio_item:nth-child(3)
	.label_box
	label
	img {
	width: 70%;
	margin-top: 25px;
}
.wd_plan_inner
	section
	form.after_form
	.radio_box
	.radio_item:nth-child(5)
	.label_box
	label
	img {
	margin-top: 22px;
}

.wd_plan_inner section form .radio_box {
	text-align: left;
}
.wd_plan_inner section form .radio_box .radio_item:nth-child(2),
.wd_plan_inner section form .radio_box .radio_item:nth-child(6),
.wd_plan_inner section form .radio_box .radio_item:nth-child(10) {
	margin-left: 6px;
}

/* 휴면계정 팝업 */
.dormant-inner {
	display: none;
	width: 500px;
	height: 554px;
	box-sizing: border-box;
	background: #fff;
	z-index: 100002;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px 30px;
}
.dormant-inner .title-box {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.dormant-inner .title-box p.title {
	display: inline-block;
	vertical-align: top;
}
.dormant-inner .title-box a.close-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 0;
}
.dormant-inner .title-box a.close-btn img {
	width: 100%;
}
.dormant-inner .id-box {
	width: 100%;
	height: 60px;
	text-align: center;
	border: 1px solid #4866e4;
	font-size: 16px;
	font-weight: 700;
	color: #4866e4;
}
.dormant-inner .id-box > p {
	line-height: 60px;
	vertical-align: middle;
}
.dormant-inner .dormant-release {
	width: 100%;
	margin-top: 44px;
	font-size: 18px;
	line-height: 23px;
	color: #262626;
}
.dormant-inner .dormant-release > p:first-child {
	display: block;
	margin-bottom: 30px;
}
.dormant-inner .dormant-description {
	width: 100%;
	margin: 33px 0 50px 0;
	font-size: 15px;
	line-height: 23px;
	color: #8c8c8c;
}
.dormant-inner .dormant-btn-box {
	width: 100%;
	position: relative;
}
.dormant-btn-box .dormant-btn {
	display: inline-block;
	height: 70px;
	text-align: center;
	font-size: 16px;
	line-height: 70px;
	vertical-align: middle;
}
.dormant-btn-box .dormant-btn.exit-btn {
	width: 120px;
	border: 1px solid #dfdfdf;
	margin-right: 5px;
}
.dormant-btn-box .dormant-btn.release-btn {
	width: 308px;
	background-color: #4866e4;
	color: #fff;
}

.dormant-inner.modal2 {
	display: none;
	width: 300px;
	height: 222px;
	box-sizing: border-box;
	background: #fff;
	z-index: 13;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
}
.dormant-inner .notice {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #262626;
	margin-top: 57px;
	margin-bottom: 55px;
	line-height: 25px;
}
.dormant-inner .modal2-btn-box {
	width: 100%;
	height: 40px;
	position: relative;
}
.dormant-inner .modal2-btn-box .modal2-btn {
	width: 49.9%;
	height: 100%;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}
.dormant-inner .modal2-btn-box .modal2-btn.close-modal-btn {
	background-color: #caccd1;
}
.dormant-inner .modal2-btn-box .modal2-btn.confirm-btn {
	background-color: #4866e4;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* 웨딩 쇼핑 어워즈 */
.awards-container {
	display: block;
	width: 1820px;
	min-width: 1280px;
	margin: 0 auto;
	position: relative;
	background-color: #1a130b;
	overflow: hidden;
}
.awards-container .back-slide-box {
	position: relative;
	/* padding-bottom: 146px; */
	padding-bottom: 100px;
}

.back-slide-box .infiniteslide_wrap {
	width: 100%;
	margin-bottom: 25px;
}
.back-slide-box .infiniteslide_wrap:last-child {
	margin-bottom: 0;
}
.back-slide li {
	margin-right: 25px;
}
.awards-container .back-slide-box .side-dark-blur {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 1160px;
}
.back-slide-box .side-dark-blur .left-blur {
	width: 514px;
	/* height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.6) 25%,
		rgba(0, 0, 0, 0.5) 50%,
		rgba(0, 0, 0, 0.3) 75%,
		rgba(0, 0, 0, 0.0018) 100%
	); */
}
.back-slide-box .side-dark-blur .right-blur {
	width: 514px;
	/* height: 100%; */
	position: absolute;
	top: 0;
	right: 0;
	/* background: rgb(0, 0, 0);
	background: linear-gradient(
		270deg,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.6) 25%,
		rgba(0, 0, 0, 0.5) 50%,
		rgba(0, 0, 0, 0.3) 75%,
		rgba(0, 0, 0, 0.0018) 100%
	); */
}
.awards-container .back-slide-box .bottom-dark-blur {
	position: absolute;
	width: 100%;
	height: 330px;
	bottom: 0;
	/* background: rgb(0, 0, 0);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.87) 25%,
		rgba(0, 0, 0, 0.81) 50%,
		rgba(0, 0, 0, 0.64) 75%,
		rgba(0, 0, 0, 0.001) 100%
	); */
}
.awards-container .polygons {
	width: 100%;
	height: 500px;
	position: relative;
	background-color: #1a130b;
}
.awards-container .polygons > .polygon-img {
	display: block;
	position: absolute;
	bottom: 0;
}
.awards-container .spotlight {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.awards-container .gold-particle {
	width: 1540px;
	min-width: 1280px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../../image/iwedding_plus/2020/wedding_shopping_awards/gold-particle.png")
		no-repeat center 125px;
	background-size: contain;
}
.awards-container .gold-particle > img {
	width: 100%;
}
.awards-container .awards-title {
	width: 919px;
	position: absolute;
	top: 170px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.awards-container .awards-title > img {
	display: block;
	margin: 0 auto;
}
.awards-container .awards-title .awards-title-img {
	margin-bottom: 45px;
}
.awards-container .awards-title .trophy-img {
	margin-right: -50px;
}

/* 알림센터 모달 추가 */
/* 쿠폰박스 500x600px */
.noti-inner {
	display: none;
	width: 435px;
	height: 667px;
	box-sizing: border-box;
	background: #fff;
	z-index: 100002;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px 0;
}
.noti-header {
	width: 100%;
	text-align: left;
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
	padding: 0 30px;
	background-color: #fff;
	box-sizing: border-box;
}
.noti-header .noti-title {
	display: inline-block;
	height: 20px;
	font-weight: 700;
}
.noti-header .noti-title .noti-num {
	color: #fd4381;
}
.noti-header .close {
	position: absolute;
	top: 0;
	right: 30px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.noti-header .close > img {
	width: 100%;
}
.noti-inner .noti-contents {
	width: 434px;
	height: 100%;
	padding: 20px 30px;
	position: relative;
	background-color: #fafafa;
	box-sizing: border-box;
	overflow-y: scroll;
}
.noti-contents .noti-form {
	width: 100%;
	height: 20px;
	position: relative;
	margin-bottom: 20px;
}
.noti-form .chk_item {
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.noti-form .chk_item .chk_btn {
	display: inline-flex;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.noti-form .chk_item .chk_btn input[type="checkbox"] {
	display: none;
}
.noti-form .chk_item .chk_btn input[type="checkbox"] + label {
	width: 20px;
	height: 20px;
	background: url(../../../../image/iwedding_plus/2020/new_login/unchecked.png);
	background-size: cover;
	cursor: pointer;
}
.noti-form .chk_item .chk_btn input[type="checkbox"]:checked + label {
	width: 20px;
	height: 20px;
	background: url(../../../../image/iwedding_plus/2020/new_login/checked.png);
	background-size: cover;
	cursor: pointer;
}
.noti-form .chk_item .label_box {
	display: inline-block;
	height: 20px;
	font-size: 14px;
}

.noti-list-box {
	width: 100%;
	height: auto;
}
.noti-list-box .noti-item {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 21px 16px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 14px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.14);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.14);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.14);
}
.noti-list-box .noti-item.unread {
	border: 2px solid #4866e4;
}
.noti-list-box .noti-item:last-child {
	margin-bottom: 0;
}
.noti-list-box .noti-item .noti-item-title {
	width: 100%;
	position: relative;
	margin-bottom: 12px;
}
.noti-item .noti-item-title .text-box {
	display: inline-block;
}
.noti-item-title .text-box > span {
	display: inline-block;
	box-sizing: border-box;
	height: 17px;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 10px solid #fffd37;
	margin-right: 2px;
}
.noti-item-title .text-box > img {
	width: 36px;
	vertical-align: bottom;
}
.noti-item .noti-item-title .time-box {
	display: inline-block;
	position: absolute;
	right: 0;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	font-size: 12px;
	color: #8c8c8c;
}
.noti-item .noti-item-text {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 15px;
	padding-right: 2px;
}
.noti-item .noti-item-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 16px;
}
.noti-item .noti-item-img > img {
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.noti-item .noti-btn-box {
	width: 100%;
}
.noti-item .noti-btn-box .inquiry-btn {
	display: inline-block;
	border: 1px solid #4866e4;
	color: #4866e4;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	border-radius: 6px;
}
.noti-item .noti-btn-box .inquiry-btn.short {
	width: 30%;
	margin-right: 6px;
	cursor: pointer;
}
.noti-item .noti-btn-box .inquiry-btn.full {
	width: 100%;
	cursor: pointer;
}
.noti-item .noti-btn-box .event-btn {
	display: inline-block;
	width: 66.6%;
	height: 40px;
	background-color: #4866e4;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	border-radius: 6px;
	cursor: pointer;
}


/* 2022 11.21 add */
.signup_container > .login_form > .chkbox > .chk_item {
	padding-left: 0;
}
.signup_container > .login_form > .chkbox > .chk_item .label_box > label > span {
	color: #4866e4;
}
.login_form .chkbox .chk_item .view_content {
	padding-top: 2.5px;
}
.signup_container > .login_form .chk_detail_box {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	width: 100%;
	border: 1px solid #d8d8d8;
	padding: 8px;
	font-size: 13px;
	color: #8c8c8c;
	margin-bottom: 16px;
}
.signup_container > .login_form .chk_detail_box .detail_line {
	display: flex;
	align-items: flex-start;
	
}
.signup_container > .login_form .chk_detail_box > p {
	margin-bottom: 8px;
}
.signup_container > .login_form .chk_detail_box .detail_line > span {
	width: 55px;

}
.signup_container > .login_form .chk_detail_box .detail_line > p {
	width: calc(100% - 55px);
	color: #000;
}
.signup_container > .login_form > .group > .invalidate_text {
	position: absolute;
	bottom: 0;
	left: 14px;
	display: block;
	font-size: 10px;
	color: #ff3535;
}




.phone_certi_container > .login_form > .chkbox > .chk_item {
	padding-left: 0;
}
.phone_certi_container > .login_form > .chkbox > .chk_item .label_box > label > span {
	color: #4866e4;
}
.login_form .chkbox .chk_item .view_content {
	padding-top: 2.5px;
}
.phone_certi_container > .login_form .chk_detail_box {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	width: 100%;
	border: 1px solid #d8d8d8;
	padding: 8px;
	font-size: 13px;
	color: #8c8c8c;
	margin-bottom: 16px;
}
.phone_certi_container > .login_form .chk_detail_box .detail_line {
	display: flex;
	align-items: flex-start;
	
}
.phone_certi_container > .login_form .chk_detail_box > p {
	margin-bottom: 8px;
}
.phone_certi_container > .login_form .chk_detail_box .detail_line > span {
	width: 55px;

}
.phone_certi_container > .login_form .chk_detail_box .detail_line > p {
	width: calc(100% - 55px);
	color: #000;
}
.phone_certi_container > .login_form > .group > .invalidate_text {
	position: absolute;
	bottom: 0;
	left: 14px;
	display: block;
	font-size: 10px;
	color: #ff3535;
}