@charset "utf-8";
/* CSS Document */

/* 인트로 페이지 팝업 */

.introPopupBtn a {
    position: absolute;
    right: 0px;
    bottom: 41px;
    width: 406px;
    height: 94px;
    background-image: url(../../img/page/01_btn_d.png);
    /* margin-left: 118px; */
}

.introPopupBtn a:hover {
    background-image: url('../../img/page/01_btn_u.png');
}

.introPop {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1120px;
    height: 630px;
    background-image: url('../../img/page/01_popBg.png');
    display: none;
}

.introPopTeacher {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1120px;
    height: 630px;
    background-image: url('../../img/page/01_popTeacher.png');
}

.introPopName {
    position: absolute;
    left: 563px;
    top: 194px;
    font-family: 'NanumBarunGothicBold';
    color: #ffc808;
    font-size: 40px;
}

.introPopName2 {
    font-family: 'NanumBarunGothicLight';
    color: #e1e1e1;
    font-size: 30px;
}

.introPopCareer {
    position: absolute;
    left: 564px;
    font-family: 'NanumBarunGothicLight';
    width: 540px;
}

.introPopCareerTxt1 {
    position: relative;
    top: 4px;
    float: left;
    color: #ffc808;
    border-bottom: 1px solid #ffc808;
}

.introPopCareerTxt2 {
    position: relative;
    padding-left: 15px;
    float: left;
    color: #e1e1e1;
    line-height: 30px;
}

.introPopClose a {
    position: absolute;
    left: 1069px;
    top: 13px;
    width: 42px;
    height: 42px;
    background-image: url('../../img/page/01_popClose.png');
    background-position: 0px 0px;
}

.introPopClose a:hover {
    background-position: 0px -50px;
}

/* 아웃트로 */

.outroImg {
    position: absolute;
}

.outroTxt1 {
    position: absolute;
    font-family: 'NanumBarunGothicLight';
    font-size: 39px;
    color: #ffffff;
    width: 500px;
    word-break: keep-all;
    letter-spacing: -1px;
}

/* 정리하기 */

.arrange {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1120px;
    height: 630px;
    font-family: 'NanumBarunGothic';
}

.arrange_box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1120px;
    height: 630px;
    z-index: 1000;
    background: url('../../img/page/07_03.png') no-repeat;
}

.arrange_lst {
    position: absolute;
    left: 406px;
    top: 78px;
    width: 670px;
    margin: 0;
    padding: 0;
}

.arrange_lst li {
    /* margin-bottom: 15px;
    color: #2529a4;
    font-size: 22px;
    line-height: 30px; */
}

.arrange_lst li img, .arrange_lst li text {
    vertical-align: middle;
}

.arrange_lst li .arrange_arrow {
    width: 670px;
    margin: 5px 0px 8px 0px;
    word-break: keep-all;
    line-height: 25px;
    font-family: 'NanumBarunGothic';
    font-size: 18px;
    color: #000000;
}

.arrange_lst li .arrange_arrow .arrangeTextBig {
    display: inline-block;
    width: 613px;
    height: 31px;
    font-family: 'SCDream6';
    font-size: 25px;
    color: #5d3bb2;
    padding-top: 4px;
    padding-left: 44px;
    /* border-bottom: 1px solid #000; */
    background-repeat: no-repeat;
    letter-spacing: -2px;
}

.arrange_lst li .arrange_arrow .arrangeText {
    max-width: 670px;
    margin-left: 50px;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: url('../../img/page/06_bullet_small.png') 0px 7px no-repeat;
    word-break: keep-all;
}

.arrange_lst li .arrange_arrow .arrangeText2 {
    max-width: 670px;
    margin-left: 60px;
    padding-left: 13px;
    margin-bottom: 5px;
    background: url('../../img/page/07_bullet_small2.png') 0px 7px no-repeat;
    font-size: 16px;
    word-break: keep-all;
}

.arrange_lst li .arrange_arrow .arrangenumText {
    max-width: 670px;
    margin-left: 60px;
    padding-left: 13px;
    margin-bottom: 9px;
    font-size: 16px;
    word-break: keep-all;
}

.arrange_lst li .arrange_arrow .textHi {
    color: #ff7713;
}

/* 강조색 */

/* 정리하기 탭 이동 */

#arrangePageControl {
    position: absolute;
    left: 639px;
    top: 536px
}

#arrangePageControl, #arrangePageControl div {
    float: left
}

#arrangePageControl a {
    display: block;
    width: 22px;
    height: 29px;
    text-indent: -9999px;
    cursor: pointer;
}

#arrangePageControl .prevBtn a {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: url(../../../common/img/ui-img/08_backNextBtn.png) no-repeat;
    background-position: 0px 0px
}

#arrangePageControl .nextBtn a {
    position: absolute;
    left: 100px;
    top: 0px;
    z-index: 100;
    background: url(../../../common/img/ui-img/08_backNextBtn.png) no-repeat;
    background-position: -30px 0px
}

#arrangePageControl .prevBtn a:hover {
    background-position: 0px -50px
}

#arrangePageControl .nextBtn a:hover {
    background-position: -30px -50px
}

#arrangePageControl .nowPageNum {
    position: absolute;
    left: 25px;
    top: 3px;
    width: 25px;
    text-align: right;
    color: #ffa113;
    font-family: 'NanumBarunGothicBold';
    font-size: 22px;
}

#arrangePageControl .pageNum {
    position: absolute;
    left: 60px;
    top: 6px;
    width: 1px;
    height: 17px;
    background: url(../../../common/img/ui-img/08_backNextBtn.png) no-repeat;
    background-position: -70px 0px
}

#arrangePageControl .totalPageNum {
    position: absolute;
    left: 70px;
    top: 3px;
    width: 25px;
    text-align: left;
    color: #2b3239;
    font-family: 'NanumBarunGothicBold';
    font-size: 22px;
}

/* 다운로드 버튼 */

#arrangeDown {
    position: absolute;
    left: 970px;
    top: 43px;
    z-index: 2000
}

#arrangeDown, #arrangeDown div {
    float: left
}

#arrangeDown a {
    display: block;
    width: 108px;
    height: 40px;
    text-indent: -9999px;
    cursor: pointer;
}

#arrangeDown a {
    background: url(../../../common/img/ui-img/08_btn.png) top no-repeat;
    background-position: -127px 0px
}

#arrangeDown a:hover {
    background-position: -127px -60px
}

/* 프린트 버튼 */

#arrangePrint {
    position: absolute;
    left: 859px;
    top: 43px;
    z-index: 2000
}

#arrangePrint, #arrangePrint div {
    float: left
}

#arrangePrint a {
    position: absolute;
    /* top: -296px;
    left: 871px; */
    display: block;
    width: 108px;
    height: 40px;
    text-indent: -9999px;
    cursor: pointer;
}

#arrangePrint a {
    background: url(../../../common/img/ui-img/08_btn.png) top no-repeat;
    background-position: 0px 0px
}

#arrangePrint a:hover {
    background-position: 0px -60px
}

.chapterTxt {
    position: absolute;
    left: 30px;
    top: 11px;
    font-family: "SCDream6";
    font-size: 25px;
    color: #3449af;
    letter-spacing: -2px;
}

.chapterCss1 {
    position: absolute;
    width: 672px;
    height: 37px;
    background-image: url('../../img/page/07_num01.png');
    margin-top: -3px;
}

.chapterCss2 {
    position: absolute;
    width: 672px;
    height: 37px;
    background-image: url('../../img/page/07_num02.png');
    margin-top: -3px;
}

.chapterCss3 {
    position: absolute;
    width: 672px;
    height: 37px;
    background-image: url('../../img/page/07_num03.png');
    margin-top: -3px;
}

.chapterCss4 {
    position: absolute;
    width: 672px;
    height: 37px;
    background-image: url('../../img/page/07_num04.png');
    margin-top: -3px;
}

.topSubImg1, .topSubImg2, .topSubImg3{position: absolute;margin-left: -5px;margin-top: -3px;}

.subTitleCss {
    position: absolute;
    top: 58px;
    left: -15px;
}

.subTitleCss ul li {
    margin-bottom: 5px;
}

.subTitleCss ul li em {
    position: absolute;
    margin-top: 7px;
    margin-left: 24px;
    width: 11px;
    height: 11px;
    background-image: url('../../img/page/07_bullet_small.png');
}

.subTitleCss ul li .topDiv {
    font-family: "NanumSquareR";
    font-size: 20px;
    color: #000;
    margin-left: 27px;
    margin-top: 5px;
    letter-spacing: -1.7px;
    margin-top: 17px;
    margin-bottom: 5px;
}

.subTitleCss span {
    color: #F66055;
}

.subTitleCss ul li .subDiv {
    font-family: "NanumSquareR";
    font-size: 20px;
    color: #000;    
    margin-left: 38px;    
    letter-spacing: -1.7px;
    line-height: 127%;    
    word-break: keep-all;
}

#pageNav {
    position: absolute;
    top: 558px;
    left: 637px;
    z-index: 7;
}

#pageNav ul li {
    float: left;
    margin-left: 11px;
    /* margin-bottom: 15px; */
}

.pageNavImg {
    position: relative;
    width: 9px;
    height: 9px;
    background-image: url("../../img/page/07_bullet_ic_d.png");
    margin-left: 6px;
}

.imgCss {
    margin-left: 12px;
}

.upNav{
    cursor: pointer;
    position:absolute;
    width: 23px;
    height: 54px;
    top: -270px;
    left: -277px;
    background-image: url("../../img/page/sum_back_d.png");
}
.upNav:hover{
    background-image: url("../../img/page/sum_back_u.png");
}
.downNav {
    cursor: pointer;
    position:absolute;
    width: 23px;
    height: 54px;
    top: -270px;
    right: -366px;
    background-image: url("../../img/page/sum_next_d.png");
}

.downNav:hover{
    background-image: url("../../img/page/sum_next_u.png");
}

/* 수강화면 css 수정 */
.outroImg.tween{width: 100%; height: 100%; }
.outroImg.tween img{width: 100%; height: 100%; object-fit: cover;}
#objective .arrange{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#pageNav{left: 55.5%;}