@charset "utf-8";
@import url(sub_mobile.css);

@font-face {
    src: url("../font/NanumSquareRoundB.woff");
    font-family: "NanumSquareRound";
    font-weight: 400
}

@font-face {
    src: url("../font/NanumSquareRoundEB.woff");
    font-family: "NanumSquareRound";
    font-weight: 500
}

/* reset */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Noto Sans KR', 'dotum', sans-serif;
    -ms-text-size-adjust: 100%;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    line-height: 140%;
    overflow-y: scroll;
    height: 100%;
    letter-spacing: -0.5px;
}

body {
    height: 100%;
    /* text-align:left !important; */
}

html,
body,
div,
p,
span,
a,
img,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
form,
input,
select,
textarea,
button,
label,
fieldset,
table,
tr,
td,
th,
tbody,
thead,
tfoot,
caption,
video,
strong,
em,
i,
b {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: none;
}

img,
a,
fieldset {
    border: 0 none;
}

ul,
ol,
li {
    list-style: none
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.edu_tab .edu_tab01 img {
    width: 100%;
    max-width: 700px;
}

/*ㅈli, p, dt, dd, div, span {word-break:break-all;} */
legend,
caption {
    display: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:focus,
input:focus,
button:focus {
    outline: none
}

a,
span,
strong,
p,
em,
i.b {
    line-height: inherit;
    color: inherit;
    font-size: inherit
}

a:hover {
    color: #00428f;
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

/* ::selection {background:#0e6eb8;color:#fff;}
::-moz-selection {background:#0e6eb8;color:#fff;} */

input[type=text],
input[type=password],
input[type=tel],
select {
    border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus {
    border: 1px solid #1165ad !important;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    src: url(../font/NotoSans-Regular.eot);
    src: url(../font/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
        local(˜),
        url(../font/NotoSans-Regular.woff2) format('woff2'),
        url(../font/NotoSans-Regular.woff) format('woff'),
        url(../font/NotoSans-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR M';
    font-style: normal;
    font-weight: 500;
    src: url(../font/NotoSans-Medium.eot);
    src: url(../font/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
        url(../font/NotoSans-Medium.woff) format('woff'),
        /* url(../font/NanumGothic.ttf) format('truetype'); */
}

@font-face {
    font-family: 'Noto Sans KR M';
    font-style: normal;
    font-weight: 500;
    src: url(../font/NotoSans-Medium.eot);
    src: url(../font/NotoSans-Medium.eot?#iefix) format('embedded-opentype'), local(˜),
        url(../font/NotoSans-Medium.woff2) format('woff2'),
        url(../font/NotoSans-Medium.woff) format('woff'),
        url(../font/NotoSans-Medium.otf) format('opentype');
}


/* 공통 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 12px;
}

::-moz-placeholder {
    color: #999 !important;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #999 !important;
    font-size: 12px;
}

:-moz-placeholder {
    color: #999 !important;
    font-size: 12px;
}

/* .txt_point {color:#00428f;} */
.txt_point {
    color: #3368a5;
}

.txt_point2 {
    color: #e50013;
}

.txt_c {
    text-align: center;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.m_hidden {
    display: none !important;
}


/* 버튼 */
a:hover,
input[type=submit]:hover,
input[type=button]:hover {
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

/* layout */
#wrap {
    width: 100%;
    height: 100%;
}

#header {
    width: 94%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    position: relative;
}

#header .top_area {
    position: absolute;
    top: 20px;
    right: 33px;
    overflow: hidden;
}

#header .top_area ul {
    float: right;
}

#header .top_area ul li {
    float: left;
    padding: 0 7px;
    background: url(../images/common/bar.gif) right 5px no-repeat;
    font-size: 13px;
}

#header .top_area ul li:nth-child(2),
#header .top_area ul li:nth-child(3) {
    padding-right: 0;
    background: none;
}

#header .logo_sch_area {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 5px 0 0 0;
}

#header .logo_sch_area h1 {
    width: 150px;
}

#header .logo_sch_area h1 img {
    width: 100%;
}

#header .sch_area {
    clear: both;
    position: relative;
    margin-top: 8px;
    width: 100%;
    height: 37px;
}

#header .sch_area div {
    position: relative;
    width: 100%;
    height: 37px;
}

#header .sch_area input[type=text] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

#header .sch_area input[type=image] {
    position: absolute;
    top: 5px;
    right: 12px;
}

#header .btn_sitemap {
    display: block;
    position: absolute;
    top: -38px;
    right: 0;
    /* width:45px; height:37px; border:1px solid #ccc; */
    background: #fff;
    text-align: center;
    cursor: pointer;
}

#header .btn_sitemap img {
    margin-top: 9px;
}

/* #header .btn_sitemap:hover { background:#f8f8f8;} */

#navi {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 920;
    background: #fff;
    background: #054c95;
}

#navi .navi_area {
    margin: 0 auto;
    width: 94%;
    height: 52px;
    background: #054c95;
}

/* .sub_nav_bg { left:0; top:147px; width:100%; height:0; background:url(../images/common/sub_nav_bg.gif) 0 0 repeat-x; overflow:hidden; position:absolute; display:none; z-index:910; }  */
.sub_nav_bg {
    left: 0;
    top: 95px;
    width: 100%;
    height: 0px;
    background: url('../images/common/sub_nav_bg.gif');
    overflow: hidden;
    position: absolute;
    display: none;
    z-index: 910;
}

.sub_nav_img {
    margin-left: 250px;
    left: 50%;
    top: 48px;
    width: 329px;
    height: 167px;
    position: absolute;
    display: none;
    z-index: 900;
}

.nav {
    margin: 0 auto;
    width: 94%;
    height: 52px;
    overflow: hidden;
}

.nav_dep1 {
    height: 52px;
    line-height: 52px;
}

.nav > ul {
    overflow: hidden;
}

.nav > ul > li {
    position: relative;
    width: 183px;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    float: left;
}

.nav > ul > li > a {
    color: #fff;
    font-size: 18px;
}

.nav > ul > li a {
    display: block;
}

.nav > ul > li.selected {
    background: #054c95;
}

.nav > ul > li > .sub_nav {
    height: 300px !important;
    /* margin:18px 0 0 0; */
    border-right: 1px solid #ccc;
}

.nav > ul > li > .sub_nav > li {
    height: 35px;
    padding: 7px 20px;
    font-size: 14px;
    color: #333;
    text-align: left;
    cursor: pointer;
    letter-spacing: -0.8px;
}

.nav > ul > li > .sub_nav a:hover {
    color: #fff;
}

.nav > ul > li.selected > .nav_dep1 {
    display: block;
    background: #004076;
    width: 100%;
}

.nav > ul > li.selected > .sub_nav li {
    color: #fff;
}

.nav > ul > li.selected > .sub_nav li:hover {
    background: #004076;
    color: #fff;
}

.nav .sub_nav_dep3 {
    margin-top: 10px;
}

.nav .sub_nav_dep3 li:hover {
    background: none !important;
    text-decoration: underline;
}

.nav .nav_more {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    text-decoration: underline;
    font-size: 13px;
    color: #333;
}

.nav > ul > li.selected > .nav_more {
    color: #fff;
}

/* .gnb_on .nav_dep1 { background:#004076; } */

#footerWrap {
    background: #172735;
}

#footer {
    position: relative;
}

.footer_top {
    overflow: hidden;
    border-bottom: 1px solid #394753;
    padding-bottom: 5px;
}

.footer_top .footer_menu {
    overflow: hidden;
    padding: 12px 0 5px 0;
}

.footer_top .footer_menu li {
    float: left;
    padding: 0 8px;
    background: url(../images/common/f_menu_bar.gif) right 3px no-repeat;
}

.footer_top .footer_menu li:last-child {
    background: none;
}

.footer_top .footer_menu li a {
    color: #dadada;
}

.footer_top .footer_menu li a:hover {
    color: #fff;
}

.footer_top .fr {
    overflow: hidden;
    margin-top: 6px;
    float: none;
}

.footer_top .fr .sns {
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 56px;
}

.footer_top .fr .sns li {
    float: left;
    margin-left: 5px;
}

.footer_top .family_slct {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 150px;
    height: 30px;
}

.footer_top .family_slct .btn_family {
    position: relative;
    display: block;
    width: 150px;
    height: 30px;
    line-height: 28px;
    margin-top: 3px;
    padding-left: 10px;
    background: #0e1b26;
    color: #fcfcfc;
    cursor: pointer;
}

.footer_top .family_slct .btn_family:hover {
    background: #081119;
}

.footer_top .family_slct .btn_family .arrow {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(../images/common/select_arrow.png) 0 0 no-repeat;
    position: absolute;
    top: 11px;
    right: 10px;
}

.footer_top .family_slct .family_list {
    display: none;
    position: absolute;
    right: 0;
    bottom: 27px;
    width: 150px;
    background: #0e1b26;
}

.footer_top .family_slct .family_list li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
    color: #fff;
}

.footer_top .family_slct .family_list li:hover {
    color: #1da1f2;
}

.footer_bottom {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    padding-top: 15px;
}

.footer_bottom .f_logo {
    width: 150px;
    padding: 0 6px;
}

.footer_bottom div {
    padding: 10px 0 20px 0;
    color: #b8bcc0;
}

.footer_bottom div ul {
    overflow: hidden;
}

.footer_bottom div ul li {
    float: left;
    height: 14px;
    padding: 0 6px;
    margin-bottom: 3px;
    background: url(../images/common/f_menu_bar.gif) right 5px no-repeat;
    font-size: 11px;
}

/*.footer_bottom div ul li:nth-child(1), .footer_bottom div ul li:nth-child(3), .footer_bottom div ul li:nth-child(4), .footer_bottom div ul li:nth-child(6), .footer_bottom div ul li:nth-child(8), .footer_bottom div ul li:last-child  { padding:0 6px 0 0; }*/
.footer_bottom div ul li:nth-child(5) {
    padding: 0 0 0 6px;
}

.footer_bottom div ul li:nth-child(2),
.footer_bottom div ul li:nth-child(3),
.footer_bottom div ul li:nth-child(5),
.footer_bottom div ul li:last-child {
    background: none;
}

.footer_bottom div ul li:last-child {
    padding-left: 5px;
}

.footer_bottom .fl p {
    padding: 0 6px;
}

#quickWrap {
    display: none;
    position: absolute;
    top: 200px;
    left: 55%;
    margin-left: 580px;
    z-index: 1000;
}

#quick {
    position: fixed;
}

.quick_list {
    background: #fff;
    border: 1px solid #ccc;
    width: 100px;
}

.quick_list p {
    position: absolute;
    left: -10px;
}

.quick_list ul li:first-child {
    padding: 36px 0 0 0;
}

.quick_list a {
    display: block;
    width: 100%;
    padding: 13px 0;
    font-size: 12px;
    text-align: center;
    color: #666;
    letter-spacing: -1px;
    line-height: 13px;
    border-bottom: 1px solid #ccc;
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.quick_list a:hover {
    background: #fcfcfc;
    color: #ef2f2f;
}

.quick_list a .img {
    display: block;
    width: 100px;
    height: 32px;
}

.quick_menu01 .img {
    background: url(../images/common/quick_icon01.png) center 0 no-repeat;
}

.quick_menu02 .img {
    background: url(../images/common/quick_icon02.png) center 0 no-repeat;
}

.quick_menu03 .img {
    background: url(../images/common/quick_icon03.png) center 0 no-repeat;
}

.quick_menu04 .img {
    background: url(../images/common/quick_icon04.png) center 0 no-repeat;
}

.quick_menu05 .img {
    background: url(../images/common/quick_icon05.png) center 0 no-repeat;
}

.quick_menu06 .img {
    background: url(../images/common/quick_icon06.png) center 0 no-repeat;
}

.quick_menu07 .img {
    background: url(../images/common/quick_icon07.png) center 0 no-repeat;
}

.quick_menu08 .img {
    background: url(../images/common/quick_icon08.png) center 0 no-repeat;
}

#quick .top_btn {
    display: block;
    margin-top: 10px;
    width: 100px;
    background: url(../images/common/btn_top.png) center 0 no-repeat;
    cursor: pointer;
    text-align: center;
}

#quick .top_btn {
    padding-top: 13px;
}

#quick .top_btn:hover {
    background-color: #fcfcfc;
}

/* sitemap_popup */
#layer_sitemap {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 99999;
    /* background:url(../images/sitemap_bg.png); */
}

#sitemap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 15px #666;
}

#sitemap h3 {
    font-size: 20px;
    color: #054c95;
    border-bottom: 2px solid #054c95;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#sitemap_content {
    overflow: hidden;
    background: #fff;
}

.sitemap_menu {
    margin-bottom: 10px;
}

.sitemap_menu h4 {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    background: #f4f4f4;
    cursor: pointer;
}

#sitemap ul li {
    line-height: 28px;
    padding-left: 10px;
    color: #666;
}

.sitemap_menu > div {
    display: none;
}

.sitemap_menu > div ul li {
    border-bottom: 1px dotted #aaa;
}

.sitemap_menu .sitemap_dep3 li {
    font-size: 14px;
}

.sitemap_menu .sitemap_dep3 li:last-child {
    border-bottom: none !important;
}

#sitemap ul li ul li {
    line-height: 24px;
    font-size: 13px;
}

#sitemap .nav_more {
    display: block;
    margin-top: 5px;
    text-align: right;
}

.btn_close {
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
}

.btn_close img {
    width: 85%;
}


/* 로그인 */
#dialog {
    width: 94%;
    padding: 25px;
    border-top: 8px solid #054c95;
    background-color: #fff;
}

#mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #000;
}

#dialog .login_tit h2 {
    font-size: 24px;
    font-family: 'Noto Sans KR M';
    color: #054c95;
    margin-bottom: 14px;
}

#dialog .login_tit p {
    font-size: 13px;
    line-height: 125%;
    color: #666;
    margin-bottom: 3px;
}

#dialog .login_input_wrap {
    overflow: hidden;
    margin: 15px 0;
}

#dialog .login_input_wrap .input_box {
    position: relative;
    width: 100%;
    height: 42px;
    margin-bottom: 6px;
}

#dialog .login_input_wrap .input_box label {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 10;
}

#dialog .login_input_wrap input[type=text],
#dialog .login_input_wrap input[type=password] {
    position: absolute;
    top: 0;
    left: 0;
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    padding-left: 8px;
}

#dialog .login_input_wrap .fl {
    float: none;
}

#dialog .login_input_wrap .fr {
    float: none;
    width: 100%;
    height: 50px;
}

#dialog .login_input_wrap .btn_login {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    background: #054c95;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans KR M';
}

#dialog .forget li {
    font-size: 13px;
    margin-bottom: 6px;
    padding-left: 6px;
    background: url(../images/sub/bullet_blue.gif) 0 10px no-repeat;
}

#dialog .forget li span {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 5px;
    letter-spacing: -1px;
}

#dialog .forget li .btn_s_gra {
    padding: 1px 10px;
    font-size: 12px;
}

#dialog .btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* 로그인 비공개 게시판 */
#dialog_board {
    width: 94%;
    padding: 25px;
    border-top: 8px solid #054c95;
    background-color: #fff;
}

#mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #000;
}

#dialog_board .login_tit h2 {
    font-size: 24px;
    font-family: 'Noto Sans KR M';
    color: #054c95;
    margin-bottom: 14px;
}

#dialog_board .login_tit p {
    font-size: 13px;
    line-height: 125%;
    color: #666;
    margin-bottom: 3px;
}

#dialog_board .login_input_wrap {
    overflow: hidden;
    margin: 15px 0;
}

#dialog_board .login_input_wrap .input_box {
    position: relative;
    width: 100%;
    height: 42px;
    margin-bottom: 6px;
}

#dialog_board .login_input_wrap .input_box label {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 10;
}

#dialog_board .login_input_wrap input[type=text],
#dialog_board .login_input_wrap input[type=password] {
    position: absolute;
    top: 0;
    left: 0;
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    padding-left: 8px;
}

#dialog_board .login_input_wrap .fl {
    float: none;
}

#dialog_board .login_input_wrap .fr {
    float: none;
    width: 100%;
    height: 50px;
}

#dialog_board .login_input_wrap .btn_login {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    background: #054c95;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans KR M';
}

#dialog_board .forget li {
    font-size: 13px;
    margin-bottom: 6px;
    padding-left: 6px;
    background: url(../images/sub/bullet_blue.gif) 0 10px no-repeat;
}

#dialog_board .forget li span {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 5px;
    letter-spacing: -1px;
}

#dialog_board .forget li .btn_s_gra {
    padding: 1px 10px;
    font-size: 12px;
}

#dialog_board .btn {
    position: absolute;
    top: 15px;
    right: 15px;
}


/* 메인 */
#mainContainer {
    width: 94%;
    margin: 0 auto;
}

.main_visual {
    margin-top: 15px;
}

.main_visual .bx-wrapper {
    margin: 0 auto 40px;
    min-width: 360px;
}

.main_visual .bx-wrapper .slide {
    position: relative;
    height: 420px;
}

.main_visual .bx-wrapper .slide .one_slide {
    height: 100%;
}

.main_visual .bx-wrapper .slide .ex_slide {
    height: 100%;
}

.main_visual .bx-wrapper .slide .left,
.main_visual .bx-wrapper .slide .right {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 210px;
    position: absolute;
}

.main_visual .bx-wrapper .slide .left img,
.main_visual .bx-wrapper .slide .right img {
    width: 100%;
    height: 100%;
}

.main_visual .bx-wrapper .slide .left {
    left: 0;
}

.main_visual .bx-wrapper .slide .right {
    left: 0;
    bottom: 0;
}
.main_visual .bx-wrapper .finance .left{
    height: 268px;
} 
.main_visual .bx-wrapper .finance .right{
    height: 152px;
}
.main_visual .bx-wrapper .esg .left{
    height: 255px;
} 
.main_visual .bx-wrapper .esg .right{
    height: 165px;
}
.main_visual .bx-wrapper .jeju{height:100%;}
.main_visual .bx-wrapper .jeju .num_1{
    width:36.11111111111111% ;
    float:left;
    height: 420px;
}
.main_visual .bx-wrapper .jeju .num_2{
    width:27.77777777777778%;
    float:left;
    height: 420px;
}
.main_visual .bx-wrapper .jeju .num_3{
    width:36.11111111111111% ;
     float:left;
    height: 420px;
}


.main_visual .bx-wrapper .jeju_2{height:100%; float: left; list-style: none; position: relative; width: 910px;}
.main_visual .bx-wrapper .jeju_2 .num_1{
    width:33.33333333333333% ;
    float:left;
    height: 420px;
}
.main_visual .bx-wrapper .jeju_2 .num_2{
    width:33.33333333333333%;
    float:left;
    height: 420px;
}
.main_visual .bx-wrapper .jeju_2 .num_3{
    width:33.33333333333333% ;
     float:left;
    height: 420px;
}


.m_left{
    width: 50%;
    float: left;
    height: 420px;
}
.m_right{
    width: 50%;
    float: left;
    height: 420px;
}
.right_leader{
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 210px;
    position: absolute;
    left: 0;
    top: 0;
}
.right_bottom{
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 210px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width:1200px) and (min-width:640px) {
    .main_visual .bx-wrapper .slide {
        position: relative;
        height: 800px;
    }

    .main_visual .bx-wrapper .slide .left,
    .main_visual .bx-wrapper .slide .right {
        display: block;
        width: 100%;
        max-width: 1200px;
        height: 400px;
        position: absolute;
    }

    .main_visual .bx-wrapper .slide .one_slide {
        display: block;
        width: 100%;
        max-width: 1200px;
        height: 800px;
        position: absolute;
    }

    .main_visual .bx-wrapper .slide .ex_slide {
        display: block;
        width: 100%;
        max-width: 1200px;
        height: 800px;
        position: absolute;
    }

    .main_visual .bx-wrapper .jeju .num_1{
        width:36.11111111111111% ;
        float:left;
        height: 800px;
    }
    .main_visual .bx-wrapper .jeju .num_2{
        width:27.77777777777778%;
        float:left;
        height: 800px;
    }
    .main_visual .bx-wrapper .jeju .num_3{
        width:36.11111111111111% ;
        float:left;
        height: 800px;
    }

    .main_visual .bx-wrapper .jeju_2{height:100%; float: left; list-style: none; position: relative; width: 500px;}
    .main_visual .bx-wrapper .jeju_2 .num_1{
        width:33.33333333333333% ;
        float:left;
        height: 800px;
    }
    .main_visual .bx-wrapper .jeju_2 .num_2{
        width:33.33333333333333%;
        float:left;
        height: 800px;
    }
    .main_visual .bx-wrapper .jeju_2 .num_3{
        width:33.33333333333333% ;
        float:left;
        height: 800px;
    }
    
}


.visual-text {
    font-family: 'NanumSquareRound', sans-serif;
    font-size: 1.25em;
    font-weight: 500;
    display: block;
    position: absolute;
    top: 65px;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.visual-text li {
    margin-bottom: 20px;
}
.visual-text .box {
    background: #000080;
    color: #ffd966;
/*    font-size: 2rem;*/
    font-size: 0.8em;
    padding: 0px 8px;
    margin-left: 10px;
    display: inline-block;
}
.visual-text .mid {
    font-size: 0.925em;
}

.visual-text .mid .green {
    font-size: 1em;
}

.visual-text .blue {
    color: #016cb7;
}

.visual-text .green {
    color: #009c7c;
}

.visual-text .big {
    font-size: 1.75em;
    letter-spacing: -0.1rem;
    line-height: 1.2em;
}

.visual-text .black {
    color: #363636;
}




.slide_copy {
    display: block;
    position: absolute;
    top: 17%;
    color: #fff;
}

.slide_copy span {
    display: block;
}

.main_visual .bx-wrapper .slide .left .slide_copy {
    text-align: right;
    right: 8%;
}

.main_visual .bx-wrapper .slide .right .slide_copy {
    text-align: left;
    left: 8%;
}

.slide_copy .copy_top {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    word-break: keep-all;
}

.slide_copy .copy_tit {
    font-size: 22px !important;
    line-height: 20px;
    margin-bottom: 20px;
    word-break: keep-all;
}

.slide_copy .copy_txt {
    display: none;
    font-size: 12px;
    letter-spacing: -0.5px;
    color: #f5f5f5;
    word-break: keep-all;
}

.slide_copy .btn_more {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 35px;
    height: 35px;
    line-height: 35px;
}

.slide_copy .btn_more:hover {
    background: rgba(255, 255, 255, 0.2);
}

.ex_slide {
    position: relative;
    display: block;
    height: 100%;
}

.ex_slide .slide_copy {
    position: absolute;
    left: 10%;
    top: 32%;
}

.ex_slide .slide_copy .copy_tit {
    width: 70%;
}

.ex_slide .btn_more {
    position: relative;
    /*left:-50%;*/
}

.ex_slide img {
    height: 100%;
}

.one_slide {
    position: relative;
    display: block;
    height: 100%;
}

.one_slide .slide_copy {
    position: absolute;
    left: 15%;
    top: 20%;
}

.one_slide .btn_more {
    position: relative;
    /*left:-50%;*/
}

.one_slide img {
    height: 100%;
}

.forum_slide .m_copy {
    position: absolute;
    top: 25%;
    left: 10%;
    right: 0;
    margin-left: auto;
    margin-right: 0;
    z-index: 99;
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.forum_slide .m_copy span {
    display: block;
    margin-top: 15px;
}

.forum_slide .m_copy strong {
    display: block;
    font-size: 28px;
    color: #7bd4d8;
    font-family: 'Noto Sans KR M';
}


/* 마감임박 */
.deadline_edu_wrap {
    margin-bottom: 40px;
}

.deadline_edu_wrap h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.deadline_edu_wrap h2 .clock {
    display: inline-block;
    margin-right: 4px;
    width: 33px;
    height: 30px;
    background: url(../images/main/icon_clock.gif) 0 0 no-repeat;
    vertical-align: bottom;
}

.deadline_edu_wrap h2 .bg_blue {
    display: inline-block;
    width: 93px;
    height: 30px;
    padding-top: 2px;
    background: #054c95;
    color: #fff;
}

.deadline_edu_wrap h2 .bg_black {
    display: inline-block;
    width: 93px;
    height: 30px;
    padding-top: 2px;
    background: #333;
    color: #fff;
}

.deadline_edu_list {
    overflow: hidden;
}

.deadline_edu_list .deadline_edu:last-child {
    display: none;
}

.deadline_edu {
    float: left;
    width: 45%;
    margin-right: 10%;
}

.deadline_edu:nth-child(1),
.deadline_edu:nth-child(2) {
    margin-bottom: 5%;
}

.deadline_edu:nth-child(2n) {
    margin-right: 0;
}

.deadline_edu .edu_img {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    width: 100%;
    height: 135px;
    text-align: center;
}

.deadline_edu .edu_img img {
    max-width: 180px;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.deadline_edu a:hover .edu_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.deadline_edu .edu_info {
    display: block;
    overflow: hidden;
    font-size: 13px;
}

.deadline_edu .edu_info .process {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 5px;
}

.deadline_edu .edu_info .process01 {
    color: #2172b8;
}

.deadline_edu .edu_info .process02 {
    color: #e14747;
}

.deadline_edu .edu_info .process03 {
    color: #1da35c;
}

.deadline_edu .edu_info .open_date {
    display: block;
}

.deadline_edu .edu_tit {
    display: block;
    clear: both;
    font-family: 'Noto Sans KR M';
}

/* 게시판&지식도서 */
.board_book_wrap {
    overflow: hidden;
    margin-bottom: 40px;
}

.board_wrap h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.board_wrap .btn_more {
    position: absolute;
    top: 19px;
    right: 21px;
    padding: 4px;
}

.board_wrap .btn_more:hover {
    background: #f4f4f4;
}

.ceo {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-top: 3px solid #459cac;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.ceo .movie_area {
    width: 240px;
    height: 135px;
    margin: 0 auto;
}

.ceo .movie_area img {
    width: 100%;
    height: 100%;
}

.ceo .movie_tit {
    font-family: 'Noto Sans KR M';
    margin: 5px 0 3px 0;
    text-align: center;
}

.ceo .movie_ceo {
    font-size: 13px;
    color: #555;
    margin-top: -2px;
    text-align: center;
}

.contest {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-top: 3px solid #2172b8;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.contest div strong {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Noto Sans KR M';
    color: #206db0;
    background-image: url(../images/main/marks.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-color: #2172b8;
    border-radius: 4px;
    display: block;
    padding: 5px 0 0 10px;
    word-break: keep-all;
    color: #fff;
    padding: 12px 10px 12px 22px;
}

.contest div ul {
    margin-top: 5px;
    padding: 15px 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
}

.contest div ul li {
    overflow: hidden;
}

.contest div ul li span:first-child {
    display: block;
    float: left;
    margin-right: 3%;
    word-break: keep-all;
    font-family: 'Noto Sans KR M';
    color: #2172b8;
}

.contest div ul li span:last-child {
    display: block;
    float: left;
    width: 82%;
    word-break: keep-all;
}

.recommend {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-top: 3px solid #7e7fcc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.recommend ul li {
    margin-bottom: 8px;
    padding-left: 8px;
    background: url(../images/common/list_bullet.gif) 0 10px no-repeat;
}

.recommend ul li a {
    display: inline-block;
    width: 75%;
    margin-right: 15px;
}

.recommend ul li span {
    font-size: 13px;
    color: #666;
}

.book {
    padding: 25px 0 20px 0;
    background: #f2f2f2;
    text-align: center;
}

.book h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.book img {
    width: 110px !important;
    height: 137px;
    box-shadow: 3px 3px 4px #ccc;
}

.book .book_tit {
    display: block;
    text-align: center;
    font-family: 'Noto Sans KR M';
    line-height: 16px;
    margin-top: 5px;
}

.book .book_writer {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

.book .book_company {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 14px;
}


/* 회원서비스 안내 */
.membership {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
    height: 240px;
}

.membership .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url(../images/main/member_bg_m.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.membership:hover .bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.membership_tit {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0 0 15px;
    width: 260px;
    height: 95px;
    background-image: url(../images/main/member_tit_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 98%;
    color: #fff;
    line-height: 32px;
    z-index: 99;
}

.membership_tit h2 {
    font-size: 20px;
    line-height: 125%;
    font-weight: normal;
}

.membership_tit p {
    font-size: 14px;
    line-height: 130%;
    color: #8492a7;
}

.membership_txt {
    overflow: hidden;
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    color: #fff;
    z-index: 99;
}

.membership_txt p {
    float: left;
    font-size: 14px;
    line-height: 20px;
}

.membership_txt .btn_more {
    float: right;
    margin-top: 5px;
    display: block;
    width: 130px;
    height: 36px;
    line-height: 36px;
    background: rgba(233, 37, 37, 0.8);
    text-align: center;
    font-size: 13px;
}

.membership_txt .btn_more:hover {
    background: rgba(223, 31, 31, 0.8);
    color: #fff;
}

/* 교육현장 스케치 */
.edu_photo {
    width: 100%;
    margin: 0 auto 40px;
    padding-bottom: 12px;
    border: 1px solid #ccc;
}

.edu_photo h2 {
    font-size: 18px;
    font-weight: normal;
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
}

.edu_photo h2 span {
    display: inline-block;
    background: url(../images/main/icon_photo.png) 0 15px no-repeat;
    padding-left: 32px;
}

.edu_photo .bxslider_03 {
    padding: 15px 0;
}

.edu_photo .slide a {
    display: block;
    width: 230px;
    height: 180px;
    position: relative;
    border: 2px solid #transparent;
}

/* .edu_photo .slide a:hover { border:2px solid #054c95; } */
.edu_photo .slide a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 180px;
}

.edu_photo .slide a .photo_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 230px;
    height: 60px;
    padding-top: 15px;
    background: url(../images/main/photo_gra.png) 0 0 no-repeat;
    color: #fff;
    text-align: center;
}

.edu_photo .bx-viewport {
    width: 230px !important;
    margin: 0 auto;
}

.edu_photo .bx-wrapper .slide {
    position: relative;
    width: 100%;
    height: 200px;
}

.edu_photo .bx-wrapper .slide .left,
.edu_photo .bx-wrapper .slide .right {
    display: block;
    width: 50%;
    height: 200px;
    position: absolute;
}

.edu_photo .bx-viewport {
    width: 90%;
}

.charge_login {
    max-width: 500px;
    width: 90%;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #bbb;
    text-align: left;
    margin: 0 auto;
}

/* popup */
#wrap_use1 {
    width: 95%;
    margin: 20px auto;
}

#wrap_use1 dl dd table {
    width: 100% !important;
}

.layer_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000001;
    cursor: pointer;
}

.layer_popup p {
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

.layer_popup p img {
    width: 330px;
}

.layer_popup .pop_close {
    color: #fff;
    text-align: center;
}
.layer_popup .date_close {
    color: #fff;
    text-align: center;
}

/*찾아오시는길*/
.root_daum_roughmap_landing {
    max-width: 100%;
}




#pop_email_wrap {
    background: #e24a4a;
    position: absolute;
    top: 180px;
    left: 280px;
    width: auto;
    border-radius: 4px;
    display: block;
    text-align: center;
    padding: 6px 10px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    z-index: 9;
}

#pop_email_wrap .pop_txt br {display: none;}
#pop_email_wrap .pop_txt span {
    font-size: 15px;
}
#pop_email .contents_h4 { font-size:20px; font-weight:normal; background:url(../images/sub/h4_bullet_g.png) 0 10px no-repeat; padding-left:15px; margin-bottom:10px; }
#pop_email .popup_wrap { padding:20px; }
#pop_email .popup_wrap .btn_area { margin-top:30px; }
#pop_email .popup_wrap .btn_area a { width:180px; height:45px; line-height:45px; margin:0 auto; }
#pop_email .popup_wrap .list_table01 th { height:35px; line-height:35px; }
#pop_email .popup_wrap .list_table01 td { height:40px; padding:8px; }
#pop_email .popup_wrap .list_table01 .txt_l { padding-left:15px; }

#pop_email .pop_btn { margin-top:20px; }
#pop_email .pop_btn a { padding:8px 25px; }

#pop_email .list_table07 th { height:40px; padding:10px 0; font-weight:500; background:#f8fafc; /* border-left:1px solid #1165ad; */ border-left:1px solid #ddd; border-top:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; }
#pop_email .list_table07 td { height:40px; padding:10px 15px; border:1px solid #ddd; }
#pop_email .list_table07 .input_txt { width:200px; }
#pop_email .list_table07 .input_txt_s { width:80px; }
#pop_email .list_table07 .input_txt_l { width:490px; }
#pop_email .list_table07 textarea { width:100%; border:1px solid #ddd; }
#pop_email .pay_table th { height:43px; line-height:43px; border:1px solid #ddd; font-weight:500; background:#8e9198; color:#fff; text-align:center; }
#pop_email .pay_table td { height:50px; padding:10px; border:1px solid #ddd; text-align:center; }
#pop_email .pay_table tfoot td { font-size:15px; font-weight:bold; background:#eaeaea; }
#pop_email .txt_l { text-align:left !important; padding:10px 10px 10px 20px !important; }
#pop_email .bg_point {background:#f0f8ff;}

#pop_email .list_sch_area { text-align:center; margin-top:20px; background:#f4f4f4; padding:15px 0; border:1px solid #ccc; }
#pop_email .list_sch_area select{ width:130px; height:32px; vertical-align:bottom; }
#pop_email .list_sch_area input[type=text] { width:250px; height:32px; padding:0 8px; }
#pop_email .list_sch_area .btn_list_sch { border:none; background:#1165ad; width:80px; height:32px; line-height:28px; color:#fff; vertical-align:bottom; font-weight:500; cursor:pointer; }
#pop_email .list_sch_area .btn_list_sch:hover { background:#0c599c; }
#pop_email .input_txt { border:1px solid #ccc !important; height:30px !important; line-height:30px !important; padding:0 8px !important; }
#pop_email .modal h5 { font-size:15px; font-weight:500; margin-bottom:3px; }
#pop_email .btn_area { width:100%; text-align:center; margin-top:30px; }
#pop_email .btn_area a { display:inline-block; border-radius:4px; text-align:center; font-size:16px; font-weight:500; }
#pop_email .btn_two a { float:left; width:49%; margin-right:2%; } 
#pop_email .btn_two a:last-child { margin-right:0; }

#pop_email .con_area .btn_area { margin-top:50px; }
#pop_email .con_area .btn_area a { display:inline-block; width:200px; height:50px; line-height:50px; }

#pop_email .btn_blue, .btn_confirm {  border-radius:4px; text-align:center; font-size:16px; font-weight:500; background:#1165ad; color:#fff; border:none; border-radius:4px; cursor:pointer; }
#pop_email .btn_blue:hover, .btn_confirm:hover { background:#0c599c; color:#fff; }

@media screen and (max-width: 480px) {
    #pop_email_wrap {left: 10px; top: 220px;}

    .layer_popup p {
        margin-top: 50px;
    }
}