:root{
	--main-color:#8664D8;
	--main-color2:#FF9688;
	--main-color-right:linear-gradient(to right, #8664D8, #FF9688);
	--main-color-down:linear-gradient(to bottom, #CD81A8, #9168D0);
	--action-color:#3420E333;
}
.ani {
	transition-property: all;
	transition-duration: .2s
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	color: #333;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.01em;
	line-height: 1.75em;
	-moz-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt';
	-webkit-font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt';
	font-feature-settings: 'ss01', 'ss02', 'ss03', 'ss05', 'ss07', 'ss08', 'calt';

}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: unset;
}

.ani {
	transition-property: all;
	transition-duration: .4s
}

.wrap {
	min-height: calc(100vh - 250px);
}

div,
section {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

table {
	border-spacing: 0;
	width: 100%;
}

.square {
	width: 100%;
}

.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.clear::after {
	clear: both;
	content: "";
	display: table;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}


.wrapTop{
	background-color: #F6F6F6;
	font-size:14px;
	height:40px;
	width:100%;
	border-bottom:1px solid #EFEFEF;
}
.wrapTop > div{
	display: grid;
	grid-template-columns: 86px 86px 1fr 86px 86px 86px;
	height: 40px;
	align-content: center;
	width:1180px;
	margin:0 auto;
}
.wrapTop > div > a{
	display: block;
	text-align: center;
}
.schArea{
	display: grid;
	margin:0 auto;
	width:1180px;
	grid-template-columns: 346px 1fr 346px;
	align-items: center;
}
.schArea > div{

	padding:20px;
}
.schArea > div:last-child{
	padding:20px 0;
}
.schBox{
	width:100%;
	height:48px;
	border:1px solid var(--main-color);
	border-radius: 24px;
	position: relative;
}
.schBox input[type=text]{
	border: 0;
    width: calc(100% - 50px);
    height: 100%;
    padding: 0 20px;
	background-color: transparent;
}
*:focus{
		outline: none;
}

.schBox button[type=submit]{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    font-size: 28px;
    border: 0;
    background: transparent;
}
.schArea > div:first-child a{
	display: block;
	height: 50px;
}
.schArea > div:first-child a > img{
	height: 50px;
	width: auto;
}
.schArea > div:nth-child(3){
	text-align: right;
}
.schArea > div:nth-child(3) a{
	display: inline-block;
	width: 78px;
	font-size: 15px;
	text-align: center;
}
.schArea > div:nth-child(3) a i{
	display: block;
	font-size: 30px;
}

.txtMenu{
	display: grid;
	margin:0 auto;
	width:1180px;
	grid-template-columns: 228px 1fr 200px;
	grid-gap: 30px;
}
.txtMenu > div:first-child{
	text-align: center;
}
.txtMenu > div:last-child{
	text-align: right;
}
.txtMenu a {
	font-size: 20px;
}
.txtMenu > div a i{
	/* vertical-align: -.15em; */
}
.txtMenu > div:last-child a{
	margin-left:1.2em;
}
.txtMenu > div:nth-child(2) a{
	margin-right:1.2em;

}
.idxTop{
	display: grid;
	width:1180px;
	margin:0 auto 20px;
	grid-template-columns: 228px 1fr;
	grid-gap: 30px;
	padding-top:8px;
}
.idxTop > ul {
    background: var(--main-color-down);
    padding: 16px 0 16px 22px;
    border-radius: 12px;
	margin:0;
}
.idxTop > ul > li > a{
	display: grid;
	grid-template-columns: 40px 1fr;
	font-size: 20px;
	color: #fff;
}
.idxTop > ul > li > a i{
	font-weight: normal;
	font-size: 22px;
}
.slideImg{
	width:922px;
	height:100%;
	background-color: #F6F6F6;
	display: block;
	border-radius: 12px;
	position: relative;
}
.slideImg button.owl-prev i, .slideImg .owl-next i {
    font-size: 40px;
    color: var(--main-color);
}

.owl-carousel{
	height:100%;
}
.slideImg .owl-prev, .slideImg .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.slideImg .owl-prev {
	left: 10px;
}
.slideImg .owl-next {
	right: 10px;
}
.slideImg .owl-nav {
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.slideImg .owl-nav button{
	top:178px;
}
.itemListWrap{
	width:1180px;
	margin:0px auto;
	padding:20px 0;
}

.itemListWrap h3{
	font-weight: 800;
	color:var(--main-color);
	display: inline-block;
	font-size:20px;
}
.itemListWrap h3+a{
	font-weight: 300;
	font-size:20px;
	color:var(--main-color);
	opacity: .4;
	margin-left:.75em;
	display: inline-block;
}
.listCarousel,
.searchCarousel,
.popularCarousel{
	margin-top: 10px;
}
.listCarousel .itemImg,
.popularCarousel .itemImg{
	width: 100%;
	height:182px;
	background-color: #F6F6F6;
	border-radius: 12px;
	position: relative;
	margin-bottom:15px;
}
.listCarousel .itemList:hover .itemImg,
.popularCarousel .itemList:hover .itemImg{
	opacity: .8;
	
	transition-property: all;
	transition-duration: .25s
}
.popularCarousel .itemImg{
	height:161px;
}
.listCarousel .itemImg > span,
.popularCarousel .itemImg > span{
	background-color: var(--main-color);
    color: #fff;
    font-size: 12px;
    padding: 0px 18px;
    border-radius: 12px;
    display: inline-block;
    margin: 10px;
    line-height: 2em;
}
.itemList{
	
	display: block;
	
/* float: left; */
}
.itemList > a{
	font-size:20px;
}
.itemList > span{
	font-size:15px;
	color:#848484;
	font-weight: 300;
}
.listCarousel .owl-nav,
.searchCarousel .owl-nav,
.popularCarousel .owl-nav{
    width: 64px;
    position: absolute;
    right: 0;
    top: -40px;
}
.listCarousel .owl-nav button i,
.searchCarousel .owl-nav button i,
.popularCarousel .owl-nav button i{
	font-size:32px;
	color: var(--main-color);
}
.listCarousel .owl-nav .disabled i,
.searchCarousel .owl-nav .disabled i,
.popularCarousel .owl-nav .disabled i{
	color:#BEBEBE !important;
}


.searchCarousel .itemList{
	width:100px;
	height:100px;
	background-color: #F6F6F6;
	border-radius: 12px;
	text-align: center;
    font-size: 15px;
    font-weight: 400;
	display: block;
	transition-property: all;
	transition-duration: .25s
}
.searchCarousel .itemList:hover{
	background-color: var(--action-color);
}
.searchCarousel .itemList i {
    color: var(--main-color);
    display: block;
    font-size: 40px;
    line-height: 40px;
    /* margin-top: 20px; */
    padding-top: 25px;
	padding-bottom: 3px;
}


.popularCarousel  .itemList{
	width:220px;
}
.main-carousel{
	overflow: hidden;
}
.main-carousel .mc-item{
	border-radius: 12px;
	height: 357px;
	position: relative;
}
.main-carousel .mc-item > .linkBox{
	display: block;
	position: absolute;
	left:0;
	width:100%;
	height: 100%;
	top:0;
	z-index: 100;
}
.main-carousel .owl-dots{
	position: absolute;
	bottom: 0;
	left:50%;
	height:30px;
	transform: translateX(-50%);
}

.main-carousel .owl-dot{

}
.main-carousel .owl-dot span{
	border: 1px solid var(--main-color);
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 6px;
    margin: 0 3px;
}
.main-carousel .active span{
	background-color: var(--main-color);
	width:36px;
}