.layout-main .cpkr{
    width: auto;
}
.mhuSection-root{
    --color-main-primary: #0183FF;
    --color-light: #615E69;
    --color-accent-1: #00A57C;
    --color-accent-2: #5F56F5;
	--black: #021821;
    color: var(--color-default);
}
.mhuSection-root .mhuSection__inner{
    position: relative;
    height: inherit;
}
.mhuSection-root:not(.mhuSection--kv):not(.mhuSection--billboard):not(.mhuSection--billboard-img)  .mhuSection__inner{
    padding: 100px 0;
}
.mhuSection__inner > .mhuContainer-root{
    width: 1024px;
    margin: 0 auto;
    /*background-color: lightblue;*/
}
.mhuTitle-root{
    font-weight: 700;
    color: #2E2E2E;
    text-align: center;
}

.mhuTitle-root strong{
    font-weight: 700;
}
.mhuItem-text{
    text-align: center;
}
.mhuSection-root p{
    margin:0;
}
.mhuSection-root .mhuTitle--sec{
    font-size: 28px;
    line-height: 44px;
}
.mhuSection-root .mhuText--sec{
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #4A4B4B;
}

/* 불릿형 리스트 타입 */
[class *= mhuList--bul]{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
}
[class *= mhuList--bul] > li{
    position: relative;
}
[class *= mhuList--bul] > li:not(:first-child){
    margin-top: 12px;
}
[class *= mhuList--bul] > li strong{
    font-weight: 600;
    color: var(--color-default);
}
[class *= mhuList--bul] > li:before{
    display: inline-block;
    position: absolute; left:0; top:0;
    font-weight: bold;
    content:'ㆍ';
}
.mhuList--bul-list > li{
    padding-left: 17px;
}
.mhuList--bul-icon > li{
    padding-left: 28px;
}
.mhuList--bul-icon > li:before{
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url('../img/icon_bul_cir.png') no-repeat center center / contain;
    content:'';
}

/* sec kv */
.mhuSection--kv{
    background-image: linear-gradient(white, white 50.45%, #ffe777 50.45%, #ffe777 96.3%, var(--color-main-primary) 96.3%);
}
.mhuSection--kv .mhuSection__inner{
    overflow: hidden;
}
.mhuSection--kv .mhuContainer-root:first-child{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    position: absolute; left: 0; top:0; right:0; bottom:0;
    z-index: 1;
    height: 100%;
    padding-top: 63px;
    /*border: 1px solid green;*/
}
.mhuSection--kv .mhuItem-text{
    text-align: left;
}
.mhuSection--kv .mhuItem-text .mhuButton-root{
    margin-top: 48px;
}
.mhuSection--kv .mhuTitle-root{
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: -0.01em;
    text-align: left;
    font-weight: 400;
}
.mhuSection--kv .mhuTitle-root span,
.mhuSection--kv .mhuTitle-root strong{
    display: block;
}

.mhuSection--kv .mhuTitle-root strong{
    font-weight: 700;
}

/************************************************************************
* 로그인 영역
************************************************************************/
.mhuItem-login{
    --color-primary: var(--color-main-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    width: 246px;
    min-height: 300px;
    padding: 8px 24px;
    background: #FFFFFF;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05), 0 8px 24px rgba(0, 120, 240, 0.25);
    border-radius: 12px;
}
.mhuItem-login > div{
    width: 100%;
}

/* 기본 로그인 */
.mhuItem-login__fields{
    width: 100%;
    padding:0;
    margin: 0;
}
.mhuItem-login__title{
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.5px;
    color: var(--color-dark);
    text-align: center;
}
.mhuItem-login__fields .mhuFormControlField-root{
    position: relative;
    margin-bottom: 8px;
}

.mhuItem-login__fields .mhuFormControlLabel-root{
    position: absolute; height: 100%;
    padding: 0 12px;
}
.mhuItem-login__fields .mhuFormControlLabel-root:before{
    display: block;
    height: inherit;
    background: no-repeat center center / contain;
    opacity: 0.8;
    content:'';
}
.mhuItem-login__fields [for=main-login-id]:before{
    width: 20px;
    background-image: url('../img/icon_email.png');
}
.mhuItem-login__fields [for=main-login-pw]:before{
    width: 20px;
    background-image: url('../img/icon_password.png');
}
.mhuItem-login__fields .mhuFormControlLabel-root span{
    display: inline-block;
    width: 1px; height: 1px;
    font-size: 0;
    text-indent: -9999px;
    line-height: 1;
}
.mhuItem-login__fields .mhuFormControlField{
    padding-left: 40px;
    width: 100%;
    background: #FFFFFF;
}
.mhuItem-login__fields .mhuFormControlField:placeholder-shown{
    border-color: #E1E2E3;
    background-color: #F7F7F8;
}

/* 기관 로그인 */
.mhuItem-login .mhuItem-login__org{}
.mhuItem-login .mhuItem-login__org .mhuItem-pic{
    --profile-img-width: 100px;
    margin-bottom: 24px;
}

.mhuItem-login .mhuItem-login__org-ckcampus .mhuText__contact{
    margin-top: 16px;
    padding: 8px 4px;
    background: #F7F7F7;
    border: 1px solid #E1E2E3;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
}
.mhuItem-login .mhuItem-login__org-ckcampus a{
    color:#4A4B4B;
}
.mhuItem-login .mhuItem-login__org-ckcampus span{
    display: block;
    color: #2E2E2E;
}
.mhuItem-login .login_copykiller + .login_copykiller{
    margin-top: -16px;
}

/* 로그인 공통 */
.mhuItem-login .mhuItem-pic{
    --profile-img-height: var(--profile-img-width);
    width: var(--profile-img-width); height: var(--profile-img-height);
    margin: 0 auto;
    border-radius: 50%;
    background-color: #EAF6FF;
    box-shadow: 6px 6px 6px rgba(193, 193, 193, 0.1);
}
.mhuItem-login .mhuItem-pic:before{
    display: block;
    margin: 0 auto;
    width: 33px; height: 100%;
    background: url('../img/icon_profile.png') no-repeat center center / contain;
    content: '';
}
.mhuItem-login .mhuText-root{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #2E2E2E;
}
.mhuItem-login .mhuButtonBox-root{
    flex-direction: column;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
}
.mhuItem-login .mhuButtonBox-root .mhuButton-root{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
    font-size: 14px;
}
.mhuItem-login .mhuItem-login__util{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-top: 24px;
    margin-bottom: 0;
}
.mhuItem-login .mhuItem-login__util-item{
    list-style: none;
    position: relative;
    width: auto;
    margin-right: 20px;
    padding-right: 20px;
}
.mhuItem-login .mhuItem-login__util-item:last-child {
    margin-right:0; padding-right: 0;
}
.mhuItem-login .mhuItem-login__util-item:last-child:after {
    display: none;
}
.mhuItem-login .mhuItem-login__util-item:after{
    position: absolute; right:0; top: 2px;
    height:16px;
    border-left: 1px solid #979797;
    content:'';
}
.mhuItem-login .mhuItem-login__util-link {
    font-size: 14px;
    line-height: 20px;
    color: #4A4B4B;
}
.mhuItem-login .mhuItem-login__util-link:hover {
    color: var(--color-hover);
}
.hide{
    display: none !important;
}

/* login_after */
.mhuItem-login .mhuItem-login__after{
}
.mhuItem-login .mhuItem-login__after .mhuItem-pic{
    --profile-img-width: 80px;
    margin-bottom: 18px;
}
.mhuItem-login .mhuItem-login__after .mhuText-root{
    font-size: 13px;
}
.mhuItem-login .mhuItem-login__after .mhuText--count{
    margin-top: 8px;
}
.mhuItem-login .mhuItem-login__after .mhuText--count > span{
    margin-left: 4px;
}

.mhuItem-login .mhuItem-login__after .mhuButton--mypage{
    --btn-height: 34px;
    border-color: var(--color-primary-200);
    color: var(--color-primary-200);
}
.mhuItem-login .mhuItem-login__after .mhuButton--mypage svg{
    width: 100%;
    margin-top: -2px;
}
.mhuItem-login .mhuItem-login__after .mhuButton--mypage path{
    stroke:  var(--color-primary-200);
}
.mhuItem-login .mhuItem-login__after .mhuButton--mypage:hover{
    border-color: var(--color-primary);
    color: white;
}
.mhuItem-login .mhuItem-login__after .mhuButton--mypage:hover path{
    stroke: white;
}
.mhuItem-login .mhuItem-login__after .mhuButton--logout{
    margin-bottom: 8px;
    background-color: #92CDFF;
    color: white;
}
.mhuItem-login .mhuItem-login__after .mhuButton--logout:hover{
    background-color: var(--color-primary);
}


.mhuSection--kv .mhuItem-bg{
    width: auto;
    height:490px;
}
.mhuSection--kv .mhuItem-bg img{
    position: relative;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    background-color: white;
}


/* sec banner */
.mhuSection--billboard {
    background: lightgrey;
    height: 230px;
}
.mhuSection--billboard .mhuSection__inner,
.mhuSection--billboard-img .mhuSection__inner{
    overflow: hidden;
}
.mhuSection--billboard-img{
    background-color: var(--color-main-primary);
}
.mhuSection--billboard-img .mhuContainer-root{
    width: auto;
    height: 524px;
}
.mhuSection--billboard-img .mhuContainer-root img{
    height: inherit;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* sec gpt killer */
.mhuSection--gptkiller{

}
.mhuSection--gptkiller .mhuItem-text .mhuTitle--sec {
	color: var(--color-main-primary);
	text-align: center;
	font-size: 30px;
	font-weight: 800
}
.mhuSection--gptkiller .mhuItem-text .mhuTitle--sec:before, .mhuSection--gptkiller .mhuItem-text .mhuTitle--sec:after {
	content: "";
	display: inline-block;
	width: 49px;
	height: 49px;
	background: url("../img/icon_caution_title.png") no-repeat 0 0 / 100%;
	vertical-align: middle;
}
.mhuSection--gptkiller .mhuItem-text .mhuText--sec {
	margin-top: 10px;
	color: var(--black);
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}
.mhuSection--gptkiller .mhuItem-text .mhuText--sec__point {
	font-weight: 700;
}
.mhuSection--gptkiller .mhuItem-text .mhuText--sec__point2 {
	font-weight: 900;
}
.mhuSection--gptkiller .mhuList-root {
	margin-top: 35px;
	padding: 0 98px;
}
.mhuSection--gptkiller .mhuItem-text-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 43px;
	border-radius: 22px;
}
.mhuSection--gptkiller .mhuItem-text-box + .mhuItem-text-box {
	margin-top: 18px;
}
.mhuSection--gptkiller .mhuListItem__text {
	width: 510px;
	color: var(--black);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: -0.54px;
}
.mhuSection--gptkiller .mhuListItem__highlight {
	color: #fff;
	font-weight: 800;
	padding: 2px 4px;
}
.mhuSection--gptkiller .mhuItem-text-label {
	display: flex;
	align-items: center;
	padding: 10px 20px 13px 15px;
	border-radius: 11px;
}
.mhuSection--gptkiller .mhuItem-text-label__text {
	margin-left: 32px;
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	line-height: 28px;
}
.mhuSection--gptkiller .mhuItem-text-label__logo {
	height: 14px;
}
.mhuSection--gptkiller .mhuItem-text-label__logo img {
	width: auto;
	height: 100%;
}

.mhuSection--gptkiller .mhuItem-text-box-red {
	background: linear-gradient(135deg, #FFE0E0 0%, #FFDBEC 100%);
}
.mhuSection--gptkiller .mhuItem-text-box-red .mhuListItem__highlight, .mhuSection--gptkiller .mhuItem-text-box-red .mhuItem-text-label  {
	background: #F00;
}
.mhuSection--gptkiller .mhuItem-text-box-green {
	background: linear-gradient(135deg, #CDF3E8 0%, #C2E7C6 100%);
}
.mhuSection--gptkiller .mhuItem-text-box-green .mhuListItem__highlight, .mhuSection--gptkiller .mhuItem-text-box-green .mhuItem-text-label {
	background: #11BE8A;
}

	/* sec1 */
.mhuSection--s1{
    background-color: #EAF6FF;
    --arr-image: url('../img/icon_chevron@primary-100.png');
}
.mhuSection--s1 .mhuSection__inner{
    padding: 0;
}

.mhuSection--s1 .mhuItem-text .mhuButton-root{
    --color-primary: var(--color-primary-200);
    background-color: transparent;
    color: var(--color-primary);
    margin-top: 16px;
}
.mhuSection--s1 .mhuItem-text .mhuButton__text--more::after{
    background-image: var(--arr-image) !important;
}

.mhuSection--s1 .mhuGrid-root{
    justify-content: space-between;
    margin-top: 72px;
    gap: 44px;
}
.mhuSection--s1 .mhuGridItem-root{
    display: flex;
    flex-direction: column;
    width: 304px;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}

.mhuSection--s1 .mhuGridItem__img{
    height: 252px;
    order:1;
}
.mhuSection--s1 .mhuGridItem__img img{
    width: 100%; height: 100%;
    object-fit: contain;
    vertical-align: top;
}
.mhuSection--s1 .mhuGridItem__title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 79px;
    padding: 24px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    order: 2;
}
.mhuSection--s1 .mhuButtonBox-root{
    margin-top: 40px;
    text-align: center;
}

/* sec2 */
.mhuSection--s2{
    background: #D9EEFF;
}
.mhuSection--s2 .mhuSlider-root{
    width: 1032px;
    margin: 72px auto 0;
}
.mhuSection--s2 .mhuSlider-root .mhuSlider__content{

}
.mhuSection--s2 .mhuSlider-root .mhuSlider__panel{
    padding: 0 16px 34px;
    margin-right: 8px;
}
.mhuSection--s2 .mhuSlider-root .mhuPagination-root{
    margin-top: 30px;
}
.mhuSection--s2 .mhuSlider-root .mhuPagination__link{
    margin: -6px 6px;
}
.mhuSection--s2 .mhuSlider-root .mhuPagination__link:before,
.mhuSection--s2 .mhuSlider-root .mhuPagination__link:after{

}
.mhuSection--s2 .mhuSlider-root .mhuPagination__link:before{

}
.mhuSection--s2 .mhuSlider-root .mhuPagination__link:after{
    width: 98%;
    opacity: 0;
    background-color: var(--color-primary-200);
    transition: width 0.15s ease, opacity 0.15s ease;
}
.mhuSection--s2 .mhuSlider-root .mhuPagination__link:hover:after,
.mhuSection--s2 .mhuSlider-root .mhuPagination__link.mhuState-active:after{
    width: 100%;
    opacity: 1;
}
.mhuSection--s2 .mhuItem-slide{
    display: flex;
    gap: 32px;
}
.mhuSection--s2 .mhuItem-slide__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 484px;
    height: 330px;
    padding:15px 56px;
    box-shadow: 6px 6px 6px rgba(193, 193, 193, 0.1);
    border-radius: 12px;
    background-color: white;
    color: #4A4B4B;
}
[lang=en] .mhuSection--s2 .mhuItem-slide__text{
    padding: 15px 25px;
}
.mhuSection--s2 .mhuItem-slide__title{
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    color: #1F283F;
}
.mhuSection--s2 .mhuItem-slide__sub{
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.mhuSection--s2 .mhuItem-slide__img{
    width: 484px; height: 330px;
    padding: 24px 24px 0;
    background: #C6E5FF;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05), 0 8px 24px rgba(0, 120, 240, 0.25);
    border-radius: 12px;
}
.mhuSection--s2 .mhuItem-slide__img img{
    width: 100%; height: 100%;
    object-fit: contain;
}
.mhuSection--s2 .mhuItem-desc{
    margin-top: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #979797;
}
.mhuSection--s2 .mhuList-root {
    margin-top: 24px;
}


/* sec-3 */
.mhuSection--s3{
    background: #fff;
}
.mhuSection--s3 .mhuGrid-root{
    --title-height: 48px;
    justify-content: space-between;
    width: 1000px;
    margin: 72px auto 0;
    gap: 40px;
}
.mhuSection--s3 .mhuGridItem-root{
    width: 480px;
    border-radius: 8px;
    background: #C6E5FF;
    overflow: hidden;
}
.mhuSection--s3 .mhuGridItem-root:first-child .mhuGridItem__title{
    background: #0FABFF;
}
.mhuSection--s3 .mhuGridItem-root:last-child .mhuGridItem__title{
    background: #004EA2;
}
.mhuSection--s3 .mhuGridItem__title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--title-height);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: white;
}
.mhuSection--s3 .mhuGridItem__title strong{
    font-weight: inherit;
    font-size: 22px;
}
.mhuSection--s3 .mhuGridItem__title *{
    vertical-align: middle;
}
.mhuSection--s3 .mhuGridItem__title .mhuItem-logo{
    display: inline-block;
    margin-left: 8px;
    height: 20px;
}
.mhuSection--s3 .mhuGridItem__title .mhuItem-logo img{
    height: 100%;
}
.mhuSection--s3 .mhuGridItem__img{
    height: calc(100% - var(--title-height));
    padding: 10px;
}
.mhuSection--s3 .mhuGridItem__img > *{
    display: block;
    width: 100%; height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.mhuSection--s3 .mhuGridItem__img img{
    width: 100%; height: 100%;
    object-fit: contain;
    vertical-align: top;
}


/* sec-4 */
.mhuSection--s4{
    background: #EAF6FF;
}
.mhuSection--s4 .mhuList-root{
    width: 784px;
    margin: 0 auto;
    margin-top: 48px;
}
.mhuSection--s4 .mhuListItem-root:not(:first-child){
    margin-top: 12px;
}
.mhuSection--s4 .mhuLink-root{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 24px;
    background: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: border-color 0.15s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #3E4967;
    font-feature-settings: 'liga' off;
}
.mhuSection--s4 .mhuLink-root:after{
    display: block;
    width: 24px; height: 24px;
    background: url('../img/icon_chevron@def.png') no-repeat center center / contain;
    content:'';
}
.mhuSection--s4 .mhuLink-root:hover,
.mhuSection--s4 .mhuLink-root:focus{
    font-weight: 700;
    color: #004EA2;
    border-color: #004EA2;
}
.mhuSection--s4 .mhuLink-root:hover:after,
.mhuSection--s4 .mhuLink-root:focus:after{
    background-image: url('../img/icon_chevron@hover.png')
}


/* float */
.mhuItem-side-banner{
    position: fixed; right:24px; top: 200px;
    z-index: 20;
}
.mhuItem-side-banner .mhuSlider-root{
    position: relative;
    border-radius: 12px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05), 0px 8px 24px rgba(0, 120, 240, 0.25);
    transition: transform 0.15s ease, opacity 0.15s ease;
    background-color: #0083FF;
}
.mhuItem-side-banner .mhuSlider-root .mhuSlider__content{
    width: 130px; height: 220px;

}
.mhuItem-side-banner .mhuSlider-root .mhuSlider__panel{
    width: inherit; height: inherit;
}

.mhuItem-side-banner .mhuSlider-root .mhuSlider__panel-link{
    display: block;
    width: inherit; height: inherit;
    overflow: hidden;
}
.mhuItem-side-banner .mhuSlider-root .mhuSlider__panel-link img{
    width: inherit; height: inherit;
    object-fit: cover;
}
.mhuItem-side-banner .mhuSlider-root .mhuPagination-root{
    position: absolute;
    left:0; right:0;
    bottom: 6px;
}
.mhuItem-side-banner .mhuSlider-root .mhuPagination__link{
    width: 18px;
    margin-left: 1.5px;
    margin-right: 1.5px;
}
.mhuItem-side-banner .mhuSlider-root .mhuPagination__link:before,
.mhuItem-side-banner .mhuSlider-root .mhuPagination__link:after{
    height: 1px;
    background-color: #979797;
}

.mhuItem-side-banner .mhuSlider-root .mhuPagination__link:hover:after,
.mhuItem-side-banner .mhuSlider-root .mhuPagination__link.mhuState-active:after{
    background-color: #fff;
}

/* slider */
.mhuSlider-root{
    overflow: hidden;
}
.mhuSlider-root.mhuState-freeze .mhuPagination__link,
.mhuSlider-root.mhuState-freeze .mhuSlider__control-link{
    pointer-events: none;
}
.mhuSlider-root.mhuSlider--type-fade{}
.mhuSlider-root.mhuSlider--type-fade .mhuSlider__content{
    display: block;
}
.mhuSlider-root.mhuSlider--type-fade .mhuSlider__panel{
    position: absolute; left:0; top:0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}
.mhuSlider-root.mhuSlider--type-fade .mhuSlider__panel.mhuState-active{
    opacity: 1;
    pointer-events: auto;
}
.mhuSlider-root.mhuSlider--type-slide{

}
.mhuSlider-root.mhuSlider--type-slide .mhuSlider__content{
    transition: transform 0.3s ease-in-out;
}

.mhuSlider-root .mhuSlider__content{
    display: flex;
    position: relative;
    padding:0;
    margin:0;
    list-style: none;
}
.mhuSlider-root .mhuSlider__panel a{

}
.mhuSlider-root .mhuSlider__panel{
    flex-shrink: 0;
}
.mhuSlider-root .mhuPagination-root{
    display: flex;
    justify-content: center;
    text-align: center;
}
.mhuSlider-root .mhuPagination__link{
    display: block;
    position: relative;
    width: 100px;
    height: 18px;
    cursor: pointer;
}
.mhuSlider-root .mhuPagination__link:before,
.mhuSlider-root .mhuPagination__link:after{
    position: absolute; left:0; top:6px;
    display: block;
    height: 6px;
    background-color: #fff;
    content:'';
}
.mhuSlider-root .mhuPagination__link:before{
    width: 100%;
}
.mhuSlider-root .mhuPagination__link:after{
    width: 98%;
    opacity: 0;
    background-color: var(--color-primary);
    transition: width 0.15s ease, opacity 0.15s ease;
}
.mhuSlider-root .mhuPagination__link:hover:after,
.mhuSlider-root .mhuPagination__link.mhuState-active:after{
    width: 100%;
    opacity: 1;
}
.mhuSlider-root .mhuSlider__control-link{
    padding: 10px;
    background: gray;
    cursor: pointer;
}
.mhuSlider-root .mhuSlider__control-link.mhuState--disabled{
    opacity: 0.5;
}

@media all and (max-width: 1360px){
    .mhuItem-side-banner{
        width: 0;
        overflow: hidden;
    }
    .mhuItem-side-banner .mhuSlider-root{
        opacity: 0;
    }
}

