@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Play:400,700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* GmarketSans */
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Cafe24 */
@font-face {
    font-family: 'Cafe24Ohsquare';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/Cafe24Ohsquare.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cafe24Ohsquareair';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202@1.0/Cafe24Ohsquareair.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-y: scroll !important;
    overflow-x: hidden;
    background-color: #fff;
}

body, div, dl, dt, dd, ul, ol, li, i, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, legend, button, select, p, blockquote, th, td, table {
    font-family: 'Pretendard', 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', sans-serif !important;
    font-size: 100%;
    padding: 0;
    margin: 0;
    word-break: keep-all;
    -webkit-text-size-adjust: none;
    color: #181818;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

li {
    list-style: none;
}

caption { display: none;}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.con-pc {
    display: block;
}

.con-m {
    display: none;
}

.br-pc {
    display: block !important;
}

@media all and (max-width: 991px) {
    .con-pc {
        display: none !important;
    }

    .br-m {
        display: block !important;
    }

    .br-pc {
        display: inline-block !important;
    }
}

.p-relative {
    position: relative;
}

.container-1400 {
    width: 1400px;
    margin: 0 auto;
}

.container-1300 {
    width: 1300px;
    margin: 0 auto;
}

.t-white {
    color: #fff !important;
}

.t-blue {
    color: #01c4ff !important;
}

.t-green {
    color: #00ff96 !important;
}

.my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

@media all and (min-width: 768px) and (max-width: 1600px) {
    .container-1400, .container-1300 {
        width: 90%;
    }

    .container-m {
        width: 100% !important;
    }
}

@media all and (max-width: 991.5px) {
    .container-1400, .container-1300 {
        width: 90%;
    }

    .container-m {
        width: 100% !important;
    }

    .img-m {
        width: 100% !important;
    }

    .my-6-m {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

#header {
    z-index: 50;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
}

#header h1 img {
    width: 160px;
 }

#header .navi-wrap a {
    color: #fff;
}

#header .navi-wrap a {
    color: #fff;
}

.lnb-navi .nav-link {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
}

.lnb-navi a {
	font-weight: 700;
    font-size: 1.3rem;
    line-height: 4rem;
    color: #fff;
}

.lnb-navi a:hover {
    color: #e4b680 !important;
}

.m-navi {
    display: none;
}

.navbar-toggler-m {
    border-color: #fff;
    padding: 0;
}

.navbar-toggler-m i {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 0;
}

.navbar-toggler-m:focus {
    box-shadow: none;
}

.m-navi {
    display: none !important;
}

#header.scroll-top {
    height: 100px;
    background: rgba(0,0,0,.7);
    box-shadow : rgba(0,0,0,.1) 0 0 10px;
}

#header.scroll-top .lnb-navi a {
    line-height: 1.2rem;
}

#header.scroll-top h1 {
    margin-top: -0.5rem;
}

#header.scroll-top h1 img {
    width: 130px;
}

@media all and (max-width: 991px) {
    #header h1 {
        margin-top: -1.8rem;
    }

    #header h1 img {
        width: 100px;
    }

    #header.scroll-top {
        height: 60px;
    }

    #header.scroll-top h1 {
        margin-top: -2.5rem;
    }

    #header.scroll-top h1 img {
        width: 80px;
    }

    #header.scroll-top .navbar-toggler-m {
        margin-top: -2.5rem;
    }

    .m-navi {
        display: block !important;
    }

    .navbar-toggler-m {
        padding: 0 !important;
        margin-top: -2rem;
    }

    .navbar-toggler-m i {
        display: inline-block;
        font-size: 2.4rem;
        font-weight: 700;
        margin-top: 0.3rem;
        color: #e4b680;
    }

    .navbar-toggler-m:focus {
        box-shadow: none;
    }

    .menu-m {
        width: 80% !important;
        background-color: rgba(255, 255, 255, 1);
    }

    .navi-wrap-m {
        width: 90%;
        margin: 6rem auto 0;
    }

    .navi-wrap-m li a {
        font-weight: 700;
        font-size: 1.3rem !important;
        color: #000;
        line-height: 2.5rem !important;
    }

    .lnb-navi .nav-link {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .btn-close {
        position: absolute;
        right: 1.5rem !important;
        top: 1.5rem !important;
        font-size: 1.5rem;
    }
}

.main-visual {
    height: 100vh;
    background:#f3f7ff url(../images/main/img-visual-main.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 17rem 0 5rem;
    box-sizing: border-box;
}


.visual-tit {
    margin-top: 10rem;
    text-align: right;
}

.visual-tit p {
    font-family: 'Cafe24Ohsquare', sans-serif !important;
    font-size: 2.7rem;
    letter-spacing: -0.025em;
    color: #e4b680 !important;
}

.visual-tit p + p {
    font-family: 'GmarketSansBold', sans-serif !important;
    font-size: 3.3rem;
    color: #fff !important;
    padding-right: 0 !important;
}

.visual-tit p + p + p {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff !important;
}

.visual-tit p + p + p span {
    color: #e4b680 !important;
}

.visual-cs {
    width: 95%;
    float: right;
    margin-top: 8.05rem;
}

.visual-item {
    border: 1px solid #e4b680;
    border-radius: 0.3rem;
    padding: 1rem;
    box-sizing: border-box;
    color: #e4b680;
    font-weight: 800;
    font-size: 1.2rem;
    text-align: center;
}

.visual-item i {
    color: #e4b680;
    font-size: 1.1rem;
    display: inline;
    margin-right: 0.7rem;
}

.t-mail {
    font-weight: 600 !important;
}

.visual-form {
    width: 80%;
}

.visual-form .m-form {
    display: none !important;
}

.visual-form p {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 800;
    padding-bottom: 0.5rem;
}

.visual-form .v-input {
    height: 50px;
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid #fff;
    border-radius: 0.3rem;
    font-size: 1rem;
    color: #303030;
}

.visual-form .v-label {
    font-size: 0.9rem !important;
    line-height: 1rem;
    color: #5d5d5d;
    padding: 1rem !important;
}

.visual-form textarea {
    height: 150px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid #fff;
}

.visual-form .agree-box {
    margin: 1rem 1rem 1rem 0.5rem;
}

.visual-form .check-style {
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
    border: 0 !important
}

.visual-form .form-check-input {
    background-color: #fff !important;
}

.visual-form .form-check-label {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

.visual-form .form-checkbox-danger .form-check-input:checked {
    background-color: #00aadd !important;
    border: 1px solid #00aadd !important;
}

.visual-form .btn-agree {
    display: inline-block;
    padding: 0.3rem 1rem;
    margin-left: 1rem;
    background: linear-gradient(135deg, #0093c0 0%, #00aadd 50%, #06baf0 100%);
    border-radius: 0.3rem;
    color: #fff;
    font-size: 0.85rem;
}

.visual-form .btn-visual-inquiry {
    width: 100%;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    border-radius: 0.3rem;
    border: 1px solid #0093c0;
    background: linear-gradient(135deg, #0093c0 0%, #00aadd 50%, #06baf0 100%);
    padding: 1.2rem;
    box-sizing: border-box;
}

.visual-form .btn-visual-inquiry:hover {
    background: #fff;
    color: #0093c0;
    border: 1px solid #0093c0;
}

@media all and (min-width: 1301px) and (max-width: 1440px) {
    .visual-tit {
        margin-top: 10rem;
    }

    .visual-tit p {
        font-size: 2.1rem;
    }

    .visual-tit p + p {
        font-size: 2.8rem;
    }

    .visual-tit p + p + p {
        font-size: 1.3rem;
    }

    .visual-cs {
        width: 100%;
        margin-top: 10.5rem;
    }

    .visual-item {
        font-size: 1rem;
        padding: 0.9rem 0.5rem;
    }
}

@media all and (min-width: 1091px) and (max-width: 1300px) {
    .main-visual {
        padding-top: 15rem;
    }

    .visual-tit p {
        font-size: 1.8rem;
    }

    .visual-tit p + p {
        font-size: 2.3rem;
    }

    .visual-tit p + p + p {
        font-size: 1.2rem;
    }

    .visual-cs {
        width: 100%;
        margin-top: 11.5rem;
    }

    .visual-item {
        font-size: 0.9rem;
        padding: 1rem 0.5rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1090px) {
    .main-visual {
        padding-top: 15rem;
    }

    .visual-tit p {
        font-size: 1.6rem;
    }

    .visual-tit p + p {
        font-size: 2rem;
    }

    .visual-tit p + p + p {
        font-size: 1rem;
    }

    .visual-cs {
        width: 95%;
        margin-top: 11.5rem;
    }

    .visual-item {
        font-size: 0.9rem;
        padding: 1rem 0.5rem;
    }

    .visual-item i {
        display: block !important;
    }

    .visual-form .check-style {
        width: 1.2em;
        height: 1.2em;
        margin-top: 0.1rem;
    }

    .visual-form .form-check-label {
        font-size: 0.9rem;
    }

    .visual-form .btn-agree {
        padding: 0.3rem 0.7rem;
        margin-left: 0.5rem;
    }
}

@media all and (max-width: 991.5px) {
    .main-visual {
        height: 100% !important;
        background-position: center;
        padding: 0 0 3rem;
    }

    .visual-tit {
        margin: 8rem 0 0;
        text-align: center;
    }

    .visual-tit p {
        font-size: 1.3rem;
    }

    .visual-tit p + p {
        font-size: 1.8rem;
    }

    .visual-tit p + p + p {
        font-size: 1rem;
        font-weight: 600;
    }

    .visual-cs {
        width: 95%;
        float: none;
        margin: 2rem auto 1rem;
        --ct-gutter-x: 0 !important;
    }

    .visual-item {
        background: rgba(0, 0, 0, 0.60);
        padding: 0.5rem 0 0.6rem;
        font-weight: 400;
        font-size: 0.9rem;
        margin-bottom: 0.5rem; ;
    }

    .visual-item i {
        color: #e4b680;
        font-size: 1.1rem;
        display: inline;
        margin-right: 0.7rem;
    }

    .t-mail {
        font-weight: 400 !important;
    }

    .visual-form {
        width: 95%;
        margin: 0 auto;
    }

    .visual-form .m-form {
        display: block !important;
    }

    .visual-form p {
        font-size: 1rem;
    }

    .visual-form .v-input {
        height: 40px;
    }

    .visual-form .v-label {
        font-size: 0.8rem !important;
        line-height: 0.5rem;
        padding-left: 0.6rem !important;
        padding-right: 0.6rem !important;
    }

    .visual-form textarea {
        height: 100px !important;
    }

    .visual-form .check-style {
        width: 1.3em;
        height: 1.3em;
        margin-top: 0.3rem;
    }

    .visual-form .form-check-label {
        font-size: 0.9rem;
    }

    .visual-form .btn-agree {
        padding: 0.2rem 0.5rem;
        margin-left: 0.2rem;
    }

    .visual-form .btn-visual-inquiry {
        padding: 1rem;
    }

    .t-width {
        width: 100% !important;
    }
}

.title-box {
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: -0.04em;
}

.title-box h3 {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 2.8rem;
    font-weight: 800;
    padding-bottom: 1rem;
}

.title-box p {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 1.2rem;
    font-weight: 400;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .title-box h3 {
        font-size: 2rem;
    }

    .title-box p {
        font-size: 1rem;
    }
}

@media all and (max-width: 991.5px) {
    .title-box {
        margin-bottom: 2rem;
    }

    .title-box h3 {
        font-size: 1.6rem;
        padding-bottom: 0.8rem;
    }

    .title-box p {
        font-size: 1rem;
        padding: 0 1rem;
        line-height: 1.4rem;
    }
}

.main-profile {
    padding: 8rem 0;
}

.main-profile .cont-box {
    position: relative;
    height: 480px;
    border-radius: 1rem;
    padding: 3rem 5rem;
    box-sizing: border-box;
    background: #f6faff;
}

.main-profile .h-400 {
    height: 400px;
}

.main-profile .cont-box img {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 90px;
}

.main-profile .cont-box h4 {
    margin-bottom: 2rem;
    font-family: 'GmarketSansBold', sans-serif !important;
    font-size: 1.5rem;
    color: #000 !important;
}

.main-profile .cont-box h4 span {
    display: block;
    font-size: 0.8rem;
    color: #889fbd;
    padding-top: 0.5rem;
}

.main-profile .cont-box h4 span.t-gray {
    color: #afafaf;
}

.main-profile .cont-box li {
    color: #151515;
    line-height: 1.8rem;
}

.main-profile .cont-box ul.pre {
    margin: 1rem 0 0 1rem;
}

.main-profile .cont-box ul.pre li {
    font-size: 0.85rem;
    line-height: 1.6rem;
    color: #707070;
}

.main-profile .bg-gray {
    background: #fbfbfb !important;
}

@media all and (max-width: 991.5px) {
    .main-profile {
        padding: 4rem 0;
    }

    .main-profile .cont-box {
        height: 100%;
        padding: 2rem;

    }

    .main-profile .h-400 {
        height: 100%;
    }

    .main-profile .cont-box img {
        bottom: 1rem;
        right: 1rem;
        width: 60px;
    }

    .main-profile .cont-box h4 {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }

    .main-profile .cont-box h4 span {
        padding-top: 0.2rem;
    }

    .main-profile .cont-box li {
        line-height: 1.6rem;
        font-size: 0.95rem;
    }
}

.main-pro-field {
    padding: 8rem 0;
    background: linear-gradient(135deg, #081024 0%, #152645 50%, #1a2e55 100%);
}

.main-pro-field .pro-tit h4 {
    margin-bottom: 1rem;
    font-family: 'GmarketSansBold', sans-serif !important;
    font-size: 2.5rem;
    color: #fff !important;
}

.main-pro-field .pro-tit h4 span {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #e4b680;
}

.main-pro-field .pro-tit p {
    font-size: 1.1rem;
    color: #fff;
}

.main-pro-field .item {
    position: relative;
    min-height: 200px;
    border-radius: 0.5rem;
    border: 2px solid #e4b680;
    padding: 1.5rem 2.2rem;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #fff;
    letter-spacing: -0.035em;
}

.main-pro-field .item img {
    position: absolute;
    right: 1.5rem;
    bottom: 1.2rem;
    width: 50px;
}

.main-pro-field .bdr-blue {
    border: 2px solid #00c4ff !important;
}

.main-pro-field .bdr-green {
    border: 2px solid #00ff96 !important;
}

@media all and (min-width: 992px) and (max-width: 1300px) {
    .main-pro-field .item {
        min-height: 160px;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        line-height: 1.35rem;
    }

    .main-pro-field .item img {
        right: 1.5rem;
        bottom: 1.2rem;
        width: 30px;
    }
}

@media all and (max-width: 991.5px) {
    .main-pro-field {
        padding: 4rem 0;
    }

    .main-pro-field .pro-tit h4 {
        margin-bottom: 0.5rem;
        font-size: 1.35rem;
    }

    .main-pro-field .pro-tit h4 span {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }

    .main-pro-field .pro-tit p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .main-pro-field .item {
        min-height: 100%;;
        border: 1px solid #e4b680;
        padding: 1rem 1.5rem 1rem;
        font-size: 1rem;
    }

    .main-pro-field .item img {
        right: 1rem;
        bottom: 1rem;
        width: 25px;
    }

    .main-pro-field .bdr-blue {
        border: 1px solid #00c4ff !important;
    }

    .main-pro-field .bdr-green {
        border: 1px solid #00ff96 !important;
    }
}

.main-book {
    padding: 8rem 0 0;
}

.main-book .book-tab {
    width: 1100px;
    margin: 0 auto;
}

.main-book .tab-bg {
    background: #f2f3f6;
    padding: 6rem 0;
}

.main-book .tab-bg ul {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}

.main-book .tab-bg ul li {
    width: 50%;
    float: left;
    text-align: center;
}

.main-book .tab-bg ul.d-3 {
    width: 1200px !important;
}

.main-book .tab-bg ul.d-3 li {
    width: 33.33% !important;
}

.main-book .tab-bg ul li p.b-tit {
    width: 300px;
    margin: 0.3rem auto 0;
    border-radius: 0.5rem;
    padding: 1rem;
    box-sizing: border-box;
    background: linear-gradient(135deg, #0a1a35 0%, #1e3560 70%, #1e3560 100%);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.05rem;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
}

.main-book .tab-bg ul li p.b-tit span {
    display: block !important;
    width: 100%;
}

.main-book .tab-bg ul li img {
    width: 300px;
    border-radius: 0.5rem;
}

.main-book .book-tab .s-tit {
    display: block;
    color: #aeaeae;
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

.main-book .nav {
    background: none !important;
}

.main-book .nav-pills .nav-link {
    padding: 1.7rem 1rem;
    font-size: 1rem;
    line-height: 1.35rem;
    font-weight: 700;
    color: #60646a !important;
}

.main-book .nav-pills .nav-link p {
    color: #60646a !important;
}

.main-book .nav-pills .nav-link.active, .main-book .nav-pills .show>.nav-link {
    background: linear-gradient(135deg, #0a1a35 0%, #1e3560 50%, #1e3560 100%);
}

.main-book .nav-pills .nav-link.active p, .main-book .nav-pills .show>.nav-link p {
    color: #fff !important;
}

.main-book .nav-pills .nav-link.active .s-tit, .main-book .nav-pills .s-tit .show>.nav-link {
    color: #e4b680;
}

.main-book .nav-item-1 {
    background: #f2f3f6 !important;
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.m-book-tit {
    display: none !important;
}

.m-book-tit span {
    display: none !important;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
    .main-book .book-tab {
        width: 95%;
    }

    .main-book .tab-bg ul.d-3 {
        width: 95% !important;
    }

    .main-book .nav-pills .nav-link {
        padding: 1.5rem 0.7rem;
        font-size: 0.9rem;
    }
}

@media all and (max-width: 991px) {
    .main-book {
        padding: 4rem 0 0;
    }

    .main-book .book-tab {
        width: 95%;
    }

    .main-book .tab-bg {
        padding: 2rem 0 3rem;
    }

    .main-book .tab-bg ul, .main-book .tab-bg ul.d-3 {
        width: 90% !important;
    }

    .main-book .tab-bg ul li, .main-book .tab-bg ul.d-3 li {
        width: 45% !important;
        margin: 0 2.5%;
    }

    .main-book .tab-bg ul li p.b-tit {
        width: 100%;
        font-size: 0.9rem;
        letter-spacing: -0.035em;
        min-height: 60px;
        padding: 0.5rem 0.7rem;
    }

    .main-book .tab-bg ul li img {
        width: 100%;
    }

    .main-book .book-tab .s-tit {
        font-size: 0.8rem;
    }

    .main-book .nav-pills .nav-link {
        padding: 0.5rem 1rem;
    }

    .main-book .nav-pills .nav-link p {
        display: none !important;
    }

    .m-book-tit {
        display: block !important;
        font-size: 1.05rem;
        text-align: center;
        padding-bottom: 1.5rem;
    }

    .m-book-tit span {
        display: block !important;
        color: #1e3560;
        font-weight: 800;
    }

    .mx-1-m {
        margin-right: 0.1rem!important;
        margin-left: 0.1rem!important;
    }

    .pt-m {
        padding-top: 1rem;
    }
}

.main-lecture {
    padding: 8rem 0 5rem;
}

.main-lecture .lecture-tab {
    width: 900px;
    margin: 0 auto 4rem;
}

.main-lecture .nav {
    background: none !important;
}

.main-lecture .nav-pills .nav-link {
    padding: 1rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.main-lecture .nav-pills .nav-link.active, .main-lecture .nav-pills .show>.nav-link {
    background: linear-gradient(135deg, #0093c0 0%, #00aadd 50%, #06baf0 100%);
    border: 1px solid #00aadd;
    color: #fff;
}

.main-lecture .nav-item-1 {
    background: #bcbcbc !important;
    border: 1px solid #b2b2b2;
    border-radius: 0.5rem;
}

.main-lecture .nav-item-1 span {
   display: block !important;
   width: 100% !important;
}

.youtube-cont .thumb {
    width: 100%;
}

.youtube-cont .thumb iframe {
    border-radius: 0.5rem;
}

.youtube-cont .y-tit {
    color: #4b4b4b;
    text-align: center;
    min-height: 50px;
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0.2rem 1rem 0;
    margin-bottom: 2rem;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.corp-cont .corp-box {
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 0.5rem 1.2rem 1rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}

.corp-cont .corp-box img {
    width: 100%;
}

.corp-cont .corp-box p {
    font-size: 1.25rem;
    font-weight: 800 !important;
    text-align: center;
}

.corp-cont .corp-box p span {
    display: block;
    color: #a7a7a7;
    font-weight: 200;
    font-size: 0.8rem;
}

.column-cont .news-box {
    position: relative;
    border-radius: 0.5rem;
    border: 1px solid #e5e5e5;
    padding: 2rem;
    box-sizing: border-box;
    min-height: 270px;
    margin-bottom: 0.6rem;
}

.column-cont .news-box p.n-tit {
    min-height: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.column-cont .news-box a:hover p.n-tit {
    color: #008fbb;
}

.column-cont .news-box p.n-cont {
    min-height: 40px;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #616161;
    margin: 1.5rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.column-cont .news-box p.n-date, .column-cont .news-box p.n-date i {
    font-size: 0.9rem;
    color: #bfbfbf;
}

.column-cont .news-box .btn-link {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    border-radius: 3rem;
    padding: 0.3rem 1.2rem;
    color: #008fbb;
    font-size: 0.95rem;
    background: #f6f6f6;
}

.column-cont .news-box .btn-link a i {
    font-size: 0.9rem;
    color: #008fbb;
}

.column-cont .news-box .btn-link a {
    display: block;
    color: #008fbb;
}

.column-cont .news-box .btn-link:hover {
    background:#00c3ff;
}

.column-cont .news-box .btn-link:hover a, .column-cont .news-box .btn-link:hover a i {
    color: #fff !important;
}

@media all and (min-width: 1201px) and (max-width: 1400px) {
    .corp-cont .corp-box p {
        font-size: 1.1rem;
    }
}

@media all and (min-width: 1281px) and (max-width: 1600px) {
    .t-width30 {
        width: 33.33% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1280px) {
    .t-width50 {
        width: 50% !important;
    }

    .t-width25 {
        width: 25% !important;
    }

    .corp-cont .corp-box {
        padding: 0.5rem 0.2rem 1rem;
    }

    .corp-cont .corp-box p {
        font-size: 1.1rem;
    }
}

@media all and (max-width: 991.5px) {
    .main-lecture {
        padding: 4rem 0;
    }

    .mx-2-m {
        margin: 0 0.3rem !important;
    }

    .main-lecture .lecture-tab {
        width: 100%;
        margin: 0 auto 2rem;
    }

    .main-lecture .nav-pills .nav-link {
        padding: 0 0.7rem;
        box-sizing: border-box;
        font-size: 0.9rem;
        line-height: 1rem;
        height: 50px;
        text-align: center;
    }

    .youtube-cont, .column-cont, .corp-cont {
        width: 100% !important;
    }

    .corp-cont .corp-box {
        padding: 0rem 0.3rem 0.5rem;
    }

    .corp-cont .corp-box img {
        width: 100%;
    }

    .corp-cont .corp-box p {
        font-size: 0.9rem;
    }

    .corp-cont .corp-box p span {
        font-size: 0.75rem;
        line-height: 0.9rem;
    }

    .column-cont .news-box {
        min-height: 240px;
    }
}

.cs-wrap {
    width: 85%;
    margin: 2rem auto 0;
}

/* PC: 모바일 전용 상표 카드는 숨김 (모바일 쿼리에서 반대로 전환) */
.main-inquiry .cs-cert-mobile { display: none; }

.cs-wrap p {
    font-family: 'GmarketSansLight', sans-serif !important;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.cs-wrap .cs-item {
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 0.3rem;
    background: #fff;
    padding: 1.5rem 1.7rem;
    margin-bottom: 0.7rem;
}

.cs-wrap .cs-item .ic-box {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a1a35 0%, #1e3560 50%, #1e3560 100%);
    text-align: center;
}

.cs-wrap .cs-item .ic-box i {
    color: #e7bd8c;
    font-size: 1.4rem;
    line-height: 3.5rem;
}

.cs-wrap .cs-item span {
    display: inline;
    margin-left: 0.8rem;
}

.cs-wrap .cs-item p {
    position: absolute;
    right: 2rem;
    top: 2.2rem;
    font-family: 'GmarketSansMedium', sans-serif !important;
    font-size: 1.5rem;
    letter-spacing: -0.035em;
}

.cs-wrap .cs-item p.tell {
    font-size: 1.7rem;
}

.cs-wrap .cs-item p.mail {
    top: 2.5rem;
    font-size: 1.2rem;
}

.cs-wrap button {
    width: 100%;
    text-align: left !important;
    border: 0 !important;
    padding: 0 !important;
}

.main-inquiry {
    padding: 8rem 0;
    background: #fefefe url('../images/main/bg-inquiry.jpg') repeat-y center top;
}

.main-inquiry .inquiry-form {
    width: 85%;
    margin: 0 auto 0;
}

.main-inquiry .inquiry-form .m-input {
    height: 50px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0.3rem;
    font-size: 1rem;
    color: #303030;
}

.main-inquiry .inquiry-form .m-label {
    font-size: 0.9rem !important;
    line-height: 1rem;
    color: #949494;
    padding: 1rem !important;
}

.main-inquiry .inquiry-form textarea {
    height: 170px !important;
}

.inquiry-form .agree-box {
    margin: 1rem 1rem 2rem 0.5rem;
}

.inquiry-form .check-style {
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
    border: 0 !important
}

.inquiry-form .form-check-input {
    background-color: #132749 !important;
}

.inquiry-form .form-check-label {
    font-size: 1rem;
    font-weight: 400;
}

.inquiry-form .form-checkbox-danger .form-check-input:checked {
    background-color: #e4b680 !important;
    border: 1px solid #e4b680 !important;
}

.inquiry-form .btn-agree {
    display: inline-block;
    padding: 0.3rem 1rem;
    margin-left: 1rem;
    background: linear-gradient(135deg, #0a1a35 0%, #1e3560 50%, #1e3560 100%);
    border-radius: 0.3rem;
    color: #fff;
    font-size: 0.85rem;
}

.policy {
    font-size: 0.95rem;
}

.policy h4 {
    font-size: 1rem;
    font-weight: 700;
    padding: 2rem 0 0.5rem;
}

.main-inquiry .inquiry-form .btn-main-inquiry {
    width: 100%;
    color: #e4b680;
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: 700;
    border-radius: 0.3rem;
    border: 1px solid #232529;
    background: linear-gradient(135deg, #0a1a35 0%, #1e3560 50%, #1e3560 100%);
    padding: 1.5rem;
    box-sizing: border-box;
}

.main-inquiry .inquiry-form .btn-main-inquiry:hover {
    background: #fff;
    color: #232529;
    border: 1px solid #232529;
}

@media all and (min-width: 992px) and (max-width: 1280px) {
    .cs-wrap .cs-item {
        padding: 1.5rem 1.2rem;
    }

    .cs-wrap .cs-item .ic-box {
        width: 45px;
        height: 45px;
    }

    .cs-wrap .cs-item .ic-box i {
        font-size: 1.1rem;
        line-height: 2.7rem;
    }

    .cs-wrap .cs-item p {
        right: 1.5rem;
        top: 2.2rem;
        font-size: 1.2rem;
    }

    .cs-wrap .cs-item p.tell {
        font-size: 1.3rem;
    }

    .cs-wrap .cs-item p.mail {
        top: 2.1rem;
        font-size: 0.95rem;
        letter-spacing: -0.035rem;
    }
}

@media all and (max-width: 991.5px) {
    .cs-wrap {
        width: 100%;
        margin: 1rem auto 0;
    }

    .cs-wrap p {
        font-size: 1rem;
        padding-bottom: 0.5rem;
        text-align: center;
    }

    .cs-wrap .cs-item {
        padding: 1rem;
    }

    .cs-wrap .cs-item .ic-box {
        width: 40px;
        height: 40px;
    }

    .cs-wrap .cs-item .ic-box i {
        font-size: 1rem;
        line-height: 2.5rem;
    }

    .cs-wrap .cs-item span {
        margin-left: 0.3rem;
    }

    .cs-wrap .cs-item p {
        right: 1rem;
        top: 1.5rem;
        font-size: 1.2rem;
        letter-spacing: -0.035em;
    }

    .cs-wrap .cs-item p.tell {
        font-size: 1.2rem;
    }

    .cs-wrap .cs-item p.mail {
        top: 1.5rem;
        font-size: 0.9rem;
    }

    /* 모바일: 왼쪽 상표 이미지 col 숨김, 오른쪽 cs-wrap 안 상표 카드 노출 */
    .main-inquiry .cs-cert-pc { display: none; }
    .main-inquiry .cs-cert-mobile {
        display: block;
        /* margin-top: 0.8rem; */
        margin-bottom: 0.8rem;
    }

    .main-inquiry {
        padding: 4rem 0;
    }

    .main-inquiry .inquiry-form {
        width: 100%;
    }

    .inquiry-form .agree-box {
        margin: 1rem 1rem 2rem 0.5rem;
    }

    .inquiry-form .form-check-label {
        font-size: 0.95rem;
    }

    .inquiry-form .btn-agree {
        padding: 0.3rem 0.7rem;
        margin-left: 1em;
        font-size: 0.85rem;
    }

    .main-inquiry .inquiry-form .btn-main-inquiry {
        font-size: 1rem;
        padding: 1.2rem;
    }
}

@media all and (max-width: 990px) {
    .inquiry-form .form-check-label {
        font-size: 0.9rem !important;
    }

    .inquiry-form .btn-agree {
        padding: 0.3rem 0.5rem;
        margin-left: 0.5em;
    }
}

.foot-cont {
    background-color: #333;
    padding: 3rem 0;
}

.foot-cont .foot-logo img {
    width: 120px;
    margin: 2rem 0 0 0;
}

.foot-cont .biz-info li {
    font-size: 0.8rem;
    color: #bcbcbc !important;
    padding-bottom: 0.4rem;
}

.foot-cont .biz-info li span {
    display: inline-block;
    padding-right: 0.5rem;
    color: #848484 !important;
    font-weight: 700;
}

.foot-cont .copy-txt {
    font-family: 'Play', sans-serif !important;
    font-size: 0.8rem;
    color: #6b6b6b !important;
    padding-top: 0.5rem;
}

.custom-modal {
    max-width: 650px !important
}

.custom-modal .h-500 {
    max-height: 540px !important
}

.custom-modal h5 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.custom-modal .con-style img {
    width: 100%;
}

.pc-quick {
    position: fixed;
    z-index: 1;
    right: 1.7rem;
    bottom: 25%;
}

.aside-menu > ul > li {
    padding: 0.5rem 0;
}

.aside-menu > ul > li img {
    width: 80px;
}

.btn-top {
    position: fixed;
    z-index: 999;
    right: 1.5rem;
    bottom: 5%;
}

.btn-top button {
    border: 0 !important;
    background: none !important;
}

.btn-top button i  {
    color: rgba(134, 134, 134, 0.7) !important;
    font-size: 3rem;
}

@media all and (max-width: 991px) {
    .p-4-m {
        padding: 0.5rem 1.5rem 1rem !important;
    }

    .modal-header .btn-close {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 1.2rem !important;
        top: 1.65rem !important;
    }
}

@media all and (max-width: 767px) {
    .btn-top {
        right: 0.5rem;
        bottom: 1.5%;
    }

    .btn-top button i  {
        font-size: 2.3rem;
    }
}


.quick-mo {
    z-index: 999;
    position: fixed;
    bottom:0;
    background: #fff;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 30px rgba(19, 19, 19, 0.3);
}

.quick-mo li {
    float: left;
    width: 25%;
    text-align: center;
    height: 40px;
}

.quick-mo li img {
    width: 50px;
    margin-top: -1.2rem;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .aside-menu > ul > li img {
        width: 60px;
    }
}

@media all and (max-width: 767px) {
    .foot-cont {
        padding: 2rem 1rem;
    }

    .foot-cont .biz-info li, .foot-cont .copy-txt {
        font-size: 0.85rem;
    }

    .foot-cont .foot-logo {
        text-align: left !important;
    }

    .foot-cont .foot-logo img {
        width: 90px;
        margin: 1rem 0 3rem 0;
    }

    .ms-3-m {
        margin-left: 0rem !important;
    }

    .mt-1-m {
        margin-top: 0.5rem !important;
    }

    .pc-quick {
        display: none;
    }

    .quick-mo {
        display: block;
    }
}

.btn-effect {
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.scrollright {
    -webkit-animation-name: scrollright;
    animation-name: scrollright;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

@keyframes slideDown {
    0% {
        transform:translateY(-100%);
    }
    100% {
        transform:translateY(0);
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform:translateY(-100%);
    }
    100% {
        transform:translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        transform:translateY(-100%);
    }
    100% {
        transform:translateY(0);
    }
}

@-ms-keyframes slideDown {
    0% {
        transform:translateY(-100%);
    }
    100% {
        transform:translateY(0);
    }
}

@-o-keyframes slideDown {
    0% {
        transform:translateY(-100%);
    }
    100% {
        transform:translateY(0);
    }
}