/*
* common -> 공통 및 reset css
* 컨텐츠 별 css는 main이면 main 아니면 페이지별 css 추가
* ===================================================
* Basic Styles
* ===================================================
*/

@charset "utf-8";

/* CSS Document */
@import url('https://gcore.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");

/* S: 기존 리셋 css */
html, body {
    font-family : 'Pretendard', sans-serif;
    font-weight : 500;
}
strong{font-weight:700;}
html{
    font-size: 10px;
    overflow-y:none;
}

body {
    background:#FFF;
    font-size:1.4rem;
    text-align:left;
    *word-break:break-all;
    -ms-word-break:break-all;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
	letter-spacing:-0.6px;
	box-sizing:border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, strong, span, em, iframe, img, a {
    margin : 0;
    padding : 0;
}
h1, h2, h3{font-weight:900;}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, strong, span, a, td, th{word-break: keep-all; letter-spacing:-0.6px;}
dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, form, fieldset, p, strong, span, a, td, th{transition:0.3s ease;}
a {
    color:#333333;
    text-decoration: none;
    cursor: pointer;
    box-sizing:border-box;
}

a:hover,
a:active,
a:focus {
    color:#000000;
    text-decoration:none;
}

a img {
    border: none;
}

a > img {
    vertical-align: middle;	
}
div{box-sizing:border-box;}
dl,ul,ol,li {
    list-style : none;
    margin-top : 0px; 
    display : block;
}

fieldset, img {
    border : none;
}

hr {
    display : none;
}

legend, caption {
    width : 0; 
    height : 0; 
    font : 0/0 'Pretendard', sans-serif; 
    visibility : hidden; 
    z-index : -1;
}

em, address {
    font-style : normal;
    font-weight:500;
}
button {
    border:0px;
    cursor: pointer;
    background:none;
    font-family: 'Pretendard', sans-serif;
}
table{
    padding:0;
    border:0;
    border-spacing:0px;
    border-collapse:collapse;
}
th, td{
    padding:0;
}
select, input{
    border:0px;
	font-family : 'Pretendard', sans-serif;
	outline:none;
}
select{
    appearance: none !important;
    -moz-appearance:none !important;  
    -webkit-appearance:none !important;
    background-color:#fff;
    background-image: url(/images/arrow_drop_down_black_24dp.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 50% !important;
}
select::-ms-expand { 
    display:hidden;
}
select:focus{outline:none;}
input{
	-webkit-border-radius: 0;
}
input[type="text"]{
	appearance: none !important;
    -moz-appearance:none !important;  
    -webkit-appearance:none !important;
}
input:focus{outline:1px solid #00B1FF;}
textarea{font-family: 'Pretendard', sans-serif;}
textarea:focus{outline:1px solid #00B1FF;}
input[type="radio"], input[type="checkbox"]{border: 1px solid #222}
/*스크롤바 변경*/
::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 4px;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    border-radius: 4px;
    background-clip: padding-box;
  }

.p0{padding:0 !important}
.m0{margin:0 !important}
.mb10{margin-bottom:10px !important}
.mb20{margin-bottom:10px !important}
.mb30{margin-bottom:30px !important}
.mb40{margin-bottom:40px !important}
.mb50{margin-bottom:50px !important}
.mb60{margin-bottom:60px !important}
.mb80{margin-bottom:80px !important}
.mb100{margin-bottom:100px !important}
.mb130{margin-bottom:130px !important}
.mb150{margin-bottom:150px !important}
.center{text-align:center !important;justify-content: center;}
.right{text-align:right !important}
.left{text-align:left !important}
.clearfix::after{display:block;clear:both;content: '';}
.borderN{border:none !important}
.pcNone{display:none}
.textLeft{text-align:left !important;}

.btBlack{font-size:1.4rem;font-weight:bold;letter-spacing: -0.72px;color:#fff !important;background: #222 !important;padding:12px 32px;cursor: pointer;}
.btWhite{border:1px solid #CCCCCC;font-size:1.4rem;color: #555555;background: #fff;line-height: 21.6px;padding:8px 20px;margin-right:10px;cursor: pointer;}
.btWhite:disabled {background-color:#ccc}
.btWhite:last-child{margin-right:0;margin-top:40px}
.btMore{text-align: center;margin-bottom:60px}
.btMore button{font-size:1.4rem;letter-spacing: -0.8px;color: #222;line-height:21.6px;background: #fff;border: 1px solid #222;padding:12px 22px; font-weight:bold}
.btMore button:hover{border-color:#ccc; color:#222; background-color:#fafafa;}

.colorBlue{color:#00B1FF !important}
.colorGray{color:#999 !important}
.colorPink{color:#FF4188 !important}
.colorRed{color:#FF0000 !important}
/* E: 기존 리셋 css */
/* S: 공통 css */
.inner{width:1200px;margin:0 auto;position: relative; overflow: hidden;}
.flex{display:flex}
.spaceBetween{display:flex;justify-content: space-between;align-items: center;}

h2{font-size:1.8rem;line-height:2.8rem;} 
/* E: 공통 css */

/* S: 공통 반응형 (header, footer) */
#wrapper{width:100%;height:100%;position: relative;}
.gnb{position: sticky;top: 0;z-index: 998;background: #fff;}
.headerPC{background:#fff;}
header .topImg{margin:0 auto;background:#ffd65e}
header .topImg .topClose{position:absolute;top:30%;right: 10%;color:#fff;font-size:3rem;background:none;cursor: pointer;}
header .topBar{width:100%;background:#f9f9f9;border-bottom:1px solid #ebebeb; font-size:12px;}
header .topBarContent{display: flex;justify-content: space-between;width:1200px;height:40px;align-items: center; padding-right:10px;}
header .topBar .point{background:#ff4188;color:#fff;padding:12px}
header .topBar .tnbList{display:flex;}
header .topBar .tnbList li{position: relative;margin-left:10px;padding-left:10px}
header .topBar .tnbList li:first-child{margin-left:0}
header .topBar .tnbList li:not(:first-child)::before{display: inline-block;position: absolute;top: 50%;left: 0;width: 1px;height: 70%;background-color: #969696;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        content: '';
}
header .topBar .tnbList li a{color:#969696}
header .topBar .tnbList li a:hover{color:#00b1ff}
header .topLogoWrap{display: flex;justify-content: space-between;align-items: center;padding:20px 0;}
header .topLogoWrap ul{display:flex}
header .topLogoWrap h1{display:flex;align-items: center;font-size:2.8rem;letter-spacing: -1.4px;}
header .topLogoWrap em{ font-weight:900;}

header .topLogoWrap h1 img{padding-right:10px}
header .topLogoWrap .utill{display:flex;justify-content: space-between;}
header .topLogoWrap .utill li{margin-left:15px}
header .topLogoWrap .utill li a{display:flex;flex-direction: column;width: 45px;align-content: center;text-align: center;}
header .topLogoWrap .utill li a em{font-size:2.5rem}
header .topLogoWrap .utill li a span{font-size:1.2rem; font-weight:600;}
header .topLogoWrap .utill li:first-child a span{padding-top:2px;}
header .topLogoWrap .utill li a img{margin: 0 auto 5px;display:block;}
header .navPc{position:relative;top:0;border-bottom:1px solid #ebebeb;}
header .navPc .pc{display: flex;align-items: center;}
header .navPc .pc > ul{font-weight: 700;font-size: 1.5rem;}
header .navPc .pc > ul > li{float:left;padding:22px 25px 22px 0}
header .navPc .pc > ul > li a{font-size:1.5rem; font-weight:700;}
header .navPc .pc > ul > li a span{display:inline-block;font-size:1.2rem;background:#00B1FF;width:22px;height:22px;text-align: center;color:#fff;vertical-align: bottom;padding-top: 2px;box-sizing: border-box;}
header .navPc .pc > ul li:hover a{color:#0066FF}
header .navPc .pc > ul li.on a{color:#0066FF}
header .navPc .pc > ul li{position: relative;}
header .navPc .pc > ul li:first-child > div{display:none}
header .navPc .pc > ul li:first-child:hover > div{display:flex;flex-direction:row;justify-content: space-around;width:250px;position: absolute;z-index: 999;background:#fff;padding:20px;top:41px;border-top:1px solid #ebebeb}
header .navPc .pc > ul li:first-child:hover > div .subNavA{border-right: 1px solid #e4e4e4;padding-right: 36px;}
header .navPc .pc > ul li:first-child:hover > div h2{font-size:1.4rem;color:#595959}
header .navPc .pc > ul li:first-child:hover > div ul li a{font-size:1.3rem;color:#595959;font-weight:normal}

header .navPc .globalSearchArea{position:relative;}
header .navPc .globalSearchArea button{position:absolute;top: 11px;right: 10px;}
header .navPc .globalSearchArea .globalSearchBar{border:1px solid #ccc;padding:12px 15px;border-radius: 30px;font-size:1.4rem;width:300px;letter-spacing:-0.6px; box-sizing:border-box}
header .navPc .globalSearchArea .globalSearchBar::placeholder{color:#999}
header .headerMobile{display:none}
.fix {position:fixed !important;top: 0;margin: 0 auto;width: 100%;z-index: 100;background: #fff;animation: down 0.5s ease}

#sideBar{position: fixed;left:0;top:0;height:100%;z-index:999}
#sideBar .sideToggle{position:absolute;top:100px;left: -23px; width: 82px;font-size:1.4rem;background: #000;color: #fff;letter-spacing: -0.7px;padding: 10px;border-radius:4px 4px 0 0;transform: rotate(90deg);transition:left 0.5s ease;cursor: pointer;}
#sideBar .sideToggle .arrow{display:inline-block;transform: rotate(270deg)}
#sideBar .sideMenuArea{position: absolute;left:-175px; width:175px;height:100%;background:#fff;padding-top: 30px;overflow-y: scroll;-ms-overflow-style: none; /* IE and Edge */scrollbar-width: none; /* Firefox */transition:left 0.5s ease;}
#sideBar .sideMenuArea::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}
#sideBar.active .sideToggle{left:152px;z-index: 10;}
#sideBar.active .sideToggle .arrow{transform: rotate(90deg)}
#sideBar .sideMenuArea .sideLogo{display:block;margin:0 auto;padding-bottom:20px}
#sideBar .sideMenuArea .sideUtill{display: flex;flex-direction: column;padding-left:10px}
#sideBar .sideMenuArea .sideUtill strong{font-size:1.6rem;font-weight: 700;color:#0468ff;padding-bottom:5px}
#sideBar .sideMenuArea .sideUtill em{font-size:2rem;font-weight:900;color:#222;padding-bottom:7px; }
#sideBar .sideMenuArea .sideUtill span{font-size:1.3rem;color:#666;padding-bottom:15px}
#sideBar .sideMenuArea .sideNav{display:flex;flex-direction: column;}
#sideBar .sideMenuArea .sideNav li{position: relative;font-size:1.3rem;font-weight: bold;background:#f5f5f5;}
#sideBar .sideMenuArea .sideNav > li.on > a::after{transform: rotate(-90deg);top:10px}
#sideBar .sideMenuArea .sideNav > li > a::after{position: absolute;top:13px;right:15px;content: '\3009';transform: rotate(90deg);font-size:13px; }
#sideBar .sideMenuArea .sideNav li a{display:inline-block;padding:10px;width: 100%;}
#sideBar .sideMenuArea .sideNav li > ul{display:none;}
#sideBar .sideMenuArea .sideNav li.on ul{display:block;}
#sideBar .sideMenuArea .sideNav li > ul li{background:#fff;}

#sideBar .sideMenuArea .sideNav > li.on > ul.subType > li.on > a::after{transform: rotate(-90deg);top:10px}
#sideBar .sideMenuArea .sideNav > li > ul.subType > li > a::after{position: absolute;top:13px;right:11px;content: '\3009';transform: rotate(90deg);font-size:13px; }
#sideBar .sideMenuArea .sideNav > li > ul.subType > li > a{text-indent:7px}
#sideBar .sideMenuArea .sideNav li > ul.subType > li > ul{display:none !important;}
#sideBar .sideMenuArea .sideNav li.on ul.subType > li.on > ul{display:block  !important;}
#sideBar .sideMenuArea .sideNav li > ul.subType li{background:#fafafa;}
#sideBar .sideMenuArea .sideNav li > ul.subType li ul li{background:#fff;}
#sideBar .sideMenuArea .sideNav li > ul.subType li ul li a{text-indent:14px}
#sideBar.active .sideMenuArea{left:0px;border-right:1px solid #e1e1e1;}

/* S: 고정배너 */
.fixedBanner2 ul li:nth-child(1){position:fixed;right:2%;top:312px}
.fixedBanner2 ul li:nth-child(2){position:fixed;right:2%;top:674px}
/* E: 고정배너 */

footer{position: relative;background:#333333;padding:40px;overflow:hidden; margin-top:60px;}
footer .footerM{display:none}
footer .footerLogo{float:left;}
footer .footerInfoArea{float:left;margin-left:100px}
footer .footerInfoArea .footerUtill li{display:inline-block;margin-bottom:10px}
footer .footerInfoArea .footerUtill li a{color:#fff;font-size:1.4rem;margin-right:35px}
footer .footerInfoArea .footerUtill li a:hover{color:#999999}
footer .footerInfoArea .footerInfo li{color:#ccc;font-size:1.3rem;line-height:200%}
footer .footerInfoArea .footerInfo li a{display:inline-block;margin-left:15px;color:#fff;}
footer .footerPc .footerInfoArea .footerInfo li span:not(:first-child){position:relative;padding-left: 6px;margin-left: 5px;}
footer .footerPc .footerInfoArea .footerInfo li span:not(:first-child)::before{display: inline-block;position: absolute;top: 50%;left: 0;width: 1px;height: 70%;background-color: #a5a5a5;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        content: '';
}

.content{margin:0 0 100px 0}
.content h3{font-size:2rem;line-height: 21.6px;letter-spacing: -0.4px;margin-bottom:16px}
.globalSearchArea{margin-right:2px;}

/* 공통 테이블 */
.tb1{width:100%;table-layout:fixed;}
.tb1 thead th{padding:20px 0;text-align: center;font-size:1.4rem;letter-spacing: -0.64px;border-bottom:1px solid #909090}
.tb1 tbody td{padding:20px 0;font-size:1.4rem;border-bottom:1px solid #f3f3f3;text-align: center;overflow-wrap: anywhere;}
.tb1 tbody td img{width:19px; height:19px;}
.tb1 tbody td:nth-child(2){text-align:left;font-size:1.4rem;font-weight:500;}
.tb1 tr.tfix{background:#F9F9F9}
.tb1 tr.tfix td:nth-child(2) a{color:#222;font-weight:700;}


.tb2{width:100%;table-layout:fixed;}
.tb2 thead th{font-size:1.4rem;text-align: center;color:#222;border-bottom:1px solid #888;padding:15px}
.tb2 tbody td{font-size:1.4rem;text-align: center;color:#222;border-bottom:1px solid #f2f2f2;padding:20px;overflow-wrap: anywhere;}
.tb2 tbody td:nth-child(2){text-align:left}
.tb2 tbody td strong{display:inline-block;font-size:1.6rem;letter-spacing: -0.72px;line-height: 24px;margin-bottom:7px}
.tb2 tbody td span{font-size:1.3rem;color:#FF4188; font-weight:600}
.tb2 tbody td button{font-size:1.4rem;text-align:center;padding:10px 0;border:1px solid #cccccc;color:#222;width:180px;background:#fff;cursor: pointer;}
.tb2 tbody td button:first-child{background:#222;width:180px;color:#fff;margin-bottom:5px; font-weight:700;}
.tb2 tbody td button.disable{background:#ccc;cursor: default; border:none;}
.tb2 tbody td button:hover{border-color:#222;}

.tb3{width:100%;margin-top:20px;table-layout:fixed;}
.tb3 thead th{font-size:1.4rem;text-align: center;color:#222;border-top:1px solid #888;border-bottom:1px solid #888;padding:10px 0}
.tb3 tbody td{font-size:1.4rem;text-align: center;color:#222;border-bottom:1px solid #f2f2f2;padding:20px;overflow-wrap: anywhere;}
.tb3 tbody td:nth-child(2){text-align:left}
.tb3 tbody td strong{display:inline-block;font-size:1.6rem;letter-spacing: -0.72px;line-height: 24px;margin-bottom:7px}
.tb3 tbody td span{font-size:1.4rem;color:#FF4188}
.tb3 tbody td button{font-size:1.4rem;text-align:center;padding:10px 0;border:1px solid #cccccc;color:#222;width:88px;background:#fff;cursor: pointer; font-weight:500}
.tb3 tbody td button:first-child{background:#222;width:180px;color:#fff;margin-bottom:5px; font-weight:700;}
.tb3 tbody td button.disable{background:#ccc;cursor: default;}

.tb4{width:100%;table-layout:fixed;}
.tb4 thead th{padding:20px 0;text-align: center;font-size:1.6rem;letter-spacing: -0.64px;border-bottom:1px solid #909090}
.tb4 tbody td{padding:20px 0;font-size:1.4rem;border-bottom:1px solid #f3f3f3;text-align: center;overflow-wrap: anywhere;}
.tb4 tr.tfix{background:#F9F9F9}
.tb4 tr.tfix td:nth-child(2) a{color:#222;font-weight:700;}

.tb5{width:100%;table-layout:fixed;}
.tb5 thead th{padding:20px 0;text-align: center;font-size:1.6rem;letter-spacing: -0.64px;border-bottom:1px solid #909090}
.tb5 tbody td{padding:20px 0;font-size:1.4rem;border-bottom:1px solid #f3f3f3;text-align: center;overflow-wrap: anywhere;}
.tb5 input[type="checkbox"]{width:18px;height:18px;}

/* 테이블 데이터 없음 */
.tbNoData{color:#999;font-size:1.6rem}

/* 테이블 상세 */
.tb1Dtail{width:100%;table-layout: fixed;}
.tb1Dtail thead th{font-size:2rem;letter-spacing: -1.5px;line-height: 1.5;color:#222;border-bottom: 1px solid #cccccc;padding:0 14px}
.tb1Dtail thead th p{font-size:1.4rem;letter-spacing: -0.8px;line-height: 64px;color:#999; font-weight:500}
.tb1Dtail thead th p span{display:inline-block;margin-right:24px}
.tb1Dtail tbody th p span .viewIcon{display:inline-block;vertical-align: middle;margin-right:8px}
.tb1Dtail thead th p span:last-child{margin-right:0}
.tb1Dtail thead th .tblView{vertical-align: middle;}
.tb1Dtail thead th .tblView img{    vertical-align: text-top;}
.tb1Dtail tbody th{font-size:1.4rem;letter-spacing: -0.7px;line-height: 20px;color:#999;border-bottom: 1px solid #cccccc;padding:0 14px;font-weight: normal;}
.tb1Dtail tbody td{border-bottom: 1px solid #cccccc;overflow-wrap: anywhere;}
.tb1Dtail tbody td p{font-size:1.4rem;letter-spacing: -0.7px;color: #222222;padding:16px 14px;}
.tb1Dtail tbody td p span{display:inline-block;color: #999999;margin-right:40px;}
.tb1Dtail tbody td p span + a{display: inline-block;width: 80%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.tb1Dtail tbody td .viewIcon{vertical-align: middle}
.tb1Dtail tbody td .tb1DContent{font-size:1.6rem;letter-spacing: -0.9px;line-height:30px;padding:28px 14px 28px 14px;}
.tb1Dtail tbody td .tb1DContent p{padding:0}
.tb1Dtail tbody td .tb1DContent span{margin:0 !important}
.tb1Dtail tbody td .tb1DContent .detailContent{white-space:pre-wrap !important}
.tb1Dtail tbody td .tb1DContent .detailContent img{max-width:100%;height: auto;}
.tb1Dtail tbody td .tb1DContent .detailContent a{color:#00B1FF; text-decoration: none; font-weight:700}
.tb1Dtail tbody td .tb1DContent .detailContent a:hover{ color: #006DD7; text-decoration: underline !important}
.tb1Dtail tbody td .tb1DContent .detailContent .ql-video {
    display: block;
    height: auto;
    min-height: 530px;
    width: 80%;
}

#tab1 .ql-video{
	display: block;
    height: auto;
    min-height: 530px;
    width: 100%;
}

.tbBtArea{display:flex;justify-content: space-between;margin-top:60px}
.tbBtArea a{font-size:1.4rem;color:#fff;background: #222;padding:12px 16px;}
.fileDownload{margin-top:15px}
.fileDownload strong{font-size: 1.6rem;padding: 5px 10px;background: #F4F5F8;}
.fileDownload strong:hover{background:#ECEDF0}
.fileDownload span{vertical-align: bottom;}


/* 공통 페이징 */
.pagingArea{position:relative;}
.pagingArea .pagination{margin:60px auto 0;text-align: center;}
.pagingArea .pagination .arrow{display:inline-block;width:30px;height:30px;border:1px solid #D8D8D8;border-radius: 30px;box-sizing: border-box;text-align: center;vertical-align: middle;font-size: 20px;
    line-height: 23px;margin:0 4px;padding:1px}
.pagingArea .pagination .arrow.last{margin:0}
.pagingArea .pagination .rarrow{margin-left:8px}
.pagingArea .pagination .num{font-size:1.6rem;vertical-align: middle;padding:0}
.pagingArea .pagination .num em{padding:0 6px;}
.pagingArea .pagination .num:hover, .pagingArea .pagination .num.active{color:#00B1FF}
.pagingArea .pagination .num:last-child{padding-right:12px}
.pagingArea .registerBt{position: absolute;right:0;top:0;font-size:1.4rem;letter-spacing: -0.72px;font-weight: bold;color:#fff;background:#222;border-radius: 4px;padding:12px 20px;}

.searchBox{position:relative;display:flex;width:360px;margin:27px auto 0;border:1px solid #ccc;border-radius: 30px;padding:12.5px 18px;box-sizing: border-box}
.searchBox select:focus-visible, .pagingArea .searchBox input:focus-visible{outline:1px solid #00B1FF;}
.searchInput{width:210px;font-size:1.4rem;margin-left:7px}
.searchInput::placeholder{color:#999}
.select1{width: 80px;font-size: 1.4rem;letter-spacing: -0.8px;line-height: 2.16rem;color: #222;font-weight: normal;}


.contentLink{display:flex;justify-content: space-between;}

.contentLink li{width:220px;border-bottom: 3px solid #cccccc;background:#fff;text-align: center;}
.contentLink li a{display:inline-block;width: 100%;font-size:1.6rem;line-height: 1.7rem;letter-spacing: -0.72px;color:#949494;padding:12px 0;}
.contentLink li.on{border-bottom: 3px solid #222;}
.contentLink li.on a{color:#222}
.contentLink li:hover{border-bottom: 3px solid #222;}
.contentLink li:hover > a{color:#222}

.contentLink.half li{width:49% !important}
.contentLink.three li{width:32% !important}
.contentLink.fourL li{width:23.5% !important}
.contentLink.five li{width:19% !important}
.contentLink.six li{width:15.5% !important}

/* HEAD
.contentTab{display:flex;justify-content: space-between; margin-bottom:40px}
.contentTab li{width:220px;background:#fff;text-align: center; border-bottom:3px solid #ccc;}*/

/*develop*/
.contentTab{display:flex;justify-content: space-between; margin-bottom:40px; gap:16px}
.contentTab li{flex:auto; border-bottom: 3px solid #cccccc;background:#fff;text-align: center;transition: all 0.4s;}
.contentTab li a{display:inline-block;width: 100%;font-size:1.6rem;line-height: 2.7rem;letter-spacing: -0.72px;color:#666;padding:17px 0;}
.contentTab li.ui-state-active{border-bottom: 3px solid #222;}
.contentTab li.ui-state-active a{color:#222; font-weight:700}
.contentTab li:hover{border-bottom: 3px solid #222;}
.contentTab li:hover > a{color:#222}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{background-position:-43px 0;}


/* S: 스페셜패키지 다른페이지에서도 사용하여 공통으로 이동 */
.specialArea{padding:0 0 60px 0}
.specialArea h2{margin-bottom:20px}
.specialArea ul{flex-wrap: wrap;}
.specialArea ul li p{font-size:1.4rem;color:#666666;letter-spacing: -0.8px;line-height:21px;padding:15px 0 0}
.specialArea ul li p strong{display: inline-block;font-size:1.6rem;color:#222222;padding-bottom:5px}
/* E: 스페셜패키지 */

#bookDtap{margin-top:40px;}
/*
.evevtText{position:absolute;top:0;left:0;font-size:1.2rem;color:#fff;background:#004bff;padding:3px 15px;animation: bgTwinkle .5s step-end infinite;animation-direction: alternate-reverse; }
*/
.evevtText{position:absolute;top:0;left:0;}
.evevtText.consultantGnb{left:18px;}
.evevtText.appraisalGnb{left:11px;}
@keyframes bgTwinkle {
	50%{
		background:#ff0000;
	}
}

.navTwinkle{
	color:#014fff
	/*
	animation: navTwinkle .5s linear infinite;
	animation-direction: alternate-reverse;
	*/ 
}
.navTwinkle2{
	color:#ff0116
	/*
	animation: navTwinkle .5s linear infinite;
	animation-direction: alternate-reverse;
	*/ 
}
@keyframes navTwinkle {
	100%{
		color:#014fff;
	}
}

.topSnsLink{display:flex;margin-left:auto}
.topSnsLink li{margin-right:10px;width:20px;height:20px}
.topSnsLink li img{width:100%}

@media (max-width:1200px) {
    .mNone{display:none !important}
    .pcNone{display:block;}
    header .headerPc{display:none}
    header .headerMobile{display:block; background-color:#fff;}
    .content{padding:0 20px; margin:20px 0 !important;}
    .subcontent{padding:0;}
    /*header .headerMobile{
        z-index: 9;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    html.active header .headerMobile {
        -webkit-transform: matrix(1, 0, 0, 1, -428, 0);
        -moz-transform: matrix(1, 0, 0, 1, -428, 0);
        transform: matrix(1, 0, 0, 1, -428, 0);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }*/
    header .headerMobile .navMobile{display:block}
    .mNav{position: fixed;top:0;right:-100%;width:100%;background:#f2f2f2;z-index: 99999;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    html.active,html.active body {overflow: hidden;}
    html.active .mNav {
        right: 0;
        z-index: 999999;
        overflow-y: auto;
    }
    #overlay {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    }    
    html.active #overlay {
        opacity: .65;
        visibility: visible;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    /* 모바일 상단 */
    .mTopArea{padding:0}
    .mTopArea .mTopUtill{display:flex;justify-content: space-between;align-items: center; padding:15px;}
    .mTopArea .mTopUtill .mLogo{display:flex;align-items: center;font-size:1.6rem;font-weight: 900;}
    .mTopArea .mTopUtill .mLogo img{width:40px;margin-right:5px}
    .mTopArea .mTopUtill ul{display:flex; }
    .mTopArea .mTopUtill ul li{margin-left:10px}
    .mTopArea .mTopUtill .mLogo em{font-weight:900;}
	
    .mNavTop{position: relative;}
    .mNavTop .mNavClose{position: absolute;top:10px;right:10px}
    .mLoginf{background:#fff;padding:40px 15px 15px 15px;margin-bottom:10px}
    .mLoginf p{font-size:1.2rem;color:#363636}
    .mLoginf p strong{font-size:1.6rem;color:#222}
    .mMyUtill{position: relative;background:#fff;padding:15px 15px 15px 15px;margin-bottom:10px}
    .mMyUtill .mLogint{display:flex;}
    .mLogint .alertBell{position: absolute;top: 10px; right: 40px;}
    .mMyUtill .mLogint .notiIcon{position:absolute; top:10px;right:40px}
    .mMyUtill .mLogint p{font-size:1.3rem;font-weight: 700;}
    .mMyUtill .myPageUtill{display:flex;align-items: center; padding:20px 0;}
	.mMyUtill .myPageUtill li{width:25%; text-align:center; font-size:1.2rem;}
    .mMyUtill .myPageUtill li:not(:last-child){position: relative;border-right:1px solid #f5f5f5;height:auto}
    .mMyUtill .myPageUtill li a{display: block;margin: 0 auto;text-align: center;}
    /* 모바일 Nav Tap */
    .mNav #mNavTap > ul{display:flex;justify-content: center;align-items: center;width:100%;border-bottom:1px solid #e6e6e6}
    .mNav #mNavTap > ul li{width:50%;text-align: center;}
    .mNav #mNavTap > ul li a{display:inline-block;width:100%;background:#fff;padding:20px 0;font-size:1.4rem;font-weight:bold;border-bottom:2px solid #fff}
    .mNav #mNavTap > ul li.ui-state-active a{color:#0066ff;border-color: #0066FF;}
    .ui-state-active a, .ui-state-hover a, .ui-state-visited a, .ui-state-focus a, .ui-state-focus:focus {outline:none;}
    .mNav .mNav1::after, .mNav2::after{display:block;content: '';clear:both}
    .mNav .mNav1 div, .mNav2 div{float:left;width:65%;background:#fff;height:auto;min-height: 520px;padding:30px 15px}
    .mNav .mNav1 div h3, .mNav2 div h3{font-size:1.4rem;padding-bottom:20px}
    .mNav .mNav1 div ul li a, .mNav2 div ul li a{display:block;padding-bottom:20px;font-size:1.4rem}
    .mNav2 div ul.subType > li > a{background:#fafcff;padding: 10px 0 10px 10px;margin-bottom: 10px;}
    .mNav2 div ul.subType > li > ul > li{padding-left:20px}
     #mNav2-6{padding:0}
    .mNav .mNavTap2{float:left;width:35%;padding-top:20px;min-height: 500px;background:#f9fcff}
    .mNav .mNavTap2 li a{display:block;font-size:1.4rem;padding:15px; font-weight:600;}
    .mNav .mNavTap2 li.ui-state-active{background:#0066ff;border-radius: 0 4px 4px 0;}
    .mNav .mNavTap2 li.ui-state-active a{color:#fff;}
    .select1{font-size:1.4rem; background:none; }
    .searchInput{font-size:1.4rem;}
    

    .mNav .mNavfooter{display:flex;justify-content:space-between;align-items: center; width:100%;background:#f9f9f9;padding:20px 16px}
    .mNav .mNavfooter .mNvaCustomer p:nth-child(1){font-size:1.4rem;color:#666;}
    .mNav .mNavfooter .mNvaCustomer p:nth-child(2){font-size:2rem;color:#222}
    .mNav .mNavfooter .mNvaCustomer p:nth-child(3){font-size:1.2rem;color:#222}
    .mNav .mNavfooter .footerIcon ul{display:flex;align-items: center;}
    .mLogout{width:100%;background:#333;text-align: center;padding:15px 0}
    .mLogout a{color:#c3c3c3;font-size:1.4rem;}
    

    .navMobile{padding:8px 15px; border-bottom:1px solid #cccccc;}
    .navMobile ul{display:flex;}
    .navMobile ul li a{font-size:1.3rem;font-weight: 700;white-space:pre;}
    .navMobile ul li{margin-right:20px}
    .navMobile ul li:last-child{margin-right:0}
    .dimSearchArea{display:none;position: fixed;left:0;top:0;z-index:99999;width:100%;height:100%;background:#00000080;}
    .dimSearchArea .mSearchBar{width: 100%;padding: 20px 20px 20px 50px;border:0px;box-sizing: border-box;}
    .dimSearchArea .searchBt{position:absolute;top:17px;left:17px;}
    .dimSearchArea .searchBt em{font-size:2.5rem;font-weight:bold}
    .dimSearchArea .mSearchBar:focus-visible{outline:1px solid #00B1FF;}
    .dimSearchArea .mSearchBar::placeholder{color:#b2b2b2}
    .fixedBanner1, .fixedBanner2{display:none}
    .inner{display:flex;flex-direction: column;width:100%;}
    #sideBar{display:none}
    footer{margin-top:50px}
    footer .footerLogo{float: none;margin-bottom:20px}
    footer .footerInfoArea{float:none;margin:0}

    .tb2 tbody td{padding:10px}
    .tb3 thead th{font-size:1.4rem;}
    .tb3 tbody td{font-size:1.4rem;padding:10px}
    .tb3 tbody td strong{font-size:1.4rem;}
    .tb3 tbody td button{font-size:1.3rem;}
    .specialArea ul{justify-content: space-around !important;}
    .specialArea ul li{margin-bottom:25px}

    .tb1Dtail thead th{font-size:2rem;line-height: 42px;}
    .tb1Dtail thead th p{font-size:1.4rem;line-height: 42px;}
    .tb1Dtail tbody td .tb1DContent{font-size:1.6rem;}
    .tbBtArea{display:flex;justify-content: space-between;margin-top:40px}
    .tbBtArea a{font-size:1.4rem;}
	.contentLink{margin-bottom:40px;}
	.content h3{font-size:1.6rem;}
    
}
@media (max-width:768px) {
	.mb130{margin-bottom:40px !important}
    .mb60{margin-bottom:20px !important}
    
    header .headerPc{display:none}
    header .headerMobile{display:block}
    header .headerMobile .navMobile{display:block; overflow-x:scroll;}
    header .headerMobile .navMobile::-webkit-scrollbar{display:none;}
    header .headerMobile .navMobile a, header .headerMobile .navMobile li, header .headerMobile .navMobile ul{ transform: rotate(0deg);}
    .mMyUtill .mLogint .notiIcon{position:absolute; top:10px;right:40px}
    /*.mNav{display:none}*/
	h2{font-size:1.6rem;line-height:120%}
    .fixedBanner1, .fixedBanner2{display:none}
    .inner{width:100%}
    
    footer{display:flex;padding:15px}
    footer .footerInfoArea{margin:0}
    footer .footerPc{display:none}
    footer .footerM{display:block}
    footer .footerM .footerLogo{float: none;width:173px;margin-bottom:20px}
    footer .footerM .footerInfoArea{display:flex;flex-direction: column;width:100%;}
    footer .footerM .footerUtill{display:flex;justify-content: space-between;align-items: center;margin-bottom:25px }
    footer .footerM .footerUtill li{text-align: center;padding: 0 1px;}
    footer .footerM .footerUtill li a{font-size:1.2rem;margin:0}
    footer .footerM .footerInfoArea .footerInfo li{font-size:1.1rem;color:#9c9c9c}
    footer .footerM .footerInfoArea .footerInfo li span:not(:nth-child(4)){padding:0;margin:0;}
    footer .footerM .footerInfoArea .footerInfo li span:not(:nth-child(4))::before{display:none;content: '';}
    

    .content h3{font-size:1.5rem; word-wrap:break-word}
    .contentLink li a{font-size:1.4rem;padding:16px 0; }
    .contentTab li a{font-size:1.4rem;padding:8px; overflow:hidden; width:max-content; line-height:1}

    .pagingArea .pagination{width:100%;}
    .pagingArea .pagination .arrow{width: 25px;height: 25px;margin-right:2px;font-size: 12px;line-height: 20px;}
    .pagingArea .pagination .num{font-size:1.2rem;padding:0}
    .pagingArea .pagination .num em{padding:0 5px}
    .pagingArea .pagination .num.last{padding-right:5px}
    .pagingArea .registerBt{top:-50px;font-size:1.3rem; padding:8px 12px;}
    .searchBox{width:100%;padding:12px 12px; justify-content: space-between;}
    .select1{font-size:1.3rem}
    .searchBox .searchInput{width: 66%;font-size: 1.3rem;padding-left: 14px;}

    .tb1 colgroup col:nth-child(1),.tb1 thead th:nth-child(1),.tb1 tbody td:nth-child(1) {display:none}
    .tb1 thead th{font-size:1.3rem;padding:15px 0}
    .tb1 tbody td{font-size:1.3rem !important;padding:15px 0;overflow-wrap:anywhere;}

    .tb2 tbody td{font-size:1.3rem; font-weight:700;text-align: left;padding:10px}
    .tb2 tbody td strong{font-size:1.4rem}
    .tb2 tbody td span{font-size:1.2rem}
    .tb2 tbody td button{width:60px !important;font-size:1.2rem;}
    /* S:추가 */
	.tb2 colgroup{display:none}
    .tb2 thead {
        display:none;
    }
    .tb2 tr {
        display:block;
        padding-bottom:10px;
        margin-bottom:10px;
        border-top:none;
    }
    .tb2 th, .tb2 td {
        display:block;
        position:relative;
        padding:10px 0;
        padding-left:23% !important;
        border-width:0 0 1px 0;
    }
    .tb2 td:before {
        display: flex;
        align-items: center;
        justify-content: center;
        position:absolute;
        left:0;
        top:0;
        width:20%;
        height:100%;
        text-align: center;
        padding:5px 0;
        background:#F6F9FF;
        box-sizing: border-box;
    }
    .tb2 td:nth-child(1):before {content:'과목';}
    .tb2 td:nth-child(2):before {content:'강의명';height:100%;vertical-align: middle;}
    .tb2 td:nth-child(3):before {content:'수강료';}
    .tb2 td:nth-child(4):before {content:'신청';height:100%}
    
	/* E:추가 */

    .tb3 tbody td{font-size:1.2rem;text-align: left;padding:10px}
    .tb3 tbody td strong{font-size:1.4rem}
    .tb3 tbody td span{font-size:1.2rem}
    .tb3 tbody td button{width:60px !important;font-size:1.2rem;}
	
	/* S:추가 */
	.tb3 colgroup{display:none}
    .tb3 thead {
        display:none;
    }
    .tb3 tr {
        display:block;
        margin-bottom:10px;
        border-top:none;
    }
    .tb3 th, .tb3 td {
        display:block;
        position:relative;
        padding:10px 0;
        padding-left:23% !important;
        border-width:0 0 1px 0;
    }
    .tb3 td:before {
        display: flex;
        align-items: center;
        justify-content: center;
        position:absolute;
        left:0;
        top:0;
        width:20%;
        height:100%;
        text-align: center;
        padding:5px 0;
        background:#F6F9FF;
        box-sizing: border-box;
        font-weight:700;
    }
    
    .tb3 td:nth-child(1):before {content:'과목';}
    .tb3 td:nth-child(2):before {content:'강의명';height:100%;vertical-align: middle;}
    .tb3 td:nth-child(3):before {content:'수강료';}
    .tb3 td:nth-child(4):before {content:'신청';height:100%}
    .lectureContent{margin-top:20px;}
	/* E:추가 */
	
	.tb4{table-layout: fixed;}
    .tb4 thead th{font-size:1.2rem;padding:10px 3px;overflow-wrap: break-word;}
    .tb4 tbody td{font-size:1.2rem;padding:10px 3px;overflow-wrap: break-word;}
	
	.tb5{table-layout: fixed;}
    .tb5 thead th{font-size:1.2rem;overflow-wrap: break-word;}
    .tb5 tbody td{font-size:1.2rem;padding: 10px 3px;overflow-wrap: break-word;}
	
	.btMore button{padding:8px 16px; font-size:1.2rem;}
	.tabBox{display:block; overflow-x:scroll}
	.contentTab{justify-content: flex-start;overflow-x:scroll;margin-top:30px; margin-bottom:30px;-ms-overflow-style: none; /* IE and Edge */scrollbar-width: none; /* Firefox */}
	.contentTab::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}
		
	.tabBox::-webkit-scrollbar {display:none;}
	.contentTab li{width:auto !important; margin-right:10px;}
    .ql-video {
        display: block;
        height: auto;
        min-height: 400px;
        width: 60%;
    }
    
    #tab1 .ql-video{
		min-height: 400px;
	}

}
@media (max-width:320px) {
	.contentTab{overflow-x:scroll}
	.contentTab::-webkit-scrollbar{display:none}
	.content{padding: 0 10px !important}
	footer .footerM .footerUtill li{overflow-wrap: anywhere;width: 17%;text-align: center;}
}
/* E: 공통 반응형 (header, footer) */