

.input-radio-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	width: auto;
	height: 25px;
}
.input-radio-wrap input[type='radio'] {
	display: none;
}
.input-radio-wrap input[type='radio'] + .radio-box {
	width: 25px;
	height: 25px;
	background-color: #000000;
	border: 1px solid #3281F7;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.input-radio-wrap input[type='radio']:checked + .radio-box::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #3281F7;
}
.input-radio-wrap .input-label {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.3;
}
.input-radio-wrap input:focus {
	outline: none;
}
.input-radio-wrap input {
	font-size: 14px;
	width: 130px;
	height: 20px;
	color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #3281F7;
	background-color: #000000;
}

#wrap {
	min-width: 1520px;
	height: 100%;
	background-color: #000000;

}

#wrap-inner {
	max-width: 1520px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

#pc_header {
	min-width: 1520px;
	height: 139px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 50px;
	z-index: 11000;
	position: fixed;
	background-color: #000000;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#pc_header #logo {
	/*width: auto;*/

	height: 100%;
	display: flex;
	align-items: flex-start;
}
#pc_header #logo img {
	/*width: 100%;
	height: 100%;*/
	width: 218px;
	height: 48.7px;
}
#pc_header .menus {
	width: auto;
	/*height: 33px;*/
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 98px;
}
#pc_header .menus .menu-item {
	color: #3281F7;
	font-size: 25px;
	line-height: 33px;
}
#pc_header .menus .menu-item.drop-down {
	display: block;
	position: relative;
	cursor: pointer;
}
#pc_header .menus .menu-item.drop-down .work-drop-menus {
	z-index: 13000;
	position: absolute;
	padding-top: 6px;
	top: 34px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	flex-direction: column;
	width: 157px;
	height: auto;
}
#pc_header .menus .menu-item.drop-down .work-drop-menus.active {
	display: flex;
}
#pc_header .menus .menu-item.drop-down .work-drop-menus.active .drop-menu-item {
	display: inline-block;
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 20px;
	color: #3281F7;
	background-color: #D6D6D6;
}
#pc_header .menus .menu-item.drop-down .work-drop-menus.active .drop-menu-item:hover {
	background-color: #FFFFFF;
}
#pc_header .menus .menu-item.active {
	color: #FFFFFF;
}
#pc_header .years {
	width: auto;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}
#pc_header .years .year-item {
	color: #3281F7;
	font-size: 25px;
	line-height: 33px;
}
#pc_header .years .year-item:hover {
	color: #FFFFFF;
}

#main-wrapper {
	width: 100%;
	height: auto;
}

#main_video {
	width: 1520px;
	aspect-ratio: 16 / 9;
	margin-bottom: 80px;
}
footer {
	position: relative;
	max-width: 1520px;
	width: 100%;
	height: 158px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	gap: 25px;
}
footer .copies {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer .copies li {
	line-height: 1.3;
	font-size: 13px;
	color: #7C7C7C;
}
footer .sookmyung-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
footer .sookmyung-logos .logo {
	width: auto;
	height: 45px;
}
footer #footer-buttons {
	position: absolute;
	top: 4px;
	right: 0;
	display: flex;
	align-items: center;
	gap: 17px;
}

#contents {
	position: relative;
	width: 1520px;
	height: auto;
	padding-top: 127px;
	margin: 0 auto;
}

#contents .header-wrapper {
	width: 100%;
	height: auto;
}
#contents .body-wrapper {
	width: 100%;
	height: auto;
}
#contents .footer-wrapper {
	width: 100%;
	height: auto;
}

#about-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
#about-wrapper .header-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 123px 0 277px;
}
#about-wrapper .header-wrapper .logo {
	width: auto;
	height: 177px;
}
#about-wrapper .body-wrapper {
	display: flex;
	flex-direction: column;
}
#about-wrapper .body-wrapper .section {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
}
#about-wrapper .body-wrapper .section .section-part {
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#about-wrapper .body-wrapper .section .section-part.left {
	font-size: 20px;
	line-height: 1.4;
	color: #3281F7;
}
#about-wrapper .body-wrapper .section .section-part.right {
	font-size: 27px;
	line-height: 1.6;
	color: #7C7C7C;
	word-break: keep-all;
}
#about-wrapper .body-wrapper .section .section-part .article {
	margin-bottom: 65px;
}
#about-wrapper .body-wrapper .section .section-part .caution {
	margin-bottom: 17px;
}
#about-wrapper .body-wrapper .section .section-part .logo {
	height: 33px;
}
#about-wrapper .body-wrapper .section.introduction-article {
	margin-bottom: 203px;
}
#about-wrapper .body-wrapper .section .section-part .title {
	font-size: 37px;
	line-height: 1.6;
	color: #3281F7;
}
#work-wrapper .header-wrapper {
	background-image: none;
}
#about-wrapper .body-wrapper .section .section-part .part {
	font-size: 37px;
	line-height: 1.6;
	color: #3281F7;
}
#about-wrapper .body-wrapper .section.poster {
	margin-bottom: 227px;
}
#about-wrapper .body-wrapper .section .section-part .poster-img {
	width: 100%;
	height: auto;
	margin-bottom: 52px;
}
#about-wrapper .body-wrapper .section.professor {
	margin-bottom: 108px;
}
#about-wrapper .body-wrapper .section.professor .section-part.right {
	display: flex;
	flex-direction: row;
	gap: 124px;
}
#about-wrapper .body-wrapper .section.committee {
	/*margin-bottom: 76px;*/
}
#about-wrapper .body-wrapper .section.committee:last-child {
	margin-bottom: 402px;
}
#about-wrapper .body-wrapper .section.committee .section-part.left {
	display: flex;
	flex-direction: row;
	justify-content: left;
	gap: 56px;
}
#about-wrapper .body-wrapper .section.committee .section-part.left .title {
	width: 270px;
}
#about-wrapper .body-wrapper .section.committee .section-part.right {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	/*gap: 124px;*/
	column-gap: 124px;
	margin-bottom: 40px;
}
#about-wrapper .body-wrapper .section.committee .section-part.right .group {
	display: flex;
	flex-direction: column;
}

#gallery-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 90px;
	position: relative;
}
#gallery-wrapper .header-wrapper {
	width: 1520px;
	height: auto;
	position: fixed;
	top: 139px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5000;
}
#gallery-wrapper .search-box {
	width: 100%;
	height: 183px;
	display: flex;
	align-items: center;
	justify-content: right;
	padding: 76px 0 50px;
	background-color: #000000;
}
#gallery-wrapper .search-box .inner {
	width: 553px;
	height: 57px;
	display: flex;
	align-items: center;
	padding: 15px;
	gap: 15px;
	border-bottom: 1px solid #3281F7;
}
#gallery-wrapper .search-box .inner .search-btn {
	width: 27px;
	height: 27px;
}
#gallery-wrapper .search-box .inner input {
	width: calc(100% - 27px);
	height: 27px;
	padding-left: 15px;
	background-color: #000000;
	color: #3281F7;
	border: 0;
	font-size: 20px;
}
#gallery-wrapper .search-box .inner input::placeholder {
	color: #3281F7;
	font-size: 20px;
}
#gallery-wrapper .search-box .inner input:focus {
	outline: none;
}

#gallery-wrapper .fixed-columns {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #3281F7;
}
#gallery-wrapper .fixed-columns li {
	width: 25%;
	padding-left: 12px;
	color: #000000;
	font-size: 20px;
}
#gallery-wrapper .body-wrapper {
	width: 100%;
	height: auto;
}
#gallery-wrapper .work-gallery-list-table {
	width: 100%;
	height: auto;
	position: relative;
}

#gallery-wrapper .work-gallery-list-table tbody tr {
	height: 60px;
	background-color: #000000;
	border-bottom: 1px solid #3281F7;
	cursor: pointer;
}
#gallery-wrapper .work-gallery-list-table tbody tr td {
	color: #3281F7;
	font-size: 20px;
	text-align: left;
	padding: 15px 0 15px 12px;
	line-height: 1.4;
}
#gallery-wrapper .work-gallery-list-table tbody tr.active td {
	color: #FFFFFF;
}
#gallery-wrapper .work-gallery-list-table .title-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#gallery-wrapper .work-gallery-list-table tr.active .title-wrap .thumbnail {
	display: block;
}

#gallery-wrapper .work-gallery-list-table .title-wrap .thumbnail {
	display: none;
}
#gallery-wrapper .work-gallery-list-table .title-wrap .thumbnail img{
	max-width: 362px;
}
#work-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 360px;
}
#work-wrapper .header-wrapper {
	width: 100%;
	height: auto;
}
#work-wrapper .header-wrapper .categories {
	width: 100%;
	height: 417px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 80px 0 120px;
}
#work-wrapper .header-wrapper .categories .category-item {
	width: calc(100% / 9);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	font-size: 22px;
	color: #3281F7;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#work-wrapper .header-wrapper .categories .category-item.all {
	background-image: url("/images/all.png");
}
#work-wrapper .header-wrapper .categories .category-item.branding {
	background-image: url("/images/Branding.png");
}
#work-wrapper .header-wrapper .categories .category-item.editorial {
	background-image: url("/images/Editorial.png");
}
#work-wrapper .header-wrapper .categories .category-item.game {
	background-image: url("/images/game.png");
}
#work-wrapper .header-wrapper .categories .category-item.graphic {
	background-image: url("/images/character.png");
}
#work-wrapper .header-wrapper .categories .category-item.illustration {
	background-image: url("/images/illustration.png");
	background-size: 60%;
}
#work-wrapper .header-wrapper .categories .category-item.motion {
	background-image: url("/images/motion.png");
}
#work-wrapper .header-wrapper .categories .category-item.uxui {
	background-image: url("/images/uxui.png");
}
#work-wrapper .header-wrapper .categories .category-item.all:hover {
	background-image: url("/images/all_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.branding:hover {
	background-image: url("/images/Branding_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.editorial:hover {
	background-image: url("/images/Editorial_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.game:hover {
	background-image: url("/images/game_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.graphic:hover {
	background-image: url("/images/character_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.illustration:hover {
	background-image: url("/images/illustration_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.motion:hover {
	background-image: url("/images/motion_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.uxui:hover {
	background-image: url("/images/uxui_selected.png");
}

#work-wrapper .header-wrapper .categories .category-item.active.all {
	background-image: url("/images/all_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.active.branding {
	background-image: url("/images/Branding_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.active.editorial {
	background-image: url("/images/Editorial_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.active.game {
	background-image: url("/images/game_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.active.graphic {
	background-image: url("/images/character_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.active.illustration {
	background-image: url("/images/illustration_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.active.motion {
	background-image: url("/images/motion_selected.png");
}
#work-wrapper .header-wrapper .categories .category-item.active.uxui {
	background-image: url("/images/uxui_selected.png");
}

#work-wrapper .header-wrapper .categories .category-item:hover {
	color: #FFFFFF;
}
#work-wrapper .header-wrapper .categories .category-item.active {
	color: #FFFFFF;
}
#work-wrapper .body-wrapper {
	width: 100%;
	height: auto;
}
#work-wrapper .body-wrapper .work-list-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}
#work-wrapper .body-wrapper .work-list-wrapper .work-item-wrapper {
	width: calc(100% / 4 - 23px);
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#work-wrapper .body-wrapper .work-list-wrapper .work-item-wrapper .thumbnail {
	width: 100%;
	aspect-ratio: auto 1/1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#work-wrapper .body-wrapper .work-list-wrapper .work-item-wrapper .title-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.9;
}
#work-wrapper .header-wrapper .back-btn {
	width: 100%;
	height: 136px;
	padding: 66px 0 42px;
	display: flex;
	align-items: center;
}
#work-wrapper .header-wrapper .back-btn img {
	width: auto;
	height: 28px;
}
#work-wrapper .body-wrapper .main-work-item {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#work-wrapper .body-wrapper .work-info-wrap {
	width: 100%;
	height: auto;
	padding: 110px 0 148px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#work-wrapper .body-wrapper .work-info-wrap .work-title-wrap {
	width: 941px;
	height: auto;
	display: flex;
	flex-direction: column;
}
#work-wrapper .body-wrapper .work-info-wrap .work-title-wrap .work-keywords {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
#work-wrapper .body-wrapper .work-info-wrap .work-title-wrap .work-keywords li {
	width: auto;
	height: 30px;
	line-height: 1.4;
	padding: 0 9px;
	font-size: 20px;
	color: #3281F7;
	border: 1px solid #3281F7;
	border-radius: 8px;
}
#work-wrapper .body-wrapper .work-info-wrap .work-title-wrap .work-title {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	color: #3281F7;
	margin-bottom: 75px;
	line-height: 1.3;
}
#work-wrapper .body-wrapper .work-info-wrap .work-title-wrap .work-explanation {
	font-size: 20px;
	line-height: 2;
	color: #7C7C7C;
}
#work-wrapper .body-wrapper .work-info-wrap .worker-contact-wrap {
	width: 362px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.4;
	font-size: 20px;
	color: #3281F7;
}
#work-wrapper .body-wrapper .work-info-wrap .worker-contact-wrap .worker-name {
	margin-bottom: 30px;
}

#work-wrapper .body-wrapper .work-pictures {
	display: flex;
	flex-direction: column;
	gap: 80px;
	width: 100%;
	height: auto;
	margin-bottom: 150px;
}
#work-wrapper .body-wrapper .work-pictures img {
	max-width: 100%;
	height: auto;
}
#work-wrapper .body-wrapper .send-message-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 51px;
	width: auto;
	height: auto;
}
#work-wrapper .body-wrapper .send-message-btn img {
	width: 62.5px;
	height: 109px;
	object-fit: contain;
}

#work-wrapper .body-wrapper .send-message-btn span {
	line-height: 1.3;
	font-size: 25px;
	color: #3281F7;
}

#work-wrapper .body-wrapper .send-message-btn:hover span{
	color: #fff;
}

#guest-book-wrapper {
	width: 100%;
	height: auto;
	padding: 94px 0 180px;
}
#guest-book-wrapper .body-wrapper {
	width: 100%;
	height: 676px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#guest-book-wrapper .body-wrapper > div {
	display: flex;
	flex-direction: column;
}
#guest-book-wrapper .body-wrapper .form-wrap {
	width: 362px;
	height: 100%;
	margin: 0 auto;
}
#guest-book-wrapper .body-wrapper .form-wrap .target-wrap {
	width: 100%;
	height: 120px;
	padding-bottom: 95px;
	display: flex;
	justify-content: space-between;
}
#guest-book-wrapper .body-wrapper .form-wrap .target-wrap .input-drop-down {
	position: relative;
	cursor: pointer;
}
#guest-book-wrapper .body-wrapper .form-wrap .target-wrap .input-drop-down .target-drop-menus {
	position: absolute;
	top: 10px;
	padding-top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 13000;
	display: none;
	flex-direction: column;
	width: 157px;
	max-height: 195px;
	overflow-y: auto;
}
#guest-book-wrapper .body-wrapper .form-wrap .target-wrap .input-drop-down .target-drop-menus.active {
	display: flex;
}
#guest-book-wrapper .body-wrapper .form-wrap .target-wrap .input-drop-down .target-drop-menus.active .drop-menu-item {
	display: inline-block;
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 20px;
	color: #3281F7;
	background-color: #D6D6D6;
}
#guest-book-wrapper .body-wrapper .form-wrap .target-wrap .input-drop-down .target-drop-menus.active .drop-menu-item:hover {
	background-color: #FFFFFF;
}
#guest-book-wrapper .body-wrapper .form-wrap .guest-message-box {
	width: 100%;
	height: 400px;
	margin-bottom: 106px;
	position: relative;
}
#guest-book-wrapper .body-wrapper .form-wrap .guest-message-box textarea:focus {
	outline: none;
}
#guest-book-wrapper .body-wrapper .form-wrap .guest-message-box textarea {
	width: 100%;
	height: 100%;
	padding: 13px 18px 14px;
	background-color: #000000;
	border: 1px solid #3281F7;
	color: #FFFFFF;
}
#guest-book-wrapper .body-wrapper .form-wrap .guest-message-box .byte-wrap {
	position: absolute;
	right: 18px;
	bottom: 14px;
	color: #7C7C7C;
	font-size: 15px;
}
#guest-book-wrapper .body-wrapper .form-wrap .guest-message-box .byte-wrap .input-byte {
	color: #3281F7;
}
#guest-book-wrapper .body-wrapper .form-wrap .buttons {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: right;
}
#guest-book-wrapper .body-wrapper .form-wrap .buttons .send-btn {
	display: inline-block;
	width: 169px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #7C7C7C;
	color: #D6D6D6;
}
#guest-book-wrapper .body-wrapper .form-wrap .buttons .send-btn.active {
	background-color: #3281F7;
	color: #000000;
}
#guest-book-wrapper .body-wrapper .guest-book-list-wrap {
	width: 748px;
	height: 676px;
	padding: 22px 24px 26px 18px;
	border: 1px solid #3281F7;
	position: relative;
}
#guest-book-wrapper .body-wrapper .guest-book-list-wrap .list-inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	gap: 48px;
}
#guest-book-wrapper .body-wrapper .guest-book-list-wrap .list-inner.active::before {
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:
			linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) 20%,
			rgba(0, 0, 0, 0) 40%,
			rgba(0, 0, 0, 0) 60%,
			rgba(0, 0, 0, 0.9) 90%,
			rgba(0, 0, 0, 1) 100%);
}

#guest-book-wrapper .body-wrapper .guest-book-list-wrap .list-inner::-webkit-scrollbar {
	width: 5px;
}
#guest-book-wrapper .body-wrapper .guest-book-list-wrap .list-inner::-webkit-scrollbar-thumb {
	background-color: #3281F7;
}
#guest-book-wrapper .body-wrapper .guest-book-list-wrap .list-inner::-webkit-scrollbar-track {
	background-color: #7C7C7C;
}
#guest-book-wrapper .body-wrapper .guest-book-list-wrap .list-inner .guest-book-item-wrap {
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.6;
	color: #7C7C7C;
}
.guest-book-list-wrap .list-inner .guest-book-item-wrap .info-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 167px;
	height: auto;
	font-size: 14px;
	line-height: 1.6;
	color: #7C7C7C;
}
.guest-book-list-wrap .list-inner .guest-book-item-wrap .info-wrap .target-name {
	color: #3281F7;
	font-weight: bold;
}
.guest-book-list-wrap .list-inner .guest-book-item-wrap .guest-message {
	width: 413px;
	height: auto;
}

/*
2023-11

index
*/

html{
	background-color: #000;
}
.load_video{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 10001001;
	height: 100vh;
	width: 100vw;
}


a{
	transition: .2s;
}
a:hover{
	transition: .2s;
}
.main_video {

	width: 100%;

}

/*#work-wrapper .header-wrapper .categories{
	margin-top: 80px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 50px;
}
#work-wrapper .header-wrapper .categories .category-item{
	display: flex;
	flex-direction: column;
	!*gap: 50px;*!
	justify-content: space-between;
	align-items: center;
}

.categori-item-img-box{
	height: 197px;
	display: flex;
	align-items: center;
	justify-content: center;
}


#work-wrapper .header-wrapper .categories .category-item .category-name {
	font-size: 22px;
	color: #3281F7;
}
#work-wrapper .header-wrapper .categories .category-item:hover .category-name {
	color: #FFFFFF;
}
#work-wrapper .header-wrapper .categories .category-item.active .category-name {
	color: #FFFFFF;
	display: flex;

}*/































