@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	margin-bottom: 0.6rem;
	display: flex;
	gap: 0 0.7rem;
}
#main .mainImg .leftBox {
	flex: 1;
	min-height: 60rem;
	background: url("../img/index/bg.jpg") no-repeat center center / cover;
	display: flex;
	align-items: flex-end;
	text-align: center;
	justify-content: center;
}
#main .mainImg .leftBox img {
	width: 93.1rem;
}
#main .mainImg .rightBox {
	width: 46rem;
}
#main .mainImg .btn {
	text-align: center;
}
#main .mainImg .btn img {
	width: 100%;
}
#main .mainImg .btn a {
	display: block;

}
#main .talkBox {
	margin-bottom: 0.7rem;
	padding: 0.8rem 1rem 1.4rem;
	color: #fff;
	background: url("../img/index/bg02.jpg") no-repeat center center / cover;
}
#main .talkBox .title {
	margin-bottom: 0.7rem;
	text-align: center;
	font-size: 4.13rem;
	line-height: 1.21;
	font-weight: 900;
}
#main .talkBox .listBox {
	padding: 0 3.2rem 0 0.6rem;
	height: 29.6rem;
	overflow-y: auto;
}

#main .talkBox .listUl .moviebox {
  display: block;
  text-align: right;
}

#main .talkBox .listUl li {
	margin-bottom: 1rem;
	color: #000000;
	padding: 1.1rem 1.8rem 1.5rem;
	border: 2px solid #fff;
	background: url("../img/index/bg03.jpg") no-repeat center center / 100% 100%;
	border-radius: 1rem;
	overflow: hidden;
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 0.1rem 0.6rem #000;
}

#main .talkBox .listUl li .movie_link{
  margin: 0 0 0 auto;
  font-size: 2.1rem;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-weight: 900;
  line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 1rem;
  background: #666;
  padding: 0.8rem 0.8rem 0.8rem;
}

#main .talkBox .listUl li .movie_link:hover{
  opacity: 0.7;
}

#main .talkBox .listUl li:last-child {
	margin-bottom: 0;
}
#main .talkBox .listUl .big {
	margin-bottom: 1.1rem;
	display: block;
	font-size: 2.4rem;
}
#main .talkBox .listUl .big .time {
	font-size: 2.8rem;
	font-family: "Oswald", sans-serif;
	transform: translateY(0.2rem);
	display: inline-block;
}
#main .talkBox .link {
	text-align: center;
	line-height: 1;
	letter-spacing: -0.05em;
}
#main .talkBox .link a {
	color: #fff;
	font-weight: 700;
	font-size: 1.85rem;
	position: relative;
}
#main .talkBox .link a::after {
	width: 1.2rem;
	height: 1.9rem;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/common/icon03.png") no-repeat left top / 100% 100%;
	content: "";
	margin: -0.4rem 0 0 0.7rem;
}
@media all and (min-width: 897px) {
	#main .talkBox .link a:hover {
		opacity: 0.7;
	}
	#main .mainImg .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .mainImg {
		display: block;
	}
	#main .mainImg .leftBox {
		min-height: 0;
		margin-bottom: 0.4rem;
	}
	#main .mainImg .rightBox {
		width: auto;
	}
	#main .talkBox .title {
		margin-bottom: 0.5rem;
		font-size: 3.36rem;
	}
	#main .talkBox {
		padding: 0.8rem 0.7rem 1.2rem;
		margin-bottom: 0.3rem;
	}
	#main .talkBox .listUl li {
		border-radius: 0.9rem;
		font-size: 1.75rem;
		padding: 0.9rem 1.4rem 1.3rem;
		border-width: 1px;
		margin-bottom: 0.8rem;
		box-shadow: 0 0.1rem 0.4rem #000;
	}
	#main .talkBox .listBox {
		padding: 0 2.7rem 1rem 0.6rem;
		height: 24.2rem;
	}
	#main .talkBox .listUl .big {
		margin-bottom: 0.9rem;
		font-size: 1.75rem;
	}
	#main .talkBox .listUl .big .time {
		font-size: 2.28rem;
		transform: translateY(0.3rem);
	}
	#main .talkBox .link a {
		font-size: 1.51rem;
	}
	#main .talkBox .link {
		margin-top: 0.3rem;
	}
	#main .mainImg .btn img {
		width: 100%;
	}
	#main .mainImg .btn a {
	}
	#main .mainImg .leftBox img {
		width: 100%;
		max-width: 60rem;
	}
	#main .talkBox .link a::after {
		width: 1rem;
		height: 1.5rem;
	}
}

#main .comBg {
	padding: 8.1rem 0 10.7rem;
}

/* sec01 */
#main .sec01 .link {
	margin-bottom: 3.8rem;
	font-size: 2.96rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.3;
}
#main .sec01 .link a {
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #000;
}
#main .sec01 .link a::after {
	width: 1.9rem;
	height: 2.8rem;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/common/icon07.png") no-repeat left top / 100% 100%;
	content: "";
	margin: -1rem 0 0 1.8rem;
}
#main .sec01 .linkUl {
	/* margin: 9rem 0 7.3rem; */
	margin: 0 0 7.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.9rem 0;
}
#main .sec01 .linkUl a {
	display: inline-block;
}
#main .sec01 .linkUl li {
	width: 58.4rem;
}
#main .sec01 .title {
	text-align: center;
	margin-bottom: 5.5rem;
}
#main .sec01 .title img {
	width: 83.2rem;
}
#main .sec01 .textImg {
	text-align: center;
}
#main .sec01 .textImg img {
	width: 85.7rem;
}
#main .sec01 .btn {
	margin: 6.7rem 0;
	text-align: center;
}
#main .sec01 .btn a {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	border-radius: 1.2rem;
}
#main .sec01 .btn a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 15px;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
#main .sec01 .btn img {
	width: 83.3rem;
}
@media all and (min-width: 897px) {
	#main .sec01 .link a:hover {
		opacity: 0.7;
	}
	#main .sec01 .linkUl a:hover {
		opacity: 0.7;
	}
	#main .sec01 .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 .link {
		margin-bottom: 3rem;
		font-size: 1.48rem;
	}
	#main .comBg {
		padding: 2.9rem 0 5.4rem;
	}
	#main .sec01 .linkUl li {
		width: auto;
		max-width: 50rem;
		margin: 0 auto 2rem;
	}
	#main .sec01 .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .linkUl {
		display: block;
		margin: 0 0 2.9rem 0.1rem;
	}
	#main .sec01 .linkUl li:nth-child(2n) {
		margin-right: auto;
		margin-top: 0;
	}
	#main .sec01 .linkUl img {
		width: 100%;
	}
	#main .sec01 .link a::after {
		width: 0.9rem;
		height: 1.4rem;
		margin: -0.5rem 0 0 1rem;
	}
	#main .sec01 .title {
		margin: 0 -2rem 2.5rem;
	}
	#main .sec01 .title img {
		width: 33rem;
	}
	#main .sec01 .textImg {
		margin: 0 -0.7rem;
	}
	#main .sec01 .textImg img {
		width: 33rem;
	}
	#main .sec01 .btn {
		margin: 2.1rem -0.7rem;
	}
	#main .sec01 .btn a {
		border-radius: 0.6rem;
	}
	#main .sec01 .btn img {
		width: 33rem;
	}
}


/* sec02 */
#main .sec02 {
	margin-top: 10.7rem;
}
#main .sec02 .linkUl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.2rem;
	gap: 1.7rem 0;
}
#main .sec02 .linkUl li {
	width: 61.1rem;
}
#main .sec02 .linkUl a {
	display: block;
}
#main .sec02 .headLine01 {
	margin-bottom: 4.8rem;
}
#main .sec02 .comBtn {
	margin-top: 4.6rem;
}
@media all and (min-width: 897px) {
	#main .sec02 .linkUl a:hover {
		opacity: 0.7;
	}
  #main .sec02 .comBtn a {
    width: 56rem;
    font-size: 4.8rem;
    padding: 1.3rem 3.5rem 1.4rem;
    background-size: 1.7rem auto;
    background-position: right 2.3rem center;
    margin: 0 1.5rem 2.5rem;
  }
  
  #main .sec02 .comBtn a span{
    font-size: 4rem;
    transform: translateY(-0.3rem);
    line-height: 1;
    margin-left: 0.1rem;
    display: inline-block;
  }
}
@media all and (max-width: 896px) {
	#main .sec02 {
		margin-top: 2.1rem;
	}
	#main .sec02 .linkUl {
		margin: 0 -0.6rem;
		gap: 0;
		display: block;
	}
	#main .sec02 .linkUl li {
		width: 100%;
		margin: 0 auto -0.1rem;
		max-width: 50rem;
	}
	#main .sec02 .linkUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .linkUl img {
		width: 100%;
	}
	#main .sec02 .headLine01 {
		margin-bottom: 1rem;
	}
	#main .sec02 .comBtn {
		margin-top: 1.6rem;
	}
  
  #main .sec02 .comBtn a {
    margin-bottom: 1.5rem;
  }
  
  #main .sec02 .comBtn a span{
    font-size: 1.5rem;
    transform: translateY(-0.1rem);
    line-height: 1;
    margin-left: 0.1rem;
    display: inline-block;
  }
}

/* sec03 */
#main .sec03 {
	padding: 5rem 0 9.1rem;
	background-color: #ecf4d9;
}
#main .sec03 .headLine01 {
	margin-bottom: 3.5rem;
}
#main .sec03 .slideBox {
	padding-bottom: 7.6rem;
	position: relative;
}
#main .sec03 .imgUl a {
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.52;
}
#main .sec03 .imgUl li {
	margin: 0 2.9rem;
	width: 36.2rem !important;
}
#main .sec03 .imgUl .image {
	margin-bottom: 2rem;
	overflow: hidden;
	aspect-ratio: 361/203;
}
#main .sec03 .imgUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec03 .slick-dots {
	width: 100%;
	position: absolute;
	bottom: -7.7rem;
	left: 0;
	text-align: center;
	font-size: 0;
	line-height: 1;
}
#main .sec03 .slick-dots li {
	width: 1rem !important;
	height: 1rem !important;
	background-color: #006837;
	border-radius: 5rem;
	cursor: pointer;
	display: inline-block;
	margin: 0 1.5rem !important;
}
#main .sec03 .slick-dots .slick-active {
	opacity: 0.7;
}
#main .sec03 .slick-dots button {
	display: none;
}
#main .sec03 .arrow li {
	width: 2.1rem;
	position: absolute;
	bottom: -1.8rem;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
#main .sec03 .arrow .prev {
	margin-left: -24.7rem;
}
#main .sec03 .arrow .next {
	margin-left: 24.7rem;
}
@media all and (min-width: 897px) {
	#main .sec03 .imgUl a:hover {
		opacity: 0.7;
	}
	#main .sec03 .arrow li:hover {
		opacity: 0.7;
	}
	#main .sec03 .slick-dots li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec03 {
		padding: 1.8rem 0 4.6rem;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 1.6rem;
	}
	#main .sec03 .imgUl {
		justify-content: center;
	}
	#main .sec03 .imgUl li {
		width: 18rem !important;
		margin: 0 1.4rem !important;
	}
	#main .sec03 .imgUl a {
		font-size: 1.25rem;
	}
	#main .sec03 .content {
		margin: 0;
	}
	#main .sec03 .imgUl .image {
		margin-bottom: 1rem;
	}
	#main .sec03 .slick-dots {
		bottom: -3.8rem;
	}
	#main .sec03 .slick-dots li {
		width: 0.5rem !important;
		height: 0.5rem !important;
		margin: 0 0.8rem !important;
	}
	#main .sec03 .slideBox {
		padding-bottom: 3.8rem;
	}
	#main .sec03 .arrow li {
		width: 1.1rem;
		bottom: -0.9rem;
	}
	#main .sec03 .arrow .prev {
		margin-left: -12.5rem;
	}
	#main .sec03 .arrow .next {
		margin-left: 12.5rem;
	}
}


/* sec05 */
#main .sec05 {
	padding: 5.8rem 0 11.5rem;
	position: relative;
}
#main .sec05::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background : linear-gradient(152.67deg, rgba(57, 172, 74, 1) 0%, rgba(208, 215, 33, 1) 100%);
  	opacity : 0.26;
	z-index: -1;
	content: "";
}
#main .sec05 .headLine01 {
	margin-bottom: 3.5rem;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox th,
#main .tableBox td {
	padding: 3rem 0;
	text-align: left;
	font-weight: 700;
	background-color: #fff;
	vertical-align: top;
	border: none;
	font-size: 3.4rem;
	line-height: 1.2;
	word-break: break-all;
}
#main .tableBox .innerH {
	padding: 0 4rem;
	border-right: 2px solid rgba(144,144,144, 0.39);
	display: flex;
	align-items: center;
}
#main .tableBox .innerH p {
	width: 100%;
}
#main .tableBox .sml {
	margin-top: 1.4rem;
	color: #666666;
	display: block;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.2;
}

#main .tableBox .sml02 {
  text-align: right;
	margin-top: 1rem;
	display: block;
}

#main .tableBox .sml02 a.movie_link{
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-weight: 900;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  border-radius: 5rem;
  background: #006934;
  background-size: 1.3rem auto;
  padding: 1rem 2rem 1rem;
}

#main .tableBox .sml02 a.movie_link:hover{
  opacity: 0.7;
}

#main .tableBox .row td {
	height: 1.5rem;
	padding: 0 !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	border: none !important;
}
#main .tableBox tr th:first-child,
#main .tableBox tr td:first-child {
	border-radius: 3.5rem 0 0 3.5rem;
}
#main .tableBox tr th:last-child,
#main .tableBox tr td:last-child {
	border-radius: 0 3.5rem 3.5rem 0;
}
#main .tableBox thead th:first-child,
#main .tableBox thead td:first-child {
	border-radius: 2.5rem 0 0 2.5rem;
}
#main .tableBox thead th:last-child,
#main .tableBox thead td:last-child {
	border-radius: 0 2.5rem 2.5rem 0;
}
#main .tableBox tr th:last-child .innerH,
#main .tableBox tr td:last-child .innerH {
	border-right: none;
}
#main .tableBox thead th,
#main .tableBox thead td {
	padding: 1.1rem 0;
	color: #fff;
	font-size: 2.7rem;
	text-align: center;
	background-color: #006934;
	line-height: 1;
}
#main .tableBox thead .innerH {
	padding: 0.1rem 0 0.5rem;
	justify-content: center;
	border-color: #003a1d;
}
#main .tableBox .wid01 {
	width: 12.4%;
}
#main .tableBox .wid02 {
	width: 44.55%;
}
#main .tableBox tbody th {
	line-height: 1;
	text-align: center;
	font-weight: 900;
	font-size: 4.02rem;
}
#main .tableBox tbody th .innerH {
	padding: 0 0 0 1.2rem;
	justify-content: center;
}
#main .tableBox tbody th small {
	display: block;
	margin-top: 0.4rem;
	font-size: 2.83rem;
}
#main .tableBox tbody .innerH p {
	transform: translateY(-0.9rem);
}
@media all and (max-width: 896px) {
	#main .sec05 {
		padding: 1.2rem 0 3.8rem;
	}
	#main .sec05 .content {
		margin: 0 2.3rem;
	}
	#main .sec05 .headLine01 {
		margin-bottom: 1.1rem;
	}
	#main .tableBox thead th,
	#main .tableBox thead td {
		padding: 0.3rem 0;
		font-size: 1.35rem;
	}
	#main .tableBox th,
	#main .tableBox td{
		padding: 0.8rem 0;
		font-size: 1.3rem;
	}
	#main .tableBox .sml {
		margin-top: 0.8rem;
		font-size: 1.05rem;
	}
  
  #main .tableBox .sml02 {
    margin-top: 0.4rem;
  }

  #main .tableBox .sml02 a.movie_link{
    font-size: 1rem;
    padding: 0.5rem 0.5rem 0.5rem;
  }
  
	#main .tableBox tbody th {
		font-size: 1.35rem;
	}
	#main .tableBox tbody th small {
		font-size: 0.95rem;
	}
	#main .tableBox tr th:first-child,
	#main .tableBox tr td:first-child {
		border-radius: 1rem 0 0 1rem;
	}
	#main .tableBox tr th:last-child,
	#main .tableBox tr td:last-child {
		border-radius: 0 1rem 1rem 0;
	}
	#main .tableBox thead th:first-child,
	#main .tableBox thead td:first-child {
		border-radius: 0.7rem 0 0 0.7rem;
	}
	#main .tableBox thead th:last-child,
	#main .tableBox thead td:last-child {
		border-radius: 0 0.7rem 0.7rem 0;
	}
	#main .tableBox .innerH {
		border-width: 1px;
		padding: 0 0.5rem 0 1.1rem;
	}
	#main .tableBox thead .innerH {
		padding: 0.2rem 0 0.4rem;
	}
	#main .tableBox .row td {
		height: 0.8rem;
	}
	#main .tableBox tbody .innerH p {
		transform: translateY(0);
	}
	#main .tableBox tbody th .innerH {
		padding: 0 0 0 0.3rem;
	}
	#main .tableBox tbody .row:first-child td {
		height: 0.4rem;
	}
	#main .sec05 .comBtn {
		margin-top: 1.8rem;
	}
}

/* sec04 */
#main .sec04 {
	padding: 3.3rem 0 9rem;
}
#main .sec04 .headLine01 {
	margin-bottom: -3.3rem;
}
#main .comBox {
	margin: 0 auto;
	max-width: 116rem;
	padding-right: 0.8rem;
}
#main .searchBox .areaBox {
	position: relative;
}
#main .searchBox .areaBox .topTxt {
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.35;
	position: absolute;
	top: 7.6rem;
	right: 23.4rem;
}
#main .searchBox .areaBox .btnList {
	position: absolute;
	left: 0.5rem;
	top: 7rem;
}
#main .searchBox .btnList li {
	margin-bottom: 2rem;
	width: 34.8rem;
}
#main .searchBox .btnList li:last-child {
	margin-bottom: 0;
}
#main .searchBox .btnList .btn {
	padding: 2.1rem 2.3rem;
	font-size: 2.6rem;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background-color: #85B79E;
	border-radius: 1rem;
	cursor: pointer;
}
#main .searchBox .btnList li.on .btn {
	background-color: #016934;
}
#main .searchBox .keyBox {
	margin-top: 0.3rem;
	display: block;
	position: relative;
	line-height: 1;
}
#main .searchBox .keyBox input {
	padding: 0.3rem 4.5rem 0.3rem 1rem;
	appearance: none;
	width: 100%;
	height: 4.9rem;
	border: none;
	border-radius: 5rem;
	box-sizing: border-box;
}
#main .searchBox .keyBox .icon {
	position: absolute;
	right: 0.8rem;
	top: 0.8rem;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 50%;
	overflow: hidden;
	background: #016934 url("../img/common/icon05.png") no-repeat center center;
	background-size: 1.9rem auto;
	cursor: pointer;
}
#main .searchBox svg path {
	cursor: pointer;
}
#main .searchBox svg .cls01 path.on {
	fill: #aed578;
}
#main .searchBox svg .cls02 {
	pointer-events: none;
}
#main .resultList {
	position: relative;
	overflow: hidden;
	display: block;
}
#main .resultList li {
	position: absolute;
	z-index: 1;
}
#main .grid-item.muuri-item-hidden {
	z-index: 0;
}
#main .searchBox .comBtn {
	margin-top: 2.4rem;
}
@media all and (min-width: 897px) {
	#main .resultList {
		gap: 0;
		margin: 5.3rem -5rem 0 -2rem;
	}
	#main .resultList li {
		margin: 0 2.2rem 3.1rem 0;
		width: 22.2rem;
	}
	#main .searchBox .keyBox .icon:hover {
		opacity: 0.7;
	}
	#main .searchBox svg .cls01 path:hover {
		fill: #aed578;
	}
}
@media all and (max-width: 896px) {
	#main .searchBox .areaBox .btnList {
		position: relative;
		left: auto;
		top: auto;
	}
	#main .searchBox .svgBox {
		overflow-x: auto;
	}
	#main .searchBox .svgBox svg {
		/* width: 89.6rem; */
		width: 100%;
	}
	#main .comBox {
		padding-right: 0;
	}
	#main .searchBox .checkBox .link {
		margin: 0 2.3rem;
		padding: 0 3.5rem;
		height: 4.6rem;
		display: flex;
		color: #006934;
		font-size: 1.85rem;
		font-weight: 900;
		border: 0.25rem solid #006934;
		align-items: center;
		justify-content: center;
		border-radius: 0.6rem;
		background-color: #fff;
		position: relative;
		cursor: pointer;
		opacity: 0.6;
	}
	#main .searchBox .checkBox.active .link {
		opacity: 1;
	}
	#main .searchBox .checkBox .link::after {
		margin-top: -1.2rem;
		width: 2.5rem;
		height: 2.5rem;
		position: absolute;
		top: 50%;
		right: 0.9rem;
		background: url("../img/common/icon06.png") no-repeat left top;
		background-size: 100% 100%;
		content: "";
	}
	#main .searchBox .checkBox .link.on::after {
		transform: rotate(180deg);
	}
	#main .searchBox .checkBox .svgBox {
		padding: 0 1rem;
		display: none;
		padding-top: 2rem;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 0.8rem;
	}
	#main .sec04 {
		padding: 2.2rem 0;
	}
	#main .searchBox .btnList li {
		margin-bottom: 0.4rem;
		width: auto;
	}
	#main .searchBox .btnList .areaBtn.on {
		opacity: 1;
	}
	#main .searchBox .btnList .btn {
		border-radius: 0.7rem;
		padding: 0.5rem 2rem 0.8rem;
		font-size: 2.25rem;
		margin: 0 2.3rem;
	}
	#main .searchBox .keyBox {
		margin: 1px 2.5rem 0;
	}
	#main .searchBox .keyBox input {
		height: 3.8rem;
	}
	#main .searchBox .keyBox .icon {
		right: 0.7rem;
		top: 0.5rem;
		width: 2.8rem;
		height: 2.8rem;
		background-size: 1.5rem auto;
	}
	#main .resultList {
		margin: 1.5rem 1.8rem 0 2.2rem;
		gap: 0;
	}
	#main .resultList li {
		margin: 0 0.4rem 1.3rem 0;
		width: calc(50% - 0.4rem);
	}
	#main .searchBox .comBtn {
		margin-top: 0.4rem;
	}
}




.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-container {
	position: fixed !important;
	overflow-y: auto;
}