/* * * * * * * * * * * * * * * * * * * */
/* * * * * * * H E A D E R * * * * * * */
header{
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: relative;
    top: 0; left: 0; right: 0;
    z-index: 999;
}
.h_top{
    width: 100%; height: 35px;
    display: flex;
    border-bottom: 1px solid #eee;
    text-align: center;
}
/**/
.h_top .branchTab{
    float: left;
    height: 100%;
}
.h_top .branchTab .branchList{
    display: flex;
    margin-right: 10px;
}
.h_top .branchTab .branchList li a{
    display: inline-block;
    font-size: 12.5px;
    line-height: 20px;
    padding: 4px 20px 6px 20px;
    border-left: 1px solid #eee;
    border-top: 4px solid #fff;
    color: #888;
}
.h_top .branchTab .branchList li:last-child a{
    border-right: 1px solid #eee;
}
.h_top .branchTab .branchList li a:hover{
    color: #333;
}
.h_top .branchTab .branchList li a.selected{
    color: #ff7800;
    font-weight: 600;
    border-top: 4px solid #ff7800;
    border-bottom: 4px solid #fff;
    box-sizing: border-box;
}

/**/
.h_top .classInfo{
    float: left;
    margin: 0;
    padding: 6px 15px 8px 5px;
    /**/border-right: 1px solid #eee;
}
.h_top .classInfo .classInfoIcn{
    float: left;
    display: inline-block;
    width: 20px; height: 20px;
    background: url(../img/basic/TOP_CALANDER.svg) no-repeat;
    background-position: top -200px;
}
.h_top .classInfo .classInfoTxt{
    float: left;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

/*개강일 슬라이더일 때*/
.h_top .slideBnr{
    float: left;
    border-right: 1px solid #eee;
    height: 100%;
    
}
.h_top .slideBnr .classInfo{
    padding: 6px 30px 6px 0;
}
.h_top .slideBnr .centerBnr{
    margin: 0;
    padding: 6px 0;
}

/* * - HEADER TOP SLIDER ARROWS & DOTS STYLE - * */
.slideBnr .swiper-button-next, 
.slideBnr .swiper-button-prev{
    width: 18px; height: 17px;
    padding: 0;
    color: #666;
    font-weight: bold;
    border-left: solid 1px #eee;
    border-radius: 0;
}
.slideBnr .swiper-button-prev{
    top: 0; left: inherit; right: 0;
    transform: translate(0);
    border-bottom: solid 1px #eee;
}
.slideBnr .swiper-button-next{
    bottom:0; right: 0;
    transform: translate(0);
}    
.slideBnr .swiper-button-next:after{
    font-family: 'Arita-dotum-Medium';
    content: '>';
    transform: rotate(90deg);
    font-size: 11px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: -2px;
}
.slideBnr .swiper-button-prev:after{
    font-family: 'Arita-dotum-Medium';
    content: '<';
    transform: rotate(90deg);
    font-size: 11px;
    margin-left: 0;
    margin-top: -2px;
}
/* - */

/*개강일 오른쪽배열일 때*/
.h_top .classInfo.Right{
    float: right;
    margin: 0;
    padding: 7px 10px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

/**/
.h_top .centerBnr{
    display: inline-block;
    margin: 6px 0;
}
.h_top .centerBnr .iconBanner{
    float: left;
    display: inline-block;
    width: 20px; height: 20px;
    background: url(../img/basic/TOP_CALANDER.svg) no-repeat;
    background-position: top -200px;
}
.h_top .centerBnr .txtBanner{
    float: left;
    margin-left: 5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #666;
    animation: blink 1.5s infinite;
}
@keyframes blink{
    0%{
    }
    50%{
        /*color: #c22b34;*/
        color: #ff7800;
    }
    100%{
    }
}

/**/
.h_top .smBanner{
    float: right; height: 34px;
	max-height: 280px;
}
.h_top .smBanner img{
}

/* 우측 스몰 img배너 슬라이더일 때 */
.h_top .smBanner.slideBnr{
	padding-right: 18px;
	border-left: 1px solid #eee;
}
.h_top .smBanner .imgInfo > li{
}
.h_top .smBanner .imgInfo > li > a{
	display: block;
	width: 100%; height: 100%;
	font-size: 0;
}

/**/
.h_bot{
    width: 100%;
    display: flex;
    position: relative;
}
.h_bot h1{
    width: 18%;
    float: left;
    margin-left: 5px;
}
.h_bot h1 .logo{
    display: inline-block;
    width: 160px; height: 40px;
    overflow: hidden;
    margin: 22px 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.h_bot nav{
    width: 80%;
    float: right;
}
.h_bot nav .gnbMenu .menu{
    display: block;
    /*width: 14.28%;*/
	width: 16.66%;
    float: left;
    font-weight: 500;
    line-height: 90px;
    text-align: center;
    color: #4d4d4d;
    position: relative;
    z-index: 2;
}
.h_bot nav .gnbMenu.menu7 .menu{
	width: 14.28%;
}

.h_bot nav .gnbMenu.menu8 .menu{
	width: 11.9%;
}

.h_bot nav .gnbMenu .menu em{
    position: absolute;
    bottom: 0; left: 0;
    display: block;
    width: 100%; height: 5px;
    z-index: 1;
}
/* GNB:hover ADDCLASS STYLE */
.h_bot nav .gnbMenu .menuOn{
    color: #ff7800;
    font-weight: 500;
    padding-bottom: 0;
} 
.h_bot nav .gnbMenu .menuOn em{
    background: #ff7800;
}
/* */

.innerMenu{
    position: absolute;
    top: 89px; left: 0;
    width: 100%; height: 350px;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    /**/display: none;
}
.innerMenu .innerM{
    background: #fff;
    /**/display: none;
}
/* LNB:hover ADDCLASS STYLE */
.innerMenu .menuOn{
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
/* */

.innerMenu .innerM .lnbWrap{
    width: 1200px; 
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    
}
.innerMenu .innerM .lnbWrap>div{
    border-right: 1px solid #eee;
    padding: 30px 0;
}
.innerMenu .innerM .lnbWrap>div:last-child{
    border-right: none;
}
/* innerMENU first DESK INFO STYLE */
.innerMenu .innerM .lnbWrap .inInfo{
    width: 25%; height: 350px;
}
.inInfo h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #333;
}
.inInfo h2>span{
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #888;
}
.inInfo .goBtn a{
    display: inline-block;
    width: 100px; height: 30px;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    color: #888;
    border: 1px solid #888;
    border-radius: 5px;
    margin-top: 40px;
}
.inInfo .goBtn a>span{
    color: #888;
}
.inInfo .goBtn a:hover{
    background: #ff7800;
    border: 1px solid #ff7800;
    color: #fff;
}
.inInfo .goBtn a:hover>span{
    color: #fff;
}
.inInfo .infoTel{
    margin-top: 90px;
    color: #ff7800;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}
.inInfo .infoTel>span{
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #888;
}
/* innerMENU second GNB 2DEPTH-MENU STYLE */
.innerMenu .innerM .lnbWrap .gnb2Dep{
    width: 25%; height: 350px;
    background: #fbfbfb;
}
.lnb>li>a{
    display: block;
    margin: 0 30px 3px 30px;
    padding-left: 10px;
    color: #555;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}
.lnb>li>a:hover{
    background: #ff7800;
    color: #fff;
}

/* innerMENU third INNER EVENT STYLE */
.innerMenu .innerM .lnbWrap .inEvt{
    width: 50%; height: 350px;
}
.inEvt .evtTit{
    width: 50%; height: 100%;
    float: left;
    position: relative;
}
.inEvt .evtTit .evtTit_Wrap{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -os-transform: translate(-50%,-50%);
}
.inEvt .evtTit .evtTit_txt{
    font-size: 29px;
    line-height: 33px;
    font-weight: 500;
    margin-top: 20px;
}
.inEvt .evtTit .evtTit_txt>span{
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #888;
}

.inEvt .evtCnt{
    width: 50%;
    float: left;
}
.inEvt .evtCnt .simpleSubject{
    float: left;
    width: 50%;
}
.inEvt .evtCnt .simpleSubject>li>a{
    margin: 0 0 3px 0;
}
/* * INNER EVENT 빅이벤트영역 STYLE * */
.inEvt .evtTit .evtTit_icn.bg{
    width: 215px; height: 215px;
}

.inEvt .evtTit .evtTit_txt.bg{
    font-size: 21px;
    line-height: 33px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}
.inEvt .evtTit .evtTit_txt.bg>span{
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #888;
}
.inEvt .evtCnt .evtBtnWrap>li>a{
    display: block;
    width: 260px; height: 60px;
    padding-left: 10px;
    margin: 25px 10px;
    color: #555;
    font-size: 15px;
    line-height: 60px;
    border: 1px solid #999;
    border-radius: 7px;
}
.inEvt .evtCnt .evtBtnWrap>li>a .btnArrow{
    color: #555;
}
.inEvt .evtCnt .evtBtnWrap>li>a:hover{
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
}
.inEvt .evtCnt .evtBtnWrap>li>a:hover>span{
    color: #000;
}

/* * INNER EVENT 풀사이즈 이벤트영역 STYLE * */
.inEvt.full{
    width: 100%; height: 100%;
    padding: 35px 40px 50px 40px !important;
} 
.inEvt.full .evtCnt{
    width: 100%; height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.inEvt.full .evtCnt>a{
    display: block;
    width: 100%; height: 100%;
    font-size: 0;
}

/* * 취업센터부터의 메뉴위치 inverse 에 따른 변형 STYLE * */
.innerMenu .innerM .lnbWrap .gnb2Dep.inverse{
    border-right: 1px solid #eee;
}
.inEvt.full.inverse{
    padding: 35px 40px 50px 40px !important;
}

/* * evt01 - 단과과정 * */
.inEvt .evtTit .evtTit_icn.evt01{
    width: 104px; height: 104px;
    background: url(../img/basic/HEADER_inner_evt01.svg);
    background-size: 104px;
}

/* * evt03 - 게임과정 * */
.inEvt .evtTit .evtTit_icn.evt03{
    background: url(../img/basic/HEADER_inner_evt03.png);
    background-size: 100%;
}
/* * evt04 - 커뮤니티 * */
.inEvt.full .evtCnt.evt04{
    background: url(../img/basic/wacademy_og.jpg);
    background-size: 100%;
}
/* * evt05 - 취업지원센터 * */
.inEvt.full .evtCnt.evt05{
    background: url(../img/basic/wacademy_og.jpg);
    background-size: 100%;
}
/* * evt06 - 고객상담센터 * */
.inEvt.full .evtCnt.evt06{
    background: url(../img/basic/wacademy_og.jpg);
    background-size: 100%;
}
/* * evt07 - 아카데미소개 * */
.inEvt.full .evtCnt.evt07{
    background: url(../img/basic/wacademy_og.jpg);
    background-size: 100%;
}


/* * HEADER SCROLL ADDCLASS STYLE * */
.Hslide{
    position: fixed;
    top: 0; left: 0;
    z-index: 99;
    border-bottom: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
.down{
    margin: 11px 0 !important;
    width: 120px !important; height: 29px !important;
    background-size: 120px !important;
}
.gnbsm{
    line-height: 57px !important;
    font-weight: 400 !important;
    font-size: 15px;
}

.innerSlide{
    position: absolute;
    top: 56px !important;
    border-top: 1px solid #eee;
    border-bottom: none !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}




/* * * * * * * * * * * * * * * * * * * * * * * * * /
/* * * * * Q U I C K  M E N U - F I X E D * * * * */

#QuickBar{
    position: fixed;
    top: 0; right: 0;
    z-index: 999;
    width: 95px; height: 100vh;
    background: #fff;
    border-left: 1px solid #eee;
}
#QuickBar .qbTit{
    height: 100px;
    text-align: center;
    position: relative;
    border-bottom: 3px solid #ff7800;
}
#QuickBar .qbTit>p{
    color: #ff7800;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.qbMenu>li{
    padding: 0 10px;
}
.qbMenu>li>a{
    display: block;
    height: 106px;
    text-align: center;
    border-bottom: 1px solid #eee;
    background: white;
}
.qbMenu>li>a .qbMenuIcn{
    display: inline-block;
    width: 45px; height: 45px;
    margin-top: 15px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    transition: all 0.13s;
    -webkit-transition: all 0.13s;
    -ms-transition: all 0.13s;
    -moz-transition: all 0.13s;
    -o-transition: all 0.13s;
}
.qbMenu>li>a .qbMenuTxt{
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.qbMenu>li>a .qbMenuTxt .red2{
    font-weight: 500;
}
.qbMenu>li>a:hover .qbMenuIcn{
    background-size: 45px;
}
.qbMenu>li>a:hover .qbMenuTxt{
    color: #ff7800;
}
/* * QUICK BAR > QUICK MENU & hover STYLE * */
/* quick menu02 온라인상담 */
.qbMenu>li>a .qi02{
    background-image: url(../img/basic/QUICKBAR_02.svg);
}
.qbMenu>li>a:hover .qi02{
    background-image: url(../img/basic/QUICKBAR_02_1.svg);
}
/* quick menu03 카톡상담 */
.qbMenu>li>a .qi03{
    background-image: url(../img/basic/QUICKBAR_03.svg);
}
.qbMenu>li>a:hover .qi03{
    background-image: url(../img/basic/QUICKBAR_03_1.svg);
}
/* quick menu04 온라인결제 */
.qbMenu>li>a .qi04{
    background-image: url(../img/basic/QUICKBAR_04.svg);
}
.qbMenu>li>a:hover .qi04{
    background-image: url(../img/basic/QUICKBAR_04_1.svg);
}
/* quick menu05 포트폴리오 */
.qbMenu>li>a .qi05{
    background-image: url(../img/basic/QUICKBAR_05.svg);
}
.qbMenu>li>a:hover .qi05{
    background-image: url(../img/basic/QUICKBAR_05_1.svg);
}


/* */

#QuickBar .qbCenter{
    padding-top: 20px;
}
.qbCenter .qbCall{
    width: 100%; height: 60px;
    position: relative;
}
.qbCenter .qbCall .callEf{
    width: 50px; height: 50px;
    background: rgba(255,120,0,0.3);
    border-radius: 50%;
    position: absolute;
    top: 0; left: 25px;
    animation: cw-circle 2s 0.5s infinite;
}

.qbCenter .qbCall .callBg{
    width: 50px; height: 50px;
    background: #ff7800;
    border-radius: 50%;
    position: absolute;
    top: 0; left: 25px;
    animation: c-circle 2s infinite;
}

.qbCenter .qbCall .callIcn{
    width: 40px; height: 40px;
    background: url(../img/basic/QUICKBAR_TEL.svg) center no-repeat;
    position: absolute;
    top: 5px; left: 30px;
}
.qbCenter .qbCall .callIcn>span{
    display: block;
    width: 40px; height: 40px;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    animation: c-show 2s infinite;
}
.qbCenter .qbCall .callIcn .cIcn01{
    background: url(../img/basic/QUICKBAR_TEL01.svg) center no-repeat;
}
.qbCenter .qbCall .callIcn .cIcn02{
    background: url(../img/basic/QUICKBAR_TEL02.svg) center no-repeat;
    animation-delay: 0.5s;
}
.qbCenter .qbCall .callIcn .cIcn03{
    background: url(../img/basic/QUICKBAR_TEL03.svg) center no-repeat;
    animation-delay: 1s;
}
/* * QUICK BAR CALL ICON ANIMATION KEYFRAMES * */
@keyframes c-show{
	0%{ opacity: 0; }
	30%{ opacity: 0.5; }
	70%{ opacity: 0.7; }
	100%{ opacity: 1; }
}

@keyframes c-circle{
	0%{ transform:scale(1); }
	30%{ transform:scale(1.1); }
	70%{ transform:scale(0.9); }
	100%{ transform:scale(1); }
}
@keyframes c-shadow{
	0%{ box-shadow:0 0 0 0 rgba(255,120,0,0); }
	40%{ box-shadow:0 0 0 0 rgba(255,120,0,0); }
	80%{ box-shadow:0 0 0 14px rgba(255,120,0,0.1); }
	90%{ box-shadow:0 0 0 14px rgba(255,120,0,0); }
	100%{ box-shadow:0 0 0 0 rgba(255,120,0,0); }
}
@keyframes cw-circle{
	0%{ transform:scale(1); }
	40%{ transform:scale(1.1); }
	50%{ transform:scale(1.1); }
	80%{ transform:scale(0.9); }
	100%{ transform:scale(1); }
}
/* */

.qbCenter .qbNum{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.05em;
}
.qbCenter .qbNum>span{
    display: block;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 16px;
}

.qbCenter .qbInfo{
    text-align: center;
    padding-top: 7px;
    letter-spacing: -0.03em;
}
.qbCenter .qbInfo li{
    color: #888;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500; 
    margin-top: 5px;
}
.qbCenter .qbInfo li .orange{
    display: block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 700;
}


#QuickBar .totop{
    position: absolute;
    bottom: 0;
    width: 100%; height: 40px;
    background: #ff7800;
}
#QuickBar .totop .topIcn{
    display: block;
    width: 100%; height: 100%;
    background: url(../img/basic/QUICKBAR_TOP.svg) center no-repeat;
}


/* * * * * * * * * * * * * * * * * * * * * * * /
/* * * * * Q U I C K  M E N U - M I D * * * * */

#QuickMid{
    width: 100%;
    border-bottom:1px solid #eee;
}
#QuickMid .Wrapper{
    display: flex;
    justify-content: space-between;
}
#QuickMid .qmTit{
    width: 106px;
    float: left;
}
#QuickMid .qmTit>p{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 35px 0;
}
#QuickMid .qmCenter .qmTit{
    text-align: center;
}
#QuickMid .qmCenter .qmTit>p{
    display: inline-block;
    text-align: left;
}
#QuickMid .qmCenter{
    float: right;
    text-align: center;
    /*width: 30%;*/
}
#QuickMid .qmCenter .qmTel{
    display: inline-block;
    padding: 23px 0;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}
#QuickMid .qmCenter .qmTel>span{
    color: #666;
    font-size: 12px;
    line-height: 20px;
    display: block;
}

#QuickMid .qmMenu{
    float: left;
	padding-left: 10px;
    display: flex;
	width: 710px;
	/* 6칸용  width:730px; */
}
#QuickMid .qmMenu>li{
    float: left;
}
.qmMenu>li>a{
    display: block;
	width: 130px;
	/*  6칸용 width: 110px;*/
    background: white;
    text-align: center;
    padding: 15px 0;
    margin: 0 5px;
    position: relative;
}
.qmMenu>li>a .qmMenuIcn{
    display: inline-block;
    width: 55px; height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
}
.qmMenu>li>a .qmMenuTxt{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #555;
}
.qmMenu>li>a .red2{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #e22d38;
}

/* * - QUICK MID BOX:hover STYLE - * */
.qmMenu>li>a .qmHvbox{
    position: absolute;
    top: -6px; left: -5px;
    z-index: 10;
	width: 140px; height: 120px;
	/* 6칸용 width: 130px; height: 115px; */
    background: #ff7800;
    border-radius: 0 15px 0 15px;
    display: none;
}    

.qmMenu>li>a .qmHvbox .qmMenuIcn{
    margin-top: 20px;
}

.qmMenu>li>a .qmHvbox .qmMenuTxt{
    color: #fff;
}

/* * - QUICK MID ICON & hoverBox ICON - * */
.qmMenu>li>a .qmi01{
    background-image: url(../img/basic/QUICKMID_01.svg);
}
.qmMenu>li>a .qmi01_1{
    background-image: url(../img/basic/QUICKMID_01_1.svg);
}
.qmMenu>li>a .qmi02{
    background-image: url(../img/basic/QUICKMID_02.svg);
}
.qmMenu>li>a .qmi02_1{
    background-image: url(../img/basic/QUICKMID_02_1.svg);
}
.qmMenu>li>a .qmi03{
    background-image: url(../img/basic/QUICKMID_m_05.svg);
    background-size: 55px;
}
.qmMenu>li>a .qmi03_1{
    background-image: url(../img/basic/QUICKMID_m_05_1.svg);
    background-size: 55px;
}
.qmMenu>li>a .qmi04{
    background-image: url(../img/basic/QUICKMID_04.svg);
}
.qmMenu>li>a .qmi04_1{
    background-image: url(../img/basic/QUICKMID_04_1.svg);
}
.qmMenu>li>a .qmi05{
    background-image: url(../img/basic/QUICKMID_05.svg);
}
.qmMenu>li>a .qmi05_1{
    background-image: url(../img/basic/QUICKMID_05_1.svg);
}
.qmMenu>li>a .qmi06{
    background-image: url(../img/basic/QUICKMID_06.svg);
	background-size: 55px;
}
.qmMenu>li>a .qmi06_1{
    background-image: url(../img/basic/QUICKMID_06_1.svg);
	background-size: 55px;
}
/* - */




/* * * * * * * * * * * * * * * * * * * * * * * * /
/* * * * Q U I C K  M E N U - B O T T O M * * * */
#QuickBot{
    width: 100%;
    padding: 60px 0;
}
#QuickBot .Wrapper{
    min-width: 1200px;
    max-width: 1200px;
}
.qbBtn{
    width: 100%;
    display: flex;
}
.qbBtn li{
    width: 20%;
    margin-right: 10px;    
}
.qbBtn li:last-child{
    margin-right: 0;   
}
.qbBtn li>a{
    display: block;
    width: 100%; 
    text-align: center;
    font-family: 'Arita-dotum-Medium';
    font-weight: 500;
    line-height: 22px;
    padding: 17px 0;
    color: #fff;
    background: #333;
}
.qbBtn li>a:hover{
    background: #ff7800;
}






/* * * * * * * * * * * * * * * * * * * * * * * * /
/* * * * Q U I C K  C O U R S E  -  B T N * * * */
#QuickCourse{
    width: 100%;
	border-top: 1px solid #eee;
}
#QuickCourse .Wrapper{
    min-width: 1200px;
    max-width: 1200px;
}
.qcBtn{
    width: 100%;
    display: flex;
}
.qcBtn li{
    width: 20%;  
	border-left: 1px solid #eee;
}
.qcBtn li:last-child{
	border-right: 1px solid #eee;
}
.qcBtn li>a{
    display: block;
    width: 100%; 
    text-align: center;
	font-size: 13px;
    line-height: 20px;
	padding: 5px 0;
    color: #888;
}


/* * * * * * * * * * * * * * * * * * ** * * * /
/* * * * F I X E D  I N Q U I R Y 기 본 * * * */
#IQuick-Fixed{
    padding-top: 120px;
}
.IQuick_title{
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 70px 0;
    text-align: center;
}
.IQuick_title>h4{
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.IQuick_title>p{
    font-size: 15px;
    line-height: 22px;
    color: #888;
}
/* Fixed_basic 관심과정 선택 */
#IQuick-Fixed .IQform .IQ_table tr td.IQuick_subject{
    padding: 15px 50px;
}
#IQuick-Fixed .IQform .IQ_table tr td.IQuick_subject label{
    width: 19%;
    margin: 10px 0;
}
/* Fixed_selected 관심과정 선택 */
#IQuick-Fixed .IQform .IQ_table tr td.IQuick_subject_sel{
    padding: 15px 50px;
}
#IQuick-Fixed .IQform .IQ_table tr td.IQuick_subject_sel label{
    width: 24%;
    margin: 10px 0;
}




/* * * * * * * * * * * * * * * * * * * * * */
/* - 상 담 T A B L E  & I N P U T  공 통  - */
.IQ_table{
    width: 100%;
}
.IQ_table tr>*{
    background: #fff;
    height: 60px;
    vertical-align: middle;
    padding: 0 50px;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 15px;
}

.IQ_table tr .title{
    width: 220px;
    background: white;
}

/* 지점 선택 */
.IQ_table tr td.IQuick_Branch label{
    min-width: 145px;
}
.IQ_table tr td.IQuick_Branch label > span{
    margin-left: 7px;
    margin-right: 80px;
}

/*온라인결제 결제금액 예시*/
.IQ_table tr td label .tdExample{
    font-size: 12px;
    color: #888;
    display: inline-block;
    margin-left: 20px;
}
/*온라인결제 금액적용 버튼*/
.IQ_table tr td .paybutton{
    margin: 0 5px;
    font-size: 11px;
    color: #888;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 10px;
    cursor: pointer;
}
/*개인정보처리방침*/
.IQ_table .agreement.short{
    height: 102px;
}
.IQ_table .agreement{
    width: 100%; height: 120px;
    border: 1px solid #ddd;
    overflow: hidden;
    overflow-y: scroll;
    margin: 15px 0 5px 0;
    padding: 5px 10px;
}
.IQ_table .agreement>em{
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.IQ_table .agreement>p{
    margin-top: 7px;
    font-size: 13px;
    color: #888;
}
.agreecheck{
    margin-bottom: 12px;
}
.IQ_table .agreecheck label{
    font-size: 13px;
}
.IQ_table .agreecheck input[type='checkbox'] {
    width: 14px; height: 14px;
}
.IQ_table .agreecheck input[type='checkbox']:checked:after {
    width: 6px; height: 6px;
    background: #666;
}
.agreecheck>a{
    font-size: 13px;
    color: #888;
    display: inline-block;
    margin-left: 5px;
}
/* */
.IQform .IQ_Warn{
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
    color: #666;
}
.IQform .IQ_btn{
    margin: 50px 0;
}

/*label 내 깜박이+아이콘 class 추가*/
label.blink{
    font-size: 13.5px;
}
.blink{
    font-weight: 600;
    animation: blinkRed .75s infinite;    
}
@keyframes blinkRed{
    0%{
        
    }
    50%{
        color: #c22b34;
    }
    100%{
        
    }
}
label span.icon{
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left:5px;
}

/* 정보입렵 TABLE: INPUT 공통 STYLE */
label{
    font-size: 14px;
    color: #666;
    cursor: pointer;
    background: white;
    display: inline-block;
    min-width: 170px;
}
input{
    outline: none;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
}
input[type='checkbox'] {
    margin: 0 7px 0 0;
    background: #fff; 
    border: solid 1px #ddd;
    height: 16px; width: 16px; 
    -webkit-appearance: none; 
    -webkit-border-radius: 3px; 
    padding: 0;
    vertical-align: bottom;
    margin-bottom: 3px; 
    cursor: pointer;
}
input[type='checkbox']:checked {
    background: #fff; 
    border: solid 1px #c9c9c9;
    border: 0 \0/IE8+9;
}
input[type='checkbox']:checked:after {
    content: ""; 
    display: block; 
    width: 8px; 
    height: 8px; 
    background: #ff7800;
    position: relative; 
    top: 3px; left: 3px; 
    -webkit-border-radius: 0px;
} 
input[type='text'] {
    width: 360px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: middle;
    background: #fff;
}
input.inputSubject{
    border: none;
    color: #888;
}
.inputNum>li{
    float: left;
    margin-right: 10px;
}
.inputNum>li input[type="text"]{
    width: 110px;
}
input::-webkit-input-placeholder{
    color: #999;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
}
input::-ms-input-placeholder{
    color: #999;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
}
input::-moz-input-placeholder{
    color: #999;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
}
input::-o-input-placeholder{
    color: #999;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
}
textarea{
    width: 100%; height: 250px;
    outline: none;
    margin: 15px 0;   
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.02em;
    color: #666;
}
textarea::-webkit-input-placeholder{
    color: #999;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
}
textarea::-ms-input-placeholder{
    color: #999;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
}
textarea::-moz-input-placeholder{
    color: #999;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
}
textarea::-o-input-placeholder{
    color: #999;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
}
select{
    height: 30px;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    color: #666;
    border: 1px solid #ddd;
    padding-left: 10px;
    vertical-align: middle;
    min-width: 85px;
    outline: none;
    background: url(../img/basic/INPUT_SELECTBG.png) no-repeat right 0 center;
    appearance: none;
    -webkit-appearance: none;
}
/* */





/* * * * * * * * * * * * * * * * * * * */
/* * * * * * * F O O T E R * * * * * * */

footer{
    background: white;
    padding: 40px 0;
    border-top: 1px solid #eee;
}
.f_top{
    width: 100%;
    margin-bottom: 22px;
}
.f_top .fLogo{
    float: left;
    width: 120px;height: 30px;
    overflow: hidden;
}
.f_top .fTel{
    float: left;
    height: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #555;
    margin-left: 20px;
}
.f_top .fBranch{
    float: left;
    display: inline-block;
    margin-left: 20px;
    margin-top: 3px;
}
.f_top .fBranch select{
    min-width: 110px;
}
.f_bot{
    width: 100%;
    margin-top: 10px;
}
.f_bot .divide{
    display: inline-block;
    width: 1px; height: 11px;
    background: #ddd;
    margin: 0 10px;
}
.f_bot .fnb ul li{
    float: left;
}
.f_bot .fnb ul li>a{
    font-size: 14px;
    color: #666;
    padding: 0 3px;
}
.f_bot .fInfo{
    margin-top: 30px;
    font-size: 13px;
    color: #888;
    line-height: 2;
}
.f_bot .fInfo>a{
    color: #888;
}
.f_bot .fInfo .small{
    display: block;
    font-size: 11px;
    margin-top: 10px;
    color: #888;
}





/* * * * * * W I N D O W  P O P U P * * * * * * */
/* * * * * * * * 후 기 등 록 팝 업 * * * * * * * */
#POPUP{
    
}
#POPUP .lnbTitle {
    margin: 40px 0;
}
#POPUP .lnbTitle .lnbTitB {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
#POPUP .lnbTitle .lnbTitL {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
}
#POPUP .popWrapper{
    width: 95%;
    margin: 0 auto;
    min-width: 680px;
    max-width: 680px;
}
#POPUP .popupForm{
    border-top: 3px solid #000;
    border-bottom: 2px solid #000;
}
/* POPUP TABLE STYLE */
#POPUP .IQ_table tr .title {
    font-size: 14px;
    padding: 0 50px;
}
#POPUP .IQ_table tr>* {
    font-size: 14px;
    padding: 0 10px;
}
#POPUP input[type='text'] {
    width: 280px;
}
#POPUP input[type='password'] {
    width: 300px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: middle;
    background: #fff;
}
#POPUP .inputNum>li input[type="text"] {
    width: 85px;
}
#POPUP textarea {
    height: 100px;
}
#POPUP textarea::-webkit-input-placeholder{
    color: #999;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
}
#POPUP textarea::-ms-input-placeholder{
    color: #999;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
}
#POPUP .IQ_table .agreement{
    height: 60px;
    padding: 0 7px;
}
#POPUP .IQ_table .agreement>p{
    margin-top: 3px;
    font-size: 9px;
    color: #888;
}
#POPUP .IQ_table .agreement>em{
    font-size: 11px;
    font-weight: 500;
    color: #666;
}
#POPUP .IQ_table .agreecheck label{
    font-size: 12px;
}
#POPUP .IQ_table .agreecheck input[type='checkbox'] {
    width: 13px; height: 13px;
}
#POPUP .IQ_table .agreecheck input[type='checkbox']:checked:after {
    width: 5px; height: 5px;
    background: #ff7800;
}
#POPUP .RV_Warn{
    display: inline-block;
    font-size: 13px;
    margin-left: 0px;
    color: #000;
    font-weight: 500;
}

#POPUP .RV_btn{
    padding-top: 50px;
}
#POPUP .RV_btn .moreLink>a{
    width: 50%;
}



/* * * * * * * * * * * * * * * * * * * * */
/* * * * * * * I N C L U D E * * * * * * */

#INCLUDE .pgTitle.Basic{
    background-image: url(/img/basic/include_pgTitle_bg.jpg);
}

/* * * * * 개 인 정 보 처 리 방 침 * * * * */
#privacy{
    
}
#privacy h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    text-align: center;
    margin-top: 70px;
    padding: 70px 0;
    border-bottom: 3px solid #000;
}
#privacy .privacy_Cnt{
    padding: 20px 0;
}
.privacy_Cnt .cntArea{
    margin: 20px 0;
}
.privacy_Cnt h4{
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    padding: 15px 0;
}
.privacy_Cnt p{
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 15px;
}
.privacy_Cnt ul{
    padding-bottom: 15px;
    padding-left: 15px;
}
.privacy_Cnt li{
    padding-bottom: 3px;
    font-size: 12px;
    color: #555;
}
.privacy_Cnt li.bold{
    font-weight: 500;
    font-size: 13px;
    color: #333;
    margin-left: -10px;
    padding-top: 10px;
}
.privacy_Cnt ul li:before{
    content: '-';
    display: inline-block;
    margin-left: -15px;
    margin-right: 7px;
}
.privacy_Cnt li.bold:before{
    content: '';
}



/* * * * * 사 이 트 맵 * * * * */
#sitemap .sitemap_Cnt{
    padding-bottom: 50px;
}
#sitemap h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-align: left;
    margin-top: 70px;
    border-bottom: 3px solid #000;
    padding: 20px 0;
}

#sitemap .listBx{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
#sitemap .listBx .list{
    width: 50%;
    padding-right: 40px;
}
#sitemap .listBx .list:nth-child(2), 
#sitemap .listBx .list:nth-child(4){
    padding-right: 0;
}
#sitemap .listBx .list h4{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid #333;
}

#sitemap .listBx .list ul{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
#sitemap .listBx .list ul li{
    width: 33.33%;
}
#sitemap .listBx .list.divide-2 ul li{
    width: 50%;
}
#sitemap .listBx .list ul li a{
    display: inline-block;
    width: 100%; height: 100%;
    padding: 5px 10px 5px 0;
    font-size: 14px;
}
#sitemap .listBx .list ul li a:hover{
    color: #ff7800; 
    font-weight: 600;
}


/* * * * * 수 강 료 안 내 * * * * */
#tuition h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    text-align: center;
    margin-top: 25px;
    padding: 70px 0;
}

.tui_table{ 
	width: 1200px;
}

.tui_table >table{
	width: 100%;
	
}

.tui_table,
.tui_table th,
.tui_table td{
	text-align: center;
	padding: 10px 15px;
	margin: auto;
	vertical-align: middle;
}


.tui_table th {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

.tui_table .tui_border_top{
	border-top: 3px solid #000;
	font-weight: 600;
	font-size: 18px;
}

.tui_table td{
	border: 1px solid #ddd;
}

.tui_table .tui_border_bottom{
	border-bottom: 3px solid #000;
}

.tui_table .clear_border_l{
	border-left: 1px solid #fff;
}

.tui_table .clear_border_r{
	border-right: 1px solid #fff;
}



/* list 4분할 small ver */
#sitemap .listBx.small .list{
    width: 25%;
    padding-right: 40px;
}

#sitemap .listBx.small .list ul li{
    width: 100%;
}


