@charset "utf-8";


/*common*/
html,
body {
/*  height: 100%;*/
  font-family:'Montserrat', 'Pretendard', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 14px;
  color: #333333;
}

.clear_float:after {
  content: "";
  clear: both;
  display: block;
}
* {
  box-sizing: border-box;
}
button {
  cursor: pointer; font-family:'Montserrat', 'Pretendard'
}
button:focus {
  outline: none;
}
p {
  word-break: keep-all;
}

.popupVideo p{ word-break:break-all}

/*header*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  transition: all 0.3s;
}
#header.head_up {
  top: -80px;
}
.mobile #header.head_up {
  top: 0;
}
#header.shadow {
  box-shadow: 0 4px 10px 4px rgba(0,0,0, 0.06);
}
#header.sub_menu {
  padding-bottom:32px
}
.head_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.head_inner h1 {
  text-align: center;
} 
.head_inner h1 img {
  width: 132px;
}
.logo {
  position: relative;height: 29px;
}

.head_inner .univ_logo {position:absolute;top:0px;left:120px;display:table;z-index:2;height:113px}
.head_inner .univ_logo.mobile{height:56px}
.head_inner .univ_logo .univ_logo_a {display:table-cell;vertical-align:middle;}
.head_inner .univ_logo .univ_logo_a img{max-height:52px}
.head_inner .univ_logo.mobile .univ_logo_a img{max-height:36px}
.menu_top {
  position: absolute;
  top: 46px;
  right: 0;
  font-size: 0.875rem;
}
.menu_top li {
  float: left;
  margin-left: 28px;
  cursor: pointer;
}

.menu_top li a{
    font-weight: 500;
    color: #606060;
    font-size: 0.9rem;
}

.menu_top li:hover {
  color: #6228b7;
}
.menu_top li:hover a {
  color: #6228b7;
  
}
/*.menu_top li a.admin { background: url(/images/admin/icon_viewbn.png) 0px 1.5px no-repeat; padding-left: 17px; background-size: 14px 14px; color: #7062e7; font-weight: 700; }*/

.menu_top li strong{font-weight:700}
#gnb {
  width: 960px;
  margin: 40px auto 0 auto;
}

#gnb.m-cnt4{
    width: 1000px;
}


#gnb.m-cnt4 ul li {
	font-size: 1.45rem;
}  

#gnb.m-cnt1{
    width: 680px;
}

#mGnb {
  display: none;
}

#gnb ul{
 display:flex;justify-content: space-between;
}
#gnb ul li {

  position: relative;
	font-size: 1.5rem;
	font-weight: 700;
}
#gnb ul li a {
  display: inline-block;
  width: 100%;  
      padding: 0px 20px;
    word-break: keep-all;
    height: 54px;
}

#gnb ul li:hover a {
  color: #6127b7;
}
#gnb ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 4px;
  background: #6127b7;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#gnb ul li:hover:after {
  left: 0;
  width: 100%;
}


/*main*/
.main {
  margin-top: 163px;
  padding-bottom: 90px;
}
.visual_main {
  position: relative;
  /*height: 640px;
  background: url(/images/visual_main.png) center center no-repeat;*/
  background-size: cover;
}
.visual_inner {
  width: 1320px;
  margin: 0 auto;
  padding-top: 110px;
  color: #fff;
}
.txt_visual {
  font-size: 3.5rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
.txt_visual span {
  font-weight: 700;
}
.txt_desc {
  width: 40%;
  margin-top: 42px;
  line-height: 1.6;
  word-break: keep-all;
}
.row_btn {
  margin-top: 40px;
}
.btn_start_intv {
  position: relative;
  overflow: hidden;
  height: 56px;
  margin-right: 20px;
  padding: 0 32px;
  background: #04a4cc;
  border-radius: 4px;
  font-size: 1.20rem;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.btn_start_intv:before {
  content: ""; 
  position: absolute; 
  background: #03b5e3; 
  transition: all 0.5s;
  left: 0; 
  top: 0; 
  width: 0; 
  height: 100%; 
  z-index: -1;  
}
.btn_start_intv:hover:before {
  width: 100%;
}

.btn_start_spk {
  position: relative;
  overflow: hidden;  
  height: 56px;
  padding: 0 32px;
  background: #4a1da6;
  border-radius: 4px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  z-index: 2;
} 
.btn_start_spk:before {
  content: ""; 
  position: absolute; 
  background: #35029b; 
  transition: all 0.5s;
  left: 0; 
  top: 0; 
  width: 0; 
  height: 100%; 
  z-index: -1;  
}
.btn_start_spk:hover:before {
  width: 100%;
}

.box_info {
  position: relative;
  bottom: -134px;
  right: 0;
  left: 0;
  width: 1008px;
  margin: 0 auto;
  padding: 32px 40px 20px 52px;
  background: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0 -8px 10px 4px rgba(0,0,0, 0.06);
}

.box_info.ver2 {
	 padding: 32px 40px 20px 36px;
}
.box_info>div {
  float: left;
}
.box_info>div:nth-child(1) {
  position: relative;
  width: 79%;
  padding-left: 120px;
  /*background: url(/images/ic_use.png) left 14px no-repeat;
  background-size: 32px 48px;*/
}

.box_info.ver2>div:nth-child(1) {
  width: 78%;
  /*background: url(/images/main/bg-player-main.png) left 0px no-repeat;*/
   padding-left: 150px;
}

.box_info.ver2 span{display:none}

.box_info>div:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 1px;
  height: 90px;
  border-left: 1px dotted #acacac;
}

.box_info.ver2>div:nth-child(1):before{
	left:110px;
}
.box_info>div:nth-child(2) {
  width: 21%;
}

.box_info.ver2>div:nth-child(2) {
    width: 22%;
}
.txt_info1 {
  font-size: 1.25rem;
  font-weight: 800;
}
.txt_info2 {
  margin-top: 17px;
  line-height: 1.6;
}
.btn_area>div {
  float: left;
  text-align: center;
  font-size: 0.875rem;
  color: #5e429e;  
}
.btn_area>div:last-child {
  margin-left: 23px;
}
.btn_area span {
  display: block;margin-top: 3px;
}
.btn_result {
  width: 64px;
  height: 64px;
  /*background: url(/images/ico_result.png) left top no-repeat;
  background-size: cover;*/
}
.btn_result:hover {
  /*background: url(/images/ico_result_on.png) left top no-repeat;
  background-size: cover;*/
}

.btn_result~span,.btn_lecture~span{
	cursor:pointer
}
/*.btn_lecture {
  width: 64px;
  height: 64px;
  background: url(/images/ico_lecture.png) left top no-repeat;
  background-size: cover;  
}
.btn_lecture:hover {
  background: url(/images/ico_lecture_on.png) left top no-repeat;
  background-size: cover;
}

.box_info.ver2 .btn_lecture{
    width: 90px;
    height: 87px;
    background: url(/images/main/play-icon.png) left top no-repeat;
    background-size: cover;
}

.box_info.ver2 .btn_result {
  width: 90px;
  height: 87px;
  background: url(/images/main/report-sample.png) left top no-repeat;
  background-size: cover;
}*/

.conts_wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
.intro_inear .conts_wrap {
  padding-top: 190px;
}
.conts_wrap h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
}
.txt_side {
     margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
    color: #2d2d2d;
    font-weight: 500;
}
.intro_ul {
  margin-top: 60px;
}
.intro_ul li {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 0 20px;
  text-align: center;
}
.intro_ul li:after {
  content: "";  
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 162px;
  border-left: 1px dotted #aaaaaa;
}
.intro_ul li:last-child:after {
  display: none;
}
.txt_intro1 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}
.txt_intro2 {
  margin-top: 20px;
  line-height: 1.6;  
  color: #545961;
}
.intro_bg {
  position: relative;
  margin-top: 60px;
}
.intro_bg img {
  position: relative;
  left: -50px;
  width: 1216px;
}
.intro_bg_m {
  display: none;
}

/*.intro_ai {
  padding-bottom: 60px;
  background: url(/images/bg_pattern.png) right bottom no-repeat;
  background-color: #e6effe;
}*/
.ai_conts {
  margin-top: 57px;
}
.ai_conts_new{
	    width: 1060px;
    margin: 70px auto 0px;    position: relative;
}

.ai_conts_new ul{display:inline-flex;justify-content: space-between;}
.ai_conts_new ul li {text-align:center;flex: 0 25px;    opacity: 0.9;transition: all 0.6s;}
.ai_conts_new .line{position: absolute; top: 60px; width: 100%; z-index: 0; height: 2px; background-color: #dfdfdf;}
.ai_conts_new ul li dt{    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 22px;transition: all 0.6s;
    padding-left: 6px;    text-align: left;
}
.ai_conts_new ul li:hover{opacity: 1.0;transition: all 0.6s;}
.ai_conts_new ul li:hover dt{border-bottom: 2px solid #000;transition: all 0.6s;}
.ai_conts_new ul li dd{text-align: left;}
.ai_conts_new ul li dd img{width:310px}
.ai_conts_new ul li dd span{    width: 310px;    color: #000;
    text-align: left;
    display: inline-block;
    font-weight: 600;
    padding: 12px 0px 18px 0px}

.ai_conts_new ul li dd button{    padding: 6px 38px 6px 20px;
    color: #fff;
    /*background: #000 url(/images/icon/bt_play_arr.png) 80px 9px no-repeat;
    background-size: 7px;*/
  }

.intro_ai_new {
  padding-bottom: 110px;
  background-color: #f6f6f6;
}

.ai_conts>div {
  float: left;
}
.ai_conts>div:nth-child(1) {
  width: 65%;
}
.ai_conts>div:nth-child(2) {
  width: 35%;
  padding-top: 50px;
}
.ai_conts>div:nth-child(1) img {
  position: relative;
  left: -10%;
  width: 102.435897%;
}
.txt_ai {
  margin-bottom: 22px;
  line-height: 1.4;
  font-size: 1.34rem;
  color: #494d54;
}
.txt_ai.txt_last {
  margin-bottom: 56px;
}
.txt_ai span {
  font-weight: 600;
  color: #333333;
}
.btn_start_intv2 {
  position: relative;
  overflow: hidden;  
  width: 307px;
  height: 56px;
  margin-bottom: 20px;
  background: #04a4cc;
  border-radius: 4px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;  
  z-index: 2;  
} 
.btn_start_intv2:before {
  content: ""; 
  position: absolute; 
  background: #03b5e3; 
  transition: all 0.5s;
  left: 0; 
  top: 0; 
  width: 0; 
  height: 100%; 
  z-index: -1;  
}
.btn_start_intv2:hover:before {
  width: 100%;
}

.btn_start_spk2 {
  position: relative;
  overflow: hidden;    
  width: 307px;
  height: 56px;
  background: #604cc7;
  border-radius: 4px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff; 
  z-index: 2; 
}
.btn_start_spk2:before {
  content: ""; 
  position: absolute; 
  background: #422ea7; 
  transition: all 0.5s;
  left: 0; 
  top: 0; 
  width: 0; 
  height: 100%; 
  z-index: -1;  
}
.btn_start_spk2:hover:before {
  width: 100%;
}

.lecture {
  /*background: url(/images/bg_video.png) left bottom no-repeat;*/
}
.conts_wrap h3 {
  margin-top: 60px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.conts_wrap h4 {
  margin-top: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b7c1;
  font-size: 1.5rem;
  font-weight: 600;  
} 
.conts_wrap h4 span {
  color: #0ca0c6;
}
.video_lst {
  margin-top: 32px;
}
.video_lst li {
  float: left;
  width: 23.1666667%;
  margin-right: 2.444444%;
  margin-bottom: 48px;
  padding: 18px 22px 22px 22px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 6px 1px rgba(0,0,0, 0.1);
  transition: all 0.5s;min-height: 300px;
}
.video_lst li:nth-child(4n+1) {
  clear: both;
}
.video_lst li:hover {
  box-shadow: 0 0 14px 4px rgba(0,0,0, 0.12);
}
.video_lst li:nth-child(4n) {
  margin-right: 0;
}
.tit_video {
  font-size: 1.1rem;font-weight: 500;
}
.video_area {
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}
.video_area img {
  width: 100%;
}
.desc_area {
  margin-top: 16px;
}
.txt_tips {
    display: inline-block;
    padding: 2px 12px 3px 12px;
    background: #2e3843;
    font-size: 0.8125rem;
    color: #fff;
    border-radius: 15px;
}
.txt_tips span {
  color: #36f2fa;
}
.txt_video {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #565555;
}
.btn_play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_area:hover .btn_play {
  display: inline-block;
}
.conts_wrap h4.mt80 {
  margin-top: 80px;
}

/*footer*/
#footer {
  position: relative;
  background: #262a33;
  text-align: center;
  color: #fff;
}
.ft_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 0.85rem;
}
.btn_inquiry {
	margin-left: 60px;
    padding: 8px 15px 10px 45px;
    /*background: url(/images/ico_contact.png) 12px 8px no-repeat;*/
    background-color: #171e2e;
    border-radius: 4px;
    color: #fff;
}
.btn_inquiry:hover {
  background-color: #3f2ba6;
}

.btn_scroll_top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 60px;
  height: 60px;
  padding-top: 18px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 10px 8px rgba(0,0,0, 0.1);  
  cursor: pointer;
  z-index: 100;
}

/* popup */
.wrap_popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  padding-top: 50px;
  background:rgba(0,0,0,0.5);
  z-index: 200;        
}
.cont_popup {
  position: relative;
  width: 800px;   
	margin: 0 auto;
  padding: 20px;
  /*background: url(/images/bg_popup.png) center center no-repeat;*/
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}
.hd_popup {
	position: relative;
  padding: 14px 0;
  background: #4a1da1;
  border: 2px solid #9d6ed8;
  border-radius: 8px;
  text-align: center;
	    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
}
.hd_popup span {
  padding-left: 38px;
  /*background: url(/images/ic_mail.png) left 1px no-repeat;*/
}

.hd_popup label.close {
  /*background: url(/images/button/icon_close1.png) left 1px no-repeat;*/
  position:absolute;
  right:6px;top:8px;
  width:22px;
  height:21px;margin:6px;
  cursor:pointer
}

.bd_popup {
  margin-top: 20px;
  padding: 20px 30px;
  background: #fff;
  border-radius: 8px;
}
.tbl_inquiry {
  width: 100%;
  border-collapse: collapse;
}
.tbl_inquiry th,
.tbl_inquiry td {
  padding: 8px 0;
}
.tbl_inquiry th {
  width: 20%;
  font-size: 1.0rem;
}
.tbl_inquiry td {
  width: 80%;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
}
input:focus {
  outline: none;
}
.input_txt {
  width: 100%;
  height: 40px;
  padding: 0 20px;  
  background: #e9ebf5;
  border: none;
  border: 1px solid #e9ebf5;
  border-radius: 8px;
  font-size: 1rem;
}
.input_txt:focus {
  background: #fff;
  border: none;
  border: 1px solid #4a1da1;
}
.input_txt.input_popup {
  width: 300px;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.txtarea {
  width: 100%;
  height: 245px;
  padding: 20px;  
  background: #e9ebf5;
  border: none;
  border: 1px solid #e9ebf5;
  border-radius: 8px;
  font-size: 1rem;  
}
.txtarea:focus {
  outline: none;
  background: #fff;
  border: none;
  border: 1px solid #4a1da1;
  resize: none;
}
.btn_popup {
  margin-top: 26px;
  padding: 30px 0 10px 0;
  border-top: 2px solid #604cc7;
  text-align: center;
}
.btn_inquiry2 {
  position: relative;
  overflow: hidden;    
  width: 307px;
  height: 56px;
  background: #604cc7;
  border-radius: 4px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff; 
  z-index: 2; 
}
.btn_inquiry2:before {
  content: ""; 
  position: absolute; 
  background: #422ea7; 
  transition: all 0.5s;
  left: 0; 
  top: 0; 
  width: 0; 
  height: 100%; 
  z-index: -1;  
}
.btn_inquiry2:hover:before {
  width: 100%;
}

/*popup_login*/
.wrap_popup#loginPop {
  padding-top: 230px;
}
.cont_popup.login_pop {
  width: 480px;
  padding: 10px 10px 40px 10px;
  background: none;
  background-color: #fff;
}
.hd_login {
  position: relative;
  width: 100%;
  padding: 10px 0;
  /*background: url(/images/bg_pop_login.png) left top repeat-y;*/
  background-size: 100% auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
  font-size: 1.714rem;
  color: #fff;
}
.hd_login span {
  padding-left: 44px;
  /*background: url(/images/ico_login.png) left 5px no-repeat;*/
  background-size: 30px auto;
}
.login_pop .bd_popup {
  text-align: center;
}
.input_id {
  width: 75%;
  height: 48px;
  padding: 0 20px;  
  background: #fff;
  border: none;
  border: 1px solid #9494a0;
  border-radius: 6px;
  font-size: 1rem;  
}
.input_id:focus {
  background: #eafafc;
}
.input_pw {
  width: 75%;
  height: 48px;
  margin-top: 10px;
  padding: 0 20px;  
  background: #fff;
  border: none;
  border: 1px solid #9494a0;
  border-radius: 6px;
  font-size: 1rem;  
}
.input_pw:focus {
  background: #eafafc;
}
.btn_login {
  position: relative;
  overflow: hidden;    
  width: 75%;
  height: 56px;
  margin-top: 10px;
  background: #604cc7;
  border-radius: 6px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff; 
  z-index: 2; 
}
.btn_login:before {
  content: ""; 
  position: absolute; 
  background: #422ea7; 
  transition: all 0.5s;
  left: 0; 
  top: 0; 
  width: 0; 
  height: 100%; 
  z-index: -1;  
}
.btn_login:hover:before {
  width: 100%;
}
.btn_close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.btn_close img {
  width: 25px;
}

/*video popup*/
.wrap_video {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background:rgba(0,0,0,0.5);
  z-index: 200;    
}
.video_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background: #fff;
  margin: 0 auto;
  padding-bottom: 45%;
}

/* animate */
.aniview.ani_delay04 {
	animation-delay: 400ms;
}
.aniview.ani_delay06 {
	animation-delay: 600ms;
}
.aniview.ani_delay08 {
	animation-delay: 800ms;
}
.aniview.ani_delay10 {
	animation-delay: 1000ms;
}

/*mypage*/
#subHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 26px;
  background: #fff;
  z-index: 10; 
}
#subHeader.shadow {
  box-shadow: 0 4px 10px 4px rgba(0,0,0, 0.06);  
}
.mypage {
  margin-top: 97px;
}
.visual_sub {
  height: 200px;
  background: url(/images/renewal/bg_mypage.png) center center no-repeat;
  background-size: cover;
}
.h2_wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 58px;
  color: #fff;
}
.visual_sub h2 {
  font-size: 2.571rem;
  font-weight: 800;
}
.h2_wrap p {
  margin-top: 10px;
  font-size: 1.571rem;
  font-weight: 600; 
  letter-spacing: -0.05rem;
}
.br_mob {
  display: none;
}

.sub_conts {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.txt_desc_sub {
  
  font-size: 1.12rem;
  line-height: 1.6;
  color: #545961;
  letter-spacing: -0.03rem; 
}
.tab_menu {
  position: relative;
  margin-top: 40px;
}
.tabmenu_wrap {
  border-bottom: 1px solid #604cc7;;
}
.tab_menu {
  position: relative;
  top: 1px;
}
.tab_menu li {
  float: left;
  margin: -1px 0 0 -1px;
  padding: 18px 48px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  
  font-size: 1.2rem;  
  font-weight: 600;  
  cursor: pointer;
}
.tab_menu li.selected {
  border-top: 1px solid #604cc7;
  border-left: 1px solid #604cc7;
  border-right: 1px solid #604cc7;
  border-bottom: 1px solid #fff;
  color: #422ea7;
}
.tab_conts {
  min-height: 500px;
  margin-top: 40px;
  padding-bottom: 130px;
}
.tab_con2,
.tab_con3 {
  display: none;
}
.tbl_mypage {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.tbl_mypage th,
.tbl_mypage td {
  padding: 14px 10px;
  text-align: center;  
}
.tbl_mypage th:nth-child(1),
.tbl_mypage td:nth-child(1) {
  width: 10%;
}
.tbl_mypage th:nth-child(2),
.tbl_mypage td:nth-child(2) {
  width:*;
}
.tbl_mypage th:nth-child(3),
.tbl_mypage td:nth-child(3) {
  width: 12%;
}
.tbl_mypage th:nth-child(4),
.tbl_mypage td:nth-child(4) {
  width:14%;
}
.tbl_mypage th:nth-child(5),
.tbl_mypage td:nth-child(5) {
  width: 8%;
}
.tbl_mypage th:nth-child(6),
.tbl_mypage td:nth-child(6) {
  width: 12%;
}
.tbl_mypage th {
  background: #604cc7;
  font-weight: 500;
  color: #fff;
}
.tbl_mypage td {
  border-bottom: 1px solid #dddedf;
}
.tbl_mypage td.title {
  text-align: left;
}
.tbl_mypage td.title p {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}  

.tbl_mypage sup{font-size: 10px; margin-left: 1px; display: inline-block; margin-top: 0px; vertical-align: top;}

.th_mobile {
  display: none;
}
.btn_report {
  display: inline-block;
  width: 28px;
  height: 28px;
  /*background: url(/images/ico_report.png) left top no-repeat;*/
  background-size: cover;
  cursor: pointer;
}
.btn_report:hover {
  /*background: url(/images/ico_report_on.png) left top no-repeat;*/
  background-size: cover;
}
.btn_more_row {
  margin-top: 40px;
  text-align: center;
}
.btn_more {
  padding: 10px 56px;
  border: 1px solid #b9babc;
  border-radius: 6px;
  font-size: 1.071rem;
  color: #666;
}
.btn_more span {
  padding-right: 22px;
  /*background: url(/images/ico_add.png) right 1px no-repeat;*/
}

/*responsive*/
@media all and (min-width:769px) and (max-width: 1340px) {
  .visual_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width:769px) and (max-width: 1199px) {

  .head_inner {
    width: 100%;
    padding: 40px 20px 0 20px;
  }
  .menu_top {
    right: 20px;
  }
  .visual_inner {
    padding-top: 100px;
  }
  .br_visual {
    display: none;
  }
  .conts_wrap {
    width: 100%;
    padding: 60px 20px 0 20px;
  }  
  .intro_bg {
    text-align: center;
  }
  .intro_bg img {
    left: 0;
    width: 96%;
  }
  .ai_conts {
    padding: 0 20px;
  }
  .ft_inner {
    width: 100%;
  }
  
  /*mypage*/
  .h2_wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sub_conts {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;    
  }
}

@media all and (min-width:769px) and (max-width: 1080px) {
  .box_info {
    width: 90%;
  } 
}

@media all and (min-width:840px) and (max-width: 1080px) {
  .box_info>div:nth-child(1) {
    width: 70%;
  }
  .box_info>div:nth-child(2) {
    width: 30%;
  }  
  .txt_info2 {
    width: 94%;
  }
}

@media all and (min-width:840px) and (max-width: 1000px) {
	 #gnb, #gnb.m-cnt4 {
    width: 100%
  }
  #gnb ul li {
    font-size: 1.375rem;
  }

    #gnb.m-cnt4 ul li {
    font-size: 1.1rem;
  }  
}

@media all and (min-width:769px) and (max-width: 1000px) {
  .txt_visual {
    font-size: 3.125rem;
  }
  .ai_conts>div:nth-child(1) {
    width: 54%;
  }
  .ai_conts>div:nth-child(2) {
    width: 46%;
  }  
  .txt_ai {
    font-size: 1.2rem;
  }
  .txt_ai.txt_last {
    margin-bottom: 26px;
  }  
  .br_ai {
    display: none;
  }
  
  /*popup*/
  .wrap_popup {
    padding-top: 60px;     
  } 
  .cont_popup {
    width: 640px;
  }
  .input_txt.input_popup {
    width: 100%;
  }  
  .txt_mail {
    display: block;
    margin-top: 10px;
  }
  
  .video_popup {
      width: 90%;
  }  
}

@media all and (min-width:769px) and (max-width: 940px) {
  .video_lst li {
    width: 48%;
    margin-right: 4%;
  }
  .video_lst li:nth-child(2n) {
    margin-right: 0;
  }
  .btn_scroll_top {
    right: 40px;
  }
  .btn_play {
    display: block;
  }
  
  /*mypage*/
  .tbl_mypage th:nth-child(1),
  .tbl_mypage td:nth-child(1) {
    width: 12%;
  }
  .tbl_mypage th:nth-child(2),
  .tbl_mypage td:nth-child(2) {
    width: 44%;
  }
  .tbl_mypage th:nth-child(3),
  .tbl_mypage td:nth-child(3) {
    width: 12%;
  }
  .tbl_mypage th:nth-child(4),
  .tbl_mypage td:nth-child(4) {
    width: 10%;
  }
  .tbl_mypage th:nth-child(5),
  .tbl_mypage td:nth-child(5) {
    width: 8%;
  }
  .tbl_mypage th:nth-child(6),
  .tbl_mypage td:nth-child(6) {
    width: 14%;
  }  
}

@media all and (min-width:769px) and (max-width: 839px) {
  #gnb, #gnb.m-cnt4 {
    width: 100%
  }

    #gnb ul li {
    font-size: 1.2rem;
  }  

  #gnb.m-cnt4 ul li {
    font-size: 1.1rem;
  }  


	#gnb ul li a {
	
	  padding: 0 10px 26px 10px;      word-break: keep-all;
	}



  .box_info>div:nth-child(1) {
    width: 65%;
  }
  .box_info>div:nth-child(2) {
    width: 35%;
  }    
  .box_info>div:nth-child(1) {
    padding-left: 80px;
  }
  .box_info>div:nth-child(1):before {
    left: 56px;
  }
  .txt_info2 {
    width: 94%;
  }  
}

@media all and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
  .head_inner {
    position: relative;
    width: 100%;
    height: 54px;
    padding: 18px 16px 0 16px;
  }

	.head_inner .univ_logo{
		height:54px;
		left:120px
	}	
.head_inner .univ_logo .univ_logo_a img {
    max-height:26px;
}



.head_inner .univ_logo{display:none}

  .head_inner h1 {
    text-align: left;
  }  
  .head_inner h1 img {
    width: 80px;
  }
  .menu_top {
    display: none;
  }
  #gnb {
    display: none;
  }  
  #mGnb {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    width: 92%;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    background: #fff;
    border-top: 4px solid #20b3d8;
    z-index: 10;
	box-shadow: 0px 3px 10px 0px #363636;
  }
  #mGnb ul li {
    float: none;
    margin: 0 0 16px 0;
    padding: 0 0 14px 0; 
    border-bottom: 1px solid #ebebeb;
    font-size: 1.286rem;
  }
  #mGnb ul li a {
    display: inline-block;
    width: 100%;
  }
  #mGnb ul li:hover {
    border-bottom: 1px solid #ebebeb;
  }  
  
  /* hamburger icon */
  .mob_menu {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 16px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 100;
  }  
  .nav_icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .nav_icon span {
    background-color: #333333;
    position: absolute;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width:100%;
    height: 2px;
    transition-duration: 500ms
  }
  .nav_icon span:nth-child(1){
    top:0px;
    left: 0px;
  }
  .nav_icon span:nth-child(2){
    top: 7px;
    left: 0px;
    opacity:1;
  }
  .nav_icon span:nth-child(3){
    top:14px;
    left: 0px;
  }
  .nav_icon.open span:nth-child(1){
    transform: rotate(45deg);
    top: 9px;
  }
  .nav_icon.open span:nth-child(2){
    opacity:0;
  }
  .nav_icon.open span:nth-child(3){
    transform: rotate(-45deg);
    top: 9px;
  }
  .nav_icon.open span {
    background: #000327 !important;
  }    
  
  .main {
    margin-top: 54px;
  }
  .visual_main {
    height: auto;
    padding: 30px 16px 100px 16px;
    /*background: url(/images/m_visual_main.png) center center no-repeat;*/
    background-size: cover;
  }
  .visual_inner {
    width: 100%;    
    padding-top: 0;
  }
  .txt_visual {
    font-size: 2.3rem;
  }
  .txt_desc {
    width: 80%;
    margin-top: 20px;
    font-size: 1.143rem;
  }
  .br_visual {
    display: none;
  }  
  .row_btn {
    margin-top: 45px;
  }
  .btn_start_intv {
    width: 50%;
    padding: 0;
    font-size: 1.2rem;
  }
  .btn_start_spk {
    width: 60%;
    margin-top: 20px;
    padding: 0;
    font-size: 1.2rem;
  }
  .box_info {
    position: absolute;
    bottom: -130px;
    width: 92%;
    padding: 20px 14px 0 14px;
    box-shadow: 0 -20px 10px 4px rgba(0,0,0, 0.06)
  }  
  .box_info>div {
    float: none;
  }
  .box_info>div:nth-child(1) {
    width: 100%;
    padding-left: 40px;
    /*background: url(/images/ic_use.png) left 24px no-repeat;*/
    background-size: 20px 30px;
  }
  .box_info>div:nth-child(1):before {
    left: 29px;
    height: 160px;
  }
  .box_info>div:nth-child(2) {
    width: 100%;
    margin-top: 20px;
    padding-left: 40px;
  }
  .txt_info1 {
    font-size: 1.1rem;
  }
  .txt_info2 {
    margin-top: 14px;
  }
  .btn_area>div:last-child {
    margin-left: 14px;
  }
  .btn_area span {
    display: inline-block;
    position: relative;
    top: -16px;
  }
  .btn_result {
    width: 40px;
    height: 40px;
  }
  .btn_lecture {
    width: 40px;
    height: 40px;    
  }
  
  .conts_wrap {
    width: 100%;
    padding: 40px 16px 0 16px;
  }
  .conts_wrap h2 {
    font-size: 2rem;
  }
  .txt_side {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .intro_ul {
    margin-top: 40px;
  }
  .intro_ul li {
    float: none;
    width: 100%;
    margin-bottom: 56px;
  }
  .intro_ul li img {
    width: 38%;
  }  
  .intro_ul li:after {
    top: auto;
    bottom: -29px;
    left: 0;
    right: 0;
    width: 28%;
    height: 1px;
    margin: 0 auto;
    border-left: none;
    border-bottom: 1px dotted #aaaaaa;
  }
  .intro_bg {
    display: none;
  }
  .intro_bg_m {
    display: block;
    text-align: center;
  }
  .intro_bg_m img {
    width: 94%;
  }
  .intro_ai {
    /*background: url(/images/bg_pattern.png) 120% bottom no-repeat;
    background-size: 160px auto;*/
    background-color: #e6effe;
  }
  .ai_conts>div {
    float: none;
  }
  .ai_conts>div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .ai_conts>div:nth-child(1) img {
    left: auto;
    width: 96%;
  }
  .ai_conts>div:nth-child(2) {
    width: 100%;
  }  
  .txt_ai {
    font-size: 1.2rem;
  }
  .br_ai {
    display: none;
  }  
  .btn_area_ai {
    position: relative;
  }  
  .btn_area_ai button {
    width: 48%;
  }
  .btn_start_intv2 {
    margin-right: 2%;
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: -1px;
  }  
  .btn_start_spk2 {
    font-size: 1rem;
    letter-spacing: -1px;
  }
  
  .lecture {
    background: none;
  }
  .video_lst li {
    width: 100%;
    margin-right: 0;
  }
  .video_lst li:nth-child(2n) {
    margin-right: 0;
  }
  
  .conts_wrap h3 {
    margin-top: 30px;
    font-size: 1.625rem;
  }
  .txt_side {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .conts_wrap h4 {
    margin-top: 40px;
    font-size: 1.25rem;
  }
  .btn_play {
    display: block;
  }
  .ft_inner {
    width: 100%;
  }  
  .ft_inner span {
    display: block;
  }  
  .btn_inquiry {
    margin-left: 0;
    margin-top: 10px;
  }
  
  /*popup*/
  .wrap_popup {
    padding-top: 60px;     
  }   
  .cont_popup {
    width: 90%;
  }
  .bd_popup {
    padding: 14px;
  }
  .input_txt.input_popup {
    width: 100%;
  }  
  .txt_mail {
    display: block;
    margin-top: 10px;
  }  
  .tbl_inquiry th,
  .tbl_inquiry td {
    display: block;
    width: 100%;
    padding: 2px 0;
  }  
  .tbl_inquiry td {
    margin-bottom: 10px;
  }  
  .input_txt {
    padding: 0 10px;
  }
  .txtarea {
    height: 200px;
    padding: 10px;
  }
  .btn_inquiry2 {
    width: 100%;
  }   
  .btn_popup {
    margin-top: 0;
    border-top: none;
  }
  
  .cont_popup.login_pop {
    width: 90%;
  }
  .input_id,
  .input_pw {
    width: 90%;
  }
  .btn_login {
    width: 90%;
  }
  
  .btn_scroll_top {
    bottom: 30px;
    right: 16px;
    width: 50px;
    height: 50px;
    padding-top: 16px;
    box-shadow: 0 0 10px 8px rgba(0,0,0, 0.1);
  }  
  .btn_scroll_top img {
    width: 25px;
  }
  
  .video_popup {
    width: 90%;
  }
  
  /*mypage*/
  .mobile #subHeader {
    height: 54px;
  }
  .visual_sub {
    height: 242px;
    /*background: url(/images/m_bg_mypage.png) center center;*/
    background-size: cover;
  }  
  .h2_wrap {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .visual_sub h2 {
    font-size: 2.2rem;
  }
  .h2_wrap p {
    font-size: 1.3rem; 
    line-height: 1.5;
  }
  .br_mob {
    display: block;
  }  
  .mypage {
    margin-top: 54px;
  }
  
  .sub_conts {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;    
  }  
  .txt_desc_sub {
    font-size: 1.12rem;
  }
  .tab_menu {
    margin-top: 30px;
  }
  .tab_menu li {
    padding: 12px 14px;
    font-size: 1.2rem;
    letter-spacing: -0.05rem;
  }
  .tab_conts {
    margin-top: 20px;
  }
  
  .tbl_mypage thead tr {
    display: none;
  }
  .tbl_mypage tr {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #c6c9cc;
    border-radius: 6px;
    box-shadow: 0 0 6px 2px rgba(0,0,0, 0.06);
  }
  .tbl_mypage th {
    display: none;
  }
  .tbl_mypage td {
    display: block;
    width: 100% !important;
    padding: 6px 16px;
    border-bottom: none;
    text-align: left;
    font-size: 1.2rem;
  }
  .tbl_mypage td.title {
    color: #550abc;
  }
  .th_mobile {
    display: inline-block;
    padding-bottom: 10px;
  }  
  .btn_report {
    position: relative;
    top: 6px;
    margin-left: 10px;
    padding-bottom: 10px;
  }

	#wrapPopConts.modalNormal {
	
		width: calc(100% - 30px) !important;
	}

	#login{width:initial !important}

}

.main-text-new{text-align:center;padding:80px 0px 100px 0px}

.ai-desc{text-align: center;margin-top: 100px;}
.ai-desc .banner{height: 95px;}
.ai-desc .body-main{background-color:#fff;padding:50px;box-shadow: 0px 0px 50px -6px #c3c3c3;}

.ai-desc .body-main ul{    width: 320px;
    display: inline-flex;
    justify-content: space-between;
    background-color: #8938db;
    border-radius: 50px;
    padding: 11px 35px 12px 35px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -160px;}
.ai-desc .body-main ul li{text-align: center; width:84px; transition: all 0.6s;cursor:pointer}
.ai-desc .body-main ul li span{    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 8px;
    line-height: 18px;
    font-size: 15px; border-bottom: 1px solid transparent;
    font-weight: 500;}
.ai-desc .body-main ul li.slick-active span,.ai-desc .body-main ul li:hover span{
    border-bottom: 1px solid rgb(255,255,255,0.6);}


.ai-desc .desc-img{padding:80px 0px 40px 0px;    width: 1060px;
    text-align: center;
    margin: 0 auto;}