@charset "utf-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

body {
    font-family: "NanumSquare", sans-serif;
    font-size: 17px;
    word-break: keep-all;
    letter-spacing: -0.03rem;
    color: #333;
}

.w1265 {
    max-width: 1296px;
    margin: 0 auto;
    min-height: 470px;
}

.w1056 {
    width: 1056px;
    margin: 0 auto;
}

.w1024 {
    width: 1024px;
    margin: 0 auto;
}

.btn01 {
    background: #1caee0;
    color: #fff;
    border-radius: 40px;
    padding: 0 37px;
    line-height: 45px;
    display: inline-block;
}

.btn02 {
    background: rgba(225, 225, 225, 0.12);
    border: 1px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.btn03 {
    background: #e1f5fb;
    color: #1caee0;
    border-radius: 40px;
    padding: 0 37px;
    line-height: 57px;
    border: 1px solid #1caee0;
    box-sizing: border-box;
    display: inline-block;
}

.mobile-header {
    display: none;
}

#quick {
    display: none;
}

/*상단으로 버튼*/
#move-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 7;
    border: 1px solid #ccc;
    background: #fff;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

#move-top svg {
    display: block;
    width: 26px;
    height: 26px;
    margin: 13px auto 0;
}
/*탑버튼*/
#move-top {
    display: none;
}

/*스페셜메뉴*/
#quick {
    position: fixed;
    z-index: 99;
    top: 50px;
    right: 50px;
    width: 70px;
    font-size: 15px;
    font-weight: 700;
}

#quick ul li {
    box-sizing: border-box;
    height: 70px;
    background-color: #fdfdfd;
    border: 1px solid #e6e6e6;
    text-align: center;
}

#quick ul li:nth-child(1) {
    height: 55px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#quick ul li:nth-child(2) {
    height: 35px;
    padding-top: 10px;
    background-color: #999;
}

#quick ul li:nth-child(2) a {
    color: #fff;
}

#quick ul li:nth-child(2) a:hover {
    cursor: inherit;
}

#quick ul li:nth-child(3),
#quick ul li:nth-child(4) {
    padding-top: 7px;
    height: auto;
    background-color: #ef8458;
}

#quick ul li:nth-child(3) a,
#quick ul li:nth-child(4) a {
    color: #fff;
}

#quick ul li:nth-child(3) a img,
#quick ul li:nth-child(4) a img {
    padding: 5px 0 5px 2px;
}

#quick ul li:nth-child(5) {
    height: 55px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

#quick ul li.yellow {
    padding-top: 7px;
    height: auto;
    background-color: #ffcc00;
}

#quick ul li.red {
    padding-top: 7px;
    height: auto;
    background-color: #fb275d;
}

.arrow {
    border: solid #bbb;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.arrow:hover {
    border-color: #666;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 25px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 18px;
}

/* 스크롤바 */

.common_scrollbar.show {
    display: block !important;
}

.common_scrollbar {
    display: none;
    z-index: 999;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 225px;
    margin: auto;
    padding-right: 30px;
}

.common_scrollbar ul {
    width: 100%;
    height: 100%;
}

.common_scrollbar ul li {
    width: 100%;
    height: 20%;
    cursor: pointer;
}

.common_scrollbar ul li p {
    font-size: 17px;
    letter-spacing: -0.05em;
    color: #999;
}

.common_scrollbar ul li:first-child p {
    font-size: 20px;
}

.common_scrollbar ul li p span {
    font-size: 10px;
    vertical-align: middle;
}

.common_scrollbar ul li.scroll_active p {
    color: #1caee0;
}

.common_scrollbar .scroll-line {
    position: absolute;
    top: 10px;
    left: 3px;
    z-index: -1;
    width: 2px;
    height: 100%;
    background-color: #eee;
}

#solutions-wrap .common_scrollbar .scroll-line {
    height: 120%;
}

#support-wrap .common_scrollbar .scroll-line {
    height: 40%;
}

#educationprogram-wrap .common_scrollbar .scroll-line {
    height: 40%;
}

/*header*/
/* 
#header {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 5px #ccc;
}

#header .logo {
  margin-top: 15px;
}

#header .logo a {
  display: block;
}

#header .logo img {
  max-width: 100%;
}

#header .tnb {
  height: 85px;
}

#header .tnb .w1024 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#header .tnb .btn-wrap {
  font-size: 16px;
  vertical-align: middle;
}

#header .tnb .btn-wrap a {
  display: inline-block;
  color: #333;
  margin-left: 15px;
  font-size: 16px;
  text-align: right;
}

#header .tnb .btn-wrap a:nth-child(3),
#header .tnb .btn-wrap a:nth-child(4) {
  width: 60px;
}

#header .tnb .btn-wrap a:hover {
  font-weight: 700;
}

#header .tnb .btn-wrap a.buy-bt {
  box-sizing: border-box;
  height: 32px;
  padding: 7px 18px 0 18px;
  background-color: #1caee0;
  color: #fff;
  border: none;
  font-weight: 700;
  letter-spacing: -0.05em;
  border-radius: 25px;
}

#header .tnb .btn-wrap a.buy-bt:hover {
  font-weight: bold;
  animation: blinker 0.5s linear infinite;
}

#header .tnb .btn-wrap a.datain-go-bt {
  box-sizing: border-box;
  height: 32px;
  padding: 7px 18px 0 18px;
  background-color: #103190;
  color: #1caee0;
  border: none;
  font-weight: bold;
  letter-spacing: -0.05em;
  border-radius: 25px;
}

#header .tnb .btn-wrap a.datain-go-bt:hover {
  background-color: #1caee0;
  color: #fff;
  animation: blinker 0.5s linear infinite;
}

#header .tnb .btn-wrap a.datain-go-bt:before {
  content: url(../img/sub/datain-arrow-before.png);
  padding-right: 10px;
  vertical-align: middle;
}

#header .tnb .btn-wrap a.datain-go-bt:hover:before {
  content: url(../img/sub/datain-arrow-after.png);
} */

@keyframes blinker {
    50% {
        opacity: 80%;
    }
}
/* 
#header .gnb {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
}

#header .gnb li {
  line-height: 97px;
  height: 97px;
}

#header .gnb li a {
  color: #333333;
  display: block;
}

#header .gnb li a:hover {
  color: #1caee0;
  font-weight: bold;
}

#header .gnb li.active a {
  color: #1caee0;
  font-weight: bold;
}

#header .gnb li.btn02 {
  margin-right: 0;
}

#header .gnb li.btn02 a {
  padding: 0 25px;
} */

/*솔루션페이지 추가스타일*/

#header .lnb {
    overflow: hidden;
    position: absolute;
    top: 160px;
    height: 0px;
    padding: 0px 40px;
    background-color: white;
    border-radius: 4px;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15px;
    transform: translateX(-60px);
    transition: all 0.5s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#header > .gnb > li:nth-child(2):hover > .lnb {
    height: auto;
}

#header .lnb li {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#header .lnb li a {
    color: #1caee0;
    font-weight: bold;
}

#header .lnb li a:hover,
#header .lnb li a.active {
    color: #fd7c45;
}

#header .lnb li a:hover,
#header .lnb li a.active {
    color: #fd7c45;
}

#header .lnb .lnb-disable,
#header .lnb .lnb-disable:hover,
#header .lnb .lnb-disable:active {
    cursor: default;
    color: #aaa !important;
}

/*솔루션페이지 추가스타일*/

.lnb-wrap.scroll {
    top: 0;
    height: 80px;
    line-height: 80px;
    transition: bottom 0.5s, height 0.5s, line-height 0.5s;
}

.lnb-wrap.scroll h3 {
    font-size: 1.875rem;
}

.lnb-wrap.scroll .lnb li {
    font-size: 1.25rem;
}

.lnb-wrap {
    width: 100%;
    margin-top: 28.5px;
    font-size: 1.25rem;
}

.lnb-wrap .line {
    display: block;
    margin-bottom: -30px;
    border-top: 1px solid #cfcfcf;
}

.lnb-wrap .lnb {
    overflow: hidden;
    width: 800px;
    margin: auto;
    line-height: 55px;
    text-align: center;
}

.lnb-wrap .lnb li {
    float: left;
    width: 25%;
    border: 1px solid #cfcfcf;
    border-right: 0;
    box-sizing: border-box;
}

.lnb-wrap .lnb li:last-child {
    border-right: 1px solid #cfcfcf;
}

.lnb-wrap .lnb li a {
    display: block;
    color: #afafaf;
    background: #fff;
}

.lnb-wrap .lnb li.active {
    border: 1px solid #1caee0;
}

.lnb-wrap .lnb li.active a {
    background: #1caee0;
    color: #fff;
}

#square-wrap .lnb-wrap.scroll {
    top: 0;
    height: 80px;
    line-height: 80px;
    transition: bottom 0.5s, height 0.5s, line-height 0.5s;
}

/*site-map*/

.site-map-wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    background: #676767;
    color: #fff;
    text-align: left;
}

.site-map-wrap .site-map {
    display: flex;
    justify-content: space-between;
    width: 1240px;
    margin: 0 auto;
}

.site-map-wrap .site-map li a {
    font-weight: bold;
    color: #fff;
}

.site-map-wrap .site-map .sub-menu {
    margin-top: 10px;
}

/*0811*/

.site-map-wrap .site-map .sub-menu a {
    font-weight: 100;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    line-height: 35px;
}

.site-map-wrap .site-map .sub-menu a:hover {
    opacity: 0.7;
}

/* site-map 섹션별 */

#educationprogram-wrap .site-map-wrap {
    height: auto;
}

#support-wrap .site-map-wrap {
    height: auto;
}

#square-wrap .site-map-wrap {
    height: auto;
}

#company-wrap .site-map-wrap {
    height: auto;
}

/*footer*/

/* #footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    padding: 30px 5%;
    background: #151515;
} */

/*0811*/

/* #footer .fnb li {
    display: inline-block;
    margin-right: 10px;
}

#footer .fnb li a {
    color: #fff;
    font-size: 14px;
}

#footer .company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

#footer .company .footer-logo {
    margin-right: 30px;
    padding-left: 10px;
}

#footer .company .address {
    line-height: 24px;
    font-size: 14px;
}

#footer .qick .family-site img {
    vertical-align: text-top;
    width: 15px;
    margin-top: 3px;
}

#footer .qick .sns {
    margin: 26px 0 20px;
}

#footer .qick .sns span {
    margin-left: 14px;
}

#footer .qick .sns span img {
    width: 30px;
    vertical-align: middle;
} */

/*인스타그램*/

/* #footer .qick .sns span:last-child {
    margin-left: 20px;
}

#footer .qick .sns span:last-child img {
    width: 30px;
}

#footer .qick .copy {
    font-size: 14px;
}

.footer-auto-height {
    margin-top: 75px;
} */

/*반응형*/

@media (max-width: 1500px) {
    .common_scrollbar {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    #quick {
        top: 155px;
        right: 25px;
    }
}

@media (max-width: 1280px) {
    #header .proservice {
        right: 6%;
    }

    .w1024 {
        width: 88%;
        margin: 0 auto;
    }

    .site-map-wrap .site-map {
        width: 95%;
        font-size: 15px;
    }

    .site-map-wrap .site-map .sub-menu a {
        font-size: 14px;
    }

    .cutomerfooter {
        margin-top: 0 !important;
    }

    .mypagefooter {
        margin-top: 0 !important;
    }
}

@media (max-width: 1024px) {
    #header .gnb {
        font-size: 18px;
    }

    #header .gnb li {
        height: 85px;
        line-height: 85px;
    }

    #header .lnb li {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .lnb-wrap {
        font-size: 17px;
    }

    .lnb-wrap .lnb {
        width: 90%;
    }

    .site-map-wrap {
        display: none;
    }

    /* #footer {
        display: block;
        position: relative;
        height: 392.94px;
        padding: 25px 25px 0 25px;
        background: rgba(0, 0, 0, 0.8);
    }

    #footer .footer-info .fnb {
        font-size: 0.9rem;
    }

    #footer .company {
        display: block;
        margin-top: 17px;
    }

    #footer .company .footer-logo {
        margin-bottom: 17px;
        padding-left: 6px;
    }

    #footer .company .address {
        font-size: 13px;
    }

    #footer .qick {
        position: absolute;
        left: 0;
        bottom: 0;
        box-sizing: border-box;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        padding: 25px;
        text-align-last: left;
        background: rgba(0, 0, 0, 0.97);
    }

    #footer .qick .family-site {
        font-size: 0.9rem;
    }

    #footer .qick .family-site img {
        width: 15px;
    }

    #footer .qick .copy {
        font-size: 0.8rem;
    }

    #footer .qick .sns span img {
        width: 25px;
    }

    #footer .qick .sns span:last-child img {
        width: 23px;
    }

    .footer-auto-height {
        padding: 0 !important;
    } */
}

@media (max-width: 768px) {
    #quick {
        display: none;
    }

    /*상단으로 버튼*/
    /* #move-top {
        position: fixed;
        bottom: 16px;
        right: 16px;
        z-index: 7;
        border: 1px solid #ccc;
        background: #fff;
        width: 56px;
        height: 56px;
        line-height: 56px;
        border-radius: 50%;
        box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
    }

    #move-top svg {
        display: block;
        width: 26px;
        height: 26px;
        margin: 13px auto 0;
    } */

    .pc-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .w1024 {
        width: 95%;
    }
    /* 
    #mobile-header {
        background: #fff;
        box-shadow: 0 1px 5px #ccc;
    }

    #mobile-header .tnb {
        height: 105px;
        line-height: 105px;
        box-sizing: border-box;
        padding: 0 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #mobile-header .tnb .logo {
        width: 144px;
        margin: 0;
        padding-top: 8px;
    }

    #hmobile-headereader .tnb .nav-on-btn img {
        vertical-align: middle;
        cursor: pointer;
    }

    #mobile-header .mobile-nav-wrap {
        position: fixed;
        width: 80%;
        background: rgba(225, 225, 225, 0.98);
        right: -80%;
        top: 0;
        height: 100%;
        z-index: 10;
    }

    #mobile-header .mobile-nav-wrap .top {
        background-color: #1caee0;
        line-height: 62px;
        box-sizing: border-box;
        position: relative;
        border-bottom: 1px solid #ccc;
    }

    #mobile-header .mobile-nav-wrap .top .btn02 {
        color: #fff;
        padding: 8px 0;
        font-size: 1rem;
    }

    #mobile-header .mobile-nav-wrap .top .nav-close-btn img {
        padding: 20px;
        cursor: pointer;
    }

    #mobile-header .mobile-nav-wrap .top .in-bt-box {
        width: calc(100% - 80px);
        position: absolute;
        left: 80px;
        top: 10px;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 5px;
    }

    #mobile-header .mobile-nav-wrap .top .in-bt-box a {
        display: inline-block;
        width: 60px;
    }

    #mobile-header .mobile-nav-wrap .top .in-bt-box a:hover {
        font-weight: 700;
    }

    #mobile-header .mobile-nav-wrap .top a {
        padding-right: 15px;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-align: right;
    }

    #mobile-header .mobile-nav-wrap .top .in-bt-box2 ul {
        overflow: hidden;
        width: 100%;
    }

    #mobile-header .mobile-nav-wrap .top .in-bt-box2 ul li {
        float: left;
        width: 50%;
        border-top: 1px solid #ccc;
    }

    #mobile-header .mobile-nav-wrap .top .drawer-bt {
        float: right;
        box-sizing: border-box;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    #mobile-header .mobile-nav-wrap .top .datain-go-bt {
        border-right: 1px solid #ccc;
        background: url(../img/sub/drawer_bg.png) 0 -3px no-repeat;
    }

    #mobile-header .mobile-nav-wrap .top .buy-bt {
        background: url(../img/sub/drawer_bg.png) 0 -97px no-repeat;
    }

    #mobile-header .mobile-nav-wrap .top .proservice {
        background-color: #fb275d;
        border-right: 1px solid #ccc;
    }

    #mobile-header .mobile-nav-wrap .top .proservice:before {
        content: "";
        background: url(../img/sub/pro_ico_r.png) no-repeat;
        float: left;
        width: 32px;
        height: 30px;
        margin: 15px 0 0 20px;
    }

    #mobile-header .mobile-nav-wrap .top .coupon {
        background-color: #ffcc00;
    }

    #mobile-header .mobile-nav-wrap .top .coupon:before {
        content: "";
        background: url(../img/sub/coupon_ico.png) no-repeat;
        float: left;
        width: 32px;
        height: 30px;
        margin: 15px 0 0 20px;
    }

    #mobile-header .mobile-nav-wrap .btm .gnb {
        display: block;
        border-top: 1px solid #ccc;
        margin-top: 0;
        font-size: 1rem;
        width: 100% !important;
    }

    #mobile-header .mobile-nav-wrap .btm .gnb li {
        width: 100%;
        height: auto;
        background-color: #eeeeee;
        border-bottom: 1px solid #ededed;
        box-sizing: border-box;
    }

    #mobile-header .mobile-nav-wrap .btm .gnb li a {
        display: inline-block;
        padding: 25px 40px;
        font-size: 20px;
    }

    #mobile-header .mobile-nav-wrap .btm .gnb li span {
        display: inline-block;
        margin-right: 20px;
        font-size: 15px !important;
        cursor: pointer;
    }

    #mobile-header .mobile-nav-wrap .btm .gnb .lnb {
        display: none;
    }

    #mobile-header .mobile-nav-wrap .btm .gnb .show {
        display: block;
    }

    #mobile-header .mobile-nav-wrap .btm .gnb .lnb li {
        background-color: #f5f5f5;
        line-height: 50px;
    }

    #mobile-header .mobile-nav-wrap .btm .gnb .lnb a {
        display: block;
        padding: 0 0 0 60px;
        font-size: 15px;
    }

    #mobile-header .mobile-nav-wrap .btm .gnb .lnb .lnb-disable {
        cursor: default;
        color: #aaa;
    } */

    .lnb-wrap.scroll {
        height: 60px;
        line-height: 60px;
    }

    .lnb-wrap.scroll h3 {
        font-size: 1.25rem;
    }

    .lnb-wrap .w1024 {
        display: block;
    }

    .lnb-wrap h3 {
        display: none;
    }

    .lnb-wrap.scroll .lnb li {
        font-size: 1rem;
    }

    .lnb-wrap {
        position: static;
        margin-top: 0;
    }

    .lnb-wrap .line {
        display: none;
    }

    .lnb-wrap .lnb {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
        box-sizing: border-box;
        text-align: center;
    }

    .lnb-wrap .lnb li {
        width: 50%;
        line-height: 45px;
        border-right: 1px solid #cfcfcf;
    }

    .lnb-wrap .lnb li:nth-child(even) {
        margin-left: -1px;
    }

    .lnb-wrap .lnb li:nth-child(3),
    .lnb-wrap .lnb li:nth-child(4) {
        margin-top: -1px;
    }

    #square-wrap .lnb-wrap.scroll {
        height: 60px;
        line-height: 60px;
    }

    .site-map-wrap {
        display: none;
    }

    .footer-auto-height {
        margin-top: 45px;
    }
}

@media (max-width: 480px) {
    /* #mobile-header .mobile-nav-wrap .top a {
        font-family: "Noto Sans KR", sans-serif;
        font-size: 13.5px;
        font-weight: normal;
        letter-spacing: -1px;
    }

    #mobile-header .mobile-nav-wrap .top .proservice:before,
    #mobile-header .mobile-nav-wrap .top .coupon:before {
        margin: 15px 0 0 10px;
    }

    #footer {
        height: auto;
        padding: 0;
    }

    #footer .footer-info {
        padding: 25px;
    }

    #footer .fnb li a,
    #footer .company .address,
    #footer .qick .copy {
        font-size: 13px;
    }

    #footer .qick {
        position: relative;
        margin: 0;
    } */
}
