@charset "utf-8";

/* CSS Document */
/* @import url(/font/nanumgothic.css); */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

body {
    font-family: 'Noto Sans KR', sans-serif;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.mgt0 {
    margin-top: 0px
}

.mgt5 {
    margin-top: 5px
}

.mgt10 {
    margin-top: 10px
}

.mgt15 {
    margin-top: 15px
}

.mgt20 {
    margin-top: 20px
}

.mgt30 {
    margin-top: 30px
}

.mgt25 {
    margin-top: 25px
}

.mgt45 {
    margin-top: 45px
}

.mgt50 {
    margin-top: 50px
}

.mgt60 {
    margin-top: 60px
}

.mgr0 {
    margin-right: 0px
}

.mgr5 {
    margin-right: 5px
}

.mgr10 {
    margin-right: 10px
}

.mgr15 {
    margin-right: 15px
}

.mgr20 {
    margin-right: 20px
}

.mgr25 {
    margin-right: 25px
}

.mgr30 {
    margin-right: 30px
}

.mgr40 {
    margin-right: 40px
}

.mgr50 {
    margin-right: 50px
}

.mgl0 {
    margin-left: 0px
}

.mgl5 {
    margin-left: 5px
}

.mgl10 {
    margin-left: 10px
}

.mgl25 {
    margin-left: 25px
}

.mgl30 {
    margin-left: 30px
}

.mgl50 {
    margin-left: 50px
}

.mgb0 {
    margin-bottom: 0px
}

.mgb5 {
    margin-bottom: 5px
}

.mgb10 {
    margin-bottom: 10px
}

.mgb15 {
    margin-bottom: 15px
}

.mgb20 {
    margin-bottom: 20px
}

.mgb25 {
    margin-bottom: 25px
}

.mgb30 {
    margin-bottom: 30px
}

.mgb40 {
    margin-bottom: 40px
}

.mgb50 {
    margin-bottom: 50px
}

.mgb60 {
    margin-bottom: 60px
}

.mgb70 {
    margin-bottom: 70px
}

.mgb80 {
    margin-bottom: 80px
}

.mgb90 {
    margin-bottom: 90px
}

.mgb100 {
    margin-bottom: 100px
}

.pab0 {
    padding-bottom: 0px
}

.pab10 {
    padding-bottom: 10px
}

.pab15 {
    padding-bottom: 15px
}

.pab25 {
    padding-bottom: 25px
}

.pab50 {
    padding-bottom: 50px
}

.pat0 {
    padding-top: 0px
}

.pat10 {
    padding-top: 10px
}

.pat15 {
    padding-top: 15px
}

.pat20 {
    padding-top: 20px
}

.pat30 {
    padding-top: 30px
}

.pal0 {
    padding-left: 0px
}

.pal5 {
    padding-left: 5px
}

.pal10 {
    padding-left: 10px
}

.pal25 {
    padding-left: 25px
}

.par0 {
    padding-right: 00px
}

.par5 {
    padding-right: 5px
}

.par10 {
    padding-right: 10px
}

.par25 {
    padding-right: 25px
}

/* top_nav */
.box {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.88);
    border-top: 1px solid #3d3d3d;
    color: #fff;
    display: none;
    position: absolute;
    -webkit-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.11);
    animation-duration: 500ms;
}

.snakeBoxItem {
    padding: 30px 0 0 820px;
}

.snakeBoxItem ul {
    float: left;
    width: 125px;
    margin-right: 10px;
    list-style: none;
    padding-left: 0
}

.snakeBoxItem ul.snitemS {
    width: 145px;
}

.snakeBoxItem ul.snitemS2 {
    width: 118px;
}

.snakeBoxItem ul li {
}

.snakeBoxItem ul li a {
    color: #eee !important;
    display: block;
    padding: 6px 0;
    font-size: 1.4rem;
}

.snakeBoxItem ul li a:hover {
    color: #9d9d9d !important
}

@media (max-width: 1199.99px) {
    .snakeBoxItem {
        padding-left: 560px;
    }

    .snakeBoxItem ul {
        width: 105px;
    }

    .snakeBoxItem ul.snitemS2 {
        width: 99px;
    }

    .snakeBoxItem ul li a {
        font-size: 1.2rem;
    }
}

@media (max-width: 991.99px) {
    .snakeBoxItem {
        padding-left: 420px;
    }

    .snakeBoxItem ul {
        width: 91px;
        margin-right: 0px;
    }

    .snakeBoxItem ul.snitemS2 {
        width: 84px;
    }

    .snakeBoxItem ul.snitemS {
        width: 140px;
    }

    .navbar-brand > img {
        width: 220px
    }
}

.snm-item-active {
    color: #efefef;
}

.spacer {
    height: 50px;
}

.navbar {
    margin-bottom: 0px;
}

.snakeMenuItem:hover {
    cursor: pointer;
}

/* top_nav end  */

.section {
    text-align: center;
}

.section h1 {
    font-size: 4.8rem;
    margin-bottom: 20px
}

.section p {
    font-size: 1.8rem;
    color: #fff
}

/* Backgrounds will cover all the section
* --------------------------------------- */
#section0,
#section1,
#section2,
#section3,
#slide1,
#slide2 {
    background-size: cover;
}

/* Defining each sectino background and styles*/
#section0 {
    background-image: url(../imgs/bg1.jpg);
    background-position: top
}

#section0 h1 {
    color: #fff
}

#section0 h1 br {
    display: none
}

#section0 p {
    margin: 0 0 40px 0 !important
}

#section1 {
    background-image: url(../imgs/bg1_2.jpg);
    background-position: top
}

#section1 h1 {
    color: #fff
}

#section1 p {
    margin: 0 0 40px 0 !important
}

#section2 {
    background-image: url(../imgs/bg1_3.jpg);
    padding: 0;
    background-position: top
}

#section2 h1 {
    color: #fff
}

#section2 h1 br {
    display: none
}

#section2 p {
    margin: 0 0 40px 0 !important
}

#section3 {
    background-image: url(../imgs/bg2.jpg);
    padding: 0;
    background-position: top;
}

#section3 h1 {
    color: #fff
}

#section3 p {
    margin: 0 0 40px 0 !important;
}

@media (max-width: 1199.99px) {
    #section3 p {
        color: #fff !important;
    }
}

@media (max-width: 576px) {
    .section p {
        font-size: 1.3rem;
    }

    .section h1 {
        font-size: 3.2rem;
    }

    #section2 {
        background-position: 62% top !important;
    }

    #section3 {
        background-position: 50% top !important;
    }

    #section3 p {
        color: #fff !important;
        font-size: 0.95em !important
    }

    #section3 .crossBtn {
        color: #333 !important;
        border: 1px solid #555 !important;
        background: rgba(255, 255, 255, 0.5) !important
    }
}

/*Adding background for the slides
* --------------------------------------- */
#slide1 {
    background-image: url(../imgs/bg1.jpg);
    padding: 0;
}

#slide2 {
    background-image: url(../imgs/bg5.jpg);
    padding: 0;
}

/* Bottom menu*/
#infoMenu li a {
    color: #fff;
}

.serImg {
    background-image: url(../imgs/bg1.jpg);
    background-size: cover;
    background-position: center 50%;
}

.soluImg {
    background-image: url(../imgs/bg3_2.jpg);
    background-size: cover;
    background-position: center 50%;
}

.portImg {
    background-image: url(../imgs/bg1_3.jpg);
    background-size: cover;
    background-position: center 35%;
}

.contUsImg {
    background-image: url(../imgs/bg2.jpg);
    background-size: cover;
    background-position: center 20%;
}

@media (max-width: 768px) {
    #section0 h1 br, #section2 h1 br {
        display: inherit
    }

    .serImg h1, .soluImg h1 {
        font-size: 40px
    }
}

@media (max-width: 576px) {
    .serImg {
        background-position: center 70%;
    }

    .serImg h1, .soluImg h1 {
        font-size: 30px
    }

    .portImg {
        background-position: center 70%;
    }

    .contUsImg {
        background-position: center 90%;
    }
}

.serSubM {
    width: 100%;
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.serSubM li {
    float: left;
    width: 33.33333333333333%;
    text-align: center;
}

.serSubM li a {
    color: #666;
    padding: 20px 0;
    display: block;
    font-size: 1.6rem;
}

.serSubM li a.on {
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #e6262c
}

.soluSubM {
    width: 100%;
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.soluSubM li {
    float: left;
    width: 25%;
    text-align: center;
}

.soluSubM li a {
    color: #666;
    padding: 20px 0;
    display: block;
    font-size: 1.6rem;
}

.soluSubM li a.on {
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #e6262c
}

.porSubM {
    width: 100%;
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.porSubM li {
    float: left;
    width: 50%;
    text-align: center;
}

.porSubM li a {
    color: #666;
    padding: 20px 0;
    display: block;
    font-size: 1.6rem;
}

.porSubM li a.on {
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #e6262c
}

.ssLine {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px
}

h2.subTit {
    margin-bottom: 60px;
    text-align: center;
    font-size: 3.4rem !important
}

h2.subTit2 {
    margin-bottom: 40px;
    text-align: left;
    font-size: 3.4rem !important
}

@media (max-width: 576px) {
    /*.serSubM li a { font-size:1.3rem;padding:15px 0; }*/
    .serSubM, .soluSubM, .porSubM {
        display: none
    }

    .ssLine {
        margin-bottom: 30px
    }

    h2.subTit {
        font-size: 2.8rem !important;
        margin: 0 0 30px 0;
    }

    h2.subTit2 {
        font-size: 2.8rem !important
    }
}

.serv01 {
    text-align: center
}

.serv01 .thumbnail {
    height: 435px
}

.serv01 img {
    margin-top: 20px;
    width: 140px;
    height: 140px
}

.serv01 ul {
    margin-bottom: 40px;
    margin-top: 20px;
    list-style: none;
    padding-left: 0px;
}

.serv01 ul li {
    line-height: 200%
}

.serv02 h3 {
    padding-top: 20px;
}

.serv02 span {
    display: block;
    margin-bottom: 20px;
}

.serv02 ul {
    padding: 25px 30px;
    margin: 0;
    list-style: none;
    border: 1px solid #eee;
    height: 165px;
}

.serv02 ul li {
    margin-bottom: 5px;
    background: url(../imgs/li_dot.jpg) 0 8px no-repeat;
    padding-left: 18px;
}

.serP {
    font-size: 1.6rem
}

.featurette-divider {
    margin: 80px 0
}

.foot-divider {
    margin: 60px 0;
    border-color: #ddd !important
}

.solu01 {
    padding-top: 20px
}

.solu01 .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.solu01 .col-lg-3 {
    margin-bottom: 20px;
    text-align: center;
}

.solu01 img {
    margin-bottom: 20px
}

.solu01 h2 {
    font-size: 2.2rem;
    margin-bottom: 20px
}

.solu01 .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.solu04 img {
    border: 1px solid #ccc
}

.solu04 h4 {
    margin-bottom: 20px
}

@media (max-width: 1199.99px) {
    .serv01 ul {
        font-size: 0.95rem;
    }

    .serv02 p.brk {
        margin-bottom: 80px
    }

    .solu01 .brk {
        margin-bottom: 60px
    }

    .contP {
        margin-top: 40px
    }
}

@media (max-width: 991.99px) {
    .serv01 ul {
        padding-left: 0;
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .serv01 .thumbnail {
        height: 420px
    }

    .serv01 h3 {
        font-size: 1.7rem !important;
    }

    .serv01 ul {
        font-size: 0.95rem !important;
    }

    .serv01 img {
        width: 100px;
        height: 100px
    }

    .serv02 p.brk2 {
        margin-bottom: 80px
    }
}

.serv03 {
}

.serv03-heading {
    font-size: 2.4rem !important;
    margin-bottom: 20px
}

.serv03 p {
    font-size: 1.6rem
}

.serv03 img {
    border: 1px solid #bbb
}

@media (max-width: 768px) {
    .serv03-heading {
        font-size: 2.2rem;
    }

    h2.subTit2 {
        margin-bottom: 20px;
    }

    .subTit2Mb {
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    .serv03-heading {
        margin-top: 120px;
    }
}

.port {
}

.port .item {
    background: #ddd;
    padding: 20px 0
}

.port .item img {
    margin: 0 auto
}

.port .carousel-caption {
    background: rgba(0, 0, 0, 0.4)
}

footer {
    padding-bottom: 50px
}

footer span {
    margin-right: 8px;
}

footer h2 strong {
    color: #222 !important
}

@media (max-width: 768px) {
    footer h2 img {
        width: 150px !important
    }

    footer .ftblock1 {
        display: block;
    }
}

.whyTit {
    background: #bd1d21;
    color: #fff;
    text-align: center;
    padding: 22px 15px;
    margin-bottom: 50px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 600;
    font-size: 2.6rem;
}

.whyTit2 {
    text-align: center;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 900;
    font-size: 3rem;
    line-height: 130%;
    margin: 120px 0 60px 0
}

.whyTitsp {
    margin-top: 100px
}

.whyTxt h4 {
    padding-left: 100px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 150%;
}

.whyTxt h4 span {
    display: block
}

.whyTxt p {
    line-height: 180%;
    padding-right: 130px;
}

.ciBrand {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 70px 0 0 0;
    margin-bottom: 100px;
}

.ciBrand .ciTit {
    font-size: 7rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    background: url(../imgs/ci_dot.gif) 0 50% repeat-x;
    padding-left: 0;
}

.ciBrand .row {
    margin-left: 0;
    margin-right: 0;
}

.ciBrand .ciTit strong {
    background: #fff;
}

.ciBrand .ciTit span {
    color: #bd1d21;
}

.ciBrand .cip194 {
    padding-left: 187px;
}

.ciBrand .ciDisc {
    font-size: 1.8rem;
    border-radius: 36px;
    background: #f5f5f5;
    padding: 17px 0;
    text-align: center;
    font-weight: 500;
    color: #555;
    margin-top: 20px;
    margin-bottom: 60px;
}

.ciBrand .ciDisc span {
    color: #bd1d21;
}

.ciBrandT {
    background: #f1f1f1;
    padding: 30px;
    margin-top: 80px;
}

.ciBrandT ul {
    list-style: none;
    padding-left: 0;
}

.ciBrandT ul li {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.com {
    background: url(../imgs/about_bg.jpg) 0 0 no-repeat;
}

.com .about {
    margin-bottom: 100px !important;
}

.com h3 {
    font-size: 4rem;
    font-weight: bold;
    font-family: 'Noto Sans KR';
}

.com h3 strong {
    font-size: 5.0rem;
    color: #bd1d21;
}

.com p {
    font-size: 1.62rem;
    line-height: 180%;
}

.com p span {
    color: #c00000;
    font-weight: bold;
}

.com p strong {
    color: #c00000;
}

.com .item {
    height: 495px;
    margin-top: 50px;
    border: 1px solid #e4e4e4;
    background: url(../imgs/about_item.jpg) 50% 80px no-repeat;
}

.com .item strong {
    display: block;
    margin-top: 140px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 2.7rem;
}

.com .item em {
    display: block;
    color: #fff;
    font-style: normal;
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 95px;
}

.com .item p {
    position: relative;
    padding: 30px 0 0 0;
    font-weight: 500;
    font-size: 1.5rem;
}

.com .item p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #c7c7c7;
}

.sns .item {
    border: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding: 30px 40px;
}

.sns .item strong {
    display: block;
    font-size: 2rem;
}

.sns .item span {
    display: block;
    margin-bottom: 20px;
}

.sns .item img {
    margin-bottom: 10px;
}

.sns .item ul {
    padding: 0;
    list-style: none;
    height: 120px;
}

.sns .item ul li {
    background: url(../imgs/li_dot.jpg) 0 8px no-repeat;
    padding-left: 18px;
    margin-bottom: 5px;
}

.biz {
    background: url(../imgs/biz_bg.jpg) 100% 0 no-repeat;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 150px;
}

.biz h3 {
    font-size: 3.6rem;
    font-weight: bold;
    padding-top: 90px;
    margin-bottom: 40px;
}

.biz h3 span {
    color: #2a58ae;
}

.biz p {
    font-weight: 500;
}

.biz p strong {
    font-size: 3.6rem;
    margin-bottom: 45px;
    display: inline-block;
}

.biz p span {
    color: #2a58ae;
}

.biz2 .subTit {
    padding-top: 60px;
}

.biz2 h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #2a58ae;
    text-align: center;
    margin-bottom: 40px;
}

.biz2 h3 span {
    border-bottom: 2px solid #2a58ae;
    display: inline-block;
    line-height: 34px;
}

.academy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
}

.academy .item {
    flex: 19%;
    background: #f3f4f8;
    padding: 28px 25px;
    font-weight: 500;
    font-size: 1.5rem;
}

.academy .stu01 {
    background: #f3f4f8 url(../imgs/student_01.png) 90% 50% no-repeat;
}

.academy .stu02 {
    background: #f3f4f8 url(../imgs/student_02.png) 90% 50% no-repeat;
}

.academy .stu03 {
    background: #f3f4f8 url(../imgs/student_03.png) 90% 50% no-repeat;
}

.academy .stu04 {
    background: #f3f4f8 url(../imgs/student_04.png) 90% 50% no-repeat;
}

.academy .stu05 {
    background: #f3f4f8 url(../imgs/student_05.png) 90% 50% no-repeat;
}

@media (max-width: 1199px) {
    .ciBrand .ciTit {
        font-size: 6rem;
        letter-spacing: 0;
    }

    .ciBrand .cip194 {
        padding-left: 145px;
    }
}

@media (max-width: 991.99px) {
    .whyTxt h4 {
        padding-left: 0px;
        margin-bottom: 30px
    }

    .whyTxt p {
        padding-right: 0px
    }

    .whyTxt h4 span {
        display: inline
    }

    .ciBrand .ciTit {
        background: none;
    }

    .ciLogo {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {

    .com {
        background: none;
    }

    .com .about {
        margin-bottom: 0px !important;
    }

    .biz {
        background-size: 90%;
        padding-bottom: 100px;
        background-position: right bottom;
    }

    .biz h3 {
        padding-top: 30px;
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .biz p strong {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .academy .item {
        flex: 38%;
    }

    .academy .stu05 {
        background: #f3f4f8 url(../imgs/student_05.png) 96% 50% no-repeat;
    }
}

@media (max-width: 768px) {
    .biz {
        background: url(../imgs/cont0_bg.jpg) bottom right no-repeat;
    }
}

@media (max-width: 576px) {
    footer .ftblock {
        display: block;
    }

    footer p {
        margin-top: 10px;
    }

    .whyTit2 {
        font-size: 2.2rem;
    }

    .ciBrand .ciTit {
        font-size: 4rem;
    }

    .ciBrand .cip194 {
        padding-left: 98px;
    }

    .ciBrand .ciDisc {
        font-size: 1.3rem;
        line-height: 100%;
    }

    .ciBrandT {
        margin-top: 40px;
        padding: 20px;
    }

    .ciBrandT ul li {
        font-size: 1.3rem;
    }

    .ciBrand .ciDisc {
        margin-bottom: 30px;
    }

    .com h3 {
        font-size: 2.4rem;
        font-weight: bold;
    }

    .com h3 strong {
        font-size: 3.6rem;
        color: #bd1d21;
    }

    .biz {
        background-size: 85%;
        padding-bottom: 30px;
    }

    .biz h3 {
        padding-top: 10px;
        font-size: 2rem;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .biz p {
        font-size: 0.9rem;
        margin-bottom: 0;
    }

    .biz2 .subTit {
        font-size: 2rem !important;
        margin-bottom: 20px;
    }

    .biz2 h3 {
        font-size: 2rem;
    }

    .academy .item {
        flex: 100%;
    }

    .academy .stu05 {
        background: #f3f4f8 url(../imgs/student_05.png) 90% 50% no-repeat;
    }
}

@media (max-width: 320px) {
    .ciBrand .cip194 {
        padding-left: 0px;
    }

    .biz h3 {
        font-size: 1.8rem !important;
    }
}
