@charset "utf-8";

/* CSS Document */

body {
    width: 100%;
    min-width: 0px;
}


/*
body { scrollbar-face-color: #eee; scrollbar-highlight-color: #ccc; scrollbar-3dlight-color:#fff; scrollbar-shadow-color:#ccc; scrollbar-darkshadow-color:#fff; scrollbar-track-color: #fff; scrollbar-arrow-color: #ccc;}
*/

input {
    border: solid 1px #e0e0e0;
}

input[type="checkbox"] {
    border: none;
}

input[type="radio"] {
    margin-right: 3px;
    border: none;
}

input[placeholder] {
    color: #999;
}

input[type="text"] {
    padding: 5px 10px;
}

textarea {
    padding: 10px;
    text-indent: 0px;
    line-height: 22px;
    border: solid 1px #e0e0e0;
}

select {
    border: solid 1px #e0e0e0;
}

select::-ms-expand {
    /* IE 10, 11의 네이티브 화살표 숨기기 */
    display: none;
}

select {
    padding: 0 .5em;
    /* 여백으로 높이 설정 */
    font-family: inherit;
    /* 폰트 상속 */
    background: #fff url(/images/select.png) no-repeat 95% 50%;
    /* 네이티브 화살표 대체 */
    border: solid 1px #e0e0e0;
    border-radius: 0px;
    /* iOS 둥근모서리 제거 */
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}

.Search_text {
    width: 620px;
}

/* modal window styles */

#lean_overlay {
    position: fixed;
    z-index: 1100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.loginmodal {
    width: 498px;
    background: #fff;
    border: solid 1px #fd6168;
    position: relative;
    margin: 100px auto;
}

.loginmodal h2 {
    font-size: 25px;
    width: 498px;
    height: 60px;
    background: #fd6168;
    color: #fff;
    line-height: 60px;
    text-indent: 40px;
}

.loginmodal .closebtn {
    position: absolute;
    left: 439px;
    top: -1px;
}

.login_line {
    padding: 40px 50px 60px 50px;
}

.login_line p {
    margin-bottom: 10px;
}

.login_line .loginbtn02 {
    width: 100%;
    height: 60px;
    background: #31d3bf;
    margin-top: 15px;
}

.login_line .loginbtn02 a {
    color: #fff;
    font-size: 15px;
    line-height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.login_line ul {
    float: right;
    margin-top: -25px;
}

.login_line ul li {
    float: left;
    margin-left: 15px;
}

.login_line #login_id {
    background: #f6f6f6;
    width: 95%;
    height: 28px;
    padding: 10px;
}

.login_line #login_password {
    background: #f6f6f6;
    width: 95%;
    height: 28px;
    padding: 10px;
}


/* skipnav */

.skipnavi a {
    width: 1px;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    text-indent: -9999px;
}

.skipnavi a:focus,
.skipnavi a:active {
    width: 100%;
    height: 30px;
    font-size: 13px;
    text-indent: 0px;
    z-index: 1000;
    background: #383838;
    color: white;
    text-decoration: none;
    text-align: center;
    outline: none;
    line-height: 30px;
}


/* fa */

.fa a {
    padding-left: 5px;
}

.fa:hover {
    text-decoration: none !important;
}

.fa-file-text {
    font-size: 11px;
    padding: 7px 8px;
    color: #555;
    border-radius: 50%;
    border: solid 1px #b4b2b3;
}

.check {
    background: #fd6168;
    color: #fff;
    border: solid 1px #fd6168;
}

.fa-video-camera {
    font-size: 11px;
    padding: 7px 7px;
    color: #ff554d;
    border-radius: 50%;
    border: solid 1px #b4b2b3;
}

.fa-download {
    font-size: 11px;
    padding: 7px 7px;
    color: #555;
    border-radius: 50%;
    border: solid 1px #b4b2b3;
}

.fa-sticky-note {
    padding: 7px 8px;
    color: #555;
    border-radius: 50%;
    border: solid 1px #b4b2b3;
}

.fa-star,
.fa-star-o,
.fa-star-half-o {
    color: #fd6168;
}

.fa-angle-up {
    color: #ccc;
}

.fa-paperclip {
    color: #fd6168;
    padding-right: 5px;
}

.puls_btn {
    margin-left: 5px;
}

.c_block {
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 22px;
    text-indent: 0px;
    font-size: 15px;
    margin-bottom: 13px;
}


/******** main ********/

#wrap {
    position: relative;
    left: 0px;
    top: 0px;
}

#graybg {
    background: #f3f3f3;
}


/* header */

.header {
    width: 100%;
}

.header .sitemap {
    width: 1140px;
    min-height: 440px;
    border: solid 1px #fd6168;
    margin: 100px auto;
    position: relative;
}

.header .sitemap h2 {
    text-indent: 40px;
    text-align: left;
    color: #fff;
    line-height: 60px;
    font-size: 25px;
    background: #fd6168;
}

.header .sitemap .site {
    width: 188.8px;
    min-height: 440px;
    background: #fff;
    border-right: solid 1px #e7e7e7;
    float: left;
}

.header .sitemap .site h3 {
    font-size: 15px;
    padding: 30px 30px 10px 30px;
}

.header .sitemap .site a {
    display: block;
    padding: 0px 30px;
    line-height: 27px;
    color: #555;
}

.header .sitemap .site a:hover {
    color: #fd6168;
}

.header .sitemap .closebtn {
    position: absolute;
    left: 1080px;
    top: 0px;
}

.header .utyWrap {
    width: 100%;
    height: 74px;
    background: #fff;
}

.header .utyWrap .uty {
    margin: 0px auto;
    width: 1140px;
    position: relative;
    left: 0px;
    top: 0px;
}

.header .utyWrap .uty h1 img {
    position: absolute;
    left: 0px;
    top: 27px;
}

.header .utyWrap .uty ul {
    float: right;
    margin-top: 20px;
}

.header .utyWrap .uty ul li {
    float: left;
    line-height: 39px;
    margin-left: 8px;
    color: #bfbfbf;
    letter-spacing: -0.05em;
}

.header .utyWrap .uty ul li a {
    font-size: 12px;
}

.header .utyWrap .uty ul .fa {
    color: #fd6168;
}

.header .navWrap {
    width: 100%;
    height: 60px;
    background: #fff url(/images/nav_bg.png) repeat-x;
    border-bottom: solid 1px #fd6168;
    overflow: hidden;
    position: absolute;
    left: 0px;
}

.header .navWrap .mainNav {
    margin: 0px auto;
    width: 1140px;
}

.header .navWrap .mainNav li {
    float: left;
    line-height: 60px;
    width: 142.5px;
}

.header .navWrap .mainNav li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
}

.header .navWrap .subNav {
    padding-top: 20px;
    border-right: solid 1px #e7e7e7;
    min-height: 290px;
    height: 100%;
}

.header .navWrap .subNav li a {
    color: #000;
    font-weight: normal;
    line-height: 27px;
}

.header .navShow {
    width: 100%;
    min-height: 420px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #fff url(/images/nav_bg.png) repeat-x;
    border-bottom: solid 1px #fd6168;
    position: absolute;
    left: 0px;
    z-index: 900;
}

.header .navShow .mainNav {
    margin: 0px auto;
    width: 1140px;
}

.header .navShow .mainNav li {
    float: left;
    line-height: 60px;
    width: 142.5px;
}

.header .navShow .mainNav li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.header .navShow .subNav {
    padding-top: 20px;
    border-right: solid 1px #e7e7e7;
    min-height: 420px;
    height: 100%;
}

.header .navShow .subNav li a {
    color: #555;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.05em;
}

.header .navShow .subNav li a:hover {
    color: #fd6168;
}


/* visual */

.visualWrap {
    width: 100%;
    height: 440px;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 60px;
    overflow: hidden;
}

.visualWrap .visual {
    position: absolute;
    width: 2000px;
    left: 50%;
    margin-left: -1000px;
    display: block;
}

.visualWrap .visual .slide {
    position: absolute;
    width: 3000px;
}

.visualWrap .visual .slide img {
    /* width: 2000px; height: 440px; position: absolute; margin-left: -1000px; left: 50%; */
    float: left;
}

.visualbtn {
    width: 1140px;
    position: absolute;
    left: 50%;
    top: 535px;
    margin-left: -570px;
    text-align: center;
    z-index: 100;
}

.visualbtn ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.visualbtn ul li {
    float: left;
}

.visualbtn ul li a {
    margin: 0px 5px;
}

.visualbtn .dot li a {
    background: url(/images/visual_bullet01.png) no-repeat;
    width: 13px;
    height: 13px;
    display: block;
    margin: 0px 6px;
}

.visualbtn .dot li .selected01 {
    background: url(/images/visual_bullet02.png) no-repeat;
    width: 15px;
    height: 15px;
}

.loginWrap {
    height: 1px;
    position: absolute;
    top: 0px;
}

.loginWrap .login {
    background-color: #444;
    /*float: right;*/
    margin: 30px 0px;
    position: relative;
    left: 0px;
    top: 0px;
}

.loginWrap .login .loginArea {
    padding: 40px 20px 15px 20px;
    width: 282px;
    height: 232px;
}

.loginWrap .login .loginArea h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    padding: 0px;
    border: none;
}

.loginWrap .login .loginArea h2 span {
    font-size: 15px;
    display: inline;
    color: #fff;
}

.loginWrap .login .loginArea a {
    color: #fff;
}

.loginWrap .login .loginArea span {
    color: #fff;
}

.loginWrap .login .loginArea #takinglectures {
    font-size: 15px;
    display: block;
    margin: 50px 0px 10px 0px;
    color: #fff;
}

.loginWrap .login .loginArea #user_revise {
    position: absolute;
    right: 20px;
    top: 43px;
    background: #595959;
    padding: 7px 10px;
    color: #fff;
}

.loginWrap .login .loginArea #loginbtn01 {
    margin: 15px 0px 5px 0px;
    background: #50d2c2;
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}

.loginWrap .login .loginArea #loginbtn02 {
    margin: 15px 0px 5px 0px;
    background: #50d2c2;
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}

.loginWrap .login .loginArea #certificate {
    color: #fff;
    float: right;
}

.loginWrap .login .loginArea #certificate02 {
    color: #fff;
    float: right;
}

.loginWrap .login .loginArea #login_id {
    width: 93%;
    height: 20px;
    padding: 10px;
}

.loginWrap .login .loginArea #login_password {
    width: 93%;
    height: 20px;
    padding: 10px;
}

.loginWrap .login .loginArea ul {
    text-align: center;
    margin-top: 15px;
}

.loginWrap .login .loginArea ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 15px;
    color: #fff;
}

.loginWrap .login .loginArea ul li:first-child {
    margin-left: 0px;
}

.loginWrap .login .loginArea ul li a {
    color: #fff
}

.loginWrap .login .join {
    width: 322px;
    height: 40px;
    background: #2d2d2d;
    text-align: center;
}

.loginWrap .login .join ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.loginWrap .login .join ul li {
    float: left;
    color: #fff;
    margin-left: 15px;
    line-height: 40px;
}

.loginWrap .login .join ul li:first-child {
    margin-left: 0px;
}

.loginWrap .login .join ul li a {
    color: #fff;
}

.loginWrap .login .advice ul li {
    width: 160px;
    height: 50px;
    border-right: solid 1px #96e4da;
    float: left;
}

.loginWrap .login .advice ul li:last-child {
    border-right: solid 1px #50d2c2;
}

.loginWrap .login .advice ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    display: block;
    text-align: center;
    background: #50d2c2;
    text-decoration: none;
}


/* contents */

.con {
    width: 100%;
    height: 100%;
}

.bannerQuicWrap {
    width: 100%;
    height: 200px;
    background: #fff;
}

.bannerQuicWrap .bannerQuick {
    width: 1140px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    left: 0px;
    top: 0px;
}

.bannerQuicWrap .bannerQuick .QuickSlide {
    margin-top: 40px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 100;
    width: 1055px;
    height: 125px;
    overflow: hidden;
}

.bannerQuicWrap .bannerQuick .QuickSlide .slideInner {
    width: 1970px;
}

.bannerQuicWrap .bannerQuick .QuickSlide .slideInner ul {
    float: left;
}

.bannerQuicWrap .bannerQuick .QuickSlide .slideInner ul li {
    float: left;
    margin-right: 80px;
    width: 122px;
}

.bannerQuicWrap .bannerQuick .QuickSlide .slideInner ul li span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
}

.bannerQuicWrap .bannerQuick .QuickSlide .slideInner ul li a {
    text-decoration: none;
}

.bannerQuicWrap .bannerQuickbtn img {
    margin-top: 80px;
}

.bannerQuicWrap #bannerQuick_leftbtn {
    float: left;
    width: auto;
    line-height: 121px;
}

.bannerQuicWrap #bannerQuick_rightbtn {
    float: right;
    width: auto;
    line-height: 121px;
    margin-right: 0px;
}

.bottomFix {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

.down_btn {
    position: fixed;
    right: 50%;
    margin-right: -570px;
    z-index: 9999;
    padding: 5px 10px;
    background-color: #282828;
    color: #fff;
    text-decoration: none !important;
}

.open_btn {
    position: fixed;
    right: 50%;
    margin-right: -570px;
    z-index: 9999;
    padding: 5px 10px;
    background-color: #282828;
    color: #fff;
    text-decoration: none !important;
}

.cszoneWrap {
    width: 100%;
    height: 145px;
    /*background: url(/images/contents01_bg_02.png) repeat;*/       
    /*border-radius: 100px; left: 50%; margin: 0 0 0 750px;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c6063+0,29292d+100 */
    border: solid 3px #2f2f2f;
    background: rgb(92, 96, 99);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(92, 96, 99, 1) 0%, rgba(41, 41, 45, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(92, 96, 99, 1) 0%, rgba(41, 41, 45, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(92, 96, 99, 1) 0%, rgba(41, 41, 45, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5c6063', endColorstr='#29292d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.cszoneWrap .cszone {
    width: 1140px;
    margin: 0px auto;
    position: relative;
    left: 0px;
    top: 0px;
}

.cszoneWrap .cszone .cszoneCon {
    padding: 15px 94px 0px 94px;
}

.cszoneWrap .cszone .cszoneCon .cszoneTitle {
    margin-right: 65px;
    float: left;
}

.cszoneWrap .cszone .cszoneCon .cszoneTitle p img {
    margin-top: 10px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon01 {
    float: left;
    color: #fff;
    font-size: 13px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon01 table caption {
    position: absolute;
    visibility: hidden;
    font-size: 0px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon01 table tr {
    height: 28px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon01 table tr th {
    color: #fff;
    text-align: right;
    padding-right: 10px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon01 span {
    color: #fff;
    margin: 5px 3px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon01 p {
    padding: 10px 0px 0px 57px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon01 #u_name {
    width: 230px;
    height: 10px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon02 {
    float: left;
    margin: 2px 10px 0px 10px;
    font-size: 13px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon02 span {
    position: absolute;
    left: 655px;
    top: 192px;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon03 {
    float: left;
}

.cszoneWrap .cszone .cszoneCon .cszoneCon03 p a {
    width: 115px;
    height: 115px;
    line-height: 115px;
    background: #fd6168;
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;    
    text-decoration: none;
}

.recruitWrap {
    width: 100%;
    height: 40px;
    /*background:url(/images/recruit_bg.png) no-repeat; left: 50%; margin-left: -570px;*/
    text-align: center;
    background-color: #282828;    
}

.recruitWrap ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.recruitWrap ul li {
    color: #fff;
    line-height: 40px;
    letter-spacing: 0px;
    float: left;
    margin-right: 150px;
    font-size: 15px;
}

.recruitWrap ul li:last-child {
    margin-right: 0px;
}

.recruitWrap ul li span {
    color: #e8ff00;
    font-weight: bold;
}

.freeplanWrap {
    width: 100%;
    height: 380px;
    background: url(/images/freeplan_bg.png) center no-repeat;
}

.freeplanWrap .freeplan {
    width: 1140px;
    margin: 0px auto;
    position: relative;
    left: 0px;
    top: 0px;
    padding-top: 42px;
}

.freeplanWrap .freeplan #gobtn {
    position: absolute;
    left: 867px;
    top: 18px;
}

.freeplanWrap .freeplan #clickbtn {
    position: absolute;
    left: 854px;
    top: 122px;
}

.freeplanWrap .freeplan #clickbtn span {
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 58px;
    top: 102px;
}

.freeplanWrap .freeplanmodal {
    width: 704px;
    margin: 100px auto;
    position: relative;
}

.freeplanWrap .freeplanmodal .closebtn {
    position: absolute;
    left: 643px;
    top: 0px;
}

.FAQWrap {
    width: 100%;
    height: 48px;
    background: #fff;
}

.FAQWrap .FAQ {
    width: 1140px;
    margin: 0px auto;
    height: 48px;
}

.FAQWrap .FAQ .FAQCon {
    width: 570px;
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.FAQWrap .FAQ .FAQCon h2 {
    float: left;
    width: 115px;
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    font-size: 14px;
}

.FAQWrap .FAQ .FAQCon .FAQCon01_01 {
    width: 420px;
    height: 48px;
    float: left;
}

.FAQWrap .FAQ .FAQCon .FAQCon01_01 li {
    line-height: 48px;
    width: 420px;
    height: 48px;
}

.FAQWrap .FAQ .FAQCon .FAQCon01_02 {
    width: 420px;
    height: 48px;
    float: left;
}

.FAQWrap .FAQ .FAQCon .FAQCon01_02 li {
    line-height: 48px;
    width: 420px;
    height: 48px;
}

.FAQWrap .FAQ .FAQCon .FAQCon02_01 {
    position: absolute;
    left: 548px;
    top: 4px;
}

.FAQWrap .FAQ .FAQCon .FAQCon02_02 {
    position: absolute;
    left: 548px;
    top: 4px;
}

.signupWrap {
    width: 100%;
    height: 100%;
    text-align: center;
}

.signupWrap .signup {
    width: 1080px;
    height: 100%;
    background: #fff;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: solid 1px #e6e6e6;
    border-bottom: solid 1px #ccc;
}

.signupWrap #subsignup {
    margin: 0px;
    box-shadow: none;
    padding: 0px;
    border: none;
}

.signupWrap .signup .mainTab {
    width: 100%;
    float: left;
}

.signupWrap .signup .mainTab ul {
    width: 100%;
    height: 48px;
}

.signupWrap .signup .mainTab ul li {
    float: left;
    width: 133px;
    margin: 1px;
    background-color: #f0efeb;
}

.signupWrap .signup .mainTab ul li:last-child {
    border-right: none;
}

.signupWrap .signup .mainTab ul li a {
    display: block;
    line-height: 48px;
    height: 48px;
    font-size: 13px;
    text-decoration: none;
}

.signupWrap .signup .mainTab ul .selected02 {
    background: #31d3bf;
    color: #fff;
    border: none;
}

.signupWrap .signup .mainPanel {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    float: left;
}

.signupWrap .signup .mainPanel .mainPanelCon01 table {
    width: 100%;
    height: 100%;
    border-bottom: solid 1px #feaeae;
}

.signupWrap .signup .mainPanel .mainPanelCon01 table caption {
    position: absolute;
    visibility: hidden;
    font-size: 0px;
}

.signupWrap .signup .mainPanel .mainPanelCon01 table thead th {
    border-top: solid 2px #feaeae;
    border-bottom: solid 1px #feaeae;
    background: #fff6f6;
}

.signupWrap .signup .mainPanel .mainPanelCon01 table tbody tr td {
    border-bottom: solid 1px #feaeae;
    color: #666
}

.signupWrap .signup .mainPanel .mainPanelCon01 table tbody th {
    border-right: solid 1px #feaeae;
    /*background: #fbfbfb;*/
}

.signupWrap .signup .toolTip {
    width: 500px;
    position: absolute;
    line-height: 16px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px;
}

.signupWrap .signup .toolTip h4 {
    font-size: 15px;
}

.signupWrap .signup .toolTip p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

.boardWrap {
    width: 100%;
    height: 230px;
    padding: 30px 0px;
    background: #fff;
    /*margin-bottom: 40px;*/
}

.boardWrap .board {
    width: 1140px;
    margin: 0px auto;
}

.boardWrap .board .boardCon01 {
    width: 338px;
    height: 170px;
    background: #fff;
    padding: 20px 20px 40px 20px;
    position: relative;
    left: 0px;
    top: 0px;
    margin-right: 15px;
    float: left;
    /*border: solid 1px #e6e6e6; border-bottom: solid 1px #ccc;*/
}

.boardWrap .board .boardCon01 h2 {
    font-size: 15px;
}

.boardWrap .board .boardCon01 p {
    position: absolute;
    left: 340px;
    top: 17px;
}

.boardWrap .board .boardCon01 ul {
    margin-top: 10px;
    width: 100%;
    height: 100%;
    float: left;
}

.boardWrap .board .boardCon01 ul li {
    margin-top: 10px;
    line-height: 1.5;
}

.boardWrap .board .boardCon01 ul li span {
    margin-left: 10px;
}

.boardWrap .board .boardCon01 ul li a {
    color: #888;
}

.boardWrap .board .boardCon02 ul {
    margin-top: 15px;
}

.boardWrap .board .boardCon02 ul li {
    margin-top: 5px;
}

.boardWrap .board .boardCon02 ul li span {
    margin-left: 10px;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: bold;
}

.boardWrap .board .boardCon02 ul li #highlight {
    font-size: 12px;
    line-height: 25px;
    margin-left: 5px;
    color: #000;
    letter-spacing: -1px;
    font-weight: normal;
}

.boardWrap .board .boardCon02 p {
    position: absolute;
    left: 20px;
    top: 160px;
    line-height: 20px;
}

.boardWrap .board .banner01 {
    width: 348px;
    height: 108px;
    overflow: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    border: solid 1px #ddd;
}

.boardWrap .board .banner01 .bannerimg {
    position: absolute;
    width: 700px;
}

.boardWrap .board .banner01 .bannerimg img {
    float: left;
}

.boardWrap .board .banner01 .bannerbtn {
    position: absolute;
    left: 290px;
    top: 88px;
}

.boardWrap .board .banner01 .bannerbtn a {
    width: 10px;
    height: 10px;
    float: left;
    margin: 3px;
    background: url(/images/mainbannerbtn02.png) repeat;
}

.boardWrap .board .banner01 .bannerbtn .selected03 {
    width: 10px;
    height: 10px;
    background: url(/images/mainbannerbtn01.png) repeat;
}

.boardWrap .board .banner02 {
    float: left;
    margin-top: 10px;
    width: 348px;
    height: 108px;
    border: solid 1px #ddd;
}

.subjectWrap {
    width: 100%;
    height: 230px;
    background: #f3f3f3;
    /*background:url(/images/contents01_bg_02.png) repeat;*/
}

.subjectWrap .subject {
    width: 1140px;
    margin: 0px auto;
    padding-top: 30px;
    text-align: center;
}

.subjectWrap .subject ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.subjectWrap .subject ul li {
    float: left;
    margin-right: 60px;
}

.subjectWrap .subject ul li:last-child {
    margin-right: 0px;
}

.subjectWrap .subject dl dt span {
    display: block;
    margin: 12px;
}

.subjectWrap .subject dl dd a {
    line-height: 18px;
    font-size: 13px;
    color: #888;
}


/* footer */

.footer {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 100px;
}

.footer02 {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
}

.footer .info01Wrap {
    width: 100%;
    height: 50px;
    background: #656565;
    border-bottom: solid 1px #7c7c7c;
}

.footer .info01Wrap .info01 .bank h2 {
    color: #fff;
    float: left;
    line-height: 50px;
    font-size: 14px;
    padding-left: 10px;
}

.footer .info01Wrap .info01 {
    width: 1140px;
    margin: 0px auto;
    position: relative;
    left: 0px;
    top: 0px;
}

.footer .info01Wrap .info01 .bank ul li {
    float: left;
    color: #fff;
    line-height: 50px;
}

.footer .info01Wrap .info01 .bank ul li:first-child {
    padding-left: 10px;
}

.footer .info01Wrap .info01 .bank ul li span {
    margin: 0px 8px 0px 8px;
    color: #7c7c7c;
}

.footer .info02Wrap {
    width: 100%;
    height: 100%;
    background: #656565;
}

.footer .info01Wrap .info02 {
    width: 1140px;
    margin: 0px auto;
    position: relative;
    left: 0px;
    top: 0px;
}

.footer .info02Wrap .info02 .intro ul {
    float: left;
}

.footer .info02Wrap .info02 .intro ul li {
    float: left;
    margin: 0px 10px;
    line-height: 50px;
    color: #7c7c7c;
}

.footer .info02Wrap .info02 .intro ul li a {
    color: #fdfdfd;
}

.footer .info02Wrap .info02 {
    width: 1140px;
    padding: 0px 0px 20px 0px;
    margin: 0px auto;
    line-height: 18px;
    color: #000;
    position: relative;
    left: 0px;
    top: 0px;
}

.footer .info02Wrap .info02 h1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.footer .info02Wrap .info02 .address {
    padding-left: 10px;
    color: #ccc;
    font-size: 13px;
    clear: both;
}

.footer .info01Wrap .info01 .family {
    float: right;
    line-height: 50px;
    margin-right: 10px;
    height: 50px;
    position: relative;
    left: 0px;
    top: 0px;
}

.footer .info01Wrap .info01 .family p {
    width: 180px;
}

.footer .info01Wrap .info01 .family p a {
    color: #fff;
}

.footer .info01Wrap .info01 .family ul {
    position: absolute;
    left: 0px;
    bottom: 100%;
    border: solid 1px #ddd;
    background: #fff;
}

.footer .info01Wrap .info01 .family ul li {
    width: 180px;
    height: 40px;
}

.footer .info01Wrap .info01 .family ul li:last-child {
    border: none;
}

.footer .info01Wrap .info01 .family ul li a {
    display: block;
    font-size: 13px;
    color: #555;
    line-height: 40px;
    text-indent: 20px;
    text-decoration: none;
}

.footer .info01Wrap .info01 .family ul li a:hover {
    background: #eee;
}


/******** //main ********/


/******** sub ********/


/* subnav */

.dropdownWrap {
    width: 100%;
    height: 40px;
    background: #31d3bf;
    margin-top: 60px;
}

.dropdownWrap .dropdown {
    width: 1140px;
    margin: 0px auto;
}

.dropdownWrap .dropdown h2 {
    float: left;
}

.dropdownWrap .dropdown .list01 {
    float: left;
}

.dropdownWrap .dropdown .list01 > li {
    float: left;
    width: 180px;
    height: 40px;
    border-right: solid 1px #ccc;
    background: url(/images/sub_nav_arrowbtn.png) 155px 20px no-repeat;
}

.dropdownWrap .dropdown .list01 li a {
    display: block;
    line-height: 40px;
    color: #fff;
    width: 180px;
    text-indent: 20px;
    font-size: 13px;
    text-decoration: none;
}

.dropdownWrap .dropdown .list02 {
    width: 179px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: solid 1px #ddd;
    position: relative;
    z-index: 800;
    background: #fff;
    border-top: none;
}

.dropdownWrap .dropdown .list02 li {
    width: 179px;
    height: 40px;
}

.dropdownWrap .dropdown .list02 li:last-child {
    border-bottom: none;
}

.dropdownWrap .dropdown .list02 li a {
    display: block;
    line-height: 40px;
    font-weight: normal;
    color: #555;
    width: 180px;
}

.dropdownWrap .dropdown .list02 li a:hover {
    background: #eee;
}

.dropdownWrap .dropdown .list02 li a:first-child {
    padding: 0px;
}


/* subvisual*/

.subVisualWrap {
    width: 100%;
    height: 110px;
    background: #9a968e;
}

.subbg01 .subimg {
    background: url(/images/subbg_01.png) no-repeat 770px -1px;
}

.subbg02 .subimg {
    background: url(/images/subbg_02.png) no-repeat 770px -1px;
}

.subbg03 .subimg {
    background: url(/images/subbg_03.png) no-repeat 770px -1px;
}

.subbg04 .subimg {
    background: url(/images/subbg_04.png) no-repeat 770px -1px;
}

.subbg05 .subimg {
    background: url(/images/subbg_05.png) no-repeat 770px -1px;
}

.subbg06 .subimg {
    background: url(/images/subbg_06.png) no-repeat 770px -1px;
}

.subbg07 .subimg {
    background: url(/images/subbg_07.png) no-repeat 770px -1px;
}

.subbg08 .subimg {
    background: url(/images/subbg_08.png) no-repeat 770px -1px;
}

.subbg09 .subimg {
    background: url(/images/subbg_09.png) no-repeat 770px -1px;
}

.subbg10 .subimg {
    background: url(/images/subbg_10.png) no-repeat 770px -1px;
}

.subbg11 .subimg {
    background: url(/images/subbg_11.png) no-repeat 770px -1px;
}

.subVisualWrap .subVisual {
    width: 1140px;
    height: 188px;
    margin: 0px auto;
    height: 110px;
}

.subVisualWrap .subVisual h2 {
    letter-spacing: 0px;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    text-indent: 30px;
    line-height: 110px;
}

.subVisualWrap .subVisual h2 span {
    opacity: 0.6;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: 0px;
    padding-left: 20px;
    line-height: 17px;
    font-size: 14px;
}


/* 전체적인표 */

.table01 {
    width: 100%;
    height: 100%;
}

.table01 caption {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.table01 thead th {
    border-right: solid 1px #d5d5d5;
    height: 34px;
    background: #555;
    color: #fff;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    border: solid 1px #ddd;
}

.table01 thead tr:nth-child(2) {
    border-top: solid 1px #d5d5d5;
    height: 28px;
}

.table01 tbody th {
    padding: 10px 20px;
    border: solid 1px #d5d5d5;
    line-height: 22px;
    background: #fafafa;
}

.table01 tbody td {
    padding: 10px 20px;
    border: solid 1px #d5d5d5;
    text-align: center;
    line-height: 22px;
}

.table01 tfoot th,
.table01 tfoot td {
    background: #f3f3f3;
    padding: 10px;
    border: solid 1px #d5d5d5;
    text-align: center;
}

.table01 a {}


/* 전체적인표2 (자격증안내분홍색)*/

.table09 {
    width: 100%;
    height: 100%;
}

.table09 caption {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.table09 thead th {
    border: solid 1px #feaeae;
    height: 34px;
    background: #ffebeb;
    color: #8f4b4b;
}

.table09 thead th:first-child,
.table09 tbody td:first-child {
    border-left: none;
}

.table09 thead th:last-child,
.table09 tbody td:last-child {
    border-right: none;
}

.table09 thead tr:nth-child(2) {
    border-top: solid 1px #feaeae;
    height: 28px;
}

.table09 tbody th {
    padding: 10px;
    border: solid 1px #feaeae;
    text-align: center;
    line-height: 22px;
    border-left: none;
}

.table09 tbody td {
    padding: 10px;
    border: solid 1px #feaeae;
    text-align: center;
    line-height: 22px;
}


/* 전체적인표3 */

.table10 {
    width: 100%;
    height: 100%;
    line-height: 22px;
}

.table10 caption {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.table10 caption .thetitle {
    position: relative;
    left: 0px;
    top: 10px;
}

.table10 thead th {
    border: solid 1px #feaeae;
    background: #ffebeb;
    color: #8f4b4b;
    padding: 5px;
    border-bottom: none;
}

.table10 thead tr:nth-child(2) {
    border-top: solid 1px #feaeae;
}

.table10 tbody th {
    border: solid 1px #feaeae;
    text-align: center;
    background: #fff7f7;
    color: #8f4b4b;
    padding: 5px;
}

.table10 tbody td {
    border: solid 1px #feaeae;
    text-align: center;
    padding: 5px;
}

.table10 tbody td a {}

.table10 tfoot th {
    border: solid 1px #feaeae;
    text-align: center;
    padding: 5px;
}

.table10 tfoot td {
    border: solid 1px #feaeae;
    text-align: center;
    padding: 5px;
}

.table10 .whitebtn02 {
    line-height: 14px;
}

.table10 .on {
    background: #fff7f7;
    border: solid 2px #fd6168;
}


/* 모달800 */

.table11 {
    width: 100%;
    /*height: 100%;*/
    line-height: 18px;
}

.table11 caption {
    text-align: left;
    margin-bottom: 5px;
}

.table11 caption span {
    font-weight: normal;
}

.table11 thead th {
    border: 1px solid #bdcaf1;
    background: #d5def9;
    color: #4363c7;
    padding: 5px;
}

.table11 tbody th {
    border: 1px solid #bdcaf1;
    text-align: center;
    background: #f3f6fd;
    color: #4363c7;
    padding: 5px;
}

.table11 tfoot th {
    padding: 5px;
}

.table11 tbody td {
    border: 1px solid #bdcaf1;
    text-align: center;
    height: 24px;
    padding: 5px;
}

.table11_in {
    width: 100%;
}

.table11_in thead th {
    background: #f0f0f0;
    color: #000;
    height: 0px;
}

.table11_in tfoot th {
    background: #f0f0f0;
    color: #000;
}

.table11_in tfoot td {
    background: #f0f0f0;
    color: #000;
}


/* 정보입력란 */

.table02 {
    width: 100%;
    height: 100%;
    border-top: solid 2px #feaeae;
}

.table02 caption {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.table02 tbody th {
    background: #fff6f6;
    border-right: solid 1px #feaeae;
    border-bottom: solid 1px #feaeae;
    height: 50px;
}

.table02 tbody th span {
    color: #fd6168;
    padding-left: 10px;
}

.table02 tbody td {
    text-indent: 20px;
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #feaeae;
}

.table02 tbody td input[type="text"] {
    height: 18px;
    padding: 5px 10px;
}

.table02 tbody td input[type='password'] {
    height: 18px;
    padding: 5px 10px;
}

.table02 tbody td input[type='radio'] {
    height: 28px;
}

.table02 tbody td select {
    height: 28px;
}


/* 공지사항 */

.table03 {
    width: 100%;
    text-align: center;
    line-height: 22px;
}

.table03 caption {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.table03 thead th {
    background: #fff6f6;
    padding: 14px 0px;
    border-top: solid 2px #feaeae;
    border-bottom: solid 1px #feaeae;
}

.table03 tbody th,
.table03 tbody td {
    padding: 14px 0px;
    border-bottom: solid 1px #feaeae;
}

.table03 tbody th {
    font-weight: normal;
}

.inboard {
    border-bottom: solid 1px #ccc;
}

.inboard thead .inboard_title th:first-child {
    font-size: 15px;
    text-align: left;
    text-indent: 40px;
}

.inboard thead .inboard_title th:nth-child(2) {
    padding-right: 30px;
}

.inboard thead .inboard_next th {
    background: #fff;
    padding: 8px 30px 8px 0px;
    border-top: 0px;
    border-bottom: dotted 1px #fd6168;
}

.inboard tbody tr {
    border-bottom: solid 1px #feaeae;
}

.inboard tbody td {
    line-height: 22px;
    border: none;
    padding-bottom: 50px;
}

.inboard tbody td p {
    padding: 20px;
    word-break: break-all;
}

.inboard .post_info {
    float: right;
    font-weight: normal;
    font-size: 13px;
    color: #808080;
}

.inboard .post_info li {
    float: left;
    margin-left: 30px;
    color: #808080;
}

.inboard .text_area {
    padding: 0px 30px 0px 60px;
    background: url(/images/answer_bg.png) 40px 0px no-repeat;
}

.inboard .text_area dl dt {
    float: left;
    height: 100%;
}

.inboard .text_area dl dd {
    width: 820px;
    font-weight: normal;
}

.inboard .text_area .answer {
    margin-right: 10px;
    color: #fff;
    background: #f6695f;
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: -1px;
}


/* 개강일표 */

.table04 {
    width: 100%;
    height: 100%;
    border-top: solid 1px #feaeae;
}

.table04 caption {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.table04 thead th {
    background: #555;
    color: #fff;
}

.table04 tr {
    height: 50px;
}

.table04 th {
    font-size: 13px;
    background: #ffebeb;
    border-bottom: solid 1px #feaeae;
}

.table04 td {
    font-size: 13px;
    text-indent: 20px;
    border-bottom: solid 1px #feaeae;
}


/* 장바구니 */

.table05 {
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: solid 1px #ddd;
}

.table05 caption {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.table05 thead th {
    background: #555;
    padding: 10px;
    color: #fff;
}

.table05 tbody tr {
    border-bottom: solid 1px #dfdfdf;
}

.table05 tbody th {
    font-weight: normal;
}

.table05 tbody th,
.table05 tbody td {
    padding: 17px 0px;
}


/* 수강신청 총합계 */

.table06 {
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: solid 1px #bdcaf1;
}

.table06 caption {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.table06 thead th {
    background: #f0f3fd;
    padding: 17px;
    border: solid 1px #bdcaf1;
    color: #4363c7;
    border-top: solid 2px #bdcaf1;
}

.table06 tbody tr {
    border-bottom: solid 1px #bdcaf1;
}

.table06 tbody th {
    font-weight: normal;
}

.table06 tbody td {
    padding: 17px;
    border: solid 1px #bdcaf1;
}


/* 개인정보수집 */

.table08 {
    width: 100%;
    height: 100%;
}

.table08 caption {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.table08 thead th {
    border-right: solid 1px #d3d3d3;
    height: 30px;
    background: #555;
    color: #fff;
    border: solid 1px #555;
    border-right: solid 1px #ddd;
}

.table08 thead th:last-child {
    border-right: solid 1px #555;
}

.table08 thead tr:nth-child(2) {
    border-top: solid 1px #d3d3d3;
    height: 28px;
}

.table08 tbody th {
    padding: 10px;
    border: solid 1px #ddd;
    text-align: center;
    line-height: 22px;
    background: #fbfbfb;
}

.table08 tbody td {
    padding: 10px;
    border: solid 1px #ddd;
    text-align: center;
    line-height: 22px;
}

.grade {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.grade li {
    float: left;
    margin-left: 2px;
    width: auto;
}

.num_btn {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.num_btn ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.num_btn ul .btn_on {
    width: 34px;
    height: 34px;
    color: #fd6168;
    line-height: 34px;
    text-align: center;
}

.num_btn ul li {
    float: left;
    width: 34px;
    height: 32px;
    /*margin-right: 5px;*/
}

.num_btn ul li:last-child {
    margin-right: 0px;
}

.num_btn ul li a {
    /*display: block; border: solid 1px #ccc;*/
    line-height: 32px;
}

.num_btn .arrow_left {
    margin-right: 15px;
}

.num_btn .arrow_right {
    margin-left: 10px;
}

.preview_list {
    width: 100%;
    height: 100%;
    border-bottom: solid 2px #feaeae;
}

.preview_list li:first-child {
    border-bottom: solid 1px #feaeae;
}

.preview_list li dl {
    width: 100%;
    height: 100%;
    height: 48px;
}

.preview_list li dl dt {
    float: left;
    width: 90px;
    background: #fff6f6;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.preview_list li dl dt span {
    color: #a0a0a0;
}

.preview_list li dl dd {
    line-height: 48px;
    text-indent: 30px;
}

.preview_list li dl dd a {}

.list_btn {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    text-align: right;
}

.list_btn p {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.list_btn p a {
    color: #fff;
    background: #8d8d8d;
    padding: 13px 25px;
    text-align: center;
    display: block;
    font-size: 15px;
    text-decoration: none;
}

.thetop {
    width: 100%;
    margin-bottom: 15px;
}

.thetop li {
    line-height: 20px;
    color: #838383;
    padding-left: 10px;
    background: url(/images/join_bullet.png) no-repeat 0px 10px;
    font-size: 13px;
}

.thetop li a {
    margin-left: 7px;
}

.thefoot {
    width: 100%;
    margin-top: 15px;
}

.thefoot li {
    line-height: 20px;
    color: #838383;
    padding-left: 10px;
    background: url(/images/join_bullet.png) no-repeat 0px 10px;
    font-size: 13px;
}

.thefoot_f_l {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.thefoot_f_l li {
    float: left;
    line-height: 20px;
    color: #838383;
    padding-left: 10px;
    background: url(/images/join_bullet.png) no-repeat 0px 10px;
    font-size: 13px;
    width: 450px;
}

.thefoot li a {
    margin-left: 7px;
}

.thefoot02 {
    width: 100%;
    height: 100%;
    margin: 40px 0px 20px 0px;
}

.thefoot02 li {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    padding: 20px 40px;
    border: solid 2px #eee;
}

.tablefoot {
    width: 100%;
    margin-top: 10px;
}

.tablefoot li {
    line-height: 17px;
    color: #838383;
    padding-left: 10px;
    font-size: 12px;
    color: #000;
}

.thetitle {
    width: 100%;
}

.thetitle dl {
    margin-bottom: 10px;
}

.thetitle dl dt {
    background: url(/images/subconbullet.png) no-repeat 0px 12px;
    padding-left: 10px;
}

.theex {
    border: solid 1px #ddd;
    background: #f8f8f8;
    padding: 20px 40px;
}

.theex {
    line-height: 18px;
}

.theex dl {
    line-height: 18px;
}

.theex dl dt {
    font-size: 15px;
    margin-bottom: 7px;
}

.graybox {
    border: solid 1px #ddd;
    background: #f8f8f8;
    padding: 20px 30px;
    box-sizing: border-box;
}

.graybox02 {
    border: solid 1px #ddd;
    background: #f8f8f8;
    padding: 20px 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.graybox03 {
    border: solid 1px #ddd;
    background: #f8f8f8;
    padding: 30px;
    text-align: center;
    line-height: 22px;
}

.graybox03 h4 {
    font-size: 15px;
    color: #000;
}

.graybox04 {
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
}

.graybox05 {
    border: solid 1px #ddd;
    background: #f8f8f8;
    padding: 40px 30px;
}

.graybox06 {
    width: 100%;
    height: 133px;
    border: solid 1px #ddd;
    background: #f8f8f8;
}

.graybox06 ul {
    padding: 30px;
}

.graybox06 ul li {
    float: left;
    width: 482px;
    height: 33px;
    padding-left: 28px;
    background: url(/images/creditbank_check.png) 0px 3px no-repeat;
}

.beigebox {
    background: #fbfaf6;
    padding: 30px;
    text-align: left;
    border: solid 1px #ece6d1;
    line-height: 18px;
}

.subcon {
    width: 100%;
    height: 100%;
}

.subcon .subWrap {
    width: 1080px;
    height: 100%;
    margin: 0px auto;
    padding: 0px 30px 0px 30px;
    min-height: 442px;
}

.subcon .subWrap h2 {
    font-size: 25px;
    padding: 25px 0 30px 0;
    border: 5px solid #eff0f2;
    text-align: center;
}

.subcon .subWrap section {
    margin-top: 60px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100%;
}

.subcon .subWrap02 section {
    margin-top: 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100%;
}

.subcon .subWrap .mem_step {
    width: 1080px;
    height: 76px;
    margin-top: 50px;
}

.subcon .subWrap .mem_step ul li {
    float: left;
    font-size: 15px;
    line-height: 76px;
    width: 230px;
    padding-left: 125px;
}

.subcon .subWrap #mem_step01 {
    background: url(/images/joinbgstep01.png) no-repeat;
}

.subcon .subWrap #mem_step01 ul li:nth-child(1) {
    background: url(/images/joinstep01_on.png) no-repeat 215px 22px;
    color: #fff;
}

.subcon .subWrap #mem_step01 ul li:nth-child(2) {
    background: url(/images/joinstep02.png) no-repeat 215px 22px;
}

.subcon .subWrap #mem_step01 ul li:nth-child(3) {
    background: url(/images/joinstep03.png) no-repeat 215px 22px;
}

.subcon .subWrap #mem_step02 {
    background: url(/images/joinbgstep02.png) no-repeat;
}

.subcon .subWrap #mem_step02 ul li:nth-child(1) {
    background: url(/images/joinstep01.png) no-repeat 215px 22px;
}

.subcon .subWrap #mem_step02 ul li:nth-child(2) {
    background: url(/images/joinstep02_on.png) no-repeat 215px 22px;
    color: #fff;
}

.subcon .subWrap #mem_step02 ul li:nth-child(3) {
    background: url(/images/joinstep03.png) no-repeat 215px 22px;
}

.subcon .subWrap #mem_step03 {
    background: url(/images/joinbgstep03.png) no-repeat;
}

.subcon .subWrap #mem_step03 ul li:nth-child(1) {
    background: url(/images/joinstep01.png) no-repeat 215px 22px;
}

.subcon .subWrap #mem_step03 ul li:nth-child(2) {
    background: url(/images/joinstep02.png) no-repeat 215px 22px;
}

.subcon .subWrap #mem_step03 ul li:nth-child(3) {
    background: url(/images/joinstep03_on.png) no-repeat 215px 22px;
    color: #fff;
}

.subcon .subWrap #cart_step01 {
    background: url(/images/joinbgstep01.png) no-repeat;
}

.subcon .subWrap #cart_step01 ul li:nth-child(1) {
    background: url(/images/cartstep01_on.png) no-repeat 215px 22px;
    color: #fff;
}

.subcon .subWrap #cart_step01 ul li:nth-child(2) {
    background: url(/images/cartstep02.png) no-repeat 215px 22px;
}

.subcon .subWrap #cart_step01 ul li:nth-child(3) {
    background: url(/images/cartstep03.png) no-repeat 215px 22px;
}

.subcon .subWrap #cart_step02 {
    background: url(/images/joinbgstep02.png) no-repeat;
}

.subcon .subWrap #cart_step02 ul li:nth-child(1) {
    background: url(/images/cartstep01.png) no-repeat 215px 22px;
}

.subcon .subWrap #cart_step02 ul li:nth-child(2) {
    background: url(/images/cartstep02_on.png) no-repeat 215px 22px;
    color: #fff;
}

.subcon .subWrap #cart_step02 ul li:nth-child(3) {
    background: url(/images/cartstep03.png) no-repeat 215px 22px;
}

.subcon .subWrap #cart_step03 {
    background: url(/images/joinbgstep03.png) no-repeat;
}

.subcon .subWrap #cart_step03 ul li:nth-child(1) {
    background: url(/images/cartstep01.png) no-repeat 215px 22px;
}

.subcon .subWrap #cart_step03 ul li:nth-child(2) {
    background: url(/images/cartstep02.png) no-repeat 215px 22px;
}

.subcon .subWrap #cart_step03 ul li:nth-child(3) {
    background: url(/images/cartstep03_on.png) no-repeat 215px 22px;
    color: #fff;
}

.subcon .subWrap .mem_agreementWrap {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .mem_agreementWrap .mem_agreement {
    margin-top: 15px;
}

.subcon .subWrap .mem_agreementWrap .mem_agreement textarea {
    width: 1038px;
    height: 238px;
    border: solid 1px #e2e2e2;
    padding: 20px;
    line-height: 22px;
}

.subcon .subWrap .mem_agreementWrap .mem_agreement ul li {
    color: #838383;
    background: url(/images/join_bullet.png) no-repeat 0px 10px;
    padding-left: 8px;
    line-height: 22px;
    font-size: 13px;
}

.subcon .subWrap .mem_agreementWrap h3 {
    font-size: 15px;
}

.subcon .subWrap .mem_agreeAll_wrap {
    width: 100%;
    height: 92px;
    background: #f8f8f8;
    margin-top: 40px;
    border: solid 1px #ddd;
}

.subcon .subWrap .mem_agreeAll {
    line-height: 94px;
    text-align: center;
}

.subcon .subWrap .mem_infomationWrap {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .mem_infomationWrap h3 {
    display: inline;
    font-size: 15px;
}

.subcon .subWrap .mem_infomationWrap .account {
    font-size: 13px;
    margin-left: 10px;
}

.subcon .subWrap .mem_infomation {
    margin-top: 15px;
}

.subcon .subWrap .mem_infomation span input {
    height: 10px;
}

.subcon .subWrap .mem_infomation .explan {
    margin-left: 10px;
    font-size: 12px;
}

.subcon .subWrap .mem_completionWrap {
    width: 100%;
    height: 100%;
    margin: 60px 0px;
}

.subcon .subWrap .mem_completionWrap p {
    text-align: center;
    line-height: 22px;
}

.subcon .subWrap .mem_completionWrap p:first-child {
    font-size: 22px;
    margin-bottom: 35px;
}

.subcon .subWrap .subTabWrap_01 {
    width: 100%;
    height: 35px;
    border-bottom: solid 1px #ddd;
}

.subcon .subWrap .subTabWrap_01 ul li {
    float: left;
    width: 140px;
    height: 35px;
    border: solid 1px #ddd;
    border-bottom: none;
    background: #fff;
}

.subcon .subWrap .subTabWrap_01 ul li a {
    text-align: center;
    line-height: 34px;
    display: block;
}

.subcon .subWrap .subTabWrap_01 ul .selected05 {
    background: #fd7172;
    color: #fff;
}

.subcon .subWrap .person_Wrap {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .person_Wrap .person01 {
    width: 100%;
    height: 105px;
    background: #f8f8f8;
    margin: 15px 0px 60px 0px;
    text-align: center;
}

.subcon .subWrap .person_Wrap .person01 span {
    margin: 5px;
    font-size: 12px;
}

.subcon .subWrap .person_Wrap .person01 ul {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-top: 13px;
}

.subcon .subWrap .person_Wrap .person01 ul li {
    clear: both;
    padding: 7px;
}

.subcon .subWrap .person_Wrap .person01 ul li dl dt {
    width: 100px;
    text-align: left;
    padding-top: 8px;
}

.subcon .subWrap .person_Wrap .person01 ul li dl dd:last-child {
    padding-top: 4px;
}

.subcon .subWrap .person_Wrap .person01 ul li dl dt,
.subcon .subWrap .person_Wrap .person01 ul li dl dd {
    float: left;
}

.subcon .subWrap .person_Wrap .person02 {
    width: 100%;
    height: 50px;
    background: #f4fafa;
}

.subcon .subWrap .person_Wrap .person02 dl dt {
    background: #31d3bf;
    width: 190px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    float: left;
}

.subcon .subWrap .person_Wrap .person02 dl dd {
    line-height: 50px;
    text-indent: 50px;
}

.subcon .subWrap .person_Wrap .person02 span {
    margin: 10px;
}

.subcon .subWrap .searchWrap {
    margin-bottom: 30px;
    padding: 19px;
    text-align: center;
    background: #f8f8f8;
    border-top: solid 1px #feaeae;
    border-bottom: solid 1px #feaeae;
}

.subcon .subWrap .searchWrap select {
    height: 40px;
}

.subcon .subWrap .searchWrap input {
    height: 30px;
}

.subcon .subWrap .searchWrap a {
    padding: 13px 25px;
    background: #fd6168;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
}

.subcon .subWrap .redbg {
    background: url(/images/sub_redbg.png) no-repeat;
}

.subcon .subWrap .greenbg {
    background: url(/images/sub_greenbg.png) no-repeat;
}

.subcon .subWrap .title {
    background: url(/images/sub_titlebtn.png) no-repeat 0 4px;
    position: relative;
    left: 0px;
    top: 0px;
}


/* subCon_box1은 sub콘텐츠 기본 내용 */

.subcon .subWrap .subCon1_box {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .subCon1_box .img {
    margin: 50px;
    text-align: center;
}

.subcon .subWrap .subCon1_box .subCon1 {
    padding: 9px 0px 0px 5px;
    margin-bottom: 25px;
}

.subcon .subWrap .subCon1_box .subCon1 h3 {
    font-size: 18px;
}

.subcon .subWrap .subCon1_box .subCon1 h3 span {
    color: #fff;
    margin: 0px 15px 0px 4px;
}

.subcon .subWrap .subCon1_box .subCon2 {
    margin-top: 53px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.subcon .subWrap .subCon1_box .subCon3 {
    line-height: 24px;
}

.subcon .subWrap .subCon1_box .subCon4 {
    margin-top: 15px;
}

.subcon .subWrap .subCon1_box .subContitle {
    margin-bottom: 25px;
}

.subcon .subWrap .subCon1_box .subContitle h3 {
    font-size: 18px;
    padding: 0px 30px;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 {
    width: 100%;
    height: 320px;
    background: url(/images/creditbank_bg01.png) no-repeat 53px;
    position: relative;
    left: 0px;
    top: 0px;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 ul li {
    float: left;
    font-size: 13px;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 ul #credit01 {
    position: absolute;
    left: 85px;
    top: 107px;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 ul #credit02 {
    position: absolute;
    left: 240px;
    top: 105px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 ul #credit02 p {
    position: absolute;
    left: 0px;
    top: 150px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 ul #credit02 p span {
    font-weight: normal;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 ul #credit03 {
    position: absolute;
    left: 410px;
    top: 105px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 ul #credit04 {
    position: absolute;
    left: 584px;
    top: 105px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 ul #credit05 {
    position: absolute;
    left: 748px;
    top: 105px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap01_01 ul #credit06 {
    position: absolute;
    left: 922px;
    top: 105px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 {
    width: 100%;
    height: 576px;
    background: url(/images/creditbank_bg02.png) no-repeat 53px;
    position: relative;
    left: 0px;
    top: 0px;
    line-height: 20px;
    margin-bottom: 30px;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 h4 {
    position: absolute;
    left: 79px;
    top: 38px;
    text-align: center;
    font-size: 18px;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit01 {
    position: absolute;
    left: 202px;
    top: 98px;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul li {
    font-size: 13px;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit02 {
    position: absolute;
    left: 372px;
    top: 98px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit03 {
    position: absolute;
    left: 502px;
    top: 98px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit03 span {
    font-weight: normal;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit04 {
    position: absolute;
    left: 700px;
    top: 98px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit05 {
    position: absolute;
    left: 820px;
    top: 98px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit05 span {
    font-weight: normal;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit06 {
    position: absolute;
    left: 412px;
    top: 336px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit07 {
    position: absolute;
    left: 572px;
    top: 336px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit08 {
    position: absolute;
    left: 695px;
    top: 336px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit09 {
    position: absolute;
    left: 342px;
    top: 495px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #creditWrap02_01 ul #credit10 {
    position: absolute;
    left: 555px;
    top: 588px;
    text-align: center;
}

.subcon .subWrap .subCon1_box #download dl {
    float: left;
    text-align: center;
    line-height: 20px;
    width: 216px;
}

.subcon .subWrap .subCon1_box #download dl dt {
    padding-top: 120px;
}

.subcon .subWrap .subCon1_box #download dl dd:last-child {
    margin-top: 20px;
}

.subcon .subWrap .subCon1_box #download #download01 {
    background: url(/images/download01.png) no-repeat 58px 0px;
    width: 230px;
}

.subcon .subWrap .subCon1_box #download #download02 {
    background: url(/images/download04.png) no-repeat 58px 0px;
}

.subcon .subWrap .subCon1_box #download #download03 {
    background: url(/images/download03.png) no-repeat 58px 0px;
}

.subcon .subWrap .subCon1_box #download #download04 {
    background: url(/images/download02.png) no-repeat 58px 0px;
}

.subcon .subWrap .subCon1_box #download #download05 {
    background: url(/images/download05.png) no-repeat 58px 0px;
    margin-right: 0px;
    width: 200px;
}

.subcon .subWrap .subCon1_box .issueWrap .issue {
    width: 100%;
    height: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.subcon .subWrap .subCon1_box .issueWrap .issue dl {
    padding-left: 237px;
    margin-bottom: 13px;
    float: left;
    width: 100%;
}

.subcon .subWrap .subCon1_box .issueWrap .issue dl dt {
    color: #fff;
    width: 180px;
    height: 60px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.subcon .subWrap .subCon1_box .issueWrap .issue dl:first-child {
    padding-top: 58px;
}

.subcon .subWrap .subCon1_box .issueWrap .issue #issue04 dd {
    padding-top: 10px;
}

.subcon .subWrap .subCon1_box .issueWrap .bank {
    width: 100%;
    margin-top: 50px;
}

.subcon .subWrap .subCon1_box .issueWrap .bank p {
    text-align: center;
    width: 844px;
    margin-top: 30px;
    padding-left: 237px;
}

.subcon .subWrap .subCon1_box #issueWrap01 {
    background: url(/images/studyingsupport07_02_bg01.png) no-repeat 53px;
    width: 100%;
    height: 337px;
    position: relative;
    left: 0px;
    top: 0px;
    line-height: 20px;
}

.subcon .subWrap .subCon1_box #issueWrap01 h4 {
    position: absolute;
    left: 67px;
    top: 43px;
    text-align: center;
    font-size: 18px;
}

.subcon .subWrap .subCon1_box #issueWrap01 #issue01 dt {
    line-height: 60px;
}

.subcon .subWrap .subCon1_box #issueWrap01 #issue02 dt {
    line-height: 18px;
    padding-top: 12px;
}

.subcon .subWrap .subCon1_box #issueWrap01 #issue03 dt {
    line-height: 18px;
}

.subcon .subWrap .subCon1_box #issueWrap01 #issue04 dt {
    padding-top: 10px;
}

.subcon .subWrap .subCon1_box #issueWrap02 {
    background: url(/images/studyingsupport07_02_bg02.png) no-repeat 53px;
    width: 100%;
    height: 415px;
    position: relative;
    left: 0px;
    top: 0px;
    line-height: 20px;
}

.subcon .subWrap .subCon1_box #issueWrap02 h4 {
    position: absolute;
    left: 71px;
    top: 42px;
    text-align: center;
    font-size: 18px;
}

.subcon .subWrap .subCon1_box #issueWrap02 #issue05 {
    margin-top: 10px;
}

.subcon .subWrap .subCon1_box #issueWrap02 #issue05 dd {
    margin-top: 10px;
}

.subcon .subWrap .subCon1_box #issueWrap02 #issue06 dd {
    margin-top: 10px;
}

.subcon .subWrap .subCon1_box #issueWrap02 #issue08 dd {
    margin-top: -10px;
}

.subcon .subWrap .subCon1_box #issueWrap02 #issue09 dt,
.subcon .subWrap .subCon1_box #issueWrap02 #issue09 dd {
    margin-top: 13px;
}

.subcon .subWrap .subCon1_box #issueWrap03 {
    background: url(/images/studyingsupport07_02_bg02.png) no-repeat 53px;
    width: 100%;
    height: 415px;
    position: relative;
    left: 0px;
    top: 0px;
    line-height: 20px;
}

.subcon .subWrap .subCon1_box #issueWrap03 h4 {
    position: absolute;
    left: 78px;
    top: 38px;
    text-align: center;
    font-size: 18px;
}

.subcon .subWrap .subCon1_box #issueWrap03 h3 {
    position: absolute;
    left: 237px;
    top: 20px;
}

.subcon .subWrap .subCon1_box #issueWrap03 #issue10 {
    margin-top: 10px;
}

.subcon .subWrap .subCon1_box #issueWrap03 #issue11 dd {
    margin-top: 10px;
}

.subcon .subWrap .subCon1_box #issueWrap03 #issue14 dt,
.subcon .subWrap .subCon1_box #issueWrap03 #issue14 dd {
    margin-top: 13px;
}

.subcon .subWrap .subCon1_box #socialworker {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .subCon1_box #socialworker01 dl {
    margin-bottom: 20px;
    font-size: 13px;
}

.subcon .subWrap .subCon1_box #socialworker02 {
    width: 100%;
    height: 100%;
    background: url(/images/socialworker_bg01.png) no-repeat 134px 0px;
}

.subcon .subWrap .subCon1_box #socialworker02 dl {
    width: 160px;
    margin-right: 58px;
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
}

.subcon .subWrap .subCon1_box #socialworker02 dl:first-child {
    padding-left: 134px;
}

.subcon .subWrap .subCon1_box #socialworker02 dl:last-child {
    margin-right: 0px;
}

.subcon .subWrap .subCon1_box #socialworker02 dl dt {
    margin-bottom: 60px;
    text-align: center;
    padding-top: 110px;
    font-size: 13px;
}

.subcon .subWrap .subCon1_box #socialworker02 dl dd {
    text-align: center;
    font-size: 13px;
}

.subcon .subWrap .subCon1_box #remote {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 23px;
}

.subcon .subWrap .subCon1_box #remote ul {
    width: 900px;
    height: 180px;
    background: url(/images/remote_bg.png) no-repeat 0px;
    margin-left: 90px;
}

.subcon .subWrap .subCon1_box #remote ul li {
    float: left;
    text-align: center;
    width: 180px;
    margin: 113px 60px 0px 0px;
    font-size: 13px;
}

.subcon .subWrap .subCon1_box #remote ul li:last-child {
    margin: 0px;
}

.subcon .subWrap .subCon1_box .guide_box {
    width: 848px;
    margin: 0 auto 30px;
}

.subcon .subWrap .subCon1_box .guide_box .giude_img {
    width: 848px;
    height: 398px;
    border: solid 1px #ccc;
    background: #000;
    overflow: hidden;
}

.subcon .subWrap .subCon1_box .guide_box .giude_arrow {
    text-align: center;
    display: block;
    padding-top: 20px;
}

.subcon .subWrap .subCon1_box .guide_box p {
    line-height: 20px;
    text-align: center;
    padding-top: 20px;
}

.subcon .subWrap .subCon2_box {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .subCon2_box h3 {
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.subcon .subWrap .subCon2_box .subCon1 {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .subCon2_box .subCon2 {
    width: 100%;
    height: 100%;
    line-height: 22px;
}

.subTabWrap {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 50px;
    z-index: 30;
}

.subTabWrap ul li {
    float: left;
    width: 268px;
    height: 48px;
    position: relative;
    left: 0px;
    top: 0px;
    border: solid 1px #d9d9d9;
}

.subTabWrap ul li:hover {
    background: #31d3bf;
}

.subTabWrap ul li a {
    font-size: 15px;
    display: block;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
}

.subTabWrap ul li a:hover {
    color: #fff;
}

.subTabWrap ul .selected04 {
    background: #31d3bf;
    color: #fff;
    display: block;
    border-bottom: none;
}

.subTabWrap ul .ico_arrow {
    position: absolute;
    left: 127px;
    top: 100%;
}

.subTabWrap05 {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
}

.subTabWrap05 ul li {
    float: left;
    width: 213px;
    height: 48px;
    position: relative;
    left: 0px;
    top: 0px;
    border: solid 1px #d9d9d9;
}

.subTabWrap05 ul li:hover {
    background: #31d3bf;
}

.subTabWrap05 ul li a {
    font-size: 15px;
    display: block;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
}

.subTabWrap05 ul li a:hover {
    color: #fff;
}

.subTabWrap05 ul .selected04 {
    background: #31d3bf;
    color: #fff;
    display: block;
    border-bottom: none;
}

.subTabWrap05 ul .ico_arrow {
    position: absolute;
    left: 98px;
    top: 100%;
}

.subTabWrap06 {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
}

.subTabWrap06 ul li {
    float: left;
    width: 178px;
    height: 48px;
    background: #eff3f4;
    position: relative;
    left: 0px;
    top: 0px;
    border: solid 1px #d9d9d9;
}

.subTabWrap06 ul li:hover {
    background: #31d3bf;
}

.subTabWrap06 ul li a {
    font-size: 15px;
    display: block;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
}

.subTabWrap06 ul li a:hover {
    color: #fff;
}

.subTabWrap06 ul .selected04 {
    background: #31d3bf;
    color: #fff;
    display: block;
    border-bottom: none;
}

.subTabWrap06 ul .ico_arrow {
    position: absolute;
    left: 80px;
    top: 100%;
}

.subcon .subWrap .subCon2_box .board_info {
    width: 100%;
    height: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.subcon .subWrap .subCon2_box .board_info em {}

.subcon .subWrap .subCon2_box .FAQwrap {
    border-top: solid 2px #feaeae;
}

.subcon .subWrap .subCon2_box .FAQwrap dl {
    border-bottom: solid 1px #dfdfdf;
}

.subcon .subWrap .subCon2_box .FAQwrap dl dt {
    padding: 23px;
    position: relative;
    left: 0px;
    top: 0px;
    padding-left: 70px;
}

.subcon .subWrap .subCon2_box .FAQwrap dl dt span {
    background: url(/images/q_btn_off.png) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.subcon .subWrap .subCon2_box .FAQwrap dl dt a {
    font-size: 15px;
}

.subcon .subWrap .subCon2_box .FAQwrap dl dd {
    border-top: solid 1px #dfdfdf;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 23px;
    padding-left: 70px;
    background: #f8f8f8;
    line-height: 22px;
}

.subcon .subWrap .subCon2_box .FAQwrap dl dd span {
    background: url(/images/A_btn.png) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.subcon .subWrap .subCon2_box .FAQwrap .on dt span {
    background: url(/images/q_btn_on.png) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.subcon .subWrap .subCon2_box .FAQwrap .on dt a {}

.subcon .subWrap .subCon2_box .guide {
    border: solid 2px #eee;
    padding: 20px 40px;
}

.subcon .subWrap .subCon2_box .guide h3 {
    font-size: 15px;
    background: url(/images/point.png) 0px 3px no-repeat;
    width: 100%;
    display: block;
    text-indent: 0px;
    padding: 15px 0px 15px 33px;
}

.subcon .subWrap .subCon2_box .guide ul {
    margin-left: 30px;
    margin-top: 5px;
}

.subcon .subWrap .subCon2_box .downloadWrap {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .subCon2_box .downloadWrap ul li {
    float: left;
}

.subcon .subWrap .subCon2_box .downloadWrap dl {
    width: 460px;
    width: 525px;
    height: 242px;
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 30px;
    border: solid 1px #feaeae;
    border-top: solid 2px #feaeae;
}

.subcon .subWrap .subCon2_box .downloadWrap dl dt {
    font-size: 15px;
    height: 53px;
    border-bottom: solid 1px #feaeae;
    line-height: 53px;
    text-indent: 30px;
    background: #fff6f6;
}

.subcon .subWrap .subCon2_box .downloadWrap dl dd {
    padding: 35px 30px 0px 160px;
}

.subcon .subWrap .subCon2_box .downloadWrap dl dd:last-child {
    position: absolute;
    left: 220px;
    top: 152px;
}

.subcon .subWrap .subCon2_box .downloadWrap #library01 {
    background: url(/images/library01.png) no-repeat 30px 100px;
    margin-right: 26px;
}

.subcon .subWrap .subCon2_box .downloadWrap #library02 {
    background: url(/images/library02.png) no-repeat 30px 100px;
}

.subcon .subWrap .subCon2_box .downloadWrap #library03 {
    background: url(/images/library03.png) no-repeat 30px 100px;
    margin-right: 26px;
}

.subcon .subWrap .subCon2_box .downloadWrap #library04 {
    background: url(/images/library04.png) no-repeat 30px 100px;
}

.subcon .subWrap .subCon2_box #eventWrap {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.subcon .subWrap .subCon2_box #eventWrap ul li {
    width: 525px;
    float: left;
    margin-bottom: 30px;
}

.subcon .subWrap .subCon2_box #eventWrap dl dt {
    margin-bottom: 10px;
}

.subcon .subWrap .subCon2_box #eventWrap dl dt a {
    font-size: 15px;
}

.subcon .subWrap .subCon2_box #eventWrap dl dt span {
    display: block;
}

.subcon .subWrap .subCon2_box #eventWrap dl dd:last-child {
    float: right;
    margin-top: -42px;
}

.subcon .subWrap .subCon2_box #adminForm tbody tr td:nth-child(2) {}

.subcon .subWrap .coupon {
    border-top: solid 2px #dfdfdf;
    background: #f8f8f8;
    text-align: left;
    text-indent: 30px;
    padding: 20px;
}

.subcon .subWrap .coupon td {
    padding: 20px;
}

.subcon .subWrap .subCon2_box #cart02 {
    position: relative;
    left: 0px;
    top: 0px;
}

.subcon .subWrap .subCon2_box #cart02 #imgplus01 {
    position: absolute;
    left: 525px;
    top: 62px;
}

.subcon .subWrap .subCon2_box #cart02 #imgequals01 {
    position: absolute;
    left: 795px;
    top: 62px;
}

.subcon .subWrap .subCon2_box #map_view {
    width: 1080px;
    height: 500px;
    border: solid 1px #000;
}

.subcon .subWrap .subCon2_box .address {
    margin-top: 20px;
    line-height: 22px;
}

.subcon .subWrap .subCon2_box .address dl:first-child {
    width: 70%;
    float: left;
}

.subcon .subWrap .subCon2_box .address dl:nth-child(2) {
    width: 30%;
    float: left;
}

.subcon .subWrap .subCon2_box .address dl dt {
    margin-bottom: 10px;
}

.subcon .subWrap .subCon2_box .address dl span {
    margin-left: 5px;
    color: #000;
    font-size: 15px;
}

.subcon .subWrap .subCon2_box .address dl .fa {
    color: #fd6168;    
}

.subcon .subWrap .subCon2_box .address dl dd {
    padding-left: 10px;
    background: url(/images/join_bullet.png) no-repeat 0px 10px;
}

.subcon .subWrap .subCon2_box .loginWrap {
    position: relative;
    left: 0px;
    top: 0px;
    width: 322px;
    margin: 0px;
}

.subcon .subWrap .subCon2_box .loginWrap .login {
    float: left;
    margin: 0px;
}

.subcon .subWrap .subCon2_box .loginWrap .login .loginArea h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
    text-indent: 0px;
    width: 100%;
    line-height: 22px;
}

.subcon .subWrap .subCon2_box .loginWrap .login .loginArea h3 span {
    font-size: 15px;
    color: #fff;
}

.subcon .subWrap .subCon2_box .classWrap {
    margin: 33px 0px 0px 35px;
    float: right;
    width: 722px;
}

.subcon .subWrap .subCon2_box .classWrap h3 {
    text-indent: 0px;
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #000;
    line-height: 25px;
}

.subcon .subWrap .subCon2_box .classWrap span {
    margin-left: 20px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
}

.subcon .subWrap .subCon2_box .classWrap span a {
    font-size: 15px;
}

.subcon .subWrap .subCon2_box .classWrap ul {
    margin-top: 18px;
}

.subcon .subWrap .subCon2_box .classWrap ul li {
    float: left;
    width: 176px;
    background: #f0efeb;
    height: 48px;
    margin: 2px;
}

.subcon .subWrap .subCon2_box .classWrap ul li a {
    text-align: center;
    display: block;
    line-height: 48px;
    text-decoration: none;
}

.subcon .subWrap .subCon2_box .classWrap ul li a:hover {
    color: #fff;
}

.subcon .subWrap .subCon2_box .classWrap ul li:hover {
    background: #50d2c2;
}

.subcon .subWrap .subCon2_box .classWrap ul .on {
    background: #50d2c2;
}

.subcon .subWrap .subCon2_box .classWrap ul .on a {
    color: #fff;
}

.subcon .subWrap .subCon2_box .partnership {
    width: 100%;
    height: 240px;
    background: url(/images/partnership_bg.png) no-repeat;
}

.subcon .subWrap .subCon2_box .partnership dl {
    padding: 30px 0px 0px 300px;
}

.subcon .subWrap .subCon2_box .partnership dl dt {
    font-size: 16px;
    line-height: 26px;
}

.subcon .subWrap .subCon2_box .partnership dl dd {
    line-height: 21px;
    margin-top: 13px;
}

.subcon .subWrap .subCon4_box {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .subCon4_box h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.subcon .subWrap .subCon4_box .board {
    width: 334px;
    height: 158px;
    border: solid 1px #d9d9d9;
    margin-top: 35px;
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
}

.subcon .subWrap .subCon4_box .board:nth-child(2) {
    margin-right: 35px;
    margin-left: 35px;
}

.subcon .subWrap .subCon4_box .board h3 {
    margin: -30px 0px 30px 0px;
}

.subcon .subWrap .subCon4_box .board ul {
    margin: 0px 20px;
    line-height: 25px;
}

.subcon .subWrap .subCon4_box .board p {
    text-align: center;
    line-height: 158px;
}

.subcon .subWrap .subCon4_box .board .more_btn {
    position: absolute;
    left: 311px;
    top: -35px;
}

.subcon .subWrap .subCon4_box .board dl {
    margin: 0px 20px;
    line-height: 30px;
    border-bottom: solid 1px #ddd;
}

.subcon .subWrap .subCon4_box .board dl dt {
    float: left;
    margin-right: 20px;
}

.subcon .subWrap .subCon4_box .board dl dd {
    font-size: 15px;
}

.subcon .subWrap .subCon4_box #studyStart {
    border: none;
}

.subcon .subWrap .subCon4_box .present .week {
    margin-left: 5px;
    color: red;
}

.subcon .subWrap .subCon4_box .present .expression {
    float: right;
    font-size: 13px;
    font-weight: normal;
    height: 17px;
    line-height: 20px;
}

.subcon .subWrap .subCon4_box .readmore {
    margin-top: 15px;
}

.subcon .subWrap .subCon4_box .readmore span {
    float: left;
    margin-right: 5px;
}

.subcon .subWrap .subCon4_box .readmore a {
    float: left;
    margin-right: 3px;
}

.subcon .subWrap .subCon5_box {
    width: 100%;
    height: 100%;
}

.subcon .subWrap .subCon5_box h3 {
    margin-bottom: 40px;
    font-size: 25px;
    text-align: center;
    padding: 25px 0px 30px 0px;
    border: 5px solid #eff0f2;
}

.subcon .subWrap .subCon5_box h3 span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 15px;
    color: #808080;
}

.subcon .subWrap .subCon5_box .agreement {
    line-height: 22px;
}

.subcon .subWrap .loginPageWrap .login_line {
    padding: 50px 280px 50px 280px;
    background: #f7f7f7;
    border-top: solid 1px #feaeae
}


/******** //sub ********/


/* 800modal */

.modalWrap {
    height: 500px;
    display: none;
    line-height: 20px;
}

.modal800 {
    background: #fff;
    padding-bottom: 30px;
    overflow: auto;
    width: 800px;
    height: 800px;
    margin: 50px auto;
}

.modal800 .modal800_header {
    position: fixed;
    width: 800px;
}

.modal800 .modal800_header h2 {
    color: #fff;
    line-height: 60px;
    font-size: 25px;
    background: #fd6168;
    text-align: left;
    text-indent: 40px;
    padding: 0px;
    border: none;
}

.modal800 .modal800_body {
    padding: 80px 20px 0 20px;
}

.modal800 .closebtn {
    position: absolute;
    left: 740px;
    top: 0px;
}

.border section {
    border-bottom: dotted 2px #ccc;
    padding: 25px 0px;
}

.border section:first-child {
    padding-top: 0px;
}

.border h3 {
    margin-bottom: 15px;
    font-size: 15px;
}

.border h4 {
    margin-bottom: 10px;
}

#write tbody th:nth-child(2) {
    text-align: left;
}

.studynote_left {
    width: 110px;
    min-height: 200px;
    background: #f8f8f8;
    border: solid 1px #e0e0e0;
    line-height: 22px;
    padding: 20px 10px;
    box-sizing: border-box;
    float: left;
}

.studynote_left > ul {
    margin-bottom: 10px;
}

.studynote_left > ul > li {
    background: url(/images/join_bullet.png) no-repeat 0px 10px;
    padding-left: 10px;
}

.studynote_left > ul > li > a {
    margin-bottom: 5px;
    display: block;
}

.studynote_left > ul > li > ul > li > a {
    display: block;
    padding-left: 10px;
    font-size: 13px;
}

.studynote_right {
    width: 640px;
    min-height: 200px;
    background: #f8f8f8;
    border: solid 1px #e0e0e0;
    line-height: 22px;
    padding: 20px;
    box-sizing: border-box;
    margin-left: 120px;
}

.studynote_right h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.studynote_right .studynote_rightCon01 {
    width: 470px;
    float: left;
}

.studynote_right .studynote_rightCon02 {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.studynote_right .studynote_rightCon02 ul li {
    text-align: left;
}

.studynote_right span {
    font-size: 12px;
    margin-top: 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.studynote_right .studynote_rightTable {
    margin-top: 30px;
    background: #fff;
}

.studynote_right .studynote_rightTable table,
.studynote_right .studynote_rightTable table a {
    font-size: 13px;
}

.studynote_right .studynote_rightTable table textarea {
    margin-left: 20px;
}

.player {
    width: 100%;
}

.player_container {
    width: 1350px;
    position: absolute;
    top: 50%;
    margin-top: -400px;
    left: 50%;
    margin-left: -675px;
    border: 1px solid #dadada;
}

.player_container .video_Con {
    width: 980px;
    float: left;
}

.player_container .video_Con .video_header {
    width: 980px;
    border-bottom: solid 1px #e8e8e8;
    background: #F3F3F3;
    text-align: center;
}

.player_container .video_Con .video_header ul {
    height: 60px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.player_container .video_Con .video_header ul li {
    float: left;
    margin-right: 18px;
    line-height: 60px;
}

.player_container .video_Con .video_header ul li select {
    margin-top: -5px;
}

.player_container .video_Con .video_header ul li span {
    margin: 0 10px;
}

.player_container .video_Con .video_header ul li .title {
    font-size: 12px;
    margin-right: 20px;
}

.player_container .video_Con .video_area {
    width: 980px;
    height: 700px;
    background: #F3F3F3;
    box-sizing: border-box;
}

.player_container .video_aside {
    width: 300px;
    min-height: 730px;
    background: #fff;
    border;
    margin-left: 980px;
    border-left: solid 1px #dfdfdf;
}

.player_container .video_aside h1 {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #e8e8e8;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
}

.player_container .video_aside .searchWrap {
    padding: 20px;
    width: 100%;
    background: #eee;
    margin-top: 30px;
    box-sizing: border-box;
}

.player_container .video_aside .video_btn {
    padding: 20px;
}

.player_container .video_aside .video_btn a {
    display: block;
    width: 100%;
    height: 50px;
    background: #31d3bf;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
}


/* 팝업 */

.Pop01 {
    width: 400px;
}

.Pop01 h4 {
    width: 100%;
    height: 40px;
    text-indent: 20px;
    background: #fd6168;
    color: #fff;
    line-height: 40px;
    position: fixed;
    font-size: 15px;
}

.Pop01 p {
    padding: 20px;
    line-height: 20px;
    overflow: auto;
    padding-top: 60px;
}

.Pop02 {
    line-height: 20px;
    width: 100%;
}

.Pop02 div {
    padding: 10px 20px;
}

.Pop02 h4 {
    height: 40px;
    background: #fd6168;
    color: #fff;
    text-indent: 20px;
    line-height: 40px;
    font-size: 15px;
}

.Pop02 h5 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#subjectPop div ul li {
    background: url(/images/join_bullet.png) 0px 10px no-repeat;
    padding-left: 8px;
}

#professorPop div p {
    width: 102px;
    height: 122px;
    border: solid 1px #ccc;
    float: left;
    margin-right: 25px;
    overflow: hidden;
}

#professorPop div ul {
    height: 124px;
}

#professorPop div ul li {
    background: url(/images/join_bullet.png) 120px 10px no-repeat;
    padding-left: 20px;
}

#professorPop div dl {
    border-bottom: dotted 2px #ccc;
    padding: 10px 0px;
}

#professorPop div dl dt {
    float: left;
    margin-right: 10px;
}

#readingPop div dl {
    margin-bottom: 10px;
}

#readingPop div dl dt {
    margin-right: 20px;
    float: left;
}


/* right퀵메뉴 */

.quickWrap {
    position: fixed;
    right: 6px;
    width: 166px;
    height: 100%;
    /*height: 665px;*/
    z-index: 999;
    letter-spacing: -1px;
}

.quickWrap .quickBox {
    width: 166px;
    height: 100%;
    /*border-radius: 100px; left: 50%; margin: 0 0 0 750px;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c6063+0,29292d+100 */
    border: solid 3px #2f2f2f;
    background: rgb(92, 96, 99);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(92, 96, 99, 1) 0%, rgba(41, 41, 45, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(92, 96, 99, 1) 0%, rgba(41, 41, 45, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(92, 96, 99, 1) 0%, rgba(41, 41, 45, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5c6063', endColorstr='#29292d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.quickWrap .quick_top {
    padding: 20px 15px;
}

.quickWrap .quick_top ul li {
    color: #fff;
    margin-bottom: 5px;
}

.quickWrap .quick_top ul li dl dt {
    float: left;
    margin-right: 10px;
}

.quickWrap .quick_top ul li dl dd {
    font-size: 15px;
    color: #e8ff00;
    font-weight: bold;
}

.quickWrap .quick_center ul li {
    width: 100%;
    height: 42px;
    border-bottom: dotted 2px #ccc;
    line-height: 42px;
    background: #fafafa;
}

.quickWrap .quick_center ul li:last-child {
    border: none;
}

.quickWrap .quick_center ul li a {
    display: block;
    font-size: 13px;
}

.quickWrap .quick_center ul li img {
    padding: 0 5px 0 17px;
}

.quickWrap .quick_bottom {
    padding: 9px 0 16px 20px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.quickWrap .quick_bottom dl {
    margin-top: 10px;
    color: #fff;
}

.quickWrap .quick_bottom dl dd {
    font-size: 15px;
    margin-top: 5px;
    color: #e8ff00;
    font-weight: bold;
}

.quickWrap .quick_bottom span {
    font-size: 12px;
    color: #fff;
}

.close_btn {
    position: absolute;
    top: 30px;
    right: 162px;
    z-index: 998;
}

.quickmenu_btn {
    position: fixed;
    top: 216px;
    right: 30px;
    z-index: 999;
}

@media screen and (max-width:980px) {
    /* .top_btn_div {
        position: fixed;
        right: 10px;
        bottom: 20px;
    }
    */
    .modal800 {
        margin: 0px auto;
        position: relative;
    }
}

.bnr_gongin li {
    float:left;
    margin: 0 20px;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	opacity:0.5;
	z-index: 99998;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	opacity:1.5;
	z-index: 99999;
}
