html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing:border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background:#f7f8fc;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{max-width:100%;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration: none;}
.width{
	max-width:1200px;margin: 0 auto;
}

/*로그인*/

.box_wrap{
	height:calc(100vh - 265px);
    background: url(img/log_bg.png);
    position: relative;
	background-position: center;
}

.inps_box_wrap{
	max-width: 900px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 500px;
    padding: 20px;background: #fff;overflow: hidden;border-radius: 10px;
}

.left_box{
	background: #0c629b url(img/box_bg.png) no-repeat;
    text-align: center;
    border-radius: 10px 60px 60px 10px;
    min-height: 500px;
    position: relative;float: left;width: 50%;
	background-size: cover;
    background-position: center;
}
.left_box img{
	display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;width: 40%;
    transform: translate(-50%, -50%);
}

.inp_box_wrap{
	float: left;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inp_box{
	background: #fff;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;

}

.inp_box h1{
	font-size: 30px;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
	}
	
	
.inps_box_wrap .logo{
	width: 130px;
    height: 130px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -65px;
    background: #fff;
    padding: 30px 30px 30px 28px;
    border-radius: 50%;
    transform: translateX(-50%);
	text-align:center;
}

.inps_box_wrap .logo img{
	height:100%;
}


.form_box .join{
	margin-top: 10px;
    text-align: center;
}
.form_box label{
	margin-bottom:10px;
	font-size:16px;
	display: block;
	
}
.form_box .inp{
	margin-bottom: 10px;
}
.form_box .chk_inp{
	margin-top:20px;
}
.form_box input{
	width: 100%;
    height: 60px;
    border-radius: 30px;
    background: #f5f6f9;
    border: none;
    font-size: 15px;
    font-weight: 300;
    padding-left: 30px;
	box-sizing: border-box;
	transition: border-color 180ms 
ease, box-shadow 180ms 
ease;
}
.form_box input:focus,.form_box input:hover{
	border:2px solid #0073bc;
}
.form_box input[type=submit]{
	width: 100%;
    height: 60px;
    border-radius: 30px;
    background: #0073bc;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;padding: 0;
	cursor:pointer;
}

.form_box .join a{
	font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
    color: #222;
}
.form_box .join:hover > a{
	color:#0073bc;
}


.form_box .join span{
	text-decoration: underline;font-weight:600;padding-left:5px;
}
.chk_inp{
	display: flex;
    align-items: center;margin-left: 10px;
}
.chk_inp input{
	height: 14px; 
    width: 14px; 
    margin: 0 5px 0 0;
}
.chk_inp label{
    margin: 0;
    color: #666;
    line-height: 15px;
}
.inp_btn{
	margin: 10px 0 0px;
}
.inps_box_wrap .trans{
	border: 1px solid #bbb;
    width: 90px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 8px;
    overflow: hidden;
	background:#fff;
}
.inps_box_wrap .trans select{
	outline: 0;
    border: 0;
    height: 35px;
    width: 100%;
	color:#222;
	font-size:14px;
	background: #fff;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	background: url(img/arrow_bot.svg) no-repeat right 5px center;
	padding: 0 10px;
    font-weight: 600;
}
/*이메일 인증*/

.form_box.certifi h2{
	text-align: left;
    font-size: 18px;
    margin: 0 0 15px 4px;
}

.inp.certifi{
	margin-bottom:30px;
}

.inp.certifi .first{
	display: flex;
    align-items: center;
    gap: 10px;
}
.inp.certifi input[type=text]{
	height: 50px;
    border-radius: 15px;
    padding-left: 15px;
    flex: 2.3;
}
.inp.certifi input[type=submit]{
	height: 50px;
    border-radius: 15px;
    flex: 1.3;
    font-size: 14px;
}

.inp.certifi .second{
	margin-top: 10px;
}

.inp.certifi .second > span{
	display: block;
    font-size: 12px;
	margin-top:10px;
}
.inp.certifi .second .time {
	position: relative;
}
.inp.certifi .second .time .num{
	position: absolute;
    right: 20px;
    color: red;
    font-size: 14px;
    top: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.inp.certifi .second .time .num span{
	font-size: 16px;
}
.true_text{
	color:blue;
}

.false_text{
	color:red;
}



/*회원가입*/

.box_wrap.regi .inps_box_wrap{
	max-width: 1000px;
    padding: 50px;
    height: 88%;
    overflow-y: auto;
}
.inp_box h2{
	font-size: 35px;
    font-weight: 600;
    text-align: center;margin-bottom: 30px;
}
.inp_box .card{
  width:100%; max-width:800px; background:#fff; border:1px solid var(--border);
  border-radius:var(--radius); box-shadow:0 10px 30px rgba(0,0,0,.06);
  padding:28px;
}
.inp_box #signupTitle{
  font-size:24px; font-weight:bold; margin-bottom:10px; color:var(--primary);margin-top: 30px;
}
.inp_box .sub{
  margin-bottom:40px; color:#666; font-size:16px;
}

.agree_inp {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
	color: #666;
}
.agree_inp label{
	font-size: 14px;
    font-weight: 500;
}
.agree_inp .agree{
	font-size: 14px;
    font-weight: 700;
    color: #222;
	cursor:pointer;
}





.inp_box .field{display:grid; gap:10px;margin-bottom: 10px;}
.inp_box label{
	font-size: 14px;
    font-weight: 500;
	}
.inp_box .input, .inp_box.input-group{
  display: flex;overflow: hidden;
    align-items: center;
    background: #fff;
    border-radius: 10px;

    transition: border-color .2s, box-shadow .2s;
    height: 50px;
    border: 1px solid #ccc;
}
.inp_box .input:hover, .inp_box.input-group:hover,.input-group:hover{
	border: 2px solid #0073bc;
}
.input:focus-within, .input-group:focus-within{
  border-color:var(--primary); box-shadow:0 0 0 3px rgba(23,28,97,.12);
}
.input-group{
	height: 50px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    border-radius: 10px;overflow: hidden;
}
.regi .inp_box{
	padding:0;
}
.field .input select {
    width: 98%;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
    height: 100%;    padding-left: 20px;
}

.field .double_inp{
	display: flex;
    align-items: center;
	gap:20px;
}
.field .double_inp .inp{
	overflow: hidden;
    background: #fff;
    border-radius: 10px;
    transition: border-color .2s, box-shadow .2s;
    height: 50px;
    border: 1px solid #ccc;
}
.field .double_inp .inp.sel{
	width: 30%;padding-left:20px;
}
.field .double_inp .inp.sel select{
	width: 95%;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
    height: 100%;
}
.field .double_inp .inp.num{
	width: 70%;
}



#school2{
    cursor: not-allowed;
}

@media (max-width: 720px){ 
    .row{grid-template-columns:1fr}
    .wrap{padding:50px 10px}
    .card{padding:20px 10px;}
    .sub{margin-bottom:20px; font-size:14px;}
    #signupTitle{font-size:18px;}
    .hint{font-size:12px; color:var(--muted)}

}


.pw-toggle{
  border:0; background:transparent; cursor:pointer; font-size:12px; color:var(--primary);
  padding:4px 6px; border-left:1px dashed var(--border); margin-left:8px;white-space: nowrap
}
.regi .submit{
 margin-top: 20px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    transition: transform .04s ease, opacity .2s;
    background: #c2c6cd;
    height: 50px;
    color: #fff;
    border: none;
    font-size: 16px;
    padding-left: 0;width: 100%;
}
.regi .submit:hover{
	background: #1853a3;
}
.submit:active{ transform:translateY(1px) }
.terms{display:flex; align-items:flex-start; gap:8px; font-size:13px; color:#444}
.req{color:#e11d48; margin-left:4px}
.regi_noti{
	padding: 18px 20px;
    margin:0 0 30px;
    background: #dcecf6;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
}
.regi_noti .lang {
    font-weight: 600;
    margin-left: 8px;
    color: #171c61; /* 강조색 */
}

/**********************/
.inps_box_wrap.comp{
	max-width: 600px;
}

.inps_box_wrap.comp .inp_box{padding: 50px;text-align:center;}

.inps_box_wrap.comp .inp_box .logo_img{
	display: inline-block;
    margin: 0 0 30px;max-width: 150px;
}
.inps_box_wrap.comp h2{
	font-size: 40px;
}
.inps_box_wrap.comp h2 span{
	color: #0072bc;
    font-weight: 800;
}
.inps_box_wrap.comp p{
	font-size: 18px;
    line-height: 1.5;
    text-align: center;margin-bottom: 20px;
    display: inline-block;
}




.header{
	z-index: 9999;
  position: fixed;
  background: #3766ae;
  width: 100%;
}
.header .nav{
	width: 100%;
    padding: 0 50px;
	display: flex;
    justify-content: space-between;
    align-items: center;height: 100px;
}

.header .nav .trans li{
	
}
.header .nav .right{
	display: flex;
    align-items: center;
    gap: 30px;
}

.header .nav .right .trans:hover > a{
	background:#fff;
	color:#222;font-weight:500;
}

.header .nav .menu{
	display: flex;
    color: #fff;
    justify-content: space-between;gap: 100px;
}
.header .nav .menu li{
	text-align: center;
}
.header .nav .menu li a{
	font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.header .nav .menu li:hover > a,.header .nav .menu li.active > a{
	color: #7cccff;
    text-decoration: underline;
}
.header .nav h1{

}
.header .nav h1 a{
	text-align: center;
    display: inline-block;
}
.header .nav h1 img{
	width: 200px;
}

.header .nav span{float:right;color: #fff;font-size: 16px;}
.header .nav span strong{
	text-decoration: underline;cursor:pointer;
}
.header .nav span a{color:#fff;margin-left:10px;text-decoration: underline;}
.header .nav span a:hover{color:#7cccff;}


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select.trans {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
   position: relative;
    color: #fff;
    font-size: 16px;
    height: 45px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 45px;
    width: 60px;
}

.select-styled:after {
    content: none;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 19px;
    right: 15px;
}
/*
.select-styled:hover {
  background-color: #fff;color:#222;
}

.select-styled:active,
.select-styled.active {
  background-color: #fff;color:#222;
}
*/
.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
 display: none;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;width: 60px;
}

.select-options li {
  margin: 0;cursor:pointer;
    padding: 15px 0;text-align: center;
    transition: all 0.15s ease-in;
}
}

.select-options li:hover,
.select-options li.is-selected {
  color: #fff;
  background: #3766ae;
}

.select-options li[rel="hide"] {
  display: none;
}












.main_title{
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.main_title img{
	width:598px;
}
.main_btn{
	position: absolute;
    right: 10%;
    top: 27%;
    transform: translate(-50%);
}
.main_btn a{
	background: #171c61;
    border: 5px solid #fff;
    margin-left: 45px;
    box-shadow: 0px 5px 29px -4px rgba(22, 29, 48, 0.4);
}

.main_btn .btn{
	color: #fff;
    letter-spacing: -2px;
    font-weight: 600;
    font-size: 28px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}

.main_btn span{
	display: inline-block;
    margin-top: 20px;
    color: #171c61;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 130%;
	background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}
.main_menu{
	width: 100%;
    position: relative;
    background:#171c61;
    box-shadow:1px 0px 10px rgb(0 0 0 / 10%);
    z-index: 9;
}
.main_menu .width{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
    height:70px;
    padding:0 10px;
}
.main_menu h1{
    width:160px;
}
.main_menu ul{
    display: flex;
}
.main_menu a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.gnb_menu{
    gap:15px;
}
.gnb_menu li{
    height:100%;
}
.gnb_menu a{
    padding:0 30px;
    display:flex;
    align-items:center;
    height:100%;
}
.gnb_menu li.active a, .gnb_menu li:hover a{
    color:#d5a068;
}
.login_menu li + li::before{
    content:'';
    position:absolute;
    top:3px;
    left:0; 
    width:1px;
    height:10px;
    background:rgba(255, 255, 255, 0.3);
}
.login_menu a{
    font-size:14px;
}

#container {
	padding: 100px 0;flex: 1;margin-top: 100px;
}
#container .inner.flx{
	display:flex;
}
#container .inner .left{
	max-width: 360px;
	width:100%;
    padding: 30px;
	background: #fff;
    border-right: 1px solid #eee;text-align: left;
}
#container .inner .left .tlt{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#container .inner .left .tlt h4{
	font-size: 20px;
    font-weight: 600;
}
#container .inner .left .tlt a{
	font-size: 14px;
    border: 1px solid #171c61;
    color: #171c61;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
}
.content h2{
	font-size: 35px;
    text-align: center;
    font-weight: 600;
    color: #222;
    margin-bottom: 50px;
}
.lecture_list{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.lecture_list li{
	margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
	box-shadow: 0 13px 24px rgba(0, 0, 0, 0.1);
}
.lecture_list .thum{
	overflow: hidden;position:relative;    aspect-ratio: 16 / 9;
    border-radius: 10px;
}
.lecture_list .thum img{
	object-fit: cover;
    width: 100%;
    height: 100%;
	transition: transform 0.3s ease;
}
.lecture_list .thum span{
	width: 20%;
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 50%;
}
.lecture_list .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lecture_list .text span{
	color: #3766ae;
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0 10px;
    display: block;
}

.lecture_list .text p{
    font-size: 20px;
    color: #222;
    font-weight: 500;
    margin-bottom: 20px;
	line-height: 1.5;
}

.lecture_list .text .date{
	font-weight: 400;
    color: #666;
    font-size: 12px;

}

.lecture_list .text button{
	width: 100%;
    border: none;
    background: #c2c6cd;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
}
.lecture_list .text button:hover{
	background:#3766ae;
}


.pagination{margin-top:30px; display:flex; align-items:center; justify-content:center; gap:7px;}
.pagination a{text-decoration:none;background: #fff; display:inline-block; width:35px; height:35px; line-height: 32px;border-radius:5px; border:1px solid #ddd; text-align:center; color:#333}
.pagination .active, .pagination a:hover{
	background: #3766ae; 
    border: none;
    color: #fff;
}
.pagination svg{width:7px}
.pagination .prev svg{transform:rotate(180deg);}
.pagination .prev:hover path, .pagination .next:hover path{stroke:#fff;}

/**/

.solution .section{
	padding: 50px 0;
}

.solution .section .section_inner{
	display: flex;
    align-items: center;gap: 80px;
}
.solution .section .section_inner .box{
	width:50%;
}
.solution .section .section_inner .text{    
	
}
.solution .section .section_inner .text > div{
	margin-top: 30px;
}
.solution .section .section_inner .text h3{
	font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;line-height: 1.4;
}
.solution .section .section_inner .text p{
	font-size: 20px;
    line-height: 1.4;
    color: #666;
}
.solution .section .section_inner .text h4{
	color: #3766ae;
    font-weight: 800;
    font-size: 28px;margin-bottom: 20px;
}
.solution .section .section_inner .img{
	text-align:right;
}

.section.second{
	background:#fff;
}
.section.second .section_inner{
	display:flex;flex-direction: row-reverse;
}




.agenda01{
	margin-top: 20px;
}
.agenda01 p{
	font-size: 16px;
    background: rgb(23 28 97 / 10%);
    padding: 20px;
    color: #222;
    font-weight: 500;
}
.agenda01 ul li{
	border-bottom: 1px solid #bbb;
}
.agenda01 ul li a{
	line-height: 1.5;
    text-decoration: none;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    padding: 20px 0;
    display: inline-block;
    width: 100%;box-sizing: border-box;letter-spacing: -0.05em;
}
.agenda01 ul li a .speaker{
	color: #666;
}

#wrap{
	min-height: 100vh;
    display: flex;
    position: relative;
    flex-direction: column;
}
#container .inner .right{
	width:100%;
}
#container .inner .right .banner{
	width: 100%;
    min-height: 325px;
    overflow: hidden;
    
}
.video-container .video{
	background: #fff;
    padding: 30px;
}
.video-container .video .title{font-size:20px; font-weight:bold; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #333;}
.video-container .video ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);gap: 30px;
}
.video-container .video ul li{
	background-color: #fff;
    display: inline-block;
    padding: 20px;
    box-shadow:5px 5px 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;position: relative;
    border-radius:12px;
    border:1px solid #eee;
    transition:transform 0.2s;
}
.video-container .video ul li:hover{
    transform: translateY(-5px);
}
.video-container .video ul li .copl{
    position: absolute;
    font-size: 16px;
    background: #171c61;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    top: 30px;
    left: 30px;
}
.video-container .video ul li .videoThumb{
    position:relative;
    padding-bottom:56%;
    overflow:hidden;
}
.video-container .video ul li .videoThumb img{
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.video-container .video ul li .videoThumb span{
    position:absolute;
    bottom:10px;
    right:10px;
    background:rgba(0,0,0,.7);
    color:#fff;
    font-size:13px;
    padding:5px 10px;
    border-radius:100px;
}
/*
.video-container .video ul li:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(./img/play_button.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    transform: translate(-50%, -50%);
}
*/
.video-container .video ul li img{
	max-width:100%;
}
.video-container .video a{text-decoration:none;}
.video-container .video .video-title{
	padding: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.3;
    color: #171c61;
    margin-top:10px;
}
.video-container .video .video-speaker{
	color: #666;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom:20px;
    font-size:15px;
}
#container .introduceBox h2{
		margin: 0;
		font-size: 46px;
		color: #171c61;
		font-weight: 500;
		margin-bottom: 50px;
	}
#container .inner h2.noti{
	margin-bottom: 50px;
		font-size: 46px;
		color: #171c61;
		font-weight: 500;
        text-align:center;

}
#container .introduceBox{
    background: #fff;
    padding: 30px 30px 0;
}
#container .introduceBox .greeting-in{line-height: 1.5;font-size: 16px;width: 60%;}
#container .introduceBox .greeting-in_wrap{
	display: flex;
    align-items: flex-end;
}
#container .introduceBox .profile-img{width:40%;}
.profile-img img{width:82%; display:block; margin:0 auto; filter:drop-shadow(2px 4px 6px rgba(0,0,0,.1));}

#container .introduceBox .greeting-in .intro{
	color: #171c61;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -1.5px;
    line-height: 160%;
	margin-bottom: 20px;
}

#container .introduceBox .greeting-in p{line-height: 180%;
    padding-right: 0px;
    color: #555;
    font-weight: 400;
    margin-bottom: 20px;
    word-break: keep-all;}
	
#container .introduceBox .greeting-in .end{
color: #212121;
    font-weight: bold;
    margin: 30px 0;
    font-size: 18px;
}
#container .introduceBox h2 img,#container .inner h2.noti img,#container .inner h2 img {
	width: 40px;
    margin: 13px 10px 0 0;
    vertical-align: top;}
#container .inner .area{display: inline-block; width: 100%;}
#container .inner .area h2,#container .inner .speaker h2{
	margin: 0;
    font-size: 46px;
    color: #171c61;
    font-weight: 500;
    margin-bottom: 50px;
}

#container.speaker,#container.sp_video,#container.notic{padding: 100px 0;}

/*공지사항*/


.notic table{
	width:100%;margin-bottom: 50px;table-layout: fixed;
}

.notic table tr{border-bottom: 1px solid #ccc;}
.notic table th{
	font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding: 25px 0;
	background: #e9edf5;
    border-top: 2px solid #222;
}

.notic table th[scope=col]:nth-child(1){
	width:10%;
}
.notic table th[scope=col]:nth-child(3),.notic table th[scope=col]:nth-child(4){
	width:15%;
}
.notic table th[scope=col]:nth-child(2){
	width:60%;
}

.notic table td{
	padding: 25px 0px;
    text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.notic table td.text{
	padding: 25px 20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}
.notic table .td_subject a{
	color: #222;font-weight:500;
}
.notic table td:hover > a{
	color: #3766ae;font-weight:700;
}
.notic table tbody tr:hover{
	background:#e9edf5;
}

.notic table th[scope=col]:nth-child(1){
	width:10%;
}
.notic table th[scope=col]:nth-child(3),.notic table th[scope=col]:nth-child(4){
	width:20%;
}
.notic table th[scope=col]:nth-child(2){
	width:50%;
}


.lect table th[scope=col]:nth-child(2){
	width:45%;
}
.lect table th[scope=col]:nth-child(5){
	width:15%;
}
.lect button{
	border: none;
    background: #c2c6cd;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 8px;
    margin-bottom: 20px;float: right;cursor:pointer;
}
.lect button:hover{
	background: #3766ae;
}

.modify .inp_box{
	padding: 50px;
    border-radius: 10px;
}

.modify .inp_box input{
	padding: 5px;
    width: 100%;
    border: none;
    font-size: 16px;
	outline:none;
}

.modify .hint{
	font-size: 14px;
    color: #666;
}

.modify .inp_box form{
	gap: 0px;
}
.modify .inp_box .field{
	margin-bottom: 30px;
}
.modify #signupForm button{
	margin-top: 20px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    transition: transform .04s ease, opacity .2s;
    background: #c2c6cd;
    height: 50px;
    color: #fff;
    border: none;
    font-size: 16px;
	width: 100%;
    padding-left: 0;
}
.modify #signupForm button:hover{
	background: #1853a3;
}

.speaker{text-align: left; }
.speaker h4{text-align:left;}
.speaker>ul{overflow: hidden;  display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;}
.speaker>ul>li{
    height: 500px;
    padding: 30px;
    background: #fff;
    overflow: scroll;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.speaker>ul>li span{display:block;margin: 0 auto;line-height:160%;}
.speaker>ul>li .speakerImg{margin-bottom: 30px;width: 70%;}
.speaker>ul>li .name{font-size: 18px;font-weight: 500;margin-bottom: 20px;}


.speaker>ul>li .speakerTitle{ word-break:keep-all;  border-bottom:1px solid #ccc; padding-bottom:20px; margin-bottom: 20px;color:#00458d; font-size:15px; line-height:140%;  }
.speaker>ul>li .speakerImg img{ width: 100%; border: 1px solid #ddd; aspect-ratio: 1 / 1; border-radius: 50%;
    overflow: hidden; object-fit: cover; }
.speaker>ul>li span img{}
.spec .fontB{font-size: 16px; margin-bottom: 10px;}

.spec ul{margin-bottom: 15px;}
.spec ul li{font-size: 14px; word-break: keep-all; color: #666;}

.speaker>ul>li::-webkit-scrollbar {  width: 16px;}
.speaker>ul>li::-webkit-scrollbar-thumb {  background-color: #ccc;  border: 6px solid #fff;  border-radius: 10rem;}
.speaker>ul>li::-webkit-scrollbar-track {  position: absolute;  right: -3rem;  top: -50rem;  background: transparent;}

/* my page */

.mypageAttendance {border-top:2px solid #212121; margin-top:40px;  }
.mypageAttendance th {background:#e4e4e8; border-bottom:1px solid #ccc; padding:10px 20px; position:sticky; top : 0;}
.mypageAttendance td {border-bottom:1px solid #ccc; padding:10px 10px; text-align:center; font-size:14px; }
.mypageAttendance td a {color:inherit}
.testOk{padding:5px; background:#012b7e; color:#fff; width:70px; border-radius:5px; display:inline-block;   }
.testNo{padding:5px; background:#6d6d6d; color:#fff; width:70px; border-radius:5px; display:inline-block;}


.mypageAttendance-container{overflow:hidden;}
.mypageAttendance-text{float:left; margin-top:20px; font-weight:bold; width:60%;     }
.mypageAttendance-text span{font-weight:300; font-size:13px;   }
.mypageAttendance-text p{font-size:14px; margin-bottom:3px; line-height:150%; text-indent:-10px; margin-left:10px; color:#653d94;  }

.cme{margin-top:30px; }
.cme ul{overflow:hidden; margin-bottom:3px; }
.cme ul li{float:right; color:#fff; width:175px; text-align:center; padding:15px;}
.cme ul li:first-child{ background:#a5a5a5;}
.cme ul li:last-child{ background:#212121;}

.cme ul li.No2{color:#fff; width: 350px; text-align:center; padding:15px;background:#6fa7b3; font-weight: bold;}



/*영상 상세 페이지*/
.video-detail-container{width:100%; height:auto; background-color:#fff;}
.video-detail-container>ul{overflow:hidden;}
.video-detail-container>ul>li{float:left; letter-spacing:-1px;}
.video-detail-container>ul>li:first-child{width:20%; min-width:360px; ;  
 background-color:#fff; padding:30px; line-height:160%; }
.video-detail-container>ul>li:first-child>p{font-weight:600;}

.video-detail-container>ul>li:first-child .video-detail-list{}
.video-detail-container>ul>li:first-child .video-detail-list>p{margin-top:20px; margin-bottom:10px;}
.video-detail-container>ul>li:first-child .video-detail-list>ul{}
.video-detail-container>ul>li:first-child .video-detail-list>ul>li{margin-bottom:10px;}
.video-detail-container>ul>li:first-child .video-detail-list>ul>li .video-detail-thumb{}
.video-detail-container>ul>li:first-child .video-detail-list>ul>li .video-detail-thumb img{width:108px; height:62px;}


.video-detail-container>ul>li:last-child{width:calc(100% - 360px); background-color:#f7f7f7; height:auto; padding:3%; border-left:1px solid #e7e7e7; }
.video-detail-container>ul>li:last-child .video-detail{}
.video-detail-container>ul>li:last-child .video-detail img{width:100%; }
.video-detail-info{text-align:left;   border-bottom:1px solid #eee; margin-bottom:20px; padding-bottom:20px;}
.video-detail-info .font18{display:block; font-size: 20px; color:#171c61}
.video-container .bo_text span{
        font-size: 16px;line-height: 1.5;
        color: #666;margin-right: 10px;
    }

#container .table{
    width: 100%;
}
#container .table ul{
    width:100%;
}
#container .table ul li{
    padding: 20px 30px;
    font-size: 16px;
    display: flex;border-bottom: 1px solid #ddd;
    justify-content: space-between;background: #fff;align-items: center;
}
#container .table ul li.head{
    border-top: 2px solid #555;background: #f8f8f9;
}
#container .table ul li.head span{
    color:#222;font-weight: 500;
}
#container .table ul li.view{
    display: none;
}
#container .table ul li.view p{
    line-height: 2;
}

#container .table ul li span{
    text-align: center;white-space: nowrap;
}
#container .table ul li .num{width:8%}
#container .table ul li .title{width:50%;font-weight: 500;}
#container .table ul li .name{width:10%}
#container .table ul li .date{width:10%}
#container .table ul li .view{width:8%}


#container .area .table{
	margin: 0;padding: 0;
    width: 100%;
}
#container .area .table thead tr{
    border-top: 2px solid #171c61;
    background: #f8f8f9;
}
#container .area .table thead tr th{white-space: nowrap;}
#container .area .table thead tr th,#container .area .table tbody tr td{
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
#container .area .table tbody tr td{font-weight: 400;background:#fff;line-height: 1.5;vertical-align: middle;}

#container .area .table tr{border-bottom: 1px solid #ddd;background: #fff;}
.table tbody tr td span{
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.table tbody tr td .wait{background: #999;}
.table tbody tr td .compl{background: #3f63bf;}
.table tbody tr td .ing{background: #03c75a;}
.table tbody tr td .pay_wait{background:#7346f3}
.table tbody tr td .score_wait{background:#eea732}

#container .area .btnss{
    float: right;
    margin-top: 20px;
}
#container .area .flex_tit{display:flex; align-items:center; justify-content:space-between;}
#container .area .pee{
    background: #171c61;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    text-decoration: none;
    float: right;
    display: block;
    margin-bottom:20px;
}
#container .area .total{display: inline-block;}
#container .area .total ul{display: flex; margin-bottom: 5px;width: 300px;}
#container .area .total li{
    background: #eee;text-align: center;
    color: #222;
    padding: 15px 25px;
    font-size: 16px;
    width: 50%;white-space: nowrap;
}
#container .area .total li.title{
    background: #111;color: #fff;
}
/*팝업*/

#divpop1{display: none; position:absolute;width:620px;  top: 50%;   left: 50%;   -webkit-transform: translate(-50%, -50%);   transform: translate(-50%, -50%); z-index:9999; background:#fff; border:1px solid #2e659e; box-shadow:2px 2px 7px 1px rgba(0,0,0,0.1);  }
#divpop1 .divpop1_box{padding:10px 30px; }
#divpop1 h1{background:#111 url('../_images/title_bg_n.jpg') no-repeat; color:#fff; padding:20px; margin:0; text-align:center; letter-spacing:-1px; font-size:24px; line-height:140%; word-break:keep-all;  }
#divpop1 p{font-size:16px; font-weight:600; margin:15px 0 5px 0; line-height:160%; text-indent:-16px; margin-left:16px;  }
#divpop1 ul li{margin-bottom:3px; line-height:160%; padding-left:20px;font-size: 14px;}
#divpop1 ul li span{font-size: 14px;}
div.bdivpop1 { position: relative;  background:#f1f1f1; border:2px solid #f11749;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 6px; color: #212121; padding:10px 70px 10px 10px; line-height:140%;  }

div.bdivpop1  > span {font-size: 14px; width:40px; height:40px; border-radius:46px; line-height:36px; border:2px solid #ff89a4; 
    position: absolute;
    right: 9px;
    top: 11px;
    background: #f11749; cursor:pointer; color:#fff; text-align:center; }

.Close {cursor:pointer; background:#ccc; color:#212121; padding:10px 20px; font-size:13px; text-align:center; }
.Close a{ font-size:14px; color:#212121; display:block }
.popup-box {
    text-align: center;
    padding-bottom: 20px;
    padding: 32px;
}
#divpop2 {position: absolute;
    left: 5%;
    top: 38%;
    z-index: 1300;
    visibility: hidden;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.1);
    width: 400px; text-align:center;  }
#divpop2 p {padding-top:0; line-height:160%; }

.Close2 {cursor:pointer;  height:30px; font-size:13px;  text-align:center; line-height:30px; background:#f1f1f1;  }
.Close2 a{ font-size:14px; color:#212121; margin:8px 10px 0 0; display:block }


#divpop3{position:absolute;width:620px;  top: 50%;   left: 50%;   -webkit-transform: translate(-50%, -50%);   transform: translate(-50%, -50%); z-index:9999; background:#fff; border:1px solid #ccc; box-shadow:2px 2px 7px 1px rgba(0,0,0,0.1);  }
#divpop3 .divpop3_box{padding:10px 30px; }
#divpop3 h1{background:#111 url('../_images/title_bg_n.jpg') no-repeat; color:#fff; padding:15px; margin:0; text-align:center; letter-spacing:-1px; font-size:18px;  }
#divpop3 p{font-size:16px; font-weight:600; margin:15px 0 5px 0; line-height:160%; text-indent:-16px; margin-left:16px;  }
#divpop3 ul li{margin-bottom:3px; line-height:160%; padding-left:20px;}

#divpop6{position:absolute;width:430px;  top: 50%;   left: 20%;   -webkit-transform: translate(-50%, -50%);   transform: translate(-50%, -50%); z-index:9999; background:#fff; border:1px solid #ccc; box-shadow:2px 2px 7px 1px rgba(0,0,0,0.1);  }
#divpop6 .divpop3_box{padding:10px 30px; }
#divpop6 h1{background:#111 url('../_images/title_bg_n.jpg') no-repeat; color:#fff; padding:20px; margin:0; text-align:center; letter-spacing:-1px; font-size:24px;  }
#divpop6 p{font-size:16px; font-weight:600; margin:20px 0 5px 0; line-height:160%; text-indent:-16px; margin-left:16px;  }
#divpop6 ul li{margin-bottom:3px; line-height:160%; padding-left:20px;}

div.bdivpop3 { position: relative;  background:#f1f1f1; border:2px solid #de4a00;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 6px; color: #212121; padding:10px; line-height:140%;  }

div.bdivpop3  > span {font-size: 14px; width:40px; height:40px; border-radius:46px; line-height:36px; border:2px solid #ffb582; 
    position: absolute;
    right: 9px;
    top: 11px;
    background: #de4a00; cursor:pointer; color:#fff; text-align:center; }


.Close3 {cursor:pointer; background:#505050; color:#fff; padding:10px 20px; font-size:13px;}
.Close3 a{float:right; font-size:14px; color:#fff; }
.Close3 a svg{vertical-align:middle;}

/*수료증발급*/
#print > *{
    font-family: "Noto Serif", serif;
}
#print{
	width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 20px;
}
#print > img{
    width:100%;
}
#print .position{
    position: relative;
    width: 592px; 
    height: 880px;
    background: url("img/certi_bg.png") no-repeat center/cover;
}
.print .text{
    position: absolute;
}
.print .num_top{
    top: 77px;
    left: 141px;
    font-size: 16px;
    font-weight: 600;
}
.print .cor_name{
    top: 280px;
    left: 202px;
    font-size: 18px;
    font-weight: 700;
}
.print .cor_date{
    top: 310px;
    left: 202px;
    font-size: 18px;
    font-weight: 700;
}
.print .cor_gruop{
    top: 340px;
    left: 202px;
    font-size: 18px;
    font-weight: 700;
}
.print .name{
    top: 368px;
    left: 202px;
    font-size: 18px;
    font-weight: 700;
}
.print .content{
    top: 416px;
    left: 50%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    transform: translateX(-50%);
    width: 100%;
}
.print .date_y{
    bottom: 268px;
    left: 238px;
    font-size: 19px;
    font-weight: 500;
}
.print .date_m{
    bottom: 268px;
    left: 285px;
    font-size: 19px;
    font-weight: 500;
}
.print .date_d{
    bottom: 268px;
    left: 335px;
    font-size: 19px;
    font-weight: 500;
}
.MarkBtn{
    width: 150px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}


@media only screen and (max-width: 4000px){
	 #divpop10{position:absolute;width:440px;  top: 50%;   left: 80%;   -webkit-transform: translate(-50%, -50%);   transform: translate(-50%, -50%); z-index:9999; background:#fff; border:1px solid #ccc; box-shadow:2px 2px 7px 1px rgba(0,0,0,0.1);  }
	#divpop10 .divpop3_box{padding:10px 30px; }
	#divpop10 h1{background:#111 url('../_images/title_bg_n.jpg') no-repeat; color:#fff; padding:15px; margin:0; text-align:center; letter-spacing:-1px; font-size:18px}
	#divpop10 p{font-size:16px; font-weight:600; margin-bottom:5px; line-height:160%;   }
	#divpop10 ul li{margin-bottom:3px; line-height:160%; padding-left:20px;} 
}

/**/
.view_cont{
	padding: 50px;
    background: #fff;
    border-radius: 10px;
}
.view_cont .title{
	padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}
.view_cont .title h3{
	font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;line-height: 1.3;
}
.view_cont .title span{
	font-size: 16px;
    color: #666;
    margin-right: 20px;
}

.img_box{
	aspect-ratio: 16 / 9;
    width: 100%;
}

.img_box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.progress_wrap {
    display: flex;
    margin-top: 40px;
}
.progress {
    width: 100%;
    box-sizing: border-box;
}
.progress_con {
    position: relative;
}
.progress_txt {
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    min-width: 100px;
    align-items: center;
}

.progress span:first-of-type {
    color: #898D8F;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.04em;
}

.progress .per_txt {
    letter-spacing: -0.02em;
    color: #EC5B57;
    font-size: 30px;
    font-weight: 800;
}

.progress .progress_bar {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 10px;
    box-sizing: border-box;
    border: 1px solid #3766ae;
    border-radius: 5px;
}
.progress_bar > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #3766ae;
    box-sizing: border-box;
}

.view_cont .text{
	margin-top: 80px;
}
.view_cont .text h4{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.view_cont .text p{
	font-size: 18px;
    color: #222;line-height: 1.5;
}

.view_cont .text ul{
	margin-top: 20px;
}
.view_cont .text ul li{
	line-height: 35px;position:relative;padding-left: 15px;
}

.view_cont .text .style li:before{
	content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #222;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.notice  .view_cont .text{
	margin-top:0;
}

.notice_detail{
	margin-top:50px;
}


.pg_btn{
	display: flex;
    justify-content: center;
    gap: 10px;margin-top:30px;
}
.pg_btn a{
	background: #c2c6cd;
    color: #fff;
    font-size: 18px;
    padding: 15px 50px;
    border-radius: 30px;
}

.pg_btn a:hover{
	background: #3766ae;
}
/**/

.footer{
	background:#22262d;
    padding: 40px 3% 40px 3% !important;
    text-align: center;
}
.footer img{
    margin-bottom: 20px;
}
.footer p{
	font-size: 16px;
    line-height: 1.7;
    color: #fff;
}
.footer p span{
	color:#999;
}

/**/
#nav-icon{
display:none;
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;z-index: 99999;position: fixed;
    right: 30px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 11px;
}

#nav-icon span:nth-child(4) {
  top: 22px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span{
    background: #fff!important;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mob_wrap{
    display: none;
    position: fixed;
    top: 0;
    right: -1px;
    width: 80%;
    height: 100vh;
    background: #f5f6f9;
    transform: translateX(100%);   
    transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.3, 1.25);
    z-index: 999;
}
.mob_wrap.active{transform: translateX(0);}
.mob_wrap .m_top{
	display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
    height: 100px;
    color: #fff;
}
.mob_wrap .m_top span{
	font-size: 16px;
}
.mob_wrap .m_top span strong{
    text-decoration: underline;
    font-weight: 500;
    color:#fff;
}
.mob_wrap .m_bottom{
	padding: 30px;height: 100%;
}
.mob_wrap .m_bottom ul li{
	text-align: left;
}
.mob_wrap .m_bottom ul li a{
	font-size: 18px;
    text-decoration: none;position: relative;
    color: #fff;font-weight: 500;
    padding: 30px 0;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.mob_wrap .m_bottom ul li a:after{
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./img/right_btn.svg) no-repeat;
    right: 0;
    background-size: contain;
    transform: translateY(-50%);
    top: 50%;
}
.mob_wrap .m_bottom span{
    display: inline-block;
    text-align: center;
    padding: 30px 0;
    width: 100%;
}
.mob_wrap .m_bottom span a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 50%;
    text-align: center;
}

/*팝업*/

.layer_modal{
	display:none;
	width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    top: 0;
    position: fixed;
    z-index: 9999;
}

.layer_modal .inner{
	width: 95%;
    max-width: 800px; 
    position: absolute;
    transform: translate(-50%, -50%);
    background: #fff;
    top: 50%;
    left: 50%;
    padding: 50px;
    border-radius: 20px;
	max-height: 90vh; 
	overflow-y: auto; 
}
.layer_modal .inner > span{
	right: 30px;
    top: 30px;
    position: absolute;
    font-size: 30px;
	cursor:pointer;
}
.layer_modal .inner h2{
	font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.layer_modal .inner p{
	font-size: 16px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.layer_modal .inner strong{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}


.layer_modal table {
	margin-bottom: 10px;
}
.layer_modal table tr{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
	
.layer_modal table th{
	background: #f6f6f6;
    vertical-align: middle;
    padding: 13px 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.4;
	border-right: 1px solid #ccc;
}

.layer_modal .tbl01 th:nth-child(1){
	width:25%;
}
.layer_modal .tbl01 th:nth-child(2){
	width:10%;
}
.layer_modal .tbl01 th:nth-child(3){
	width:35%;
}
.layer_modal .tbl01 th:nth-child(4){
	width:13%;
}
.layer_modal .tbl01 th:nth-child(5){
	width:25%;
}

.layer_modal table td{
	padding: 20px;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
	border-right: 1px solid #ccc;
}
.layer_modal table td > p{
	margin:0!important;
	display: flex;
    align-items: center;
    gap: 5px;
}
.layer_modal table td > p label{
	font-size: 14px;
}
.layer_modal table th:last-child,
.layer_modal table td:last-child{
	border-right:none;
}

.layer_modal .tbl02 th:nth-child(1){
	width:26%;
}
.layer_modal .tbl02 th:nth-child(2){
	width:27%;
}
.layer_modal .tbl02 th:nth-child(3){
	width:27%;
}
.layer_modal .tbl02 th:nth-child(4){
	width:20%;
}



::-webkit-scrollbar-track {
  background: #f4f4f4;  
}

::-webkit-scrollbar-thumb {
  background: #3766ae;    
  border-radius: 4px;
}


/**/


@media (max-width: 1800px) {
    #container.speaker {
        padding: 0px;
    }
}
@media (max-width: 1440px) {
    #container .inner .left {
        max-width: 300px;
    }
    #container .inner .left .tlt{flex-direction:column; gap:20px;}
    #container .inner .left .tlt a{
        font-size: 14px;padding: 8px 12px;
    }
    #container .inner .left .tlt h4{font-size: 18px;}
    .agenda01 ul li a{padding: 20px 10px}
    .video-container .video ul{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
    }
}
@media (max-width: 1200px) {
    #container{padding: 0}
    #container.sp_video {
        padding: 30px; 
    }
    #container.notic {
        padding: 50px 20px;}
	.header .bottom ul{
		gap: 20px;
	}
    #divpop6,#divpop10{   
        left: 50%;
    }
}

@media (max-width: 1050px) {
    #container{min-height: calc(100vh - 568px);}
	.header .bottom ul .down_btn a{font-size: 16px;padding: 8px 10px;}
}
@media (max-width: 1024px) {
    #container .inner .left {
        max-width: 220px;
        padding: 20px 10px;
    }
    #container .inner .left .tlt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    #container .inner .left .tlt h4{margin-bottom: 15px;}
    #container .table ul li{padding: 15px 10px;}
    #container .table ul li .num,#container .table ul li .view{display: none;}
    #container .table ul li .title{width: 60%;white-space: normal;line-height: 1.5;}
    #container .table ul li .name,#container .table ul li .date {width: 20%;}

    #container .area .table tr .tnone{display: none;}
}
@media (max-width: 900px) {
	.down_btn {display:none;}
    .speaker>ul {
    grid-template-columns: repeat(2, 1fr);gap:10px}
}

@media (max-width: 768px) {
    #container {
        min-height: calc(100vh - 494px);
    }
    .mob_wrap{
        display: block;
    }
    /*.header .bottom{
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
    }
    */
	.header .bottom ul, .header .top{display:none;}
	#nav-icon{display:block;}
    #container .about > img{background: #fff; height: 200px; object-fit: cover;}
    .video-container .video ul{
        grid-template-columns: repeat(1, 1fr);
    }
    #container .introduceBox {
		flex-direction: column-reverse;
	}
	#container .introduceBox .greeting-in,#container .introduceBox .profile-img{width:100%;}
	#container .introduceBox .greeting-in{margin-top:20px;}
	#container .introduceBox .greeting-in_wrap{flex-direction: column-reverse;}
    
    div.banner-infinite ul.banner li{
        width: 120px!important;height: 36px!important;
    }
    #container .table ul li .name{display: none;}
    #container .table ul li .date {width: 20%;}
    #container .table ul li .title {width: 80%;}
    #container .table ul li.list .title {text-align: left;}
    
    .login_form{padding: 50px 10px;}
    .login_form .check span{white-space: nowrap;}
    .login-area .login-title{height: 300px;}
    #divpop1{width: 90%;}
    
	
    #container .area .table thead tr th, #container .area .table tbody tr td{padding: 15px 10px;font-size: 14px;}
    #container .area .pee,#container .area .total li{padding: 10px 20px;font-size: 14px;}
    #container .area .total ul{width: 225px;}
    
    .speaker>ul>li{box-shadow:none;}
    
    #divpop6, #divpop3, #divpop10{width: 90%;}
    .footer p{font-size:12px;}
    .header .bottom{padding:20px;}
}


@media (max-width: 650px) {
    #container .inner .left{display: none;}
    .video-container .video ul {
        grid-template-columns: repeat(1, 1fr);gap: 10px;
    }
    .video-container .video ul li{
        box-shadow: none;border: 1px solid #ddd;
    }
    
    #divpop1 h1{font-size: 18px;}
    #divpop1 .divpop1_box {
        padding: 0 20px;
    }
    #container .area .table tr .t2ext{
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}
    #divpop3{overflow: scroll;
        max-height: 600px;}
}
@media (max-width: 600px) {
    #container .table ul li .date {
        width: 25%;
    }
    #container .table ul li.list .title{
        width: 75%;          
        white-space: nowrap;    
        overflow: hidden;   
        text-overflow: ellipsis;
    }
    .login-container{padding: 20px 10px;}
    .popup-box{padding: 20px;}
    
    #divpop1 .divpop1_box{
        overflow: scroll;
        max-height: 500px;
    }
    #divpop1 p,#divpop1 p span{font-size: 14px!important; }
    #divpop2{width: 350px;}
    #divpop2 p{padding: 0;font-size: 14px; margin-top: 10px;}
    
    .video-container .video ul li{padding: 0px;box-shadow: none;border: 1px solid #ddd;}
    .video-container .video .video-title {
        padding: 10px 10px 0;
        font-size: 16px;
        text-align: left;
    }
    .video-container .video .video-speaker {
        font-size: 14px;
        text-align: left;
        padding-bottom:10px;
    }
    .video-container .video ul li .copl{
        top: 15px;
        left: 15px;
    }
    .video-detail-info span {
        font-size: 18px;margin-bottom: 10px!important;
    }
    .video-detail-info span.font13 {
        font-size: 16px; margin-bottom: 20px !important;
    }
    .video-container .bo_text span{
        font-size: 14px;line-height: 1.5;
        color: #666;margin-right: 10px;
    }
    
    .speaker>ul {grid-template-columns: repeat(1, 1fr); gap: 10px;}
    .speaker>ul>li{padding:20px;}
    .speaker>ul>li .speakerImg {  margin-bottom: 10px;  width: 90%;}
    .speaker>ul>li .name {font-size: 16px; margin-bottom: 10px;}
    .speaker>ul>li span,.speaker>ul>li .speakerTitle{font-size: 14px;}
    #container .area .table .t_wrap{
        width: 100%;
        overflow: scroll;
    }
    #container .area .table table{
        width: 600px;
    }
	#container .area .table{overflow: scroll;}
    
}
@media (max-width: 430px) {
    .mob_wrap .m_top span{font-size: 14px;}
    .mob_wrap .m_bottom{padding:20px;}
    .mob_wrap .m_bottom ul li a{padding: 25px 0;font-size: 16px;}
    .mob_wrap .m_bottom span a{font-size: 14px;}
    .mob_wrap .m_top{padding: 0 20px;}
    
    .header .bottom, .header .top {
        padding: 10px;
    }
    .header .bottom a img {
        width: 150px;
    }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 9px;
}
    #nav-icon span:nth-child(4) {
    top: 18px;
}
    #nav-icon{right: 15px;width: 25px;}
    #container .about > img{height: 150px;}
	#container .introduceBox h2{font-size: 25px;}
	#container .introduceBox h2 img, #container .inner h2.noti img, #container .inner h2 img {
		width: 25px;
		margin: 4px 10px 0 0;
	}
    
    #container .introduceBox .greeting-in .intro{font-size: 20px;}
    #container .introduceBox .greeting-in p{font-size:14px;}
    #container .introduceBox .greeting-in .end{font-size: 16px;}
    
    
    #container .inner .right .banner{min-height: 230px;}
    div.banner-infinite ul.banner li{
        width: 80px!important;height: 26px!important;
    }
    
    
    #container .inner h2.noti,#container .inner .area h2, #container .inner .speaker h2{font-size: 25px;margin-bottom: 30px;}
    #divpop2{width: 80%;margin: 0 auto}
    #divpop1 .divpop1_box {
        padding: 0 10px;
    }
    #divpop1 ul li{padding-left: 0;}
    
    #container .introduceBox,#container.notic,.video-container .video,#container.sp_video{padding: 20px 10px;}

    #container .table ul li{font-size: 14px;}
    #container .table ul li.list .title{width: 70%;}
    #container .table ul li.head span,#container .table ul li.list .title,#container .table ul li .date{font-size: 14px;}

    .video-container .video ul li .copl{
        font-size: 14px; padding: 8px 12px;top:10px;left: 10px;
    }
    
    .speaker>ul>li .speakerImg { width: 80%;}
    .speaker>ul>li{height: auto;overflow: initial;}
}

@media (max-width: 375px) {
    .mob_wrap .m_top span,.mob_wrap .m_bottom span a {
        font-size: 14px;
    }
    .mob_wrap .m_bottom ul li a {
        font-size: 16px;
    }
    .video-container .video ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*******2025-style******/


@media (max-width: 1200px) {
	.header .nav{
		padding: 0 30px;
	}
	.header .nav .menu{
		gap:50px;
	}
	#container{
		padding: 80px 0;
	}
	.content.width,.content.solution{
		padding: 0 20px;
	}
	
	.lecture_list{margin:0 auto;}
	
	
}

@media (max-width: 1000px) {
	body{background:#fff;}
	.header .nav .menu{
		gap:15px;
	}
	
	.lecture_list li {
		margin-bottom: 10px;
	}
	
	.lecture_list .text p{
		font-size: 16px;
	}
	.lecture_list .text button {
		font-size: 14px;
		padding: 5px;
	}
	.select-styled{
		height: 35px;line-height: 33px;
	}
	
	.header .nav .menu li a {
		font-size: 16px;
		font-weight: 400;
	}
	
	.header .nav .right {
		gap: 10px;
	}
	
	.header .nav span {
		font-size: 14px;
		font-weight:400;
	}
	/**/
	
	.inp_box_wrap .inp_box{
		padding: 0 20px;
	}
	.box_wrap .inps_box_wrap{
		padding:0;width: 95%;
	}
	/**/
	.view_cont {
		padding: 20px;
	}
	.view_cont .title {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.view_cont .title h3 {
		font-size: 25px;margin-bottom: 20px;
	}
	.view_cont .text{
		padding: 20px;
	}
	
	.progress .per_txt{
		font-size: 20px;
	}
	.view_cont .text p {
		font-size: 16px;
	}
	.view_cont .text ul li {
		line-height: 25px;
	}
	.view_cont .text .style li:before{
		top: 9px;
	}
	.pg_btn a{
		font-size: 16px;
		padding: 15px 40px;
	}
	/**/
	.notic table tr th:nth-child(1),.notic table tr td:nth-child(1){
		display:none;
	}
	.notic table th{
		font-size: 16px;
	}
	/**/
	.modify .inp_box{
		padding:0px;
	}
	.solution .section .section_inner .text h4{
		font-size: 20px;
    margin-bottom: 10px;
	}
	.solution .section .section_inner .text p{
		font-size: 18px;
	}
	.solution .section .section_inner{
		display: flex;
		flex-wrap: wrap;
		gap:30px;
	}
	.solution .section .section_inner .box{
		width:100%;
	}
	.solution .section .section_inner .img img{
		width:70%;
	}
	.solution .section{
		padding:0;
	}
	/**/
	.f_inner span{
		display: inline-block;
		width: 40%;
	}
}
@media (max-width: 900px) {
	
}
@media (max-width: 768px) {
	#nav-icon {
        display: block;
		position: absolute;
		top: 40px;
		right: 30px;

    }
	.nav .menu,.nav .right{
		display:none!important;
	}
	
	.mob_wrap {
		background: #132E56;
	}
	
	
	.lecture_list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	/**/
	
	.box_wrap .inps_box_wrap{
		display: flex;
		flex-direction: column;
	}
	.left_box{
		width: 100%;
		min-height: 400px;
		border-radius: 0 0 50px 50px;
	}
	.inp_box_wrap{
		width: 100%;
		position: initial;
		transform: none;min-height: 400px;
	}
	.inp_box_wrap .inp_box {
        padding: 40px;
    }
	
	/**/
	
	.box_wrap.regi .inps_box_wrap{
		padding: 50px 30px;
	}
	.regi input[type="password"] {
		width: 89%!important;
	}
	
	/**/
	.view_cont {
        padding: 0px;
    }
	.view_cont .text{
        padding:0;
    }
    .view_cont .title h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
	/**/
	.lect button {
		font-size: 14px;
		padding: 8px 20px;

	}
	
	.table tbody tr td span{
		font-size: 14px;
		padding:0;
		width: 80px;
		height: 30px;
	}
	
	.layer_modal .inner{
		padding:30px;
		width: 100%;
		max-width:100%;
		position: initial;
		transform: none;
		background: #fff;
		top: auto;
		left: auto;
		padding: 50px;
		border-radius: 0;
		max-height: 100vh;
		overflow-y: auto;
		height: 100%;
	}
	
	.layer_modal table {
		min-width: 700px;
	}
	
}
@media (max-width: 600px) {
	.notic table td{
		padding: 20px 0px;        
	font-size: 14px;
	}
	.notic table td.text{
		padding: 20px 10px;
	}
	.notic table th{
		font-size: 14px;padding: 20px 0;
	}
	.table tbody tr td span{
		
		padding: 0;
		background: transparent;
		width: auto;
		height: auto;
		font-size: 14px;
	}
	.table tbody tr td .wait{
		background: none;color: #999;
	}
	
	.solution .section .section_inner .img img{
		width:100%;
	}
	.layer_modal .table{
		width: 100%;
        overflow-x: auto;
	}
	.layer_modal .inner{
		padding: 50px 20px;
	}
	
}

@media (max-width: 510px) {
	#container {
        padding: 40px 0;margin-top: 80px;
    }

    .header .nav {
        padding: 0px 20px;
    }
    #nav-icon{
        right: 20px;
    }
	.content h2{
		margin-bottom: 50px;font-size: 25px;
	}
	.header .nav,.mob_wrap .m_top{
		height: 80px;
	}
	.mob_wrap .m_top {
        padding: 0 20px;
    }
	
	.mob_wrap .m_bottom{
		padding: 20px;
	}
	.mob_wrap .m_bottom ul li a {
        padding: 25px 0;
        font-size: 16px;
    }
	.mob_wrap .m_bottom ul li a {
        padding: 25px 0;
        font-size: 16px;
    }
	#nav-icon {
        top: 28px;
    }
	
	/**/
	.lecture_list{
		gap: 10px;
	}
	.lecture_list li{
		padding: 0;
		overflow: hidden;
	}
	
	.lecture_list li .text{
		padding: 0 15px 15px;
	}
	
	.lecture_list .text p {
        font-size: 14px;margin-bottom: 10px;
    }
	.lecture_list .text span {
		font-size: 12px;
		margin: 15px 0 5px;
	}

	.table.notic .inner{
		width: 100%;
		overflow-x: auto; 

	}
	
	
    
}
@media (max-width: 430px) {
    #container {
        margin-top: 70px;
    }
    .header .nav, .mob_wrap .m_top {
        height: 70px;
    }
    .header .nav h1 a{
        width: 150px;
    }
    #nav-icon {
        top: 25px;
    }
    .mob_wrap .m_bottom ul li a {
        padding: 20px 0;
        font-size: 14px;
    }
    .mob_wrap .m_bottom ul li a::after {
        width: 15px;
        height: 15px;
    }
    .content.width, .content.solution {
        padding: 0px 15px;
    }
	.left_box {
        min-height: 200px;
        border-radius: 0 0 30px 30px;
    }
	.left_box img{
		width:30%;
	}
	.inp_box_wrap .inp_box {
        padding: 20px;
    }
	.inp_box h1 {
		margin-bottom: 30px;
	}
	.form_box input,.form_box input[type=submit] {
		height: 50px;
	}
	.chk_inp input{
		height: 15px;
	}
	.box_wrap{
		background: #0c629b;
		height: 100%;
		position: initial;
	}
	.box_wrap .inps_box_wrap{
		width: 100%;
		height: 100%;
		border-radius:0;
		position: initial;
        transform: none;
	}
	.left_box{
		background: #0c629b;
	}
	.inp_box_wrap{
		width: 100%;
        height: 100%;
        border-radius: 0;
		min-height:100%;
        
	}
	.inp_box h1 {
        margin: 30px 0;
    }
	
	.inp_box form{
		margin-bottom:40px;
	}
	/**/
	
	.regi input[type="password"] {
        width: 82% !important;
    }
	.box_wrap.regi .inps_box_wrap {
        padding: 80px 20px;
    }
	/**/
	.view_cont .text{
		padding: 0;
		border: 0;
	}
	.view_cont .title span {
		font-size: 12px;
	}
	.pagination a {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
    .table.notic .inner table {
        min-width: 450px;
        border-collapse: collapse;
        width: 100%;
    }
    .lecture_list .thum{
        border-radius: 0px;
    }
    .view_cont .text {
        margin-top: 50px;
    }
     .view_cont .text p {
        font-size: 14px;
    }
    .notic table th {
        padding: 12px 0;
    }
    .notic table td {
        padding: 15px 0px!important;
    }
    .lect button{
        margin-bottom: 15px;padding: 8px 15px;
    }
    .solution .section .section_inner .text h3{
        font-size: 30px;
    }
    .solution .section .section_inner .text h4{
        font-size: 18px;
    }
    .solution .section .section_inner .text p {
        font-size: 14px;
    }
	
	
		
}
	
	
@media (max-width: 375px) {
	.left_box {
        min-height: 200px;
        border-radius: 0 0 30px 30px;
    }
	#nav-icon{
		right:15px;
	}
	.header .nav {
        padding: 0 15px;
    }
	.modify .inp_box .field {
		margin-bottom: 15px;
	}
	.solution .section .section_inner .text h3{
		font-size: 30px;
		margin-bottom: 30px;
		line-height: 1.3;
	}
	.solution .section{
		margin-bottom: 80px;
	}
	
}

@media (max-height: 1360px) {
	.box_wrap.regi .inps_box_wrap {
		max-height: 1300px;
		overflow-y: auto;
	}
}

