
/*#########################
##  contents style
###########################*/
#popbg{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
}
h4.ed-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #333;
    margin-bottom: 10px;
}
h4.ed-title.line{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}
.target-area > *{
    display: none;
}
.target-area > .on{
    display: block;
}
.btn{
    cursor: pointer;
}
/*## main ##*/
.main-cont-area{
    clear: both;
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.main-cont-area .slider-area{

}
.main-cont-area .slider-area .slick-prev{
    top: 50%;
    left: 20px;
    border: 1px solid rgba(0,0,0,0);
    width: 55px;
    height: 110px;
    background: url("/static/img/main/icon_arrow_left.png") no-repeat center;
    text-indent: -99999px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
    opacity: 0.5;
}
.main-cont-area .slider-area .slick-next{
    top: 50%;
    right: 20px;
    border: 1px solid rgba(0,0,0,0);
    width: 55px;
    height: 110px;
    background: url("/static/img/main/icon_arrow_right.png") no-repeat center;
    text-indent: -99999px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
    opacity: 0.5;
}
.main-cont-area .slider-area .slick-prev:hover
, .main-cont-area .slider-area .slick-next:hover{
    opacity: 1;border: 1px solid rgba(0,0,0,.3);
}
.main-cont-area .slider-area .slick-dots{
    bottom: 30px;
    z-index: 1;
    text-align: left;
    right: 30px;
}
.main-cont-area .slider-area .slick-dots li{
    width: 13px;
    height: 13px;
	margin: 0;
    margin-right: 5px;
    background: #d0d0d0;
    border-radius: 100%;
}
.main-cont-area .slider-area .slick-dots li button{
    display: none;
}
.main-cont-area .slider-area .slick-dots li.slick-active{
    background: #333;
    width: 40px;
    border-radius: 20px;
}
.main-cont-area .slider-area .slick-dots .stopPlay{
    cursor: pointer;
    font-size: 0;
    display: inline-block;
    background: url("/static/img/main/icon_stop.png") no-repeat center;
    width: 12px;
    height: 14px;
    vertical-align: text-top;
    margin: 2px 0 0 5px;
}
.main-cont-area .slider-area .slick-dots .stopPlay.on{
    background: url("/static/img/main/icon_play.png") no-repeat center;
}
.main-cont-area .slider-area .slider{
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
.main-cont-area .slider-area .slider img{
    max-width: 100%;
    margin: 0 auto;
}
.main-cont-area .slider-area .slider .btn{
    position: absolute;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 0 35px 0 10px;
    height: 35px;
    box-sizing: border-box;
    line-height: 33px;
    bottom: 395px;
    left: 250px;
    background: url("../images/icon_show.png") no-repeat right 10px center;
}
.main-cont-area .ed-group{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -650px;
    width: 100%;
    height: 200px;
    background: #fff;
    padding: 29px;
    box-sizing: border-box;
}
.main-cont-area .ed-group .boxes{
    width: 100%;
}
.main-cont-area .boxes .board-box{
    float: left;
    width: 415px;
    margin-right: 20px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 19px;
    box-sizing: border-box;
}
.main-cont-area .boxes .board-box h5{
    margin-bottom: 21px;
    overflow: hidden;
    height: 27px;
}
.main-cont-area .boxes .board-box h5 strong{
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    border-bottom: 3px solid #50bdbf;
    padding-bottom: 3px;
}
.main-cont-area .boxes .board-box h5 .more{
    float: right;
    display: inline-block;
    font-size: 0;
    background: url("../images/icon_more.png") no-repeat center;
    width: 15px;
    height: 15px;
    margin-top: 2px;
}
.main-cont-area .boxes .board-box h5 .tab{
    display: inline-block;
    height: 25px;
    margin-left: 15px;
    font-size: 0;
    border: 0;
}
.main-cont-area .boxes .board-box h5 .tab li{
    display: inline-block;
    min-width: 45px;
    padding: 0 2px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #707070;
    height: 25px;
    line-height: 23px;
    border: 1px solid #50bdbf;
    cursor: pointer;
    margin-right: 3px;
}
.main-cont-area .boxes .board-box h5 .tab li.on{
    color: #fff;
    font-size: 13px;
    background: #50bdbf;
}
.main-cont-area .boxes .board-box p{
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    padding-right: 65px;
    box-sizing: border-box;
    line-height: 1;
}
.main-cont-area .boxes .board-box p:last-child{
    margin-bottom: 0;
}
.main-cont-area .boxes .board-box p a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.main-cont-area .boxes .board-box p span{
    position: absolute;
    right: 0;
    top: 0;
    color: #707070;
    font-size: 15px;
}
.main-cont-area .boxes .link-area{
    width: 330px;
    float: right;
}
.main-cont-area .boxes .link-area li{
    float: left;
    width: 33.33%;
    padding-left: 5px;
    box-sizing: border-box;
}
.main-cont-area .boxes .link-area li:nth-child(4n -1){
    margin-bottom: 5px;
}
.main-cont-area .boxes .link-area li a{
    display: block;
    height: 85px;
    border-radius: 3px;
    width: 100%;
    padding: 52px 5px 10px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #707070;
}
.main-cont-area .boxes .link-area li:nth-child(1) a{
    color: #fff;
    background: #4abcbf url("../images/icon_link01.png") no-repeat top 19px center;
    border-color: #4abcbf;
}
.main-cont-area .boxes .link-area li:nth-child(2) a{
    color: #fff;
    background: #ffb144 url("../images/icon_link02.png") no-repeat top 19px center;
    border-color: #ffb144;
}
.main-cont-area .boxes .link-area li:nth-child(3) a{
    color: #fff;
    background: #f07320 url("../images/icon_link03.png") no-repeat top 15px center;
    border-color: #f07320;
}
.main-cont-area .boxes .link-area li:nth-child(4) a{
    background: url("../images/icon_link04.png") no-repeat top 15px center;
}
.main-cont-area .boxes .link-area li:nth-child(5) a{
    background: url("../images/icon_link05.png") no-repeat top 15px center;
}
.main-cont-area .boxes .link-area li:nth-child(6) a{
    background: url("../images/icon_link06.png") no-repeat top 15px center;
}

.main-white-box{
    clear: both;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0;
}
.bg-title{
    display: block;
    width: 247px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    background: #f58900;
    box-sizing: border-box;
    color: #fff;
}
.edu-thumb-list{
    padding: 0 30px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.main-white-box .edu-thumb-list{
    padding-bottom: 85px;
}
.edu-thumb-list li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 20px;
}
.edu-thumb-list .slick-prev{
    background: url("../images/icon_arrow_left_s.png") no-repeat center !important;
    text-indent: -9999px;
    width: 16px;
    height: 27px;
    top: 50%;
    margin-top: -13.5px;
    left: 0;
}
.edu-thumb-list .slick-next{
    background: url("../images/icon_arrow_right_s.png") no-repeat center !important;
    text-indent: -9999px;
    width: 16px;
    height: 27px;
    top: 50%;
    margin-top: -13.5px;
    right: 0;
}
.edu-thumb-list .slick-dots{
    bottom: 45px;
    text-align: center;
}
.edu-thumb-list .slick-dots li{
    float: none;
    width: 15px;
    height: 15px;
    background: #e0e0e0;
    border-radius: 100%;
    margin: 0 4.5px 0;
}
.edu-thumb-list .slick-dots li.slick-active{
    background: #f07320;
}
.edu-thumb-list .slick-dots button{
    display: none;
}
.thumb-img{
    width: 100%;
    padding-top: 56%;
    position: relative;
    height: auto;
}
.thumb-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.thumb-img > span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    text-align: right;
    padding: 5px 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 0;
}
.thumb-img > span.join{
    background: url("../images/icon_thumb_join.png") no-repeat center;
}
.thumb-img > span.class{
    background: url("../images/icon_thumb_ing.png") no-repeat center;
}
.thumb-img > span.end{
    background: url("../images/icon_thumb_end.png") no-repeat center;;
}
.thumb-img > strong{
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    padding: 13px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #27b3b6;
    border-radius: 100%;
}
.thumb-img .grade-list{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
}
.thumb-img .grade-list li{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 3px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    padding: 0;
}
.thumb-img .grade-list li.first{
    background: #25b454;
}
.thumb-img .grade-list li.second{
    background: #e78800;
}

.thumb-img .grade-list li.third{
    background: #f4305e;
}
.edu-thumb-list li .thumb-txt{
    border: 1px solid #e0e0e0;
    border-top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
}
.edu-thumb-list li .thumb-txt h6{
    color: #333;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.edu-thumb-list li .thumb-txt > span{
    display: block;
    font-size: 16px;
    color: #404040;
    margin-bottom: 10px;
}
.edu-thumb-list li .thumb-txt span.date{
    margin-bottom: 27px;
    word-break: keep-all;
    word-wrap: break-word;
}
.edu-thumb-list li .thumb-txt p{
    font-size: 18px;
    color: #333;
}
.edu-thumb-list li .thumb-txt strong{
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 20px;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #ed6b21;
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 5px;
}
.edu-count{
    clear: both;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
}
.edu-count h4{
    display: block;
    width: 247px;
    height: 50px;
    line-height: 48px;
    margin: 0 auto 30px;
    position: relative;
    top: -25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    background: #fff;
    color: #27b3b6;
}
.edu-count p{
    height: 29px;
    font-size: 0;
    display: inline-block;
}
.edu-count p strong{
    background: #27b3b6;
    display: inline-block;
    font-weight: 500;
    font-size:14px;
    padding: 0 30px 0 15px;
    line-height: 29px;
    color: #fff;
    border-radius: 20px;
    vertical-align: middle;
}
.edu-count p span{
    line-height: 27px;
    border-radius: 20px;
    display: inline-block;
    padding: 0 15px;
    margin-left: -20px;
    font-size: 16px;
    color: #27b3b6;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    background: #fff;
    vertical-align: middle;
}
/*## sub ##*/
.visual-txt{
    clear: both;
    height: 280px;
    background: #50bdbf url("../images/bg_sub.png") no-repeat top center;
    width: 100%;
    text-align: center;
    padding: 50px 10px 75px;
    box-sizing: border-box;
    line-height: 1;
    max-width: 1600px;
    margin: 0 auto;
}
.visual-txt div{
    font-size: 50px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 17px;
}
.visual-txt div span{
    position: relative;
}
.visual-txt div span:before{
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #f58928;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.visual-txt p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.ed-content{
    min-height: 630px;
    box-sizing: border-box;
    padding-bottom: 85px;
}
.ed-content .ed-group{
    position: relative;
}
.ed-content .page-info{
    background: #fff;
    height: 75px;
    margin-top: -75px;
    padding: 30px 35px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.ed-content .page-info h3{
    background: url("../images/icon_title.png") no-repeat left center;
    padding-left: 50px;
    color: #404040;
    font-size: 30px;
    float: left;
    font-weight: 500;
}
.ed-content .page-info .pagenav{
    float: right;
    font-size: 0;
}
.ed-content .page-info .pagenav a{
    display: inline-block;
    vertical-align: middle;
    color: #707070;
    font-size: 16px;
}
.ed-content .page-info .pagenav a:not(:last-child):after{
    content: url(../images/icon_nav.png);
    display: inline-block;
    margin: 0 18px;
    vertical-align: middle;
}
.ed-content .page-info .pagenav a .down{
     display: inline-block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-size: 0px;
    text-align: center;
    vertical-align: middle;
    margin-left: 7px;
    position: relative;
    background: #fff;
}
.ed-content .page-info .pagenav a .down:before{
    content: "";
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    left: 4px;
    top: 6px;
}
.ed-search{
    padding: 30px 0 35px;
    text-align: center;
    font-size: 0;
}
.ed-search input[type=text]{
    height: 60px;
    padding: 0 60px 0 30px;
    width: 400px;
    border-radius: 50px;
    line-height: 60px;
    font-size: 16px;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    vertical-align: middle;
}
 /* Firefox */
.ed-search input[type=text]::placeholder {
    color: #aaa;
    opacity: 1;
}
/* Internet Explorer 10-11 */
.ed-search input[type=text]:-ms-input-placeholder {
    color: #aaa;
}
/* Microsoft Edge */
.ed-search input[type=text]::-ms-input-placeholder {
    color: #aaa;
}
.ed-search .btn{
    height: 60px;
    line-height: 60px;
    background: #404040 url("../images/icon_search.png") no-repeat left 25px center;
    color: #fff;
    font-size: 20px;
    width: 140px;
    border-radius: 50px;
    padding-left: 65px;
    margin-left: -50px;
    border: 0;
    vertical-align: middle;
    text-align: left;
}
.ed-search .refresh{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: #707070 url("../images/icon_refresh.png") no-repeat center;
    font-size: 0;
    margin-left: 8px;
}
.tab{
    height: 65px;
    border-bottom: 1px solid #50bdbf;
    margin-bottom: 35px;
    font-size: 0;
}
.tab li{
    height: 65px;
    min-width: 190px;
    display: inline-block;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
    background: #fff;
}
.tab li a{
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 64px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #404040;
    border: 1px solid #50bdbf;
    border-bottom: 0;
    transition: background 0.3s ease-in-out;
}
.tab li.on a{
    background: #50bdbf;
    color: #fff;
}
.ed-select-search{
    padding: 30px 55px 15px;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: #f8f8f8;
}
.ed-select-search > ul > li{
    margin-bottom: 15px;
    font-size: 0;
    overflow: hidden;
}

.ed-select-search > ul > li > strong{
    font-weight: normal;
    color: #000;
    font-size: 18px;
    line-height: 45px;
    width: 160px;
    padding: 0 10px 0 32px;
    box-sizing: border-box;
    background: url("../images/icon_check.png") no-repeat left center;
    display: inline-block;
    float: left;
}
.ed-select-search > ul > li > p{
    font-size: 0;
}
.ed-select-search > ul > li > p .btn{
    display: inline-block;
    height: 45px;
    line-height: 43px;
    box-sizing: border-box;
    font-size: 18px;
    background: #fff;
    border: 1px solid #d0d0d0;
    text-align: center;
    color: #404040;
    margin-right: 4px;
    vertical-align: middle;
    padding: 0 10px;
}
.ed-select-search > ul > li > p .btn.big{
    width: 190px;
}
.ed-select-search > ul > li > p .btn.week{
    width: 45px;
}
.ed-select-search > ul > li > p .btn:hover{
    border-color: #27b3b6;
}
.ed-select-search > ul > li.gray > p .btn:hover{
    border-color: #808181;
}
.ed-select-search > ul > li.yellow > p .btn:hover{
    border-color: #f89b1b;
}
.ed-select-search > ul > li > p .btn.on{
    border-color: #27b3b6;
    background: #27b3b6;
    color: #fff;
}
.ed-select-search > ul > li.gray > p .btn.on{
    background: #808181;
    border-color: #808181;
}
.ed-select-search > ul > li.yellow > p .btn.on{
    background: #f89b1b;
    border-color: #f89b1b;
}
.colorbox{
    padding: 40px 40px 40px 15px;
    box-sizing: border-box;
    background: #f0f6fa;
    border-top: 1px solid #d9e6ef;
    border-bottom: 1px solid #d9e6ef;
    overflow: hidden;
    margin-bottom: 40px;
}
.colorbox .col6{
    float: left;
    width: 50%;
    padding-left: 25px;
    box-sizing: border-box;
}
.colorbox .thumb-img{
    width: 283px;
    height: 157px;
    padding-top: 0;
    margin-right: 30px;
    float: left;
}
.colorbox .txt .tb-teacher{
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
}
.colorbox .txt .tb-teacher img{
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
}
.colorbox .txt .tb-teacher p{
    color: #333;
    margin-bottom: 5px;
    padding-top: 1px;
    font-size: 18px;
    line-height: 20px;
}
.colorbox .txt .tb-teacher p:last-child{
    margin-bottom: 0;
    font-size: 16px;
}
.colorbox .txt .tb-teacher > strong{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #ed6b21;
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 5px;
    line-height: 1.2;
}
.colorbox .txt h6{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 1;
}
.colorbox .txt p{
    font-size: 14px;
    color: #404040;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
}
.colorbox .txt p.date{
    font-size: 16px;
    margin-bottom: 20px;
}
h4.ed-title.line .num{
    margin-left: 15px;
    margin-right: 3px;
}
h4.ed-title.line select.f-r{
    height: 35px;
    line-height: 33px;
    width: 190px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 5px;
}
.edu-thumb-list.no-slide{
    padding: 30px 40px 10px 20px;
}
.edu-thumb-list.no-slide > li{
    padding-left: 20px;
    padding-bottom: 20px;
}
.ed-paging{
    font-size: 0;
    text-align: center;
    margin: 10px 0 0;
}
.ed-paging a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin: 0 2px;
    color: #707070;
    vertical-align: middle;
}
.ed-paging a.on{
    background: #27b3b6;
    border-color: #27b3b6;
    color: #fff;
}
.ed-paging a:not(.on):hover{
    border-color: #27b3b6;
    color: #27b3b6;
}
.ed-paging a.prev{
    font-size: 0;
    background: url("../images/icon_prev.png") no-repeat center;
}
.ed-paging a.next{
    font-size: 0;
    background: url("../images/icon_next.png") no-repeat center;
}
/** 퀵메뉴 **/
.quickmenu{
    position: absolute;
    right: -80px;
    top: 85px;
    width: 70px;
    border-top: 0;
}
.quickmenu.move{
    position: fixed;
    top: 10px;
    right: 50%;
    margin-right: -730px;
}
.quickmenu.bottom{
    position: absolute;
    right: -80px;
    top: auto;
    bottom: 0;
    width: 70px;
    border-top: 0;
}
.quickmenu li{
    width: 100%;
    height: 71px;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: -1px;
}
.quickmenu li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 11px;
    box-sizing: border-box;
    padding-top: 47px;
    background-color: #fff;
}
.quickmenu li:nth-child(1){
    border-color: #058d90;
}
.quickmenu li:nth-child(1) a{
    background: #058d90 url("../images/icon_quick01.png") no-repeat top 12px center;
    color: #fff;
}
.quickmenu li:nth-child(2) a{
    background: #fff url("../images/icon_quick02.png") no-repeat top 12px center;
}
.quickmenu li:nth-child(3) a{
    background: #fff url("../images/icon_quick03.png") no-repeat top 12px center;
}
.quickmenu li:nth-child(4) a{
    background: #fff url("../images/icon_quick04.png") no-repeat top 12px center;
}
.quickmenu li:nth-child(5) a{
    background: #fff url("../images/icon_quick05.png") no-repeat top 12px center;
}
.quickmenu li:nth-child(6) a{
    background: #fff url("../images/icon_quick06.png") no-repeat top 12px center;
}
.quickmenu li:nth-child(7) a{
    background: #fff url("../images/icon_quick07.png") no-repeat top 12px center;
}
.quickmenu li.top{
    height: 40px;
    border-color: #404040;
}
.quickmenu li.top a{
    padding: 0;
    line-height: 39px;
    border: 0;
    background: #404040;
    color: #fff;
}
@media screen and (max-width: 1480px){
    .ed-content {padding: 0 80px 85px;}
    .quickmenu{right: -70px;}
    .quickmenu.move{right: 10px;margin: 0;}
    .quickmenu.bottom{right: -70px;}
}
/** 자주하는질문 **/
.board-list{
    border-right: 1px solid #d0d0d0;
    margin-bottom: 45px;
}
.board-list:after{
    content: "";
    display: block;
    clear: both;
}
.board-list li{
    float: left;
    width: 20%;
    box-sizing: border-box;
    height: 140px;
    border: 1px solid #d0d0d0;
    border-right: 0;
    position: relative;
    padding-top: 2px;
}
.board-list li.on
, .board-list li:hover{
    border-top: 3px solid #707070;
    padding-top: 0;
}
.board-list li.on:before{
    content: "";
    display: block;
    background: url("../images/icon_on.png") no-repeat center;
    position: absolute;
    left: 0;
    height: 14px;
    width: 100%;
    bottom: -14px;
}
.board-list li a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    box-sizing: border-box;
    color: #707070;
    font-size: 18px;
    text-align: center;
}
.board-list li:nth-child(1) a{
    background: url("../images/icon_board01.png") no-repeat top 30px center;
}
.board-list li:nth-child(2) a{
    background: url("../images/icon_board02.png") no-repeat top 30px center;
}
.board-list li:nth-child(3) a{
    background: url("../images/icon_board03.png") no-repeat top 30px center;
}
.board-list li:nth-child(4) a{
    background: url("../images/icon_board04.png") no-repeat top 30px center;
}
.board-list li:nth-child(5) a{
    background: url("../images/icon_board05.png") no-repeat top 30px center;
}
.board-list li:hover:nth-child(1) a
, .board-list li.on:nth-child(1) a{
    background: url("../images/icon_board01_on.png") no-repeat top 30px center;
}
.board-list li:hover:nth-child(2) a
, .board-list li.on:nth-child(2) a{
    background: url("../images/icon_board02_on.png") no-repeat top 30px center;
}
.board-list li:hover:nth-child(3) a
, .board-list li.on:nth-child(3) a{
    background: url("../images/icon_board03_on.png") no-repeat top 30px center;
}
.board-list li:hover:nth-child(4) a
, .board-list li.on:nth-child(4) a{
    background: url("../images/icon_board04_on.png") no-repeat top 30px center;
}
.board-list li:hover:nth-child(5) a
, .board-list li.on:nth-child(5) a{
    background: url("../images/icon_board05_on.png") no-repeat top 30px center;
}
.list-title{
    color: #404040;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.qna-list{
    border-top: 2px solid #707070;
}
.qna-list li{
    overflow: hidden;
    box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}
.qna-list li > p{
    height: 60px;
    line-height: 1.2;
    color: #404040;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 20px 60px 20px 74px;
    box-sizing: border-box;
}
.qna-list li.on p{
    white-space: normal;
    word-break: break-all;
    height: auto;
}
.qna-list li > p:before{
    content: "Q";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 60px;
    margin-right: 14px;
    color: #ed6b21;
    font-size: 18px;
    text-align: center;
}
.qna-list li > p .arrow{
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #f6f6f6 url("../images/icon_qna_arrow.png") no-repeat center;
    border: 1px solid #e0e0e0;
    font-size: 0;
}
.qna-list li.on > p .arrow{
    background: #666 url("../images/icon_qna_arrow_on.png") no-repeat center;
    border-color: #666;
}
.qna-list li .answer{
    display: none;
    border-top: 1px solid #e0e0e0;
    background: #f6f6f6;
    padding: 20px 25px 20px 74px;
    box-sizing: border-box;
    position: relative;
    color: #707070;
    font-size: 14px;
    line-height: 25px;
}
.qna-list li.on .answer{
    display: block;
}
.qna-list li .answer:before{
    content: "A";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 60px;
    margin-right: 14px;
    color: #50bdbf;
    font-size: 18px;
    text-align: center;
}
/*#########################
##  footer style
###########################*/
.ed-footer{
    border-top: 1px solid #e0e0e0;
    float: left;
    width: 100%;
}
.ed-footer .bg-title{
    background: #707070;
    margin-top: -25px;
    margin-bottom: 35px;
}
.ed-footer .ft-banner{
    float: left;
    width: 100%;
    font-size: 0;
    background: #f6f6f6;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.ed-footer .ft-banner .ed-group{
    padding: 0 30px;
}
.ed-footer .ft-banner .slick-prev{
    background: url("../images/icon_arrow_left_s.png") no-repeat center !important;
    text-indent: -9999px;
    width: 16px;
    height: 27px;
    top: 28px;
    left: 0;
}
.ed-footer .ft-banner .slick-next{
    background: url("../images/icon_arrow_right_s.png") no-repeat center !important;
    text-indent: -9999px;
    width: 16px;
    height: 27px;
    top: 26px;
    right: 0;
}
.ed-footer .ft-banner .slick-track{
    margin-left: -10px;
}
.ed-footer .ft-banner a{
    display: inline-block;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    line-height: 53px;
    text-align: center;
    padding: 0 20px;
    margin-left: 10px;
    background: #fff;
    width: 192px;

}
.ed-footer .ft-banner a img{
    max-width: 100%;
    display: inline-block !important;
}
.ed-footer .ft-list{
    clear: both;
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0;
}
.ed-footer .ft-list a{
    line-height: 50px;
    display: inline-block;
    font-size: 14px;
    color: #545454;
    margin-right: 30px;
}
.ed-footer .ft-txt{
    clear: both;
    width: 100%;
    padding: 40px 0 13px;
    overflow: hidden;
}
.ed-footer .ft-txt .ft-logo1{
    float: left;
    margin-right: 30px;
}
.ed-footer .ft-txt .ft-logo2{
    float: left;
    margin-right: 30px;
}
.ed-footer .ft-txt .txt-area{
    float: left;
}
.ed-footer .ft-txt .txt-area p{
    color: #414141;
    margin: 2px 0;
}
.ed-footer .ft-txt .txt-area .email{
    margin-bottom: 20px;
    font-size: 12px;
}
.ed-footer .ft-txt .txt-area .cp{
    font-size: 11px;
    color: #8e8e8e;
}
.ed-footer .ft-txt .ft-right{
    float: right;
}
.ed-footer .ft-txt .ft-right select{
    height: 30px;
    line-height: 23px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    padding: 5px;
    width: 185px;
    margin-right: 10px;
    vertical-align: top;
    color: #707070;
}
.ed-footer .ft-txt .ft-right .top{
    cursor: pointer;
    font-size: 0;
    background: url("../images/icon_top.png") no-repeat center;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
}
.ed-footer .ft-txt .ft-right .ft-logo3{
    clear: both;
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding-right: 40px;
    margin-top: 10px;
}
