@charset 'utf-8';

#wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 184px;
    background: #fff;
    box-shadow: none;
    border-bottom: 3px solid #0cbdb0;
}
.logos {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 55px;
    line-height: 55px;
}
.logos li {
    font-size: 14px;
    color: #7d7d7d;
}
.logos li:nth-child(1) {
    background: url("/images/common/logo_mohw.png") no-repeat left 50%;
    padding-left: 87px;
    padding-top: 1px;
}
.logos li:nth-child(2) {
    background: url("/images/common/logo_mois.png") no-repeat left 50%;
    padding-left: 117px;
    padding-top: 1px;
}
.logos li:nth-child(3) {
    background: url("/images/common/logo_moel.png") no-repeat left 50%;
    padding-left: 106px;
    padding-top: 1px;
}

.nav-top {
    width: 100%;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}

.login_util {
    /* width: 88px; */
    height: 27px;
    border: 1px solid #c7c6c6;
    border-radius: 27px;
    font-size: 12px;
    text-align: center;
    line-height: 29px;
    font-family: "GmarketSansMedium", sans-serif;
    font-weight: normal;
    color: #5c5c5c;
    background: url("/images/common/ico_login.png") no-repeat 9px 50%;
    margin-right: 8px;
}
.login_util > span {
    padding-left: 15px;
    display: inline-block;
}
.login_util:hover {
    background-image: url("/images/common/ico_login_on.png");
}
.login_util:hover > span {
    color: #f96223;
}

.nav-top ul {
    float: right;
}
.nav-top ul li {
    display: inline-block;
}
.nav-top ul li a {
    display: block;
    color: #9c9c9c;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 500;
}
.nav-top ul li a:hover {
    color: #423828;
    font-weight: 500;
}
.nav-top ul li:last-child a {
    padding-right: 0;
}
.nav-top ul.loginn {
    float: right;
}
.nav-top ul.loginn li a {
    padding: 0 8px;
}

.nav_btns {
    height: 46px;
    font-family: "Pretendard", sans-serif;
    font-size: 15px;
}
.nav_btns > button {
    display: inline-block;
    padding: 0 16px;
    height: 100%;
    text-align: center;
    background-color: #f3f3f3;
    color: #635e49;
    outline: #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    font-family: "Pretendard", sans-serif;
    font-size: 15px;
    margin: 0;
}
.nav_btns > button:hover {
    background-color: #ff8100;
    color: #fff;
    transition: all 0.25s;
}
.nav_btns > button.on {
    background-color: #ff8100;
    color: #fff;
}
.nav_btns > button + button {
    margin-left: -3px;
}

.nav_btns > button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}
.nav_btns > button:nth-child(2) {
    margin-left: -4px;
}
.nav_btns > button:nth-child(1).on {
    border-left: 1px solid #ff8100;
}

.nav_btns .btn-spc {
    background-color: #33b7af;
    color: #fff;
}

.nav_btns .btn-spc:hover,
.nav_btns .btn-spc:focus {
    background-color: #28a79f;
}

.nav_btns .btn-spc2 {
    background-color: #226F6A;
    color: #fff;
}

.nav_btns .btn-spc2:hover,
.nav_btns .btn-spc2:focus {
    background-color: #1e5f5b;
}

.nav-main {
    height: 80px;
    margin-top: 3px;
}
.nav-main .inner {
    position: relative;
}
.nav-main .inner h1 {
    position: absolute;
    top: 13px;
    left: 0;
}

.list-wrap {
    float: right;
    display: flex;
    justify-content: space-between; /*background:yellow;*/
}
.list-wrap a {
    display: block;
    position: relative;
    zoom: 1;
}
.list-wrap > li {
    float: left;
    position: relative;
    width: auto;
    padding: 0px;
}
.list-wrap > li > a {
    font-size: 20px;
    color: #423828;
    padding: 0 40px 0 0;
    font-weight: 600;
    line-height: 82px;
}

.list-wrap > li > a:hover,
.list-wrap > li > a.on {
    color: #f96223;
}
.list-wrap > li.on > a {
    color: #f96223;
}

.list-wrap > li > a.class {
    padding-right: 0px;
    background: url("/images/common/ico_classroom.png") no-repeat left 50%;
    padding-left: 36px;
    color: #03c7b2;
    font-weight: 700;
}
.list-wrap > li > a.class:hover,
.list-wrap > li > a.class.on {
    background-image: url("/images/common/ico_classroom_on.png");
    color: #f96223;
}

.list-wrap .submenu {
    display: none;
    position: absolute;
    width: 100%;
    top: 95%;
    left: 0;
    z-index: 1000;
}

.list-wrap > li > ul {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 28px 0 15px 0px;
    min-height: 270px;
}

.list-wrap > li > ul > li > a {
    line-height: 22px;
    font-size: 16px;
    color: #423828;
    margin: 0 0 10px 0;
    word-break: keep-all;
}

.list-wrap li ul li a:focus,
.list-wrap li ul li a:hover {
    color: #f96223;
}

.list-wrap li.styled_nav {
    background: #0e1a2a;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.list-wrap li.styled_nav > a {
    color: #fff;
}

.list-wrap a.txt_yellow {
    color: #ffcc00;
}

.list-wrap a.txt_orange {
    color: #ff6600;
}

.list-wrap .tag {
    background: #ff5105;
    padding: 1px 6px;
    border-radius: 4px;
    position: absolute;
    width: auto;
    color: #fff;
    font-size: 13px;
    top: 4px;
    height: 18px;
    line-height: 18px;
    font-weight: 300;
}

.list-wrap .tag:before {
    position: absolute;
    display: inline-block;
    border-left: 5px solid transparent;
    border-top: 6px solid #ff5105;
    border-right: 5px solid transparent;
    left: 11px;
    bottom: -6px;
    content: "";
}

.sub-nav-bg {
    position: absolute;
    top: 182px;
    display: none;
    width: 100%;
    min-width: 1200px;
    min-height: 270px;
    z-index: 999;
    background: #fff;
    border-bottom: 3px solid #0cbdb0;
}

#header.scrolled {
    clear: both;
    z-index: 1050;
    width: 100%;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 3px solid #0cbdb0;
    box-sizing: border-box;
}
#header.scrolled .logos,
#header.scrolled .nav-top {
    display: none;
}
#header.scrolled h1 {
    position: absolute;
    left: 0px;
    top: 13px;
}
#header.scrolled .sub-nav-bg {
    top: 83px;
    background: #fff;
}

/*** 2deths ***/
.nav-list ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99999999;
}
.nav-list > li > ul {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 50px 0 15px 23px;
    min-height: 300px;
}
.nav-list > li > ul > li > a {
    font-family: "NotoKrDL";
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
    word-break: keep-all;
}
.nav-list li ul li a:hover {
    opacity: 0.8;
}

.nav-list li.in_menu00 {
    width: 170px;
}
.nav-list li.in_menu07 {
    background: #0e1a2a;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav-list li.in_menu07 > a {
    color: #fff;
}
.nav-list li.in_menu02 > a {
    color: #ff6600;
}

.nav-list li.in_menu02 ul li a {
    color: #ffcc00;
}
.nav-list li > span {
    position: absolute;
    top: -25px;
}

/* footer */
footer {
    background-color: #f9f9f9;
}

.footer-top {
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.footer-top ul {
    padding: 8px 0;
}

.footer-top ul li {
    display: inline-block;
    padding: 0 12px 0 8px;
    position: relative;
    font-size: 14px;
}

.footer-top ul li::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    top: 6px;
    right: 0;
    background-color: #555;
}

.footer-top ul li:last-child::after {
    content: none;
}

.footer-top .go-site {
    display: inline-block;
    width: 200px;
    /* position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;*/
}
.footer-top select.go-site {
    float: right;
    width: 200px;
    height: 30px;
    border: 1px solid #dddddd;
    background-color: #fff;
    vertical-align: middle;
    font-size: 15px;
    color: #666;
    padding: 0px 12px;
    box-sizing: border-box;
    font-weight: 400;
    margin-top: -34px;
}

.footer-bot {
    padding: 45px 0;
    width: 1200px;
    margin: 0 auto;
    border: 0px solid red;
}

h2.foot_logo {
    width: 220px;
    background: url("/images/common/logo_footer_2023.png") no-repeat left top;
}

.footer-bot .company-desc {
    line-height: 1.5;
    font-size: 14px;
    color: #333;
    width: 980px;
    display: inline-block;
}

.footer-bot .company-desc p span {
    margin-right: 10px;
}

#content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
    border: 0px;
}

/* sub_visual*/
#subvisual {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 165px;
    overflow: hidden;
    background-color: #f4f2ec;
    text-align: center;
}
.subvi {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}
.subvi > h2 {
    color: #423828;
    font-size: 36px;
    font-family: "GmarketSansMedium", sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 3px 3px 10px #fff;
    text-shadow: 3px 3px 10px #fff;
}
.subvi > p {
    color: #423828;
    font-size: 15px;
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    margin: 52px 0 15px 0;
    -webkit-text-shadow: 3px 3px 10px #fff;
    text-shadow: 3px 3px 10px #fff;
}

#subvisual.img01 {
    background: url("/images/common/subvisual01.png") no-repeat 50% 50%;
} /*�¶��κ��������ȳ�*/
#subvisual.img02 {
    background: url("/images/common/subvisual02.png") no-repeat 50% 50%;
} /*Ư��������������*/
#subvisual.img03 {
    background: url("/images/common/subvisual03.png") no-repeat 50% 50%;
} /*����������Ư��*/
#subvisual.img04 {
    background: url("/images/common/subvisual04.png") no-repeat 50% 50%;
} /*Ŀ�´�Ƽ*/
#subvisual.img05 {
    background: url("/images/common/subvisual05.png") no-repeat 50% 50%;
} /*�н���������*/
#subvisual.img06 {
    background: url("/images/common/subvisual06.png") no-repeat 50% 50%;
} /*���ǰ��ǽ�*/
#subvisual.img07 {
    background: url("/images/common/subvisual07.png") no-repeat 50% 50%;
} /*ȸ���׷α���*/
#subvisual.img08 {
    background: url("/images/common/subvisual08.png") no-repeat 50% 50%;
} /*��Ÿ����*/

/* ������ Ÿ��Ʋ*/
#conbox {
    clear: both;
    position: relative;
    width: 940px;
    margin: 0;
}
h2.subtit {
    display: block;
    font-family: "GmarketSansMedium", sans-serif;
    font-weight: normal;
    color: #423828;
    height: 37px;
    margin-bottom: 48px;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}
h2.subtit > span {
    color: #423828;
    font-size: 36px;
    line-height: 1.2em;
    display: inline-block;
    background-color: #fff;
    padding-top: 4px;
    padding-right: 20px;
    position: absolute;
}
h3.subbtitt {
    display: inline-block;
    font-family: "GmarketSansMedium", sans-serif;
    font-weight: normal;
    color: #423828;
    line-height: 1.2em;
    font-size: 22px;
    background: url("/images/common/bullet.png") no-repeat top left;
    padding-left: 15px;
    margin-bottom: 20px;
}

h3.subbtitt_n {
    display: inline-block;
    font-family: "GmarketSansMedium", sans-serif;
    font-weight: normal;
    color: #423828;
    line-height: 1.2em;
    font-size: 26px;
    background: url("/images/common/bullet.png") no-repeat center left;
    padding-left: 15px;
    margin-bottom: 20px;
}

/* leftmenu */
#leftM {
    float: left;
    width: 194px;
    margin: 0 66px 0 0;
}
#leftM h3 {
    font-family: "GmarketSansMedium", sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #03c7b2;
    text-align: center;
    width: 100%;
    height: 37px;
    font-weight: 500;
    border-bottom: 1px solid #45c0b4;
}
.left-sticky-top{
    position: sticky;
    position:-webkit-sticky;
    top: 100px;
    z-index: 998;
}

/* Accordion Container */
.accordion {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    border-top: 0px solid #e3e3e3;
}
/*
.menu .mainn {
    display: block;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0px 10px 0px 10px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #686053;
    transition: all 0.2s;
    cursor: pointer;
    background: url("/images/common/ico_leftarow.png") no-repeat 95% 50%;
    box-sizing: border-box;
}
*/
.menu .mainn {
    display: block;
    /* height: 48px; */
    line-height: 140%;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 20px 10px 10px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #686053;
    transition: all 0.2s;
    cursor: pointer;
    background: url("/images/common/ico_leftarow.png") no-repeat 95% 50%;
    box-sizing: border-box;
}

.menu .mainn:hover {
    color: #04bec3;
    font-weight: 500;
    background: url("/images/common/ico_leftarow_on.png") no-repeat 98% 50%;
    transition: all 0.3s;
}
.menu .mainn.on:hover {
    color: #423828;
    font-weight: 700;
}
.menu .mainn.on {
    color: #423828;
    font-weight: 700;
    background: url("/images/common/ico_leftarow_on.png") no-repeat 95% 50%;
}
.menu .subb {
    display: none;
    padding: 3px 10px;
    margin: 0px;
    box-sizing: border-box;
    background-color: #fcfbfa;
    border-bottom: 1px solid #e3e3e3;
}

.menu .subb.on {
    display: block;
}
.menu .subb > li {
    border-top: 1px dotted #d9d6d3;
    position: relative; /*background:url('/images/common/ico_dot.png') no-repeat 6px 50%;*/
}

.menu .subb > li > a {
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    color: #796a63;
    padding: 0px;
    text-indent: 16px;
    word-break: keep-all;
}

.menu .subb > li > a:before {
    background-color: #a4a8b6;
    content: "";
    position: absolute;
    top: 16px;
    left: 6px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
}

.menu .subb > li > a.on,
.menu .subb > li > a.active {
    color: #423828;
    font-weight: 500;
}
.menu .subb > li:first-child {
    border-top: 0px solid #e3e3e3;
}
.menu .subb > li > a:hover {
    color: #04bec3;
    font-weight: 500;
    transition: all 0.2s;
}

/*left_cs center*/
.csboxx {
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 0;
    margin-top: 36px;
}
.csboxx dt {
    background: #fafafa url("/images/common/csbg.png") no-repeat 40% 50%;
    width: 100%;
    height: 52px;
    padding: 0;
    text-align: center;
}
.csboxx dt > span {
    line-height: 52px;
    padding-left: 34px;
    color: #4e4332;
    font-size: 17px;
    font-weight: 500;
}
.csboxx dd {
    padding: 20px 15px;
    text-align: left;
}
.csboxx dd p {
    color: #6a6054;
    font-size: 17px;
    line-height: 20px;
}
.csboxx dd p + p {
    margin-top: 4px;
}
.csboxx dd p > span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(106, 96, 84, 0.8);
}
.csboxx dd p.lg_txt {
    color: #ff6829;
    font-size: 28px;
    font-family: "GmarketSansMedium", sans-serif;
    font-weight: normal;
}
.csboxx dd p.lg_txt > span {
    display: block;
    color: #6a6054;
    font-size: 14px;
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    margin-top: 4px;
}
.csboxx dd p:last-child {
    margin-top: 8px;
}

/* scroll top */
.scrollup {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 99999999;
    background: rgba(66, 50, 40, 0.8);
    color: #fff;
    text-align: center;
    letter-spacing: -0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.scrollup:hover {
    background-color: #000;
}

#quickwrap.scr {
    position: fixed; /*top: 62px;transition:0.1s;*/
}

/* quick */
#quickwrap {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 9000;
    transition: 0.3s;
}
#quickwrap.on {
    right: -130px;
}

#quickbtn {
    display: block;
    position: absolute;
    top: 50%;
    right: 99%;
    z-index: 2;
    width: 30px;
    height: 54px;
    background: url("/images/common/quick_close.png") no-repeat left top;
    margin-top: -27px;
}
#quickbtn button {
    width: 30px;
    height: 54px;
    background: url("/images/common/btn_arrow.png") no-repeat 70% 50%;
    transform: rotate(0deg);
    outline: none;
    border: 0;
    transition: all 0.3s;
}
#quickbtn.on button {
    background: url("/images/common/btn_arrow.png") no-repeat 40% 50%;
    transform: rotate(180deg);
    outline: none;
    border: 0;
    transition: all 0.3s;
}
#quickbtn button:focus,
#quickbtn.on button:focus {
    border: 1px solid rgba(0, 0, 0, 0.34);
    outline: none;
    border: 0;
}
#quickbtn button:hover {
    transform: rotate(180deg);
    transition: all 0.3s;
    background: url("/images/common/btn_arrow_on.png") no-repeat 40% 50%;
}
#quickbtn.on button:hover {
    transform: rotate(0deg);
    transition: all 0.3s;
    background: url("/images/common/btn_arrow_on.png") no-repeat 70% 50%;
}

#quickcon {
    position: relative;
    width: 130px;
    height: 100%;
    padding: 0;
    border: 1px solid #e3e3e3;
    border-right: 0px;
    z-index: 1;
    background-color: #fff;
    transition: 0.3s;
}
#quickcon ul {
    margin: 0 auto;
    padding: 0 10px;
}

#quickcon ul li {
    padding: 5px 0 1px;
    border-bottom: 1px dotted #a5a5a5;
}
#quickcon ul li.emp1,
#quickcon ul li.emp2 {
    border-bottom: 0;
}

#quickcon ul li.emp1 a {
    background: #ffa66a;
    margin-top: 2px;
    color: #4e4332;
}
#quickcon ul li.emp2 a {
    background: #fcd685;
    margin-top: -2px;
    color: #4e4332;
}
#quickcon ul li.emp1 a:focus,
#quickcon ul li.emp1 a:hover {
    background: #ff9751;
    color: #000;
}
#quickcon ul li.emp2 a:focus,
#quickcon ul li.emp2 a:hover {
    background: #ffc957;
    color: #000;
}

#quickcon ul li a {
    display: block;
    padding: 9px 0px 7px;
    text-align: center;
    font-size: 14px;
    color: #6a6054;
}
#quickcon ul li a:hover {
    color: #4e4332;
    font-weight: 500;
}

#quickcon ul li a img {
    display: block;
    margin: 0 auto 6px;
}

#quickcon .quick-top {
    /* height: 245px; */
    overflow: hidden;
}

#quickcon .quick-top img {
    margin-top: -3px;
}

.quick-mid ul li a:focus,
.quick-mid ul li a:hover {
    color: #ff5105;
}

/* quick menu height media query */
@media (max-height: 500px) {
    .d-sm-none{display: none;}
}


.cs-call {
    /*
    position: absolute;
    bottom: 80px;
    */
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.cs-call .cs-phone strong {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.cs-call img {
    display: block;
    margin: 0 auto;
}

.cs-call p {
    font-size: 19px;
    margin: 10px 0 5px;
    padding: 0;
    font-weight: 600;
}

.cs-call p span {
    color: #f96223;
}

.cs-call div {
    font-size: 13px;
    color: #423828;
    margin-top: -8px;
}