@charset "UTF-8";
/* hanbom.com _ BE ONE TEAM _ KimJuYeon _ 20240411 */

/*
CS : layout
*/
#content.sub .btn.back + .card						{max-width: 956px;}
#content.sub .article-body							{font-size: large;}

/* CS common*/
.form-wrap 											{max-width: 956px;}
.cs-form fieldset.pack-both-top						{gap: 28px;}
.cs-form fieldset.pack-both-top .field.full,
.cs-form fieldset.pack-both-top .button-area		{width: 100%;}
.cs-form fieldset.pack-both-top .button-area > .btn		{max-width: 480px;}
@media all and (min-width: 769px) {
	.cs-form fieldset.pack-both-top						{
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.cs-form fieldset.pack-both-top .field:not(.full)	{width: calc(50% - 14px);}
}
@media all and (max-width: 768px) {
	.cs-form fieldset.pack-both-top						{
		-webkit-flex-direction: column; flex-direction: column;
	}
	.cs-form fieldset.pack-both-top .field				{width: 100%;}
}

/* cs10 공지사항 */
#content.cs10 .list-wrap								{max-width: 680px; margin: 0 auto;}
