
.header{
	border:none;
	background:none;
}
.header>.inner {
    max-width: 100%;
}
.scrolled .header {
    background: rgba(0,0,0,0.6);
}
.header .logo a {
    background: url(../../images/home/logo_white.svg) no-repeat;
    background-size: 100%;
}
.eng .header .logo a {
    background:url(../../images/home/en_logo_white.png) no-repeat;
    background-size:100%;
}
.header .btn_myopera {
    border: 1px solid #fff;
    background: #fff;
}
.header .gnb_mobile_open:before,
.header .gnb_mobile_open span,
.header .gnb_mobile_open:after{
	    background: #fff;
}
.header .btn_top{
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin: 0 18px 0 0;
}
.header .btn_top.myopera{
    font-size: 0;
    background:none;
    width: 146px;
    height: 63px;
    vertical-align: middle;
	position: relative;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.header .btn_top.myopera span,
.header .btn_top.myopera .icon {
  display: block;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
/*.header .btn_top.myopera span {
  width: 100%;
  text-indent: -9999px;
  left: 0;
  transition: all 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  background: url(../../images/home/white_myopera.svg) right 21px no-repeat;
  background-size: 66%;
}
.header .btn_top.myopera .icon {
  width: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  background:url(../../images/home/live_logo.png) 0 16px no-repeat;
  text-indent:-9999px;
}
.header .btn_top.myopera:hover span {
  left: -100%;
  opacity: 0;
}
.header .btn_top.myopera:hover .icon {
  width: 100%;
}
.header .btn_top.myopera:hover {
  opacity: 0.9;
}
.header .btn_top.myopera .icon:after {
	content:'';
	display:block;
	width:63px;
	height:63px;
	border-radius:50%;
	background:#ff3232;
	position:absolute;
	right:11%;
	top:0;
	transition: all .7s;
	opacity:0;
}
.header .btn_top.myopera:hover .icon:after {
	width:5px;
	height:5px;
	opacity:1;
	right:0;
	top:16px;
}*/

.header .btn_top.myopera span {
    width: 100%;
    text-indent: -9999px;
    left: 0;
    transition: all 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    background: url(../../images/home/white_myopera.svg) right 21px no-repeat;
    background-size: 66%;
    animation: move 10s cubic-bezier(0.31, -0.105, 0.43, 1.4) infinite;

  }
  @keyframes move {
      0% {
        left:0;
      }
      10%,30%,40%,50%{
          left:0;
      }
      60%,70%,80%,90%{
          left:-100%;
      }
     100%{
          left:0;
      }
  }

  .header .btn_top.myopera .icon {
    width: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    background:url(../../images/home/live_logo.png) 0 16px no-repeat;
    text-indent:-9999px;
    animation: move2 10s cubic-bezier(0.31, -0.105, 0.43, 1.4) infinite;
  }

  @keyframes move2 {
      0% {
        width:0;
      }
      0%,10%,30%,40%,50%{
       width:0;
      }
      60%,70%,80%,90%{
      width:100%;
      }
      100%{
      width:0;
      }
    }

  .header .btn_top.myopera .icon:after {
      content:'';
      display:block;
      width:63px;
      height:63px;
      border-radius:50%;
      background:#ff3232;
      position:absolute;
      right:11%;
      top:0;
      transition: all .7s;
      opacity:0;
      animation: move3 10s linear infinite;
  }

  @keyframes move3 {
      0% {
        width:63px;
        height:63px;
        right:11%;
        top:0;
        opacity:0;
      }
      10%,30%,40%,50%{
          width:63px;
          height:63px;
          right:11%;
          top:0;
          opacity:0;
      }
      60%,70%,80%,90%{
          width:5px;
          height:5px;
          opacity:1;
          right:0;
          top:16px;
      }
      100%{
          width:63px;
          height:63px;
          right:11%;
          top:0;
          opacity:0;
      }
    }


.main-visual {
    width:100%;
    /* height:830px;
    min-height: 830px; */
    position: relative;
}

.main-visual.img-visual{
    height:830px;
    min-height: 830px;
}

.main-visual .swiper-container, .main-visual .swiper-wrapper, .main-visual .swiper-slide {
    width:100%;
    height:100%;
}

.main-visual .background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.main-visual .visual-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top:56.23%
}
.main-visual .visual-video .video-linklayer {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:9;
}

.main-visual .visual-video .mainvideo-wrap {
    position:absolute;
    width: 100%;
    top:-60px;
    overflow: hidden;
    padding-top:calc(56.23% + 120px);
}

.main-visual .visual-video .mainvideo-wrap iframe {
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    height:100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.main-visual .background .bg_img.bg_imbg_mobile{
    display:none;
}

.main-visual .background .bg_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 10s;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
}

.main-visual .background video {
    position: relative;
    left: 0px;
    top: 50%;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-visual .main-visual-phrase .inner {
    width:100%;
    height:100%;
    max-width:100%;
    margin:0;
    padding:0;
}

.main-visual-phrase{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}

.main-visual-phrase .phrase{
	padding:260px 0 0 160px;
}
.main-visual-phrase .phrase-head{
    font-size: 50px;
    color: #fff;
    letter-spacing: -4px;
    font-weight: 800;
	margin:0 0 80px 0;
}
.main-visual-phrase .phrase-tag{
	font-size:24px;
	color:#fff;
	display:block;
	margin:0 0 10px 0;
}
.main-visual-phrase button{
    font-size: 20px;
    color: #ccc;
    background: linear-gradient(45deg, #2870fa, #6717cd);
    padding: 14px 50px;
    font-weight: 600;
    border-radius: 3px;
    min-width: 178px;
}

.main-visual .swiper-pagination {
 /*position:relative;
 text-align:left;
 margin-bottom:30px;*/
 left:50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 bottom:18%;
}

.main-visual .swiper-pagination .swiper-pagination-bullet {
    margin:0 4px;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 3px;
    border-radius: 0;
    background: #333;
    opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: auto;
    left: 160px;
    width: auto;
    top: 560px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0629c3;
}
.swiper-button-prev,
.swiper-button-next{
	background:none;
	width: 55px;
    height: 86px;
	opacity:.7;
	font-size:0;
	text-indent:-9999px;
}
.main-visual .swiper-button-prev,
.main-visual .swiper-button-next{
    height:85px
}
.main-visual .swiper-button-next{
    height:80px !important;
}
.main-visual .swiper-button-prev::before{
	 left: 2.8%;
     margin-top:18px;
}
.main-visual .swiper-button-next{
	right: 3%;
}
.main-visual .swiper-button-disabled{
	visibility: hidden;
}
.swiper-button-prev:before,
.swiper-button-next:before{
	content:'';
	display:block;
	width:60px;
	height:2px;
	background:#fff;
	transform: rotate(-45deg);
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content:'';
	display:block;
	width:60px;
	height:2px;
	background:#fff;
	transform: rotate(45deg);
	margin: 40px 0 0 0;
}
.swiper-button-next:after{
	transform: rotate(-45deg);
}
.swiper-button-next:before{
	transform: rotate(45deg);
	margin-top: 18px;
}
.main-notice{
    height: 78px;
    position: absolute;
    /* top: 751px; */
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.3);
    z-index: 9;
    margin-top:-78px;
    overflow: hidden;
    background-color:rgba(0,0,0,0.5);
}
.main-notice h2{
	font-size:24px;
	float:left;
	color:#fff;
	line-height:73px;
	font-weight:300;
	padding: 0 25px 0 60px;
	width: 7%;
}
.main-notice h2:after{
	content: '';
    display: inline-block;
    width: 1px;
    height: 31px;
    background: rgba(255,255,255,0.3);
    vertical-align: middle;
    margin: 0 0 0 25px;
}
.main-notice .swiper-container{
	float:left;
    width: 51%;
}
.main-notice .main-notice-phrase{
	font-size:20px;
	color:#fff;
	line-height:70px;
	font-weight:200;
}
.main-notice .main-notice-phrase .main-noti-txt{
    float: left;
    font-weight: 200;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.main-notice .main-notice-phrase .main-noti-date{
	float:right;
}
.main-notice .main-calendar{
    float: left;
    line-height: 79px;
    background: linear-gradient(45deg, rgba(40,113,250,0.4), rgba(103,23,205,0.4));
    margin: 0;
    padding: 0 0 0 20px;
    width: 30%;
    text-align: center;
	    width: calc(30% - 74px);
}
.main-notice .main-calendar a{
	font-size:24px;
	color:#fff;
	display:inline-block;
	margin:0 20px 0 0;
	font-weight:200;
}
.main-notice .main-calendar a:after{
	content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../images/home/icons.png) -431px -17px no-repeat;
	vertical-align: middle;
	margin:0 0 0 15px;
}
.main-notice .main-calendar span{
	font-size:20px;
	font-weight:200;
	color:#fff;
}
.main-notice .swiper-button-prev,
.main-notice .swiper-button-next{
    transform: rotate(90deg);
    right: auto;
    left: auto;
    width: 20px;
    height: 30px;
    position: relative;
    margin-top: 0;
    top: 0;
    margin: 0 0 0 17px;
}
.main-notice .swiper-button-prev{
    top: -37px;
}
.main-notice .swiper-button-next{
    top: 33px;
}
.main-notice  .swiper-button-prev:before,
.main-notice  .swiper-button-next:before,
.main-notice  .swiper-button-prev:after,
.main-notice  .swiper-button-next:after {
    width: 15px;
    height: 2px;
    margin: 8px 0 0 0;
}
.main-notice .swiper-button-control{
    float: left;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    width: 70px;
    height: 78px;
    margin: 0 0 0 38px;
}
.main-show{
	max-width:1700px;
	margin:0 auto;
	padding:90px 0 0 0;
	position:relative;
}
/*.main-show h2{
	font-size:45px;
	float:left;
	width:15%;
	display:inline-block;
}*/

.main-show h2{
	font-size:45px;
	display:inline-block;
    vertical-align:middle;
}

.eng .main-show h2 {
    width:32%;
}

.main-show .mainshow-slidewrap {
    position:relative;
    padding:0 40px;
}

.main-show .swiper-container{
    padding-top:30px;
}
/*.main-show .main-show-phrase{
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, transparent, black);
    width: 100%;
    color: #fff;
    min-height: 120px;
    padding: 0 0 30px 0;
	    z-index: 1;
}*/

.main-show .main-show-phrase{
    width: 100%;
    color: #000;
    padding-top:20px;
}

/*.main-show .main-show-phrase dt{
	font-size:20px;
	font-weight:100;
	padding: 0 20px 0 30px;
}*/

.main-show .main-show-phrase dt{
	font-size:30px;
	font-weight:600;
    padding-bottom:10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*.main-show .main-show-phrase dt strong{
	font-size:30px;
	display:block;
	font-weight:100;
    padding: 0 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-show .main-show-phrase dd{
	font-size:20px;
	font-weight:100;
	padding: 0 20px 0 30px;
}*/

.main-show .main-show-phrase dd{
	font-size:20px;
	font-weight:100;
}

.main-show .main-show-img{
    position:relative;
	width: 100%;
    display:block;
}

.main-show .main-show-img .slide-layer {
    position:absolute;
    display:table;
    top:0;
    vertical-align: middle;
    text-align:center;
    width:100%;
    height:100%;
    color:#fff;
    font-size:25px;
    font-weight:900;
    background-color:rgba(0,0,0,0.8);
    opacity:0;
    transition:opacity 0.5s;
}

.main-show .main-show-img:hover .slide-layer {
    opacity:1;
    transition:opacity 0.5s;
}


.main-show .main-show-img .slide-layer p {
    display:table-cell;
    vertical-align: middle;
}


.main-show .main-show-img span{
    position: relative;
    padding-top: 114%;
    overflow: hidden;
    display: block;
}
.main-show .main-show-img figure{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
	margin:0;
	padding:0;
}
.main-show .main-show-img img{
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    width: auto;
    max-width: none;
    height: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*.main-show .main-show-img:hover img {
	 -webkit-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2);
}*/
.main-show .swiper-button-control{
    position: absolute;
    border: 1px solid #000;
    top: 200px;
    left: 5px;
}
.main-show .swiper-button-prev,
.main-show .swiper-button-next {
    width: 35px;
    height: 70px;
    opacity: 1;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    /* left: auto;
    right: auto;
    display: inline-block; */
    margin: 0;
    padding:0;
    /* padding:5px 0 5px 11px; */
    /* top: 0;
	float:left; */
    border:1px solid #000
}
.main-show .swiper-button-next{
    right:0;
}

.main-show .swiper-button-prev{
    left:0;
}

.main-show .swiper-button-prev:before,
.main-show .swiper-button-next:before,
.main-show .swiper-button-prev:after,
.main-show .swiper-button-next:after {
    width: 16px;
    height: 2px;
    background: #000;
    position:absolute;
    left:50%;
    margin:0;
}

.main-show .swiper-button-prev:before {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    top:calc(50% - 5px);
    margin:0;
}

.main-show .swiper-button-next:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top:calc(50% - 5px);

}

.main-show .swiper-button-prev:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top:calc(50% + 5px);
}

.main-show .swiper-button-next:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    top:calc(50% + 5px);
}


.main-edu{
	max-width:1700px;
	margin:0 auto;
	padding:90px 0 0 0;
	position:relative;
}
.main-edu h2{
	font-size:45px;
	display:inline-block;
	 vertical-align: middle;
}
.main-edu h2 span:before{
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../../images/home/icons.png) -382px -137px no-repeat;
    vertical-align: middle;
    margin: 0 0 0 3px;

}


.main-edu .main-edu-preview{
	padding:30px 0 0 0;
}
/*.main-edu .main-edu-preview li{
	float:left;
	width:49%;
	display:block;
    overflow:hidden;
    margin-right:2%;
}
.main-edu .main-edu-preview li:nth-child(2n){
    margin-right:0;
}*/

.main-edu .main-edu-preview li{
	float:left;
	width:18.4%;
	display:block;
    overflow:hidden;
    margin-right:2%;
}
.main-edu .main-edu-preview li:last-child {
    margin-right:0;
}


.main-edu .main-edu-preview li a {
    display:block;
    position:relative;
}

.eng .main-edu .main-edu-preview li{
    position:relative;
    width:32.333%;
    margin-right:1.5%;
    box-sizing: border-box;
    border:3px solid transparent;
    transition:all 0.5s;
}

.main-edu .main-edu-preview li:last-child{
	/*float:right;*/
}
.eng .main-edu .main-edu-preview li:last-child{
    float:left;
    margin-right:0;
}
.main-edu .main-edu-preview li span {
	position: relative;
    padding-top: calc(60% - 4px);
    overflow: hidden;
    display: block;
}

.eng .main-edu .main-edu-preview li span {
    padding-top: 80%;
}

.main-edu .main-edu-preview li span figure{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    margin: 0;
    padding: 0;
}

.main-edu .main-edu-preview li img{
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    height: auto;
    max-width: none;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.eng .main-edu .main-edu-preview li img{
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    height: auto;
    max-width: none;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.main-edu .main-edu-preview li:hover img{
    -webkit-transform: translate(-50%,-50%) rotate(0) scale(1.2);
    -ms-transform: translate(-50%,-50%) rotate(0) scale(1.2);
    transform: translate(-50%,-50%) rotate(0) scale(1.2);
}

.eng .main-edu .main-edu-preview li:hover{
    border:3px solid #333;
    box-sizing: border-box;
    transition:all 0.5s;
}
.eng .main-edu .main-edu-preview li:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2);
}

.main-edu .main-edu-preview li p{
	position:absolute;
    top:0;
    display:table;
    width:100%;
    height:100%;
    text-align:center;
    background-color:rgba(0,0,0,0.2);
    color:#fff;
    font-size:22px;
    font-weight:900
}

.main-edu .main-edu-preview li p em {
    font-style:normal;
    display:table-cell;
    vertical-align:middle;
}


.eng .main-edu .main-edu-preview li .main_edu_en {
    background:#fff;
    min-width:250px;
}

.eng .main-edu .main-edu-preview li .main_edu_en p {
    padding:25px;
    font-size:22px;
}

.eng .main-edu .main-edu-preview li .main_edu_en p br {
    display:none;
}

.main-etc{
	max-width:1700px;
	margin:0 auto;
	padding:90px 0 0 0;
	position:relative;
}
.main-news{
	float: left;
    width: 60%;
    margin-right:1%;
}
.main-news h2{
	font-size:45px;
	display:inline-block;
	 vertical-align: middle;
}
.main-news .main-news-list{
	padding:25px 0 0 0;
	width:100%;
}
.main-news .main-news-list li{
 /*   float: left;
    margin: 0 2% 0 0;
    width: 31%;*/
}
.main-news .main-news-list li a{
    background: #f8f8f8;
    display: block;
    padding: 30px;
    height: 232px;
    overflow: hidden;
    position: relative;
	border:2px solid #f8f8f8;
}
.main-news .main-news-list li a .main-news-ctg{
    display: inline-block;
    font-size: 20px;
    border-bottom: 1px solid #000;
    font-weight: 600;
}
.main-news .main-news-list li a .main-news-title{
    font-size: 22px;
    padding: 15px 0;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 126px;
}
.main-news .main-news-list li a .main-news-date{
    display: block;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
}
.main-news .main-news-list li a:hover{
	border:2px solid #000;
}
.main-news .swiper-button-control{
	display:none;
}
.main-support{
    float: right;
    position: relative;
    /*margin: 20px 0 0 0;*/
	width:39%;
}
.eng .main-support {
    float:none;
    width:100%;
    min-height:450px;
    background-image:url('../../images/home/en_suport_img.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position:calc(100% - 25%) center;
}

.main-support h2{
    display:inline-block;
    font-size: 45px;
    vertical-align:middle;

}

.eng .main-support h2 {
    left:5%;
}

.eng .main-support a {
    left:5%;
}

.main-support a{
    /*position: absolute;
    font-size: 18px;
    color: #fff;
    top: 50%;
    left: 8%;*/
    display:inline-block;
}
.eng .main-support .eng_support-txt {
    position:absolute;
    top:45%;
    left:20%;
}

.eng .main-support .eng_support-txt p {
    font-size:30px;
    color:#fff;
    font-weight:bold;
}

.main-support  img{
    width:100%;
    padding:25px 0 0 0;
    height: 296px;
}
/*.main-support a:after{
	content: '';
    display: block;
    width: 110px;
    height: 30px;
    background: url(../../images/home/icons.png) -115px -189px no-repeat;
    vertical-align: middle;
    margin:5px 0;
}*/
.main-more{
	    border-bottom: 1px solid #000;
    padding: 0 0 2px 0;
    margin: 0 0 0 20px;
    vertical-align: middle;
}
.main-more:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../../images/home/icons.png) -314px -14px no-repeat;
    position: relative;
    transform: rotate(180deg);
    vertical-align: middle;
}
.main-sns{
	position:relative;
}
/*.main-sns:after{
	content:'';
	display:block;
	width:100%;
	height:400px;
	background:#252523;
	position:absolute;
	left:0;
	top:0;
    z-index: -1;
}*/
.main-sns-wrap{
	max-width:1700px;
	margin:0 auto;
	padding:90px 0;
	position:relative;
}
.main-sns-wrap::after { content:""; clear:both; display:block; }
.main-sns-wrap ul li { position:relative; float:left; width:22.75%; margin-right:3% }
.main-sns-wrap ul li:last-child { margin-right:0; }

.main-sns h2{
    font-size: 45px;
	padding:0 0 30px 0;
}

.main-sns .main-sns-img{
	display: block;
	width: 100%;
}
.main-sns .main-sns-img .sns-img-wrap{
	 position: relative;
  padding-top: 100%;
  overflow: hidden;
  display:block;
}
.main-sns .main-sns-img .sns-img-wrap figure{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
	    padding: 0;
    margin: 0;
}
.main-sns .main-sns-img img{
	 -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
	width: auto;
	max-width: none;
	height: 100%;
	    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.main-sns .main-sns-img:hover img{
	 -webkit-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2);
}
.main-sns .main-sns-img .sns-label{
    width: 65px;
    height: 65px;
    position: absolute;
    text-indent: -9999px;
    font-size: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.main-sns .main-sns-img .sns-label.instragram {
    background-image:url(../../images/home/icons_insta.png);
    background-repeat:no-repeat;
}
.main-sns .main-sns-img .sns-label.facebook {
     background:#1847b6 url(../../images/home/icons.png) -76px -118px no-repeat;
}
.main-sns .main-sns-img .sns-label.youtube {
     background:#dd0a11 url(../../images/home/icons.png) -151px -118px no-repeat;
}
.main-sns .main-sns-img .sns-label.band {
     background:#1ebb3c url(../../images/home/icons.png) -225px -118px no-repeat;
}
.main-sns .swiper-button-prev{
	background: url(../../images/home/icons.png) -297px -132px no-repeat;
	width:55px;
	height:32px;
	opacity: 1;
}
.main-sns .swiper-button-next{
	background: url(../../images/home/icons.png) -297px -132px no-repeat;
	width:55px;
	height:32px;
    opacity: 1;
	transform: rotate(180deg);
}
.main-sns .swiper-button-prev:after,
.main-sns .swiper-button-next:after,
.main-sns .swiper-button-prev:before,
.main-sns .swiper-button-next:before{
	content:none;
}
.main-sns .swiper-button-prev,
.main-sns .swiper-button-next {
	margin-top:0;
	top:57px;
	right:0;
	left:auto;
}
.main-sns .swiper-button-prev {
    right: 400px;
}
.main-sns  .sns-import {
    right: 0px;
    top: 42px;
    position: absolute;
}
.main-sns  .sns-import  li{
	float:left;
}
.main-sns .sns-import a{
	width: 65px;
    height: 65px;
	text-indent:-9999px;
	font-size:0;
	display:block;
}
.main-sns .sns-import a.instragram {
     background: url(../../images/home/icons.png) -2px -118px no-repeat;
}
.main-sns .sns-import a.facebook {
     background: url(../../images/home/icons.png) -76px -118px no-repeat;
}
.main-sns .sns-import a.youtube {
     background: url(../../images/home/icons.png) -151px -118px no-repeat;
}
.main-sns .sns-import a.band {
     background: url(../../images/home/icons.png) -225px -118px no-repeat;
}
.main-banner{
    height: 100px;
    background: #fff;
    margin: 30px 0 0 0;
    border-top: 1px solid #ddd;
}
.main-banner-wrap{
	max-width:1700px;
	margin:0 auto;
	padding:15px 50px;
	position:relative;
}

.main-banner-wrap .swiper-button-next {
    width: 22px;
    height: 35px;
    right:10px;
}
.main-banner-wrap .swiper-button-prev{
    width: 22px;
    height: 35px;
    left:10px;
}

.main-banner-wrap .swiper-slide a{
	display:block;
    text-align:center;
}
.main-banner-wrap .swiper-slide img{
	max-height: 55px;
}
.main-banner .swiper-button-prev:before,
.main-banner .swiper-button-next:before,
.main-banner .swiper-button-prev:after,
.main-banner .swiper-button-next:after {
    width: 16px;
    height: 2px;
    background: #000;
    margin: 9px 0 0 0;
}
.swiper-button-prev{
    height: 80px;
	    left: 24px;
    margin-top: -14px;
}
.swiper-button-next {
    height: 40px;
	margin-top: -14px;
}
.main-subscribe{
	background:#46474c;
	padding:40px 0 60px 0;
	text-align:center;
}
.main-subscribe .main-subscribe-wrap{
	max-width:1700px;
	margin:0 auto;
}
.main-subscribe .main-subscribe-wrap h2{
	font-size: 38px;
    color: #fff;
	padding:15px 0;
}
.main-subscribe .main-subscribe-wrap p{
	font-size: 16px;
    color: #fff;
	padding:0 0 30px 0;
}
.main-subscribe .main-subscribe-wrap .submit input{
	font-size: 18px;
    color: #fff;
	padding:0;
	height:48px;
	line-height:50px;
	border:1px solid #a3a3a6;
	background:#46474c;
	width:33%;
	text-indent:15px;
}
.main-subscribe .main-subscribe-wrap .submit input::placeholder{
	color:#fff;
}
.main-subscribe .main-subscribe-wrap .submit button{
	font-size: 18px;
    color: #fff;
	font-weight:600;
	padding:0 45px;
	height:50px;
	line-height:50px;
	border:none;
	background:#000;
	margin:0 0 0 15px;
}

.quick-sns {
    position:fixed;
    top:50%;
    right:0;
    transform: translatey(-50%);
    background-color:#0d0d0d;
    padding:15px 0 0 0;
    border-radius:24px 0 0 24px;
    z-index:2;
    overflow: hidden;
}

.quick-sns ul li {
    margin-bottom:15px;
}

.quick-sns ul li:last-child{
    margin-bottom:0;
}

.quick-sns ul li a {
    font-size:0;
    text-indent:-99999999em;
    display:block;
    width:25px;
    height:25px;
    background-position:center;
    background-repeat:no-repeat;
    padding:10px 15px;
}

.quick-sns ul li a.snsfb {
    background-image:url(../../images/home/quicksns_fb.png)
}

.quick-sns ul li a.snsinsta {
    background-image:url(../../images/home/quicksns_insta.png)
}


.quick-sns ul li a.snsblog {
    background-image:url(../../images/home/quicksns_blog.png)
}

.quick-sns ul li a.snsyt {
    background-image:url(../../images/home/quicksns_yt.png)
}

.quick-sns ul li a.topbtn {
    background-color:#262626;
    width:100%;
    height:100%;
    color:#fff;
    font-size:0.875rem;
    text-indent:0;
    display:flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding:15px;
}

.quick-sns ul li a.topbtn span::before {
    content:"";
    display:block;
    width:9px;
    height:6px;
    background-image:url(../../images/home/quicksns_top.png);
    background-repeat:no-repeat;
    background-position:center;
    margin:0 auto 2px auto;
}

.main-calendar-dv.on{
	display:block;
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.main-calendar-dv{
	display:none;
}
.main-calendar-dv:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
.main-calendar-dv .dv-wrap{
    display: inline-block;
    vertical-align: middle;
    height: auto;
    background-color: #fff;
    z-index: 10;
    padding: 30px 0 0 50px;
    width: 1140px;
    border-radius: 30px;
	position:relative;
}
.main-calendar-dv .dv-wrap .calendar-date{
    width: 52%;
    float: left;
    padding: 0 3% 0 0;
}
.main-calendar-dv .dv-wrap .calendar-img{
	width: 45%;
	float:left;
}
.main-calendar-dv .dv-wrap h3{
	    font-size: 45px;
    font-weight: 400;
    text-align: left;
    padding: 10px 0 10px 0;
}
.main-calendar-dv .dv-wrap .dv-close{
    width: 45px;
    height: 45px;
    display: block;
    background: url(../../images/home/icons.png) -215px -327px no-repeat;
    position: absolute;
    right: 35px;
    top: 33px;
    text-indent: -9999px;
}
.cal-head{
	    text-align: left;
	padding: 20px 0;
}
.cal-head strong{
	font-size: 35px;
    float: left;
}
.cal-head .date-move{
    float: right;
}
.cal-head .date-move button{
	text-indent:-9999px;
	font-size:0;
	border:1px solid #000;
	background:#fff;
	height:45px;
	width:45px;
	float: left;
}
.cal-head .date-move .cal-next{
	border-left:none;
}
.cal-head .date-move .cal-prev:before,
.cal-head .date-move .cal-next:before{
	content:'';
	display:block;
	width:16px;
	height:2px;
	background:#000;
	transform: rotate(-45deg);
	    margin: 0 0 0 8px;
}
.cal-head .date-move .cal-prev:after,
.cal-head .date-move .cal-next:after{
	content:'';
	display:block;
	width:16px;
	height:2px;
	background:#000;
	transform: rotate(45deg);
	margin: 9px 0 0 8px;
}
.cal-head .date-move .cal-next:after{
	transform: rotate(-45deg);
}
.cal-head .date-move .cal-next:before{
	transform: rotate(45deg);
}

.cal-table{
	    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
}
.cal-table table{
	table-layout: fixed;
}
.cal-table table td{
	height: 69px;
    vertical-align: top;
    text-align: left;
}
.cal-table table td:hover,
.cal-table table td.active{
	background:#e1fcff;
}
.cal-table table td a{
	display: block;
	font-weight: 600;
}
.cal-table table tr td:first-child a{
	color:#ff4c4d;
}
.calendar-date .show,
.calendar-date .edu{
	display:inline-block;
}
.cal-table table td .show,
.cal-table table td .edu{
	display: inline-block;
    width: 10px;
    height: 10px;
    border: 5px solid #0000ff;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0;
	text-indent:-9999px;
	font-size:0;
}
.calendar-date table td .edu{
    border: 5px solid #00e4ff;
}
.calendar-date .cal-exam .show:before,
.calendar-date .cal-exam .edu:before{
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border: 5px solid #0000ff;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.calendar-date .cal-exam .edu:before{
    border: 5px solid #00e4ff;
}
.calendar-img{
	background:#f2f2f2;
	border-radius:0 0 30px 0;
}
.calendar-img .main-cal-wrap{
	position: relative;
}
.calendar-img .main-cal-img{
    display: block;
    width: 386px;
    margin: 60px auto 60px auto;
    height: 459px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow:hidden;
	position:relative;
}
.calendar-img .main-cal-img img{
	width:100%;
	min-height: 459px;
	position:relative;
}
.calendar-img .main-cal-img:hover:after{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	border:5px solid blue;
	position:absolute;
	left:0;
	top:0;
	content:'';
}
.calendar-img .main-cal-img.school{
	text-align: left;
}
.calendar-img .main-cal-img.school strong{
	    margin: 30px 0 0 30px;
    display: inline-block;
    border-bottom: 1px solid #999;
    padding: 0 0 5px 0;
}
.calendar-img .main-cal-img.school p{
	padding: 30px;
}
.calendar-img .main-cal-img.school:hover:after{
	border:5px solid #00e4ff;

}
.calendar-img .main-cal-img.none:hover:after{
	content:none;

}





.cal-exam{
	text-align:left;
}
.cal-exam {
    text-align: left;
    padding: 18px 0 40px 0;
}
.cal-exam span{
    margin:0 15px 0 0;
	display:inline-block;
}
.main-cal-wrap .swiper-button-prev,
.main-cal-wrap .swiper-button-next {
    background: url(../../images/home/icons.png) -330px -277px no-repeat;
    width: 55px;
    height: 32px;
    opacity: 1;
	right:0;
}
.main-cal-wrap .swiper-button-prev {
    transform: rotate(180deg);
	right:auto;
	left:0;
}

.main-cal-wrap .swiper-button-next:before,
.main-cal-wrap .swiper-button-next:after,
.main-cal-wrap .swiper-button-prev:before,
.main-cal-wrap .swiper-button-prev:after{
	content:none;
}


footer {
    margin: 0 0 0 0;
}

/*ìž„ì‹œíŒì—…*/
.divpop { position: absolute; z-index:999; top:100px; left:150px; background-color:#f3f3f3;display:none; width:534px; }
.title_area {font-weight:bold;text-align:center; width:534px; height:681px;}
.title_area a { display:block; }
.button_area { position:relative; width:100%; background:#252523; color:#fff; padding:8px 10px; box-sizing:border-box }
.button_area a { display:block; position:absolute; top:8px; right:10px; color:#fff; }


@media (max-width: 1700px) {

	.main-show,
	.main-edu,
	.main-etc,
	.main-sns-wrap,
	.main-subscribe .main-subscribe-wrap{
		padding:20px 20px;
	}
    .main-banner-wrap{
        padding:20px 40px;
    }
	.main-show h2,
    .main-edu h2,
    .main-news h2	,
    .main-sns h2,
    .main-support h2{
		font-size: 38px;
	}
}

@media (max-width: 1400px) {
    .main-visual .background video {
        left: 50%;
        width: 1800px;
        margin-left: -900px;
    }

    .eng .main-show h2, .eng .main-edu h2, .eng .main-news h2, .eng .main-sns h2  {
        font-size:33px;
    }
	.main-news .main-news-list li {
		float: none;
		margin: 0;
	}

	.main-support img{
		width: 100%;
        height: 229px;
	}
	.main-news .main-news-list li a {
		height: 195px;
		padding:15px;
	}
	.main-news .main-news-list li a .main-news-title {
		font-size:18px;
		padding: 15px 0;
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		height: 74px;
	}

}
@media (max-width: 1200px) {
    .main-visual .background video {
        width: 1500px;
        margin-left: -750px;
    }
    .main-edu .main-edu-preview li p {
        font-size:18px;
    }

	.main-notice {
		height: auto;
		position: absolute;
		/* top: 745px; */
        margin-top:-85px;
	}
	.main-notice .main-notice-phrase .main-noti-date {
		display: none;
	}
	.main-notice h2 {
    font-size: 16px;
    float: left;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    padding: 8px 0;
       width: 102px;
    text-indent: 18px;
}
.main-notice h2:after {
    height: 19px;
    margin: 0 0 0 13px;
}
.main-notice .swiper-container {
    float: left;
        width: 70%;
    height: 45px;
}
.main-notice .main-notice-phrase {
    font-size:16px;
    line-height: 45px;
}
.main-notice .main-notice-phrase .main-noti-txt {
    float: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 1.6;
    white-space: nowrap;
    padding: 7px 0;
    font-weight: 100;
}
.main-notice .main-calendar {
    float: none;
    line-height: 38px;
    border-left: none;
    margin: 0 15px;
    padding: 0;
    clear: both;
    width: auto;
}
.main-notice .main-calendar a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0;
    font-weight: 200;
}
.main-notice .main-calendar span {
    font-size: 16px;
    font-weight: 100;
}
.main-notice .main-calendar a:after {
    margin: 0 0 0 5px;
    transform: scale(.8);
}
.main-notice .swiper-button-control{
	display:none;
}
.main-show .main-show-phrase dd {
    font-size: 16px;
}
.eng .main-edu .main-edu-preview li .main_edu_en {
    position:inherit;
}

.eng .main-edu .main-edu-preview li .main_edu_en p {
    padding:15px;
    font-size:20px;
}

.main-news {
	width:59%;
    margin-right:1%;
}
.main-news .main-news-list {
    padding: 0;
}
.main-news .main-news-list li a {
    background: #f8f8f8;
    display: block;
    padding: 18px;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 2px solid #f8f8f8;
}
.main-news .main-news-list li a .main-news-ctg {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.main-news .main-news-list li a .main-news-title {
    font-size: 16px;
    padding: 9px 0;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    height: 56px;
}
.main-news .main-news-list li a .main-news-date {
    font-size: 11px;
    position: relative;
    bottom: auto;
}
.main-news .main-more,
.main-news .swiper-button-prev,
.main-news .swiper-button-next{
	display:none;
}
.eng .main-news {
    float:none;
    margin-right:0;
    width:auto;
}
.eng .main-news .swiper-button-control {
    top:30px;
    right:20px;
}
.main-support img {
    height:162px;
    margin: 20px auto 0 auto;
    padding:0;
}
.eng .main-support {
 width:auto;
 float:none;
}
.eng .main-support h2 {
    font-size:22px;
}

.main-news .swiper-button-control {
    top: 16px;
    left: auto;
    right: 15px;
	position: absolute;
    border: 1px solid #000;
	display:block;
}
.main-news .swiper-button-prev,
.main-news .swiper-button-next {
    width: 22px;
    height: 22px;
    left: auto;
    right: auto;
    margin: 0;
    padding: 7px 0 5px 11px;
    top: 0;
    opacity: 1;
    position: relative;
    left: auto;
    display: inline-block;
    float: left;
}
.main-news .swiper-button-prev:before,
.main-news .swiper-button-next:before,
.main-news .swiper-button-prev:after,
.main-news .swiper-button-next:after {
    width: 10px;
    height: 2px;
    background: #000;
    margin: 5px 0 0 0;
}
.main-news .swiper-button-next {
    border-left: 1px solid #000;
}
.main-news .swiper-button-control {
    top: 41px;
    right: 41%;
}
.main-news .swiper-container{
	margin:20px auto 0 auto;
}
.main-calendar-dv .dv-wrap{
	width:90%;
	top: 120px;
}
.main-calendar-dv:before{
	height: 10%;
}


}

@media (max-width: 1260px) {
    .eng .main-show h2 {
        float:none;
    }


    .eng .main-show .swiper-button-control {
       top: 20px;
       left: auto;
       right: 20px;
    }

    .eng .main-show .swiper-button-prev, .main-show .swiper-button-next{
       width: 22px;
       height: 22px;
       left: auto;
       right: auto;
       margin: 0;
       padding: 7px 0 5px 11px;
       top: 0;
    }

    .eng .main-show .swiper-button-prev:before, .main-show .swiper-button-next:before, .main-show .swiper-button-prev:after, .main-show .swiper-button-next:after {
       width: 10px;
       height: 2px;
       background: #000;
       margin: 5px 0 0 0;
    }
}

@media (max-width:950px) {
.eng .main-support {
    padding:25px;
    min-height:250px;
}

.main-edu .main-edu-preview li {
    width:49%;
}
.main-edu .main-edu-preview li:nth-child(2n) {
    margin-right:0;
}
.main-edu .main-edu-preview li:nth-child(n+3) {
    margin-top:2%
}

.eng .main-support h2 {
    position: static;
    font-size:30px;
}

.eng .main-support .eng_support-txt {
    position:static;
}

.eng .main-support .eng_support-txt p {
    font-size:18px;
    color:#fff;
    margin-top:30px;
    font-weight:bold;
}

.eng .main-support a {
 position:static;
 margin-top:20px;
}

}

@media (max-width: 768px) {
	.main-wrap{
		overflow:hidden;
	}
    /* .main-visual {
        min-height: 640px;
        height:640px;
    }
	.main-visual-phrase {
		min-height: 640px;
		width: 100%;
	}	 */
	.main-visual.img-visual{
		min-height: 640px;
        height:640px;
	}
	 .main-visual.img-visual .main-visual-phrase{
		min-height: 640px;
        height:640px;
	}

	.main-visual .background .bg_img.bg_img_pc {
		display:none;
	}

	.main-visual .background .bg_img.bg_imbg_mobile{
		display:block;
        background-position: 50% 50%;
	}
	.main-visual-phrase .phrase {
		    padding: 110px 0 0 0;
    text-align: center;
	}
	.main-visual-phrase .phrase-head {
    font-size: 28px;
    letter-spacing: -2px;
    margin: 0 0 115px 20px;
    text-align: left;
    font-weight: 600;
	}
	.main-visual-phrase .phrase-tag {
		font-size: 20px;
		margin: 0 0 0 20px;
		font-weight: 100;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
	}
	.main-visual-phrase button {
		font-size: 13px;
		padding: 0;
		font-weight: 200;
		border-radius: 2px;
		min-width: auto;
		width: 42%;
		height: 46px;
		margin: 0;
	}
	.main-visual .swiper-button-prev, .main-visual .swiper-button-next{
		display:none;
    }
    .main-visual .swiper-pagination {
        /*margin-left:20px;*/
    }
	.swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: auto;
		left: 20px;
		width: auto;
		top: 348px;
	}
	.main-notice {
		/* height: auto; */
		position: absolute;
		/* top: 556px; */
	}
.main-show {
    padding: 15px;
}
.main-show h2 {
    font-size: 25px;
    float: none;
	padding:0 0 10px 0;
}
.main-show .swiper-container {
    padding-top:10px;
}
.main-show .swiper-button-control {
    top: 16px;
    left: auto;
    right: 15px;
}
.main-show .swiper-button-prev,
.main-show .swiper-button-next {
    width: 22px;
    height: 22px;
    left: auto;
    right: auto;
    margin: 0;
    padding: 7px 0 5px 11px;
    top: 0;
}
.main-show .swiper-button-prev:before,
.main-show .swiper-button-next:before,
.main-show .swiper-button-prev:after,
.main-show .swiper-button-next:after {
    width: 10px;
    height: 2px;
    background: #000;
    margin: 5px 0 0 0;
}
.main-show .main-show-phrase {
    height: 93px;
    padding: 0 0 15px 0;
}
.main-show .main-show-img .slide-layer {
    font-size:18px;
}
.main-show .main-show-phrase dt {
    font-size: 18px;
    padding:8px 0;
}
.main-show .main-show-phrase dd {
    font-size: 12px;
    font-weight: 100;
}
.main-show .main-show-phrase dt strong {
    font-size: 20px;
}
.main-edu{
	padding:0 15px;
}
.main-edu h2 {
	font-size: 25px;
	padding:0 0 10px 0;
}
.main-edu h2 span:before {
    width: 20px;
    height: 20px;
    background: url(../../images/home/icons.png) -387px -143px no-repeat;
    margin: 0 3px;
}
.main-edu .main-edu-preview {
    padding: 0;
}

.eng .main-edu .main-edu-preview li p strong br {
    display:none;
}


.eng .main-edu .main-edu-preview li span {
    padding-top:60%;
}

.main-edu .main-edu-preview li p {
    font-size: 14px;
}
.main-more {
    padding: 0 0 2px 0;
    margin: 9px 0 0 0;
    float: right;
    font-size: 13px;
}
.main-etc{
	padding:15px 15px 32px 15px;
}
.main-etc h2 {
	font-size: 25px;
	padding:0 0 10px 0;
}

.main-sns-wrap{
	padding:15px;
}
.main-sns h2 {
	font-size: 25px;
	padding:0 0 10px 0;
}
/*.main-sns .swiper-container {

	    margin: 20px 0 0 0;
}*/

.main-sns ul { margin-top:20px; }
.main-sns-wrap ul li { width:48.5%; }
.main-sns-wrap ul li:nth-child(2n) { margin-right:0; }
.main-sns-wrap ul li:nth-child(n+3) { margin-top:3% }
.main-sns-wrap ul li:last-child { margin-right:0; }
.main-sns .sns-import {
    right: auto;
    top: 0;
    position: relative;
    width: auto;
	    text-align: center;
}
.main-sns .sns-import li {
    float: none;
    display: inline-block;
}
.main-sns:after {
    height: 168px;
}
.main-sns .swiper-button-prev {
    right: auto;
    left: 15px;
    top: 72px;
    display: block;
	transform: scale(0.5);
}
.main-sns .swiper-button-next {
    right: 15px;
    left: auto;
    top: 76px;
    display: block;
	transform: rotate(180deg) scale(0.5);
}
.main-sns .sns-import a {
        width: 38px;
        height: 26px;
        background: url(../../images/home/icons.png) no-repeat;
        background-size: 780%;
    }


	.main-sns .sns-import a.youtube {
        background: url(../../images/home/icons.png) no-repeat;
		background-position:-89px -74px;
		background-size: 780%;
    }

.main-sns .sns-import a.facebook {
         background: url(../../images/home/icons.png) no-repeat;
		background-position: -45px -74px;
		background-size: 780%;
    }

.main-sns .sns-import a.instragram {
        background: url(../../images/home/icons.png) no-repeat;
		background-position: -1px -74px;
		background-size: 780%;
    }

.main-sns .sns-import a.band {
        background: url(../../images/home/icons.png) no-repeat;
		background-position: -134px -74px;
		background-size: 780%;
    }
    .main-sns .main-sns-img .sns-label {
        right: -7px;
        top: -7px;
        transform: scale(0.8);
    }
.main-banner .swiper-button-prev, .main-banner .swiper-button-next {
    width: 28px;

}
.main-banner {
    height: auto;
}
.main-banner-wrap .swiper-slide img {
    width: 100%;
}
.main-subscribe .main-subscribe-wrap h2 {
    font-size: 26px;
    padding: 0;
}

.main-subscribe .main-subscribe-wrap .submit input {
	font-size: 13px;
    color: #fff;
    padding: 0;
    height: 32px;
    line-height: 33px;
    width: 60%;
    text-indent: 10px;
    display: block;
    margin: 0 auto 15px auto;
}
.main-subscribe .main-subscribe-wrap .submit button {
    font-size: 16px;
    padding: 0 42px;
    height: 37px;
    line-height: 37px;
    margin: 0;
    width: auto;
    font-weight: 100;
    display: inline-block;
}
.main-subscribe .main-subscribe-wrap p {
    font-size: 11px;
    font-weight: 100;
}
.main-news {
    float: none;
    width: auto;
    padding-top:35px;
}
.main-support {
    width: auto;
    float: none;
    padding-top:50px;
}
.main-support img{
    height:100%;
}
.main-news .swiper-button-control {
    top: 19px;
    left: auto;
    right: 15px;
}
.main-subscribe {
    padding: 0;
}
.header .btn_top {
    font-size: 14px;
    margin: 0 5px 0 0;
    display:inline-block;
}
.header .btn_top.myopera {
    width: 105px;
    height: 25px;
}
.header .btn_top.myopera span {
    background: url(../../images/home/white_myopera.svg) right 5px no-repeat;
    background-size:66%;
}

.header .btn_top.myopera .icon {
    background: url(../../images/home/live_logo.png) 0 0 no-repeat;
    background-size:100%;
}

.header .btn_top.myopera .icon:after {
    content:'';
    display:block;
    width:63px;
    height:63px;
    border-radius:50%;
    background:#ff3232;
    position:absolute;
    right:11%;
    top:0;
    transition: all .7s;
    opacity:0;
    animation: move3 10s linear infinite;
}

@keyframes move3 {
    0% {
      width:63px;
      height:63px;
      right:11%;
      top:0;
      opacity:0;
    }
    10%,30%,40%,50%{
        width:63px;
        height:63px;
        right:11%;
        top:0;
        opacity:0;
    }
    60%,70%,80%,90%{
        width:3px;
        height:3px;
        opacity:1;
        right:0;
        top:0;
    }
    100%{
        width:63px;
        height:63px;
        right:11%;
        top:0;
        opacity:0;
    }
  }
.header .btn_top.myopera {
    width: 70px;
    height: 15px;
}
.header .logo a {
    width: 110px;
    height:34px;
}
.main-calendar-dv.on {
    top: 69px;
    bottom: auto;
    z-index: 100;
	position: absolute;
}
.main-calendar-dv .dv-wrap{
	top: 0;
	width: auto;
    padding: 20px;
    display: block;
    margin: 0 10px;
	border-radius: 12px;
}
.main-calendar-dv .dv-wrap h3 {
    font-size: 27px;
}
.cal-head strong {
    font-size: 25px;
}
.cal-table table td .show, .cal-table table td .edu {
    width: 5px;
    height: 5px;
    border: 3px solid #0000ff;
}
.calendar-date table td .edu {
    border: 3px solid #00e4ff;
}
.main-calendar-dv .dv-wrap .calendar-date {
    width: auto;
    float: none;
    padding: 0;
}

.main-calendar-dv .dv-wrap .calendar-img {
        width: 320px;
    float: none;
    margin: 0 auto;
    background: none;
    height: auto;
}
.cal-table table td {
    height: 50px;
}
.main-calendar-dv .dv-wrap .dv-close {
    width: 34px;
    height: 33px;
    background: url(../../images/home/icons.png) -333px -234px no-repeat;
    position: absolute;
    right: 15px;
}
.calendar-img .main-cal-img {
    display: block;
    margin: 0;
    height: auto;
	border-radius: 0;
	    width: 100%;
    box-shadow: none;
}
.calendar-img .main-cal-img img {
    width: 100%;
    min-height: auto;
    position: relative;
}
.main-cal-wrap .swiper-button-prev, .main-cal-wrap .swiper-button-next {
    right: -35px;
}
.main-cal-wrap .swiper-button-prev {
    right: auto;
	left: -35px;
}
.main-calendar-dv.on {
    padding: 0 0 15px 0;
    border-radius: 15px;
}

.eng footer .foot-wrap .public {
    width:100%;
}
.eng footer .foot-wrap .eng-comm-site {
    float:none;
}
.eng footer .foot-wrap .comm-sns {
    margin-right:0;
}

.main-popup {
    /*display:none;*/
}

}


@media (max-width: 650px) {
    .eng .main-show h2, .eng .main-edu h2, .eng .main-news h2, .eng .main-sns h2 {
        font-size:25px;
    }
}

@media (max-width: 530px) {
    .eng .main-more {
        float:none;
        display:inline-block;
        margin:0 0 10px 0;
    }

    .eng .main-edu h2{
        display:block;
    }

    .eng .main-news h2{
        display:block;
    }

}
