*{
    box-sizing: border-box;
}
.Wrapper{
    width: 90%;
    min-width: 1200px;
    max-width: 1220px;
    margin: 0 auto;
    /*background: #ddd;*/
}

/* - HEADER - */
header{
    position: fixed;
    top: 0;
    width: 100%; height: 90px;
    background: rgba(0,0,0,0.4);
    z-index: 99;
}
h1{
    float: left;
    display: inline-block;
    width: 150px; height: 39px;
    background: url(../data/basic/TITLE_LOGO_GAME.png) no-repeat;
    background-size: 150px;
    background-position: 0 -48px;
    margin: 22px 0;
}
header nav{
    width: 85%;
    float: right;
}
.gnb li .menu{
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    padding: 30px 0;
    color: #fff;
}
.gnb li:hover .menu{
    color: #c22b34;
    font-weight: 500;
    border-bottom: 5px solid #c22b34;
}
/* Header scroll::active effect */
.hactive{
    height: 60px;
    border-bottom: 1px solid #ddd;
    transition-duration: 0.3s;
    background: rgba(255,255,255,1);
}
.down{
    width: 120px;
    margin: 12px 0 8px 0;
    background: url(../data/basic/TITLE_LOGO_GAME.png) no-repeat;
    background-position: 0 0;
    background-size: 120px;
}
.gnbsm{
    display: block;
    padding: 15px 0 !important ;
    color: #333 !important ;
}
/* */


/* - MAIN - */
main{
    width: 100%;
    min-width: 1220px;
}
section{
    padding-top: 90px;
}

.fadein{
    opacity: 0;
    margin-top: 100px;
}

/* section TITLE - big.ver :left align */
.secTitle{
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    font-size: 20px;
    margin-bottom: 50px;
}
.secTitle h2{
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    font-family: 'GmarketSansBold';
    color: rgb(0,0,0);
    margin-right: 10px;
}
.secTitle h2 span{
    font-size: 70px;
    line-height: 70px;
    font-family: 'GmarketSansBold';
    color: #c22b34;
}

/* section TITLE - big.ver :center align */
.secTitle.center{
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
    color: #888;
}
.secTitle.center h2{
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

/* section TITLE - small.ver */
.secTitle_sm{
    text-align: center;
}
.secTitle_sm h3{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}
.secTitle_sm span{
    display: inline-block;
    font-family: 'GmarketSansMedium';
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

/* section 내 SUB TITLE */
.subTitle{
    
}
.subTitle h4{
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #c22b34;
}
.subTitle span{   
    display: inline-block;
    font-family: 'GmarketSansMedium';
    font-size: 13px;
}
/* */

/* BUTTON - basic.ver */
.btnWrap{
    background: #c22b34;
    padding:10px 0;
    width: 100%;
    text-align:center;
    position:relative;
    display:block;
    transition: all 0.3s;
}
.btnWrap .morebtn{
    position: relative;
    z-index:20;
    left:0; top:0;
    font-size:15px;
    color: white;
}
.btnWrap .fillri{
    width: 0; height:100%;
    position: absolute;
    left:0; top:0;
    background: #000;
    transition: all 0.3s;
    z-index: 15;
}
.btnWrap:hover .fillri{
    width: 100%;
}

/* BUTTON - gradient.ver */
.btnGrad a{
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #c22b34 0%, #f24611 51%, #c22b34 100%);
    background-size: 200% auto;
    transition: all 0.5s;

}
.btnGrad a:hover{
     background-position: right center; 
}



/* banner */
#bnr{
    width: 100%; height: 625px;
    background: url(../data/img/wgame_banner01.jpg) top center no-repeat;
    position: relative;
}
#bnr .btnLink{
    display: block;
    width: 410px; height: 60px;
    position: absolute;
    top: 528px; left: 50%;
    transform: translate(-50%,0);
    background: transparent;
}


/* section1 - subject */
#subject{
    padding-bottom: 50px;
}
.intro{
    margin-bottom: 70px;
}
.intro .intImg{
    width: 430px;
    float: left;
    margin-right: 50px;
    font-size: 0;
    overflow: hidden;
    background: #000;
}
.intro .intImg img{
    transition: all 0.25s;
    
}
.intro .intImg:hover img{
    transform: scale(1.08);
    opacity: .7;
    
}

.intro .intTxt{
    width: 60%;
    float: left;
}
.intro .intTxt p{
    margin: 34px 0;
    color: #555;
}
.intro .intTxt p em{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #000;
}
.intro .intTxt p span{
    display: block;
    margin: 15px 0;
    font-size: 14px;
    color: #888;
}

.intro .intTxt .intDivide{
    width: 50%;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    margin: 34px 0 20px 0;
}
.intro .intTxt .intDivide:last-child{
    padding-right: 0;
}


.inverse .intImg{
    margin-right: 0 !important ;
    margin-left: 50px;
}


/* section2 - employ */
#employ{
    width: 100%; height: 470px;
    background:  #f7f7f7;
    padding: 50px 0;
}
#employ .subTitle{
    text-align: center;
}
#employ .subTitle span{
    color: #c22b34;
    font-family: 'Noto Sans KR', sans-serif;
}
#employ .subTitle h4{
    color: #333;
}

.emSystem{
    margin-top: 70px;
    padding-bottom: 20px;
}
.emSystem .sysBox{
    width: 262.5px; 
    float: left;
    margin-right: 50px;
}
.emSystem .sysBox:last-child{
    margin-right: 0;
}
.emSystem .sysBox .sysicn{
    text-align: center;    
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
}
.emSystem .sysBox .sysicn a{
    display: inline-block;
    width: 80px; height: 80px;
    background-size: 100%;
}
.emSystem .sysBox .sysicn a.icnsm{
    width: 70px; height: 70px;
    margin: 5px 0;
}
.emSystem .sysBox .sysicn em{
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
.emSystem .sysBox .systxt{
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    color: #666;
}
.emSystem .sysBox span{
    color: #c33b24;
    font-weight: 500;
}





/* section3 - review */
#review{
    height: 880px;
}
.reviewCnt{
    padding: 20px 0;
}

.reviewCnt .btnWrap{
    width: 1180px;
    margin: 30px auto 0 auto;
    background: none;
    border: 1px solid #000;
}
.reviewCnt .btnWrap:hover{
    border: 1px solid #c22b34;
}
.reviewCnt .btnWrap .morebtn{
    color: #333;
}
.reviewCnt .btnWrap:hover .morebtn{
    color: #fff;
}
.reviewCnt .btnWrap .fillIn{
    width: 100%; height: 100%;
    position: absolute;
    left:0; top:0;
    background: rgba(194,43,51,0);
    transition: all 0.3s;
    z-index: 15;
}
.reviewCnt .btnWrap:hover .fillIn{
    background: rgba(194,43,51,1);
}


.reviewBox{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.reviewBox li{
    width: 33.33%;
    padding: 40px;
    margin: 10px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(153,153,153,.5);
}
.reviewBox .stName{
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #c22b34;
}
.reviewBox .stName span{
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-top: 3px;
    color: #666;
}
.reviewBox .stTxt{
    padding-top: 12px;
}

/* section4 - portfolio */
.slideWrap{
    width: 100%;
    margin-top: 30px;
}
.slideWrap .pfroll{
    width: 100%;
}


.slideWrap .pfroll .slick-slide{
        -webkit-filter: grayscale(1); 
        filter: grayscale(1);
    }
.slideWrap .pfroll .slick-current{
        -webkit-filter: grayscale(0); 
        filter: grayscale(0);
    } 


.slideWrap .pfroll .bxWrap{
    width: 666px; height: 440px;
    padding: 5px;
}
.slideWrap .pfroll .bxWrap .pfBox{
    width: 100%; height: 100%;
    position: relative;
}
/* 포트폴리오 개별 이미지 */
.pfBox.fs{
    background: url(../data/img/wgame_portfolio01.jpg) no-repeat;
    background-size: cover;
}
.pfBox.sc{
    background: url(../data/img/wgame_portfolio02.jpg) no-repeat;
    background-size: cover;
}
.pfBox.td{
    background: url(../data/img/wgame_portfolio03.jpg) no-repeat;
    background-size: cover;
}
.pfBox.ft{
    background: url(../data/img/wgame_portfolio04.jpg) no-repeat;
    background-size: cover;
}
.pfBox.fit{
    background: url(../data/img/wgame_portfolio05.jpg) no-repeat;
    background-size: cover;
}
.pfBox.sx{
    background: url(../data/img/wgame_portfolio06.jpg) no-repeat;
    background-size: cover;
}
.pfBox.sv{
    background: url(../data/img/wgame_portfolio07.jpg) no-repeat;
    background-size: cover;
}
.pfBox.eg{
    background: url(../data/img/wgame_portfolio08.jpg) no-repeat;
    background-size: cover;
}
.pfBox.ni{
    background: url(../data/img/wgame_portfolio09.jpg) no-repeat;
    background-size: cover;
}
/* */

.slideWrap .pfroll .bxWrap .pfBox .pfdetails{
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 70px;
    background: rgba(0,0,0,0.7);
    padding: 10px;
}
.slideWrap .pfroll .bxWrap .pfBox .pfdetails .dtTxt{
    width: 50%;
    float: left;
    color: #fff;
    font-weight: 500;
}
.slideWrap .pfroll .bxWrap .pfBox .pfdetails .dtTxt span{
    display: block;
    font-size: 13.5px;
    color: #eee;
}
.slideWrap .pfroll .bxWrap .pfBox .pfdetails .btnWrap{
    width: 50%;
    float: left;
    border: 1px solid #fff;
    background: none;
}
.slideWrap .pfroll .bxWrap .pfBox .pfdetails .btnWrap:hover{
    border: 1px solid #c22b34;
}
.slideWrap .pfroll .bxWrap .pfBox .pfdetails .btnWrap:hover .fillri{
    background: #c22b34;
}




/* section5 - curriculum */
#curriculum .subTitle>span{
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    color: #888;
    margin-left: 5px;
}
#curriculum .subTitle>h4{
    display: inline-block;
    color: #333;
}
#plannings, #artworks, .conceptsWrap{
    padding-bottom:50px;
}
#artworks, #concepts1, #concepts2{
    margin-top: 50px;
}
/*  게임그래픽과정 추가 css  */
#plannings, #artworks, .conceptsWrap, #graphics{
    padding-bottom:50px;
}
#artworks, #concepts1, #concepts2, #graphics{
    margin-top: 50px;
}


#concepts1{
    padding-right: 10px;
}
#concepts2{
    padding-left: 5px;
}
.crDivide{
    width: 50%;
    float: left;
}
.crDivide .curritable tr>*{
    height: 10px;
}

.curritable{
    width: 100%;
    margin-top: 10px;
}
.curritable tr>*{
    height: 50px;
    padding: 12px 25px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #666;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
}
.curritable tr>*:last-child{
    border-right: 0;
}
.curritable .content{
    text-align: left;
    font-size: 14px;
}


.curritable td:first-child{
    width: 15%;
}
.curritable td{
    width: 35%;
}
.curritable td:last-child{
    width: 50%;
}

.curritable .title>tr>th{
    background: #c22b34;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    height: 50px;
}

.conceptsWrap .curritable .tsmall{
    font-size: 13px;
}


/* - sectionFix - tuition - */
.tuiTit{
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 70px 0;
    text-align: center;
}
.tuiTit h3{
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.tuiTit span{
    font-size: 15px;
    color: #888;
}


.tuitable{
    width: 100%;
}
.tuitable tr>*{
    background: #fff;
    height: 60px;
    vertical-align: middle;
    padding: 0 50px;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 15px;
}
.tuitable tr .title{
    width: 210px;
    background: white;
}


/* 개인정보처리방침*/
.tuitable .agreement{
    width: 100%; height: 120px;
    border: 1px solid #ddd;
    overflow: hidden;
    overflow-y: scroll;
    margin: 15px 0 5px 0;
    padding: 5px 10px;
}
.tuitable .agreement>em{
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.tuitable .agreement>p{
    margin-top: 7px;
    font-size: 13px;
    color: #888;
}
.tuitable .agreecheck{
    margin-bottom: 12px;
}
.tuitable .agreecheck label{
    font-size: 13px;
}
.tuitable .agreecheck input[type='checkbox'] {
    width: 14px; height: 14px;
}
.tuitable .agreecheck input[type='checkbox']:checked:after {
    width: 6px; height: 6px;
    background: #666;
}
/* */
.tuiform .tuiWarn{
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
    color: #666;
}
.tuiform .tuibtn{
    width: 30%;
    margin: 50px auto 0 auto;
}

/* DB FORM INPUT STYLE */

label{
    font-size: 14px;
    color: #666;
    cursor: pointer;
    background: white;
}
input{
    outline: none;
}
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: #c22b34;
    position: relative; 
    top: 3px; left: 3px; 
    -webkit-border-radius: 0px;
} 
input[type='text'] {
    width: 380px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: middle;
    background: #fff;
}

.inputNum>li{
    float: left;
    margin-right: 10px;
}
.inputNum>li input[type="text"]{
    width: 110px;
}

select{
    height: 30px;
    font-size: 14px;
    margin: 0;
    color: #666;
    border: 1px solid #ddd;
    padding-left: 5px;
    vertical-align: middle;
    min-width: 85px;
}
/* */



/* - QUICK BAR - */
#quick{
    width: 100%; height: 70px;
    position: fixed;
    bottom: 0;
    background: rgba(194,43,51,.8);
}
.formTit{
    margin: 15px 0;
    float: left;
    color: #fff;
    font-size: 22px;
}
.formName{
    margin: 20px 0;
    float: left;
    margin-left: 70px;
    color: #fff;
    font-size: 15px;
}
.formName>input{
    width: 180px;
    margin-left: 7px;
}
.formTel{
    margin: 20px 0;
    float: left;
    margin-left: 30px;
}
.formTel .inputNum>li{
    color: #fff;
}
.formbtn{
    float: right;
    text-align: center;
}
.formbtn{
    display: inline-block;
    width: 250px; height: 70px;
    padding-top: 3px;
    background: rgba(0,0,0,0.8);
    position: relative;
}
.formbtn .link{
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index:20;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.formbtn .fillIn{
    width: 100%; height: 100%;
    position: absolute;
    left:0; top:0; bottom: 0; right: 0;
    background: rgba(146,4,12,0);
    transition: all 0.3s;
    z-index: 15;
}
.formbtn:hover .fillIn{
    background: rgba(146,4,12,1);
}


/* - TOP BUTTON - */
#tbtn_wrap{
    text-align: center;
    width: 100%;
}
#tbtn_wrap .tbtn{    
    width: 50px; height: 50px;
    position: fixed;
    bottom: 100px; right: 2%;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    display: none;
}
#tbtn_wrap .tbtn a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
}
#tbtn_wrap .tbtn a:hover{
    width: 50px; height: 50px;
    background: rgba(0,0,0,1);
    border-radius: 50%;
}
/* - MAP - */
#location .subTitle>h4{
    color: black;
    display: inline-block;
    font-family: 'GmarketSansMedium';
    margin-right: 10px;
}
#location .subTitle span{
    color: #999;
}
#location .wMap .mapImg{
    width: 55%; height: 415px;
    float: left;
    position: relative;
}
#location .wMap .mapImg>img{
    width: 90%;
    position: absolute;
    top: 50%; left: 0;
    transform: translate(0%,-50%);
}
#location .wMap .mapInfo{
    width: 45%;
    float: left;
    border-left: 1px solid #ddd;
    margin-top: 60px;
    padding-left: 20px;
}
#location .wMap .mapInfo li{
    padding: 5px 0;
    color: #666;
}
#location .wMap .mapInfo .MinfoTit{
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
#location .wMap .mapInfo ul{
    margin-top: 15px;
}
#location .wMap .mapInfo .Minfo2{
    margin-bottom: 15px;
    margin-top: 30px;
}

/* - FOOTER - */
footer{
    margin-top: 100px; 
    background: white;
    padding: 30px 0 100px 0;
    border-top: 1px solid #ddd;
}
.f_top .fLogo{
    width: 100%; height: 30px;
    background: url(../data/basic/TITLE_LOGO_GAME.png) no-repeat;
    background-position: 0 0;
    background-size: 120px;
    padding-left: 140px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #555;
}
.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;
}
.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;
}







