@charset "UTF-8";

body {  }
#usm-wrap-id { width: 100%; height: auto; position: relative; }
#usm-wrap-id h2.hidden { position: absolute; top: -999px; left: -9999px; }

	#usm-top-id { width: 100%; height: 12rem; }

		#usm-logo-wrap-id { width: 32rem; height: 7rem; margin: 0 auto; }
		#usm-logo-wrap-id a { width: 32rem; height: 7rem; }
		#usm-logo-wrap-id img { width: 100%; height: 100%; }

		.usm-util-menu { width: 100%; height: 5rem; box-sizing: border-box; border-top: 1px solid #cbcbcb; border-bottom: 1px solid #cbcbcb; }

		#usm-util-wrap-id { float: left; margin: 1.2rem 0 0 0.5rem; }
		#usm-util-wrap-id ul:first-child { display: none; }
		#usm-util-wrap-id ul { }
		#usm-util-wrap-id li { float: left; margin: 0 0.5rem 0 0; }
		#usm-util-wrap-id li:before { content: '\2022'; font-size: 2rem; color: #505050; margin: 0 0.5rem 0 0; display: inline-block; vertical-align: middle; }
		#usm-util-wrap-id li.usm-top-login { margin: 0.2rem 0.5rem 0 0; }
		#usm-util-wrap-id li:first-child:before { content: ''; }
		#usm-util-wrap-id li:last-child { margin: 0; }
		#usm-util-wrap-id li button { font-size: 1.6rem; font-family: 'Pretendard'; padding: 0.3rem 0 0 0; letter-spacing: -0.1rem; }
		#usm-util-wrap-id li button:hover { color: #016af9; }
		#usm-util-wrap-id li a { font-size: 1.6rem; padding: 0.2rem 0 0 0; letter-spacing: -0.1rem; }
		#usm-util-wrap-id li a:hover { color: #016af9; }
		#usm-util-wrap-id li.usm-admin { display: none; }

		.spinner-master { float: right; background-color: #016af9; border-radius: 5px; }
		.spinner-master .bar { background-color: #fff; }

		.usm-main-bg-wrap { padding: 2rem 0 0 0; }
		.usm-main-bg { width: calc(100% - 2rem); height: 100%; line-height: 0; overflow: hidden; position: relative; margin: 0 1rem; }
		.usm-main-bg img { width:100%; height: 100%; display: block; }
		.usm-main-bg .swiper-slide { transition-property: opacity; transform: none; }
		.usm-main-bg .swiper-controls { position: absolute; bottom: 0; right: 0; z-index: 1; width: auto; margin: 1rem auto 0 auto; display: flow-root; background-color: #fff; box-sizing: border-box; padding: 1.5rem 2rem; border-radius: 2rem; text-align: center; }
		.usm-main-bg .swiper-controls button { float: left; display: inline-block; vertical-align: middle; width: 1.7rem; height: 1.7rem; background-color: transparent; background-repeat: no-repeat; background-position: center; background-size: contain; cursor: pointer; text-indent: -9999px; margin: 0 0.7rem; }
       	.usm-main-bg .swiper-controls button.playing { background:url('../images/button_break.png') no-repeat center; font-size: inherit; }
       	.usm-main-bg .swiper-controls button.paused { background:url('../images/button_play.png') no-repeat center; font-size: inherit; }
       	.usm-main-bg .swiper-controls button.prev { background:url('../images/button_back.png') no-repeat center; font-size: inherit; }
       	.usm-main-bg .swiper-controls button.next { background:url('../images/button_forward.png')no-repeat center; font-size: inherit; }
		.usm-main-bg .swiper-controls #swiper-status { float: left; display: inline-block; vertical-align: middle; font-size: 1.8rem; margin: 0.8rem 0 0 1.5rem; }

		.content01 { clear: both; }

		.usm-img-banner { clear: both; float: left; width: calc(100% - 2rem); margin: 2rem 1rem 4rem 1rem; box-sizing: border-box; padding: 0; overflow: hidden; position: relative; z-index: 0; }
		.usm-img-banner .usm-img-banner-top { width: 100%; margin: 0 0 1.5rem 0; display: flow-root; }
		.usm-img-banner .usm-img-banner-top h3 { font-size: 2.6rem; float: left; }
		.usm-img-banner .usm-img-banner-btns { float: right; display: inline-block; display: flow-root; }
		.usm-img-banner .usm-img-banner-btns button { display: inline-block; float: left; border: 1px solid #505050; margin: 0.2rem; cursor: pointer; text-indent: -9999px; width: 2.3rem; height: 2.3rem; }
		.usm-img-banner .usm-img-banner-btns button:hover { border: 2px solid #000; }
		.usm-img-banner .usm-img-banner-btns .usm-img-banner-prev { background: url('../images/banner_button_back.png') no-repeat center #fff; }
       	.usm-img-banner .usm-img-banner-btns .play-pause-btn3 { cursor: pointer; }
       	.usm-img-banner .usm-img-banner-btns .play-pause-btn3.playing { background: url('../images/banner_button_break.png')no-repeat center #fff; }
       	.usm-img-banner .usm-img-banner-btns .play-pause-btn3.paused { background: url('../images/banner_button_play.png')no-repeat center #fff; }
		.usm-img-banner .usm-img-banner-btns .usm-img-banner-next { background: url('../images/banner_button_forward.png') no-repeat center #fff; }
		.usm-img-banner .swiper-container { width: calc(100% - 7rem); margin: 0 3.5rem; overflow: hidden; }
		.usm-img-banner .swiper-wrapper > div { font-size: 2rem; color: #3d3d3d; text-align: center; padding: 1rem 0; }
		.usm-img-banner .swiper-wrapper > div a { display: block; color: #3d3d3d; text-align: center; z-index: 0; height: auto; }
		.usm-img-banner .swiper-wrapper > div:hover a { font-weight: bold; color: #016af9; }
		.usm-img-banner .swiper-wrapper > div a img { display: block; margin: 0 auto 0.8rem auto; text-align: center; background-color: #fff; box-shadow: 0px 0px 6px 2px #E0E0E0; border-radius: 40px; }
		.usm-img-banner .swiper-wrapper > div:hover a img { transform: translateY(-0.5rem); border: 1px solid #016af9; box-shadow: none; }

		.usm-schedule { width: calc(100% - 2rem); box-sizing: border-box; position: relative; margin: 0 1rem; }
		.usm-schedule .usm-cmenuWrap { width: 100%; position: relative; }
		.usm-schedule .usm-cmenuWrap h3 { color: #000; font-size: 2.6rem; }
		.usm-schedule .usm-cmenuWrap h3 a { color: #000; }
		.usm-schedule .usm-cmenuWrap .usm-main-more { position: absolute; right: 0; top: 0; width: 3rem; height: 3rem; }
		.usm-schedule .usm-cmenuWrap .usm-main-more a { width: 3rem; height: 3rem; }
		.usm-schedule .usm-cmenuWrap .usm-main-more span { left: auto; }
		.usm-schedule .usm-cmenuWrap .usm-main-more span.hidden:before { visibility: visible; content: url('../images/button_more.png'); display: block; width: 3rem; height: 3rem; position: absolute; }
		.usm-schedule .usm-schedule-cont { width: 100%; margin: 2rem 0 0 0;  box-sizing: border-box; padding: 1rem; border-radius: 2rem 2rem 0 0; background-color: #52a7f2; }
		.usm-schedule .usm-schedule-cont .usm-cheader { text-align: center; margin: 0 0 1rem 0; }
		.usm-schedule .usm-schedule-cont .usm-cheader a { color: #fff; font-weight: bold; font-size: 1.8rem; }
		.usm-schedule .usm-schedule-cont .usm-cheader a strong { font-size: 2rem; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar { table-layout: fixed;word-wrap:break-word;word-break:break-all;  }
		.usm-schedule .usm-schedule-cont .usm-ccalendar tr:nth-child(1) th { padding: 1rem 0; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar td { text-align: center; padding: 1rem 0; color: #fff;  }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .week { color: #fff; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .week.sun { color: #fce4e3; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .week.sat { color: #aedcff; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .sun { color: #fce4e3; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .sat { color: #aedcff; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .sun.has { color: #026af1; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .sat.has { color: #026af1; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .has { font-weight:bold; background-color:#fff; cursor:pointer; color: #026af1; border-bottom: 2px solid #026af1; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .tch-cur { background-color: #026af1; color: #fff; border-bottom: 4px solid #fff; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .sc_cont { display:none; width: 20rem; margin-top: 0.5rem; border:1px solid #DEDEDE; border-top:2px solid #000000; position:absolute; left: 50%; transform: translate(-50%, 0); background-color: #fff; z-index:5; text-align:left; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .sc_cont .sc_close { line-height:24px; height:24px; text-align:right; vertical-align:middle; padding:0 5px 0 0; background-color:#EAEAEA; color: #222; }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .sc_cont ul { border-top:1px solid #D7D7D7;  }
		.usm-schedule .usm-schedule-cont .usm-ccalendar .sc_cont ul li { padding:5px 8px; color: #222; }
		.usm-schedule .usm-day { width: 100%; box-sizing: border-box; padding: 1rem 2rem; background-color: #52a7f2; border-radius: 0 0 2rem 2rem; }
		.usm-schedule .usm-day ul { overflow-y: auto; height: 10rem; }
		.usm-schedule .usm-day li { line-height: 180%; font-size: 1.8rem; margin: 0 0 1rem 0; display: flow-root; box-sizing: border-box; padding: 0 1rem 0 0; }
		.usm-schedule .usm-day li span { display: inline-block; float: left; color: #fff; }
		.usm-schedule .usm-day li span:nth-child(1) { background: url('../images/schedule_icon.png') left center no-repeat; color: #fff; font-size: 2rem; padding: 0 0 0 2.5rem; margin: 0 1rem 0 0; width: 6rem; text-align: center; font-weight: bold; }
		.usm-schedule .usm-day li span:nth-child(2) { width: calc(100% - 9.5rem); text-align: left; } 
		.usm-schedule .usm-day ul::-webkit-scrollbar { width: 0.5rem; }
		.usm-schedule .usm-day ul::-webkit-scrollbar-thumb { background: RGB(255,255,255); border-radius: 10px; }
		.usm-schedule .usm-day ul::-webkit-scrollbar-track { background: RGB(2,106,241); border-radius: 10px; }

		.usm-popup { clear: both; float: left; width: calc(100% - 2rem); margin: 4rem 1rem 0 1rem; box-sizing: border-box; position: relative; overflow: hidden; }
		.usm-popup .usm-popup-top { background:url('../images/title_bg.png') left 0 no-repeat; height: 7.7rem; box-sizing: border-box; padding: 1.2rem 0 0 3.5rem; font-weight: normal; }
		.usm-popup .usm-popup-top h3 { font-size: 2.3rem; color: #fff; }
		.usm-popup .popup-pagination { position: static; font-size: 2rem; margin: 0 0 0 1rem; letter-spacing: 0.3rem; }
		.usm-popup .popup-btns { display: flow-root; position: absolute; top: 1.5rem; right: 2rem; }
		.usm-popup .popup-btns div { float: left; width: auto; height: 2.1rem; }
		.usm-popup .popup-btns div button { background-color: transparent; background-repeat: no-repeat; background-position: center; background-size: contain; cursor: pointer; text-indent: -9999px; margin: 0 0.4rem; width: 1.7rem; height: 1.7rem; }
		.usm-popup .usm-popup-prev { background: url('../images/button_back.png') no-repeat center; }
       	.usm-popup .play-pause-btn { margin: 0 2rem; }
       	.usm-popup .play-pause-btn.playing { background: url('../images/button_break.png') no-repeat center; }
       	.usm-popup .play-pause-btn.paused { background: url('../images/button_play.png') no-repeat center; }
       	.usm-popup .usm-popup-next { background: url('../images/button_forward.png') no-repeat center; }
		.usm-popup .popup-container { width: 100%; margin: -2.8rem auto 0 auto; overflow: hidden; }
		.usm-popup .con { width: 100%; height: 21.5rem; text-align: center; z-index: 0; }
		.usm-popup .swiper-slide { text-align: center; display: flex; justify-content: center; align-items: center; }
		.usm-popup .swiper-slide a { display: block; width: 100%; height: 21.5rem; }
		.usm-popup .swiper-slide img { display: block; width: 100%; height: 21.5rem; border-radius: 30px; }
		.usm-popup .swiper-notification { display: none; }
		
		#usm-main-brd1-id { position: relative; clear: both; float: left; width: calc(100% - 2rem); box-sizing: border-box; margin: 4rem 1rem 0 1rem; }
		#usm-main-brd1-id h3 { width: 13rem; height: 7.7rem; font-size: 2.3rem; margin: 0; padding: 1rem 0 0 2.5rem; border: none; background:url('../images/title_bg.png') left 0 no-repeat; color: #fff; }

		.usm-main-brd #tabs-brd1-1 { width: 100%; box-sizing: border-box; margin: -3.6rem 0 0 0; padding: 2rem 1.5rem 1.5rem 1.5rem; background-color: #f7f7f7; border-radius: 2rem; }
		.usm-main-brd #tabs-brd1-1 .tab-more { position: absolute; top: 1rem; right: 0rem; }
		.usm-main-brd #tabs-brd1-1 .tab-more a:before { content: url('../images/button_more.png'); display: block; width: 3rem; height: 3rem; }
		.usm-main-brd #tabs-brd1-1 > div:not(.tab-more) { font-size: 1.6rem; color: #222; margin: 0 0 0.7rem 0; position: relative; }
		.usm-main-brd #tabs-brd1-1 > div:hover div:nth-child(2) a { color: #016af9; }
		.usm-main-brd #tabs-brd1-1> div a { color: #222; }
		.usm-main-brd #tabs-brd1-1 > div a:before { content: '\2022'; display: inline-block; vertical-align: baseline; font-size: 2rem; color: #222; margin: 0 0.5rem 0 0; }
		.usm-main-brd #tabs-brd1-1 > div .usm-cthumbnail { display: none; }
		.usm-main-brd #tabs-brd1-1 > div div:nth-child(2) a { display: block; max-width: 60%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
		.usm-main-brd #tabs-brd1-1 > div div:nth-child(3) { display: none; }
		.usm-main-brd #tabs-brd1-1 > div .usm-img-inf { position: absolute; top: 0.3rem; right: 0; }
		.usm-main-brd #tabs-brd1-1 > div .usm-img-inf li:nth-child(2) { display: none; }
		.usm-main-brd #tabs-brd1-1 > div .usm-img-inf time span:before { content: '.'; }
		.usm-main-brd #tabs-brd1-1 > div:nth-child(1) { background-color: #fff; border-radius: 15px; font-weight: bold; padding: 1rem; box-shadow: 0px 0px 3px 0px #d2d2d2; }
		.usm-main-brd #tabs-brd1-1 > div:nth-child(1) a:before { content: none; }
		.usm-main-brd #tabs-brd1-1 > div:nth-child(1) div:nth-child(2) { margin: 0; font-weight: bold; font-size: 1.8rem;  }
		.usm-main-brd #tabs-brd1-1 > div:nth-child(1) div:nth-child(3) { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 145%; height: 4.5rem; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 1.6rem; font-weight: normal; margin: 2rem 0; }
		.usm-main-brd #tabs-brd1-1 > div:nth-child(1) .usm-img-inf { position: static; text-align: left; margin: 0.5rem 0 0 0; }
		.usm-main-brd #tabs-brd1-1 > div:nth-child(1) .usm-img-inf li { font-size: 1.4rem; }

		#usm-main-alb1-id { clear: both; float: left; width: calc(100% - 2rem); box-sizing: border-box; margin: 4rem 1rem; }
		#usm-main-alb1-id h3 { text-align: center; font-size: 3.6rem; font-weight: normal; word-break: keep-all; margin: 0 0 3rem 0; }
		#usm-main-alb1-id h3 mark { font-weight: bold; background: transparent; }
		#usm-main-alb1-id.ui-widget { font-family: 'Pretendard'; padding: 0; }
		#usm-main-alb1-id.ui-widget.ui-widget-content { border: none; }
		#usm-main-alb1-id .ui-widget-header { border: none; background: transparent; font-weight: normal; }
		#usm-main-alb1-id.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; display: flow-root; }
		#usm-main-alb1-id.ui-tabs .ui-tabs-nav li { font-size: 2.3rem; color: #3d3d3d; margin: 0 2rem 0 0; padding: 0; border: none; background: transparent; }
		#usm-main-alb1-id.ui-tabs .ui-tabs-nav li:last-child { margin: 0; }
		#usm-main-alb1-id.ui-tabs .ui-tabs-nav .ui-tabs-anchor { padding: 0; }
		#usm-main-alb1-id .ui-state-default a { color: #3d3d3d; height: 5rem; line-height: 5rem; position: relative; z-index: 0; }
		#usm-main-alb1-id .ui-state-active:not(.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited) a {
			font-weight: 900;
			color: #fff;
			height: 5rem;
			line-height: 5rem;
			background-color: #016af9;
			border-radius: 3rem; 
			padding: 0 1.5rem;
		}

		#usm-main-alb1-id .ui-widget-content .tab-more { position: absolute; top: 1rem; right: 0rem; }
		#usm-main-alb1-id .ui-widget-content .tab-more a:before { content: url('../images/button_more.png'); display: block; width: 3rem; height: 3rem; }
		#usm-main-alb1-id .ui-widget-content { width: 100%; box-sizing: border-box; padding: 0; margin: 1rem 0 0 0; }
		#usm-main-alb1-id .ui-widget-content > div:not(.tab-more) { width: 100%; height: 22rem; position: relative; margin: 0 0 2rem 0; }
		#usm-main-alb1-id .ui-widget-content > div:not(.tab-more):nth-child(3) { margin: 0; }
		#usm-main-alb1-id .ui-widget-content > div:hover .usm-cthumbnail a img { filter: brightness(0.6); }
		#usm-main-alb1-id .ui-widget-content .usm-cthumbnail { width: 100%; height: 22rem; box-sizing: border-box; border-radius: 25px; }
		#usm-main-alb1-id .ui-widget-content .usm-cthumbnail a { width: 100%; height: 100%; overflow: hidden; }
		#usm-main-alb1-id .ui-widget-content .usm-cthumbnail img { width: 100%; height: 100%;  transition: 0.5s; position: relative; border-radius: 25px; }
		#usm-main-alb1-id .ui-widget-content > div div:nth-child(2) { display: block; width: calc(100% - 2rem); margin: 0 1rem; position: absolute; bottom: 1rem; z-index: 1; }
		#usm-main-alb1-id .ui-widget-content > div div:nth-child(2) a { display: block; width: 100%; text-align: center; height: 5rem; padding: 1.5rem 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 2rem; font-weight: bold; box-sizing: border-box; background-color: #fff; color: #3d3d3d; border-radius: 3rem; }
		#usm-main-alb1-id .ui-widget-content > div:hover div:nth-child(2) a { background-color: #016af9; color: #fff; transition: 0.3s; font-weight: bold; }
		#usm-main-alb1-id .ui-widget-content > div div:nth-child(3) { display: none; }
		#usm-main-alb1-id .ui-widget-content .usm-img-inf { display: none; }

		.banner-wrap { clear: both; border-top: 1px solid #ddd; box-sizing: border-box; }
		.usm-banner { clear: both; width: calc(100% - 2rem); margin: 0 1rem; box-sizing: border-box; padding: 2rem 0; position: relative; overflow: hidden; background-color: #fff; display: flex; }
		.usm-banner .usm-banner-top { width: 11rem; background-color: #fff; position: relative; z-index: 2; padding: 0.5rem 1rem 0 1rem; flex: none; }
		.usm-banner h3 { font-size: 2.3rem; display: inline-block; position: relative; text-align: center; width: 100%; }
		.usm-banner .banner-btns { display: inline-block; display: flow-root; }
		.usm-banner .banner-btns button { display: inline-block; float: left; border: 1px solid #505050; margin: 0.2rem; cursor: pointer; text-indent: -9999px; width: 2.3rem; height: 2.3rem; }
		.usm-banner .banner-btns button:hover { border: 2px solid #000; }
		.usm-banner .banner-btns .usm-banner-prev { background: url('../images/banner_button_back.png') no-repeat center; }
       	.usm-banner .banner-btns .play-pause-btn2 { cursor: pointer; }
       	.usm-banner .banner-btns .play-pause-btn2.playing { background: url('../images/banner_button_break.png')no-repeat center; }
       	.usm-banner .banner-btns .play-pause-btn2.paused { background: url('../images/banner_button_play.png')no-repeat center; }
		.usm-banner .banner-btns .usm-banner-next { background: url('../images/banner_button_forward.png') no-repeat center; }
		.usm-banner .banner-btns .usm-banner-all { background: url('../images/banner_button_full.png') no-repeat center; }
		.usm-banner .banner-container { width: calc(100% - 13rem); margin: 0; flex: none; }
		.usm-banner .con { clear: both; width: 100%; position: relative; overflow: visible; z-index: 1; height: 6rem; }
		.usm-banner .swiper-slide { display: inline-block; width: 14rem; height: 6rem; overflow: hidden; box-sizing: border-box; margin: 0 0 0 0; }
		.usm-banner .swiper-slide a { height: 5rem; margin: 0.5rem; } 
		.usm-banner .swiper-slide img { width: 18rem; height: 5rem; max-width: 100%; box-sizing: border-box; }

/* 모바일, 테블릿 메뉴는 skin/style.css 에서 제어함 */

@media (min-width:769px) and (max-width:1023px){

	.usm-popup .popup-container { width: 50%; margin: 0 auto; }
	.usm-popup .con { height: 30rem; }
	.usm-popup .swiper-slide a { height: 30rem; }
	.usm-popup .swiper-slide img { height: 30rem; }
	
	.usm-main-brd .ui-widget-content > div:not(.tab-more) { float: left; width: calc(50% - 1rem); margin: 0 1rem 0.8rem 0; }
	.usm-main-brd .ui-widget-content > div:nth-child(even) { margin: 0 0 0.8rem 0; }

	#usm-main-alb1-id .ui-widget-content > div:not(.tab-more) { float: left; width: calc(50% - 1rem); margin: 0 1rem 0.8rem 0; }

}

/* PC용 CSS */
@media all and (min-width:1024px){
	body {   }

	#usm-wrap-id { }

		#usm-top-id { clear: both; width: 100%; min-height: 12rem; height: auto; position: relative; }

			.top-wrap { width: 140rem; height: 7rem; margin: 0 auto; position: relative; }

			#usm-logo-wrap-id { text-align: center; margin: 0; }

			.usm-util-menu { border: none; position: absolute; right: 0; top: 2rem; width: 36rem; height: 2.1rem; }
			#usm-util-wrap-id { display: block; margin: 0; float: right; }
			#usm-util-wrap-id li.usm-admin { display: inline-block; }
			.spinner-master { display: none; }

			.menu-wrap { clear: both; width: 100%; height: 6rem; position: relative; }
			#usm-menu-wrap-id { display: block; width: 140rem; height: 6rem; z-index:10; margin: 0 auto; }
			#usm-menu-wrap-id > ul > li > a { padding: 1.6rem 11rem 1.5rem 11rem; }

		#usm-middle-id { width: 100%; margin: 0 auto; position: relative; }
			.usm-main-bg-wrap { width: 100%; height: 40rem; background-color: #f9fafc; }
				.usm-main-bg { overflow: hidden; width: 140rem; height: 40rem; margin: 0 auto; }

			.ums-img-banner-wrap { width: 100%; background-color: #f9fafc; border-radius: 0 0 150px 150px;  }
			.usm-img-banner { clear: both; float: none; width: 140rem; height: 20rem; margin: 0 auto; padding: 2rem 0 0 0; display: flex; }
			.usm-img-banner .usm-img-banner-top { flex: none; width: 9rem; }
			.usm-img-banner .usm-img-banner-btns { padding: 1rem 0.6rem 0 0; }
			.usm-img-banner .swiper-container { flex: none; width: calc(100% - 9rem); padding: 0.8rem 0; }
			.usm-img-banner .swiper-wrapper > div { margin: 0; padding: 0; }
			.usm-img-banner .swiper-wrapper > div a { margin: 0 0; }			

			.content01 { width: 140rem; margin: 8rem auto 0 auto; display: flow-root; position: relative; }

				.usm-schedule { float: left; width: 84rem; margin: 0; }
				.usm-schedule .usm-cmenuWrap { margin: 0 0 1.7rem 0; }
				.usm-schedule .usm-schedule-cont { float: left; margin: 0; width: 38rem; height: 35.8rem; border-radius: 0; padding: 2rem; background: url('../images/schedule_bg01.png') no-repeat; }
				.usm-schedule .usm-schedule-cont .usm-ccalendar { position: relative; }
				.usm-schedule .usm-schedule-cont .usm-ccalendar td { padding: 0.8rem 0; }
				.usm-schedule .usm-day { float: left; margin: 0; width: 46rem; height: 35.8rem; padding: 2rem;  background: url('../images/schedule_bg02.png') no-repeat; border-radius: 0; }
				.usm-schedule .usm-day ul { height: 24rem; }

				.usm-popup { clear: none; float: left; width: 50rem; margin: 0 0 0 6rem; }
				.usm-popup .usm-popup-top h3 { font-size: 2.3rem; letter-spacing: 0; }
				.usm-popup .con { width: 60rem; height: 35.8rem; }
				.usm-popup .swiper-slide a { width: 60rem; height: 35.8rem; }
				.usm-popup .swiper-slide img { width: 60rem; height: 35.8rem; }

			.content02 { width: 140rem; margin: 8rem auto; display: flow-root; }

				#usm-main-brd1-id { clear: none; float: left; width: 48rem; margin: 0; padding: 0; }
				#usm-main-brd1-id.ui-tabs .ui-tabs-nav { margin: 0 0 2.3rem 0; }
				#usm-main-brd1-id.ui-tabs .ui-tabs-nav li { font-size: 2.5rem; margin: 0 2rem 0 0; }
				.usm-main-brd .ui-widget-content .tab-more { top: 0.2rem; right: 0; left: auto; }
				.usm-main-brd .ui-widget-content > div:not(.tab-more) { float: left; width: calc(50% - 1rem); margin: 0 1rem 2rem 0; padding: 2.5rem; }
				.usm-main-brd .ui-widget-content > div:nth-child(4) { display: block; }
				.usm-main-brd .ui-widget-content > div:nth-child(5) { display: block; }
				.usm-main-brd .ui-widget-content > div:nth-child(odd) { margin: 0 0 2rem 0; }
				.usm-main-brd .ui-widget-content > div div:nth-child(3) { margin: 2rem 0; font-size: 1.6rem; }
				.usm-main-brd .ui-widget-content > div div:nth-child(4) time { font-size: 1.6rem; }

				#usm-main-alb1-id { clear: none; float: left; width: 86rem; margin: 0 0 0 6rem; padding: 0; position: relative; }
				#usm-main-alb1-id .ui-widget-content { display: flow-root; box-sizing: border-box; background-color: #f7f7f7; border-radius: 3rem; padding: 2rem; margin: 0; }
				#usm-main-alb1-id .ui-widget-content > div:not(.tab-more) { float: left; width: calc(50% - 2.5rem); margin: 0 5rem 0 0; height: auto; }
				#usm-main-alb1-id .ui-widget-content > div:nth-child(3) { margin: 0; }
				#usm-main-alb1-id .ui-widget-content .usm-cthumbnail { width: 100%; height: 24rem; }
				#usm-main-alb1-id .ui-widget-content .usm-cthumbnail img { width: 100%; height: 24rem; }

			.banner-wrap { clear: both; width: 100%; height: 8rem; box-sizing: border-box; }
			.usm-banner { float: none; width: 140rem; height: 8rem; padding: 1rem 0; margin: 0 auto; }
			.usm-banner .banner-container { width: 1265px; }
			.usm-banner .con { margin: 0; }

}