@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,800&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
body {
	font-family: 'Noto Sans KR', 'Nanum Gothic', sans-serif;
	font-weight: 400;
	background-color: white;
	color: #333;
	margin: 0;
	padding: 0;
	/* background-image: url(/images/patten.png) !important; */
    background-size: 30% auto;
	/*background-repeat: repaet;*/
	
}

a {
	text-decoration: none;
	color: unset;
}
/*
input{
	ios����
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}*/

.font_c01 { color: #aaa; } /* ���� ȸ�� */
.font_c01 { color: #aaa; } /* �߰� ȸ�� */


* { -webkit-text-size-adjust:none; max-width:100%;}
dd {margin-inline-start: 0px;}

.column button {	
	position: fixed;
	top:20px;
	left:20px;
	width: 50px;
	height: 50px;
	background-color: #000;
	border: 0;
	z-index: 1;
}
/* �޴� */
#menuBar {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	height: 60px;
	z-index: 5;
	color: #fff;
	background-color: #00c7e4;
}
#menuBnt {
    width: 30px;
    float: right;
    clear: both;
    padding-right: 20px;
    z-index: -2;
	cursor: pointer;
}
#menuBnt dd {
    background-color: #fff;
    height: 3px;
    padding: 0;
    margin: 4px;
    width: 25px;
}
#menuBar ul {
	display: inline-block;
	padding-inline-start:0px;
	margin:0px;
}
#menuBar ul li {
	display: inline-block;
    margin: 0 5px;
    padding: 17px 5px;
}
.#menuBar ul li span a  {
	color: #c1f7ff;
	font-size: 0.9em;
}
.#menuBar ul li span a:visited {
	color: #c1f7ff;
}
#menuBar a {
	color: #fff;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
#menuBar a:visited {
	color: #fff;
}
#menuView {
	position: absolute;
	top:60px;
	left: 0;
	color: #fff;
	background-color: #00c7e4;
	width: 100%;
	display: none;
	z-index: 5;
	box-sizing: border-box;
	padding: 10px;
	border-top: 3px solid #fff;

	display: inline-flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
#menuView dl {
	margin: 0;
	padding: 30px 20px;
	box-sizing: border-box;
	border-left: 1px dashed #66ddef;
    display: inline-block;
	vertical-align: top;
	height: 450px;
	text-align: left;
	margin-block-start: 0em;
    margin-block-end: 0em;
	width: 22%;
}
#menuView dl.first {
	/*width: 70px;*/
	border-left: 0;
}
/*
#menuView dl.last {
	border-right: 0;
}*/
#menuView dl dt {
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: 500;
	color: #c1f7ff;
}
#menuView dl dd {
	margin: 0;
    padding: 12px 0px;
    text-indent: 7px;
}
#menuView dl dd.s_dt span {
	text-indent: 10px;
	padding: 7px 5px;
	display: inline-block;
}

.finemarket {
	width: 90%;
	/*background-color: #fff;*/
	margin: 0 auto;
	text-align: center;
}
.finemarket._main{
	position: relative;
	top:60px;
	width: 100%;
	/*background-color: #ffe641;*/
}
.finemarket._main .mbar {
	background-color: initial;
}
/*
.finemarket._main .tit {
	height: 70vh;
	background-image: url(/images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
*/



ul.submenu{
    background: rgb(0, 200, 228);
    display:none !important; /* 평상시에는 서브메뉴가 안보이게 하기 */
    height:auto;
    margin:0px;
    border:0px;
    position: absolute;
    z-index:200;
    text-align: center;
    margin-left: -85px !important;
    top: 50px;
    
  	
}
ul.submenu li{
	padding: 15px !important;
	display:list-item !important;
	list-style:none;
	
}

#menuBar ul li:hover ul{
	display:block !important;
}







.swiper-container {
  width: 100%;
  height: 90vh;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  background-color: #333;
}

.program_sch .swiper-container {
  width: 100%;
  height: 240px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  background-color: #333;
  border-radius : 20px;
}

.swiper-slide {
	width: 100%;
	height: 90vh;
	background-repeat: no-repeat;
	background-size: cover;
	/*text-align: center;
	font-size: 18px;

	 Center slide text vertically 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
}

.swiper-button-next,
.swiper-button-prev {
	z-index:10;
}


/* ���� ��� �����̵� ���� */
.mySlides {
	/*display: none;*/
	width: 100%;
	height: 90vh;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 90vh;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  /*position: absolute;
  top: 50%;*/
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slides_bnt {
	width: 100%;
    position: absolute;
    z-index: 10;
    top: 50%;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  position: absolute;
}
.prev {
	left: 0;
	position: absolute;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
.slide1 {
	background-image: url(/images/bg02.png);
	background-position: center center;
}
.slide2 {
	background-image: url(/images/bg.png);
	background-position: center center;
}
.slide3 {
	background-image: url(/images/bg03.png);
	background-position: center center;
}

.pro1_slide1 {
	background-position: top center;
	background-image: url(/images/main_program/2/art1.jpg);
}
.pro1_slide2 {
	background-image: url(/images/main_program/2/art2.jpg);
}

.pro2_slide1 {
	background-position: top center;
	background-image: url(/images/main_program/2/1.jpg);
}
.pro2_slide2 {
	background-position: top center;
	background-image: url(/images/main_program/2/2.jpg);
}
.pro2_slide3 {
	background-position: top center;
	background-image: url(/images/main_program/2/3.jpg);
}
#slideBanner dd.b2 {
	background-position: top center;
	background-image: url(/images/bg.png);
}
#slideBanner dd.b3 {
	background-image: url(/images/bg03.png);
	background-position: top center;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.slide_bullet {
	text-align: center;
    position: absolute;
    width: 100%;
    /* top: 0; */
    bottom: 30px;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/* ���� ��� �����̵� �� */




#slideBanner {
	height: 70vh;
	width: 100%;
	overflow: hidden;
}
#slideBanner dl, #slideBanner dl dd {
	margin: 0; padding: 0;
}
#slideBanner dl dd.slideB {
	width: 100%;
	height: 70vh;
	background-repeat: no-repeat;
	background-size: cover;
}
#slideBanner dl dd.b1 {
	background-image: url(/images/bg02.png);
	background-position: center center;
}
#slideBanner dd.b2 {
	background-position: top center;
	background-image: url(/images/bg.png);
}
#slideBanner dd.b3 {
	background-image: url(/images/bg03.png);
	background-position: top center;
}
.bnt_ {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}
.bnt_w {
	padding: 15px 20px; 
	border-radius: 15px; 
	background-color: #fff;
	border: 1px solid #aaa;
	box-shadow: 0px 2px 2px 2px #ededed;
	cursor: pointer;
	display: inline-block;
}

.finemarket._main .tit .tit_text {
	position: absolute;
	top:38vh;
	width: 100%;
	margin: 0 auto;
	z-index: 3;
	left: 0;
}
.finemarket._main .tit .tit_text img {
	width: 80%;
	max-width: 597px;
}
.finemarket._main .tit h1 {
	font-family: 'Do Hyeon','Noto Sans KR', sans-serif;
	font-size: 5em;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.0em; 
	margin: 0;
}
.finemarket._main .tit h2 {
	font-size: 3.0em;
	font-weight: 100;
	line-height: 1.0em; 
	margin: 0;
	/*padding-top: 12vh; 2��*/
	padding-top: 7vh;
}
.finemarket._main .tit h3 {
	font-weight: normal;
	padding: 0 3%;
	/*padding-top:5vh; 2�� */
	padding-top:2vh;
	font-size: 1.7em;
}

.finemarket .tit .daybox {
	position: absolute;
	/*top: 66vh; 2��*/
	top: 60vh;
	left:0;
	right: 0;
	margin: auto;
	width: 360px;
	height: 200px;
	display: inline-flex;
	box-sizing: border-box;
}
.finemarket .tit .daybox1, .finemarket .tit .daybox2 {
	width: 180px;
	height: 200px;
	background-color: #ffe641;
	border-radius: 200px;
	box-sizing: border-box;
	display: table-cell;
}
.finemarket .tit .daybox2 {
	background-color: #00c7e4;
	color: #fff;
	/*box-shadow: inset 0px -2px 1em 0px #dac63a*/
}
.finemarket .tit .daybox dd {
	padding: 0;
	margin: 0;
	letter-spacing: 0.05em;
}
.finemarket .tit .daybox dd b { font-weight: 100; }
.finemarket .tit .daybox dd:nth-child(1) {
	font-size: 2.7em;
	font-weight: 600;
	padding-top: 32px;
	padding-bottom: 5px;
}
.finemarket .tit .daybox dd:nth-child(2) {
	letter-spacing: 0.35em;
	opacity: 0.7;
}
.finemarket .tit .daybox dd:nth-child(3) {
	letter-spacing: 0.00em;
	font-size: 1.1em;
	line-height: 160%;
	font-weight: 500;
	opacity: 0.8;
}

.finemarket._main .con1 {
	position: static;
	/*color: #fff;*/
	top:0;
	padding: 50px 0px;
	background-image: url(images/patten.png) !important;
    background-size: auto 50%;

	height: 300px;
	padding-bottom: 50px;
}

.con1 button {
	display: inline-block;
	padding: 10px 20px;
	border: 0;
	cursor: pointer;
	width: 100%;
	max-width: 300px;
	min-width: 280px;
	height: 60px;
	margin: 0 5px;
	font-size: 1.0em;
	font-weight: 700;
	letter-spacing: -0.05em;
	border-radius: 60px;

}
.con1 button:nth-child(1) {
	background-color: #fff;
}
.con1 button:nth-child(2) {
	background-color: #00c7e4;
	color: #fff;
}
.con1 button:nth-child(3) {
	background-color: #fff2b5;
}


.busking_sch {
	position: relative;
	padding: 40px 0 40px 0;
    background-color: #00c7e4;
    color: #fff;
    box-sizing: border-box;
    /*margin-top: 60px;*/
}
.busking_sch ul {

	padding: 0 0;
	width: 90%;
	max-width: 1460px;
	box-sizing: border-box;
}
.busking_sch h3 {
    color: #ffe641;
    font-size:  3.5em;
    font-weight: 500;
    line-height: 1.0em;
	margin-block-start: 1em;
    margin-block-end: 1em;
	margin: 0;
}
/*
.busking_sch h3 span {
	font-size: 0.6em;
    padding-left: 0.2em;
    color: #fff;
    font-weight: 300;
}*/
.busking_sch ul, ._board ul {
	padding-inline-start: 0;
    margin: 0 auto;
}
.busking_sch li {

	padding: 25px 0;
	border-bottom: 1px solid #7cdae8;
	text-align: left;
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.busking_sch li .tag {

	background-color: #c1f7ff;
    display: inline-block;
    color: #00c7e4;
    font-size: 0.8em;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: 500;
}
.busking_sch li .sub {
	font-size: 0.9em;
    display: inline-block;
    padding-bottom: 3px;
	line-height: 120%;
}
.busking_sch li .time {
    letter-spacing: 0.1em;
    font-size: 1.0em;
    padding-left: 5px;
}
.busking_sch li, ._board li {
	list-style: none;
}
.busking_sch .day_t b {
	color: #ffe641;
}
.busking_sch dl {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 2vh 1vw;
    width: 190px;
    vertical-align: top;
}
.busking_sch dt {
	font-size: 18px;
	font-weight: 500;
	padding-top: 15px;

}
.busking_sch dt, .busking_sch dd {
	margin: 0;
}
.busking_sch dl img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.busking_sch .day_t span {
	font-size: 14px;
}
.busking_sch dd {
	color: #b9f6ff;
}


.program_sch {
	position: relative;
	padding: 40px 0 40px 0;
    background-color: #00c7e4;
    color: #fff;
    box-sizing: border-box;

}
.program_sch ul {

	padding: 0 0;
	width: 90%;
	max-width: 1460px;
	box-sizing: border-box;
}
.program_sch h3 {
    color: #ffe641;
    font-size:  3em;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom:0px;
    margin-top:30px;
}
/*
.busking_sch h3 span {
	font-size: 0.6em;
    padding-left: 0.2em;
    color: #fff;
    font-weight: 300;
}*/
.program_sch ul, ._board ul {
	padding-inline-start: 0;
    margin: 0 auto;
}
.program_sch li {
	padding: 25px 0;
	border-bottom: 1px solid #7cdae8;
	text-align: center;
	display: block;;
    flex-wrap: wrap;
    justify-content: center;
}
.program_sch li .tag {

	background-color: #c1f7ff;
    display: inline-block;
    color: #00c7e4;
    font-size: 0.8em;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: 500;
}
.program_sch li .sub {
	font-size: 0.9em;
    display: block;
    padding-bottom: 3px;
	line-height: 140%;
	word-break : keep-all;
}
.program_sch li .time {
    letter-spacing: 0.1em;
    font-size: 1.0em;
    padding-left: 5px;
    font-weight:bold;
 
}
.program_sch li, ._board li {
	list-style: none;
}
.program_sch .day_t b {
	color: #ffe641;
}
.program_sch dl {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 1%;
    width: 30%;
    vertical-align: top;
}

.program_sch dl.first {
    width:20%
}

.program_sch dt {
	font-size: 18px;
	font-weight: 500;
	padding-top: 15px;

}
.program_sch dt, .busking_sch dd {
	margin: 0;
}
.program_sch dl img {
	width: 100%;
	height: 250px;
	border-radius: 20px;
}
.program_sch .day_t span {
	font-size: 14px;
}
.program_sch dd {
	color: #fff;
	text-align:left;
	margin:2px 0px;
}

@media screen and (max-width: 750px) {
	.program_sch dl.first{
	width : 100%;
	}
	.program_sch dl{
	 width:100%
	}
}


._news {
	padding: 15px 0 15px 0;
	background-color: #f5f5f5;
	margin-top:50px !important;
}
._gallery {
	padding: 7vh 0;
	background-color: #fff;
}
._board {
	margin: 0 auto;
	text-align: center;
}
._board ul.gallery {
	width: 90%;
	max-width: 1600px;
	box-sizing: border-box;
	padding-left: 0;
	overflow: hidden;
	
	}
	/*
	width: 90%;
    max-width: 1600px;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
	*/
}
._board .gallery a {
	/*line-height: 0;*/
}
._board .gallery a > li.title {
	text-align: left;
    box-sizing: border-box;
    padding: 1.5em;
	background-color: #333; 
	color: #fff;
	position: relative;
	top: 0;
	vertical-align: top;
}
._board .gallery a > li.title span.sub {
	font-size: 1.1em;
	line-height: 160%;
    display: inline-block;
    color: #dccd84;
}
._board .gallery a > li.title b {
	font-size: 2.0em;
    font-weight: 500;
    line-height: 120%;
    margin-top: 20px;
    display: inline-block;
}
._board .gallery a > li.title > .bnt {
    padding: 15px 8px;
    border-radius: 2.5em;
    border: 3px solid #fff;
    font-size: 1.5em;
    line-height: 0;
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    font-weight: 900;
    bottom: 1.0em;
}
._board .gallery li {
	display: inline-block;
	width: 290px;
	height: 290px;
	background-color: #ddd;
	overflow: hidden;
}
._board .gallery img {
	width: auto;
    height: 100%;
}
._board ul.news {
    vertical-align: top;
	width: 90%;
	max-width: 1460px;
	
	overflow: hidden;
	position: relative;
	top:0;
	left: 0;
	box-sizing: border-box;
	padding-left:0;
}
._board ul.news .title > b {
	right: 0;
    position: absolute;
    top: 0;
	font-weight: 300;
	padding: 1.5em 0;
}
._board ul.news li {
	text-align: left;
	font-size: 1.2em;
	line-height: 180%;
	color: #333;
	padding-left: 94.81px;
	/*padding: 1.23em 0;*/
}
._board ul.news li b {
	float: right;
	clear: both;
	color: #00c7e4;
}
._board ul.news span {
	font-size: 1.0em;
	color: #00c7e4;
	padding-right: 10px;
}
._board h3.title {
	font-size: 1.2em;
	line-height: 180%;
	font-weight: 500;
	padding: 1em 0;
	margin-block-start: 0em;
    margin-block-end: 0em;
	color: #333;
	float: left;
	padding-right: 20px;
	margin: 0 0;
}
.busking_sch .mobile {
	display: none;
}

.program_sch .mobile {
	display: none;
}

._gallery.mobile {
	display: none;
}

#tabs {
	margin: 40px 0 10px 0;
	padding-left: 0;
}
#tabs li {
	display: inline-block;
	font-size: 16px;
	padding: 3px 7px;
	margin: 3px 0;
	border-radius: 5px;
	cursor: pointer;
	background-color: #00c7e4;
	color: #fff;
	font-weight: 500;
}
#tabs li.done {
	background-color: #ddd;
}
.mean_list02 {
	margin: auto;
	width: 100%;
	text-align: center;
}
.mean_list02 img { 
	padding-top: 50px;
	width: 100%;
	padding-right: 150px;
	max-width: 300px;
	display: inline-block;
}
.mean_list02 ul {
	margin: auto;
	list-style: none;
    padding: 1.5em 0 2.0em 0;
	display: inline-block;
}
.mean_list02 ul li {
	font-size: 1.2em;
    line-height: 180%;
	text-align: left;
}
.mean_list02 ul li b {
	font-weight: 500;
}
.mean_list02 dd {
	font-size: 0.9em !important;
}
.progr {
	margin-bottom: 0px;
	padding: 1.5em 0;
}
.progr dd.b {
	font-weight:500;
	padding-top:1.0em;
	padding-bottom:0.5em;
}
.progr dl {
	margin-block-start: 0;
    margin-block-end: 0;
}
.progr ul {
	padding-left: 46%;
	width: 100%;
	box-sizing: border-box;
}
.progr ul li {
	background-color: #fff;
	padding: 1.5em 1.5em 1.5em 50px;
	list-style: none;
}
.progr.pro01 ul li dl dd:nth-child(2) {
	padding: 16px;
    border: 1px dashed #aaa;
    border-radius: 10px;
    margin: 10px 0;
	display: inline-block;
}
.progr ul li dd._bnt {
	padding-top: 1.0em;
	text-align: right;
}
.progr .bnt_w {
	padding: 6px 12px;
	border-radius: 10px;
	background-color: #23b9d4;
	color: #fff;
	font-weight: 400;
}
/*
.market_receipt .progr dt{
	border-left: 10px solid #ddd;
    padding-left: 15px;
}*/
.market_receipt .progr dl {
	padding: 0 0 2.0em 0;
	border-bottom: 1px solid #ddd;
}
.market_receipt .progr dt{
	font-size:25px;
	margin-top: 30px;
	border-left: 10px;
	color: #23bdd4;
    /*border-left: 10px solid #fb8d9d;
    padding-left: 10px;*/
}
.market_receipt .progr dd {
	/*padding-left: 20px;*/
	margin-left: 0;
    font-size: 1.0em;
    line-height: 180%;
}
.progr li.ex_t {
	padding-left: 20px;
} 
li._bnt {
	list-style: none;
	padding-top: 20px;
}
li.ex_t {
	list-style: none;
	color: #aaa;
	font-size: 0.9em;
}

h2.con_tit {
    display: block;
    padding: 0.5em;
    color: #5b5b5b;
    font-size: 2.0em;
    font-weight: 400;
    border-top: 3px solid #5b5b5b;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
h1, h3 {
	margin-block-start: 0;
	margin-block-end: 0;
}
.map { 
	font-size: 18px;
}
.map dt {
	font-size: 20px ;
	font-weight: 400;
	color: #333;
	padding-bottom: 7px;
}
.map dt dd {
	color: #aaa;
}

/* ������û�� */
.finemarket._receipt {
	position: relative;
	width: 90%;
	background-color: #fff;
	margin: 0 auto;
	max-width: 1600px;
	text-align: left;
	padding-top: 60px;
}


.finemarket._receipt .tit .daybox {
	top: 15px;
	text-align: center;
	position: fixed;
	z-index: 2;
	max-width: 1600px;
	width: 100%;
	

}
.finemarket._receipt .tit .daybox1, 
.finemarket._receipt .tit .daybox2 {
	width: 60px;
	height: 60px;
}

.finemarket._receipt .tit .daybox dd:nth-child(1) {
	font-size: x-large;
	padding-top: 50px;
}
.finemarket._receipt .tit .daybox dd:nth-child(2) {
	font-size: xx-small;
}
.finemarket._receipt .tit .daybox dd:nth-child(3) {
	font-size: smaller;
}

.load_img { 
	border: 1px solid #aaa;
	width: 100%;
	max-width: 300px;
	height: 150px;
	display: block;
	margin-bottom:10px;
	float: left;
}
h2.app_tit {
	font-size: 2.0em;
	border-top: 2px dotted #333;
    display: inline-block;
    color: #00c7e4;
    font-weight: 500;
	padding-top:1.0em;
}
.market_receipt { /*border: 1px solid red;*/
	margin: auto;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	    max-width: 1300px !important;
	background-color: #fff;
	padding-top: 6vh;
}
.market_receipt dl { /*border: 1px solid blue;*/
	padding: 0 0 1.0em 0;
    /*border-bottom: 1px dashed #ddd;*/
}
.market_receipt dt { /*background-color: orange;*/
	list-style: ;
	font-size: 14px;
    padding: 10px 0 10px 0;
	color: #999;
	/* display: list-item;*/
/*	list-style-type: square;*/
}
.market_receipt dt span {
	color: red;
	font-size: 0.9em;
	padding-left: 5px;
	vertical-align: middle;
}
.market_receipt dd { /*border: 1px solid green;*/
	/*margin: 0px 0 1.0em 1.0em;*/
	font-size: 14px;
	
}
.market_receipt .tit {
	padding: 20px 0 30px 0;
	/* border-bottom: 3px solid #333; */
	letter-spacing: -0.06em;
	text-align: center;
}
.market_receipt .tit h1{ 
	font-size: 3.0em;
    font-weight: 600;
    margin: 0;
}
.market_receipt .tit h1 span{ 
	font-size: 16px;
	color: #aaa;
}
.market_receipt .tit h3 {
	font-weight: 400;
	margin: 0;
	padding-left: 1.0em;
	font-size: 1.5em;
	letter-spacing: 0.6em;
}
.market_receipt .tit > span {
	font-size: 13px;
	color: red;
	padding-top: 30px;
}
.visual_tit {
		position: relative;
		top: 0;
		left: 0;
		/*line-height: 0;*/
		width: 46%;
		background-size: auto 110%;
		background-repeat:no-repeat;
		background-position: top left;
	}
	.visual_tit h2 {
		position: absolute;
		top: 1.0em;
		left: 1.0em;
		z-index: 1;
		color: #fff;
		font-size: 2.0em;
		font-weight: 400;
		line-height: 130%;
	}
	.v_img1 {
		background-image: url(/images/program_img01.png);
	}
	.v_img2 {
		background-image: url(/images/program_img02.png);
	}
	.v_img3 {
		background-image: url(/images/program_img03.png);
	}
.market_receipt_mean {
	max-width: 1200px;
}
.market_list {
	max-width: 900px;
	margin: 0 auto;
}
.mean_list01 li p {
	text-align: left;
	padding: 10px 0 0 0;
}
.mean_list01 li {
	text-align: left;
}

.market_list11 dd._float {
	float: left;
	clear:both;
}
.market_list11._modi dd span{ 
	display: block;
	margin: 5px 20px;
}
.market_receipt input {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #aaa;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	
}
.market_receipt select {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #aaa;
	height: 30px;
	min-width: 30%;
	font-size: 16px;
	/*font-weight: bold;*/
}
.market_receipt textarea {
	height: 60px;
	width: 100%;
	margin: 10px 0 5px 0;
}
.market_receipt input[type="radio" i] {
	width: 20px;
	margin-bottom: -4px;
	vertical-align: bottom;
}
.market_receipt input[type="file" i] {
	border-bottom: 0;
	font-weight: 100;
}
.market_receipt button, .market_receipt .button {
	color: #fff;
	font-weight: bold;
	background-color: #afafaf;
	border: 0;
	border-radius: 50px;
	padding: 6px 20px 10px 20px;
	height: 35px;
	cursor: pointer;
	font-size: 14px;
}
.market_receipt button a:link { 
	color: #fff; 
	text-decoration: none;
}
.market_receipt .comment {
	color: #a5d1d4;
	font-size: 13px;
	font-weight: 400;
}
.market_receipt .market_list01 dd {
	display: inline;
	/*border-bottom: 1px solid #aaa;
	padding-bottom: 8px;*/
}
.market_receipt .market_list01 dd:nth-child(2) {
	margin-right: 20px;
}
.market_receipt .market_list01 dd span {
	font-size: 13px;
	padding-left: 5px;
}
.market_receipt .market_list05 dd:nth-child(3) input,
.market_receipt .market_list05 dd:nth-child(4) input,
.market_receipt .market_list05 dd:nth-child(5) input {
	width: 20%;
}
.market_receipt .market_list05 dd:nth-child(6) input,
.market_receipt .market_list07 input {
	/*width: 98.0%;*/
}
.market_receipt .market_list05 input.button {
	font-size: 13px;
	width: auto;
}
.market_receipt .market_list05 dd:nth-child(3), 
.market_receipt .market_list05 dd:nth-child(4),
.market_receipt .market_list05 dd:nth-child(5) {
	display: inline;
	width: 20%;
}
.market_receipt .market_list05 dd:last-child(5) {
	margin-bottom: 5px;
	width: 60%;
}
.market_receipt .list06 dd:first-child {
	padding: 15px 0 5px 0;
}
.market_list06 input {
	width: 20px;
	height: 20px;
	/*border: 1px solid #aaa;*/
	display: inline;
	margin: 0px 1px;
	padding: 0;
	text-align: center;
}
.market_list06 dt {
	margin-bottom: 15px;
}
.market_receipt .market_list08 input {
	text-align: center;
	width: 20%;
	min-width: 110px;
}
.market_receipt .market_list11 input {
	height: 30px;
}
.market_receipt .market_list11 dt {
	margin-bottom: 10px;
}
.market_receipt .market_list11 dd {
	font-size: 14px;
	padding-bottom: 10px;
	padding: 20px;
}
.market_receipt .market_list11 dd:nth-child(even) {
	background-color: #f5f5f5;
	border-radius: 15px;
}
.market_receipt .market_list11 input,
.market_receipt .market_list11 select {
	width: 26%;
	font-size: 14px;
	min-width: 150px;
	margin-right: 20px;
	
}
.market_receipt .market_list11 dd:nth-child(even) input,
.market_receipt .market_list11 dd:nth-child(even) select {
	background-color: #f5f5f5;
}
.last input {
	border-bottom: 0;
	padding-top: 0;
	margin-bottom: 10px;
}
.market_receipt .market_list11 dd.last {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}


button.receipt {
	width: 300px;
	height: 50px;
	font-size: 20px;
	font-weight: 200;
	background-color: #000;
}
button.receipt a:link, button.receipt a:visited {
	color: #fff;
}
button.receipt._no {
	background-color: #aaa;
}
.market_receipt p { 
	text-align: center;
	padding: 5px 0;
}

/*����������ħ ����*/
.prib01 {
	font-size: 14px;
	margin-top: 30px;
}
.prib01 h3 {
	font-size: 14px;
	font-weight: 500;
}
.prib01 textarea {
	font-size: 12px;
	padding: 10px;
	height: 150px;
	color: #aaa;
	margin: 0;
	box-sizing: border-box;
}
input[type="checkbox" i] {
	height: auto;
	padding-left: 10px;
}
.prib01 p {
	padding:0;
	text-align: left;
	font-size: 13px;
}
.prib01 b {
	font-size: 13px;
	font-weight: 400;
	color: #aaa;	
	display: block;
}
.prib01 span.cs {
	font-size: 14px;
	font-weight: 400;
	color: #00c7e4;
	display: block;
}
.prib01 span.cs strong {
	font-weight: 500;
	padding: 10px 0;
}

body.check {
	background-color: #fff;
}

.market_receipt._check input { 
	min-width: 200px; 
	width: 100%; 
	text-align: center;
}
.market_receipt._check dt {
	margin: 10px 0 ;
	text-align: left;
}
.market_receipt._check button { background-color: #68d7ff;}



/* ���� ���� ��û�ϱ� �ȳ� ������ */
.rec_info {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}
.rec_info p {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -0.01em;
}
.rec_info p span {
	font-size: 20px;
	color: #999;
	display: block;
	padding-top:15px;
}
.rec_info p b {
	font-weight: 400;
}
.rec_info dl {
	width: 100%;
	max-width: 400px;
	padding: 20px 2vh;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
}
.rec_info dl dt {
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 30px;
}

.rec_info dl dd { 
	font-size: 16px;
}
.rec_info dl dd:nth-child(2) {
	height: 200px;
}
.rec_info dl dd b { 
	font-weight: 500;
}
.go_bnt {
	border-radius: 15px;
}
.go_bnt a {
	display: inline-block;
	text-decoration: none;
	padding: 20px 20px;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.0em;
	line-height: 130%;
}
.go_bnt a:link, .go_bnt a:visited {
	color: #fff;
}
.go_bnt span { 
	font-size: 18px;
	float: right;
	clear: both;
}
.rec_info .re01 dt {
	color: #eaa912;
}
.rec_info .re01 .go_bnt {
	background-color: #eaa912;
	text-align: left;

}
.rec_info .re02 dt {
	color: #13bdf5;
}
.rec_info .re02 .go_bnt {
	background-color: #13bdf5;
	text-align: left;
}
.rec_info .re03 {
	margin-top: 30px;
	text-align: center;
	padding: 0;
	display: block;
	margin: auto;
}
.rec_info .re03 .go_bnt {
	background-color: #555;
}
.rec_info .re03 dd:nth-child(2){
	height: auto;
}


.reg_info01 {
    color: #333;
    line-height: 140%;
    letter-spacing: -0.02em;
    background-color: #f9f9f9;
    padding: 25px 15px;
    margin: 30px 7px 50px 7px;
    border-radius: 15px;
	font-size: 0.95em;
}
.reg_info01 ul {
	list-style: none;
	padding: 0 30px;
}
.reg_info01 li {
    list-style: none;
	padding: 4px 20px;
    line-height: 1.9em;
    font-weight: 400;
	text-indent: -14px;
}
.reg_info01 li.place {
	display: inline-block;
	width: 44%;
	box-sizing: border-box;
}
.reg_info01 li.place img {
	width: 100%;
	max-width: 540px;
}
.red {
	color: red !important;
}
.reg_info01 ul li.s_tit {
    font-weight: 500;
    font-size: 1.2em;
    /* list-style-type: circle; */
    color: #ffffff;
    background-color: #00c7e4;
    border-radius: 10px;
    padding: 0 20px;
    margin-top: 1.5em;
    margin-bottom: 1.0em;
	text-align: center;
	text-indent: 0;
}
.reg_info01 li.sub {
	margin-bottom: 5px;
    margin-top: 15px;
}
.reg_info01 li.last {
	border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.reg_info01 ul li b {
	font-weight: 500;
}
.ex {
	color: red;
	font-size: 14px;
}


/*
.go_bnt {
	max-width: 1100px;
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 150px;
	clear:both;
}
.go_bnt dd { 
	display: inline-block; 
	margin: 2px 10px;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.05em;
	width: 40%;
	max-width: 500px;
	min-width: 300px;
}



*/


/*  ã�ƺ��� ��ư ���߱� ���� */
.market_list11 label { 
	background-color: #fff; 
	border: 1px solid #aaa;
	width: 250px;
	overflow: hidden;
	position:relative;
	display:inline-block;
	height:	25px;
}
label span { 
	position: absolute;
	background-color: #aaa;
	color: #fff;
	width: 112px;
	height: 25px;
	font-size: 12px;
	display: inline-block;
	z-index: 1;
    margin-left: 140px;
	padding: 2px 5px;
    box-sizing: border-box;
	text-align: center;
}
.market_list11 label input  {
	overflow: hidden;
	position:absolute;
}
.label_input { 
	width: 500px !important;
	padding: 0 !important;
	font-size:11px;
}

.market_list11 label input[type='file' i] {
	background-color: rgba(255, 255, 255, 0) !important;
	position: absolute;
	margin-left: -66px;
	font-size:11px;
}
/*  ã�ƺ��� ��ư ���߱�  ��*/

footer {
	width: 100%;
	padding: 30px 10px 30px 10px;
	font-size: 13px;
	box-sizing: border-box;
	background-color: #5d5b53;
	color: #fff;
}
footer dl.img {
	float: right;
    clear: both;
    margin-top: -15px;
    margin-right: 15px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
footer dl.img dd:first-child img {
    padding-top: 5px;
}
footer dl.img dd:nth-child(2) {
    opacity: 1.0;
}
footer dl.img, footer dl.img dd { 
	display: inline-block;
}
footer dl.img img {
	padding: 2px 5px 0 5px;
    width: 85px;
    vertical-align: top;
}

footer dl, footer dd { 
	margin: 0; 
	padding: 0;  
}
footer dl dd b {
	font-weight: 100;
	padding: 0 10px;
	opacity: 0.7;
}
footer dl dd:nth-child(2) {
	padding: 5px 0 0 0;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	opacity: 0.4;
}
footer._check {
	position: absolute;
	bottom: 0;
	left: 0;
}
.finemarket._check {
	height: 85vh;
}




@media screen and (max-width: 1700px) {
	.busking_sch dl {
		padding: 3vh 1.5vw;
		width: 130px;
	}
		footer dl.img {
		float: none;
		margin-bottom: 10px;
	}
	
@media screen and (max-width: 1000px) {
	._board ul.news {
		width: 80%;
		max-width: 500px;
		padding-left: 0;
		padding-bottom:0.5em;
	}
	._board ul.news li {
	    line-height: 220%;
		color: #333;
		border-bottom: 1px dashed #eee;
	}
	.mean_list02 img { 
		padding-bottom: 50px;
		padding-right:0 ;
	}
	.rec_info dl {
		max-width:90%;
		margin-bottom: 25px;
		text-align: left;
	}
	.rec_info dl dd:nth-child(2) {
		height: auto;
		padding-bottom:  20px;
	}
	.rec_info .re03 dd:nth-child(2){
		padding-bottom: 0;
	}
	.rec_info p {
		text-align: left;
	}
	.rec_info p span {
		font-szie: 18px;
	}
	.reg_info01 li.place {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 940px) {
	#menuView dl {
		padding: 30px 0 30px 15px;
		text-align: left;
	}
	#menuView dl dt {
		font-size: 16px;
	}
	#menuView dl dd {
		margin: 0;
		padding: 10px 0px;
	}
	.con1 button {
		display: block;
		margin: 0 auto;
		margin-bottom: 7px;
	}
	.con1 .go_bnt {
		/*padding: 50px 15px;*/
	}
}
@media screen and (max-width: 900px) {
	#menuView dl {
		/*width: 28%;*/
	}
	.market_receipt .tit h3 {
		font-size: small;
	}
	.visual_tit h2 {
		font-size: x-large;
		line-height: 1.3em;
	}
	.progr ul {
		padding-left: 40%;
	}
	.busking_sch ul, ._board ul {
		width: 100%;
	}
	._board ul.gallery {
		width: 100%;
	}
	.busking_sch .pc {
		display: none;
	}
	
	.program_sch .pc, ._gallery.pc {
		display: none;
	}	
	
	.busking_sch .mobile {
		display: block;
		position: relative;
		text-align: center;
	}
	.program_sch .mobile,._gallery.mobile {
		display: block;
		position: relative;
		text-align: center;
	}	
	
	.busking_sch .day_t {
		width: 100%;
	}
	.busking_sch .day_t.t01 {
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 750px) {
	._pc {
		display: none;
	}
	._mobile {
		display: block !important;
	}
	._board ul.news { 
		width: 90%;
	}
	._board ul.news li {
		 padding: 0.5em 0 0 0;
		line-height: 160%;
		height: 20px;
		overflow: hidden;
	}
	h2.app_tit {
		font-size: large;
		font-weight: 400;
	}
	h2.con_tit {
		font-size: large;
	}
	.news h3 b {
		display: none;
	}
	._news {
		font-size: small;
		padding: 0;
	}
	.reg_info01 {
		font-size: small;
		line-height: 150%;
		padding: 25px 7px;
		margin: 30px 0px 50px 0px;
	}
	.reg_info01 li {
		line-height: 150%;
	}
	.market_receipt .progr dd {
		font-size: small;
	}
	.market_receipt {
		padding-top: 1.0em;
	}
	._board ul.news h3{
		line-height: 160% !important;
		padding: 1em 15px 0 0 !important;
	}
	._board ul.news .title > b {
		padding: 0.5em 0;
	}
	.busking_sch h3, .program_sch h3 {
		font-size: xx-large;
	}
	.busking_sch li {
		float: none;
		clear: both;
		width: 90%;
		padding: 0;
	}
	.busking_sch li dl {
		float: left;
		clear: both;
		width: 100%;
		text-align: left;
		padding: 1.0em 0;
		border-bottom: 1px dashed #c1f7ff;
	}
	.busking_sch dl dd.img{
		float: left;
		padding-right: 10px;
	}
	.busking_sch li .tag {
		margin-top:12px;
	}
	.busking_sch dl img {
		width: 100px;
		border-radius: 50px;
	}
	#menuView dl {
		padding: 20px 0 20px 10px;
		text-align: left;
		height: 500px;
		font-size: smaller;
		text-align: left;
	}
	#menuView dl dt {
		font-size: 15px;
	}
	.market_receipt .tit h1	{
		font-size: x-large;
	}
	.market_receipt .tit h3 {
		font-size: medium;
	}
	.slide1 {
		background-position: top center;
		background-image: url(/images/mobile_bg02.png);
	}
	.slide2 {
		background-image: url(/images/mobile_bg.png);
	}
	.slide3 {
		background-image: url(/images/mobile_bg03.png);
	}


	
	
	
	.rec_info dl {
		padding:20px 0;
	}
	.rec_info .re02, .rec_info .re03 {
		border-top: 1px dashed #aaa;
	}
	.rec_info dl dt, .rec_info dl dd {
		text-align: left;
	}
	.finemarket .tit h1 .mobile{
		display: block !important;
	}
	.market_receipt {
		width: 90%;
	}
	.market_list dl {
		padding-bottom: 10px;
		border-bottom: 1px dashed #ddd;
	}

	.market_receipt .market_list01 dd{
		padding-bottom: 0;
		display: inline-block;
	}
	.go_bnt dd {
		float: none !important

	}
	.visual_tit h2 {
		text-align: center;
		margin: auto;
		left: 0;
		right: 0;
	}
	.progr {
		padding: 0.5em 0;
	}
	.progr ul {
		padding-left: 0;
		padding-top: 150px;
	}
	.progr ul li {
		padding: 0em 1.0em;
	}
	.market_receipt .progr dt{
		font-size: larger;
	}
	#tabs {
		padding-top:0;
		margin: 0;
	}
	.market_receipt dl {
		border-bottom: 0;
	}
	.visual_tit {
		background-size: 100% auto;
		background-position: top;
	}
	.v_img1 {
		background-image: url(/images/program_img01_m.png);
	}
	.v_img2 {
		background-image: url(/images/program_img02_m.png);
	}
	.v_img3 {
		background-image: url(/images/program_img03_m.png);
	}
	/*
	.market_receipt .progr dt {
		font-size: 20px;
	}
	.market_receipt .progr dd {
		padding-left: 0;
	}*/
	.reg_info01 ul li.s_tit {
		font-size: small;
		padding: 5px 5px;
	}
	.reg_info01 ul {
		padding: 0 5px;
	}
}
@media screen and (max-width: 700px) {
	.swiper-container {
		height: 60vh;
	}
	.finemarket._main .tit .tit_text {
		top: 30vh;
	}
	.pc {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	#menuBar ul{
		display: none;
	}
	#menuView dl, #menuView dl.first {
		width: 100%;
	}
	#menuView dl dt{
		font-size: 18px;
	}
	#menuView dl {
		padding: 1.5em 10px 1.5em 50px;
		text-align: left;
		height: auto;
		border-top:0;
		border-bottom: 1px dashed #66ddef;
		border-left:0;
		border-right: 0;
		font-size: 16px;
	}
	#menuView dl.last {
		border-bottom: 0;
	}	
	#menuView dl dd {
		padding: 10px 5px;
	}
	.mean_list02 ul {
		font-size: small;
	}
	.mean_list02 img { 
		width: 200px;
	}
	._board ul.gallery {
		height: 615px;
		overflow: hidden;
	}
	.busking_sch li {
		display: inline-block;
		padding: 1.0em;
	}
	.busking_sch dl dt {
		font-size: medium;
	}
	.busking_sch li .time {
		font-size: small;
	}
	._board .gallery a > li.title span.sub,
	._board .gallery a > li.title b {
		font-size: small;
	}
	._board .gallery a > li.title > .bnt {
		padding: 10px 6px;
		right: 1.0em;
		border: 2px solid;
		font-size: small;
	}
	.busking_sch img {
		width: 100%;
		height: auto;
	}
	._board .gallery li {
		width: 200px;
		height: 200px;
	}
	.market_receipt .market_list05 dd:nth-child(3),
	.market_receipt .market_list05 dd:nth-child(4),
	.market_receipt .market_list05 dd:nth-child(5) {
		display: block;
		width: 100%;
	}
	.market_receipt .market_list05 dd:nth-child(3) input,
	.market_receipt .market_list05 dd:nth-child(4) input,
	.market_receipt .market_list05 dd:nth-child(5) input {
		width: 70%;
		min-width: 200px;
	}
	.market_receipt .market_list11 .mm_name, 
	.market_receipt .market_list11 .mm_price {
		display: block;
	}
	.finemarket._main .tit h1 {
		font-size: 3em;
	}
	.finemarket._main .tit h2 {
		font-size: xx-large;
	}
		.finemarket .tit .daybox {
		top: 61vh;
		width: 300px;
	}
	.finemarket .tit .daybox1, .finemarket .tit .daybox2 {
		width: 150px;
		height: 180px;
	}
	.finemarket .tit .daybox dd:nth-child(1) {
		font-size: x-large;
		padding-top: 45px;
	}
	.finemarket .tit .daybox dd:nth-child(2) {
		font-size: xx-small;
	}
	.finemarket .tit .daybox dd:nth-child(3) {
		font-size: smaller;
	}
	.finemarket._main .tit h3 {
		font-size: 1.2em;
		/*padding-top:15vh;*/
		padding-6vh;
	}
	.market_receipt .market_list09 input {
		max-width: 150px;
	}
	.con1 button {
		margin-top: 15px;
	}
}
@media screen and (max-width: 673px) {
	.mbar {
		height: 80px;
	}
}

@media screen and (max-width: 500px) {
	.finemarket._main .tit h1 {
		font-size: 4.0em;
	}
	.finemarket._main .tit h2 {
		font-size: xx-large;
	}
	.finemarket._receipt {
		width: 100%;
		background-color: #fff;
	}
	footer { 
		text-align: center;
	}
	.busking_sch dl {
	    padding: 0 5px;
	}
	._board ul.news {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 380px) {
	._board .gallery li {
		width: 150px;
		height: 150px;
	}
}

@media screen and (max-height: 1100px) {
	.finemarket .tit .daybox { 
		top:59vh;
	}
}
@media screen and (max-height: 830px) {
	.finemarket._main .tit h1 {
		font-size: 2.9em;
	}
	.finemarket._main .tit h2 {
		font-size: large;
	}
	.finemarket .tit .daybox {
		top: 59vh
		width: 300px;
	}
	.finemarket .tit .daybox1, .finemarket .tit .daybox2 {
		width: 150px;
		height: 160px;
	}
	.finemarket._main .tit h3 {
		font-size: 1.0em;
		padding-top:0vh;
	}
	.finemarket .tit .daybox dd:nth-child(1) {
		font-size: x-large;
		padding-top: 37px;
	}
	.finemarket .tit .daybox dd:nth-child(2) {
		font-size: xx-small;
	}
	.finemarket .tit .daybox dd:nth-child(3) {
		font-size: smaller;
	}
	.con1 button {
		max-width: 280px;
	}
}
@media screen and (max-height: 667px) {
	.finemarket .tit .daybox {
		top: 53vh;
	}
}
@media screen and (max-height: 1000px){
.finemarket .tit .daybox dd:nth-child(1)
}

