/* 전체 */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Nanum+Pen+Script&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@font-face {
    font-family: 'Cafe24Dangdanghae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
img {margin:0 auto;}

:root,[data-bs-theme=light] {
    --vz-blue: #3577f1;
    --vz-indigo: #2F68C4;
    --vz-purple: #6559cc;
    --vz-pink: #f672a7;
    --vz-red: #f06548;
    --vz-orange: #f1963b;
    --vz-yellow: #f7b84b;
    --vz-green: #0ab39c;
    --vz-teal: #02a8b5;
    --vz-cyan: #299cdb;
    --vz-white: #fff;
    --vz-gray: #888;
    --vz-gray-dark: #343a40;
    --vz-gray-100: #f3f6f9;
    --vz-gray-200: #eff2f7;
    --vz-gray-300: #e9ebec;
    --vz-gray-400: #ced4da;
    --vz-gray-500: #adb5bd;
    --vz-gray-600: #888;
    --vz-gray-700: #333;
    --vz-gray-800: #343a40;
    --vz-gray-900: #212529;
    --vz-primary: #2F68C4;
    --vz-primary-rgb1: rgba(47,104,196,.1);
    --vz-primary-rgb2: rgba(47,104,196,.2);
    --vz-primary-rgb3: rgba(47,104,196,.3);
    --vz-primary-rgb4: rgba(47,104,196,.4);
    --vz-secondary: #3577f1;
    --vz-success: #0ab39c;
    --vz-info: #299cdb;
    --vz-warning: #f7b84b;
    --vz-danger: #f06548;
    --vz-light: #f3f6f9;
    --vz-dark: #212529;
    --vz-primary-rgb: 47,104,196;
    --vz-secondary-rgb: 53,119,241;
    --vz-success-rgb: 10,179,156;
    --vz-info-rgb: 41,156,219;
    --vz-warning-rgb: 247,184,75;
    --vz-danger-rgb: 240,101,72;
    --vz-light-rgb: 243,246,249;
    --vz-dark-rgb: 33,37,41;
    --vz-primary-text-emphasis: #224d93;
    --vz-secondary-text-emphasis: #2d65cd;
    --vz-success-text-emphasis: #099885;
    --vz-info-text-emphasis: #2385ba;
    --vz-warning-text-emphasis: #d29c40;
    --vz-danger-text-emphasis: #cc563d;
    --vz-light-text-emphasis: #ced4da;
    --vz-dark-text-emphasis: #343a40;
    --vz-primary-bg-subtle: #e2e5ed;
    --vz-secondary-bg-subtle: #e1ebfd;
    --vz-success-bg-subtle: #daf4f0;
    --vz-info-bg-subtle: #dff0fa;
    --vz-warning-bg-subtle: #fef4e4;
    --vz-danger-bg-subtle: #fde8e4;
    --vz-light-bg-subtle: #f9fbfc;
    --vz-dark-bg-subtle: #e9ebec;
    --vz-primary-border-subtle: #299cdb;
    --vz-secondary-border-subtle: #aec9f9;
    --vz-success-border-subtle: #9de1d7;
    --vz-info-border-subtle: #a9d7f1;
    --vz-warning-border-subtle: #fce3b7;
    --vz-danger-border-subtle: #f9c1b6;
    --vz-light-border-subtle: #eff2f7;
    --vz-dark-border-subtle: #adb5bd;
    --vz-white-rgb: 255,255,255;
    --vz-black-rgb: 0,0,0;
    --vz-font-sans-serif: "Noto Sans KR",sans-serif;
    --vz-eng-font-sans-serif: "Poppins",sans-serif;
    --vz-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --vz-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --vz-body-font-family: var(--vz-font-sans-serif);
    --vz-body-font-size: .8125rem;
    --vz-body-font-weight: 500;
    --vz-body-line-height: 1.5;
    --vz-body-color: #212529;
    --vz-body-color-rgb: 33,37,41;
    --vz-body-bg: #f3f3f9;
    --vz-body-bg-rgb: 243,243,249;
    --vz-emphasis-color: #212529;
    --vz-emphasis-color-rgb: 33,37,41;
    --vz-secondary-color: #555;
    --vz-secondary-color-rgb: 135,138,153;
    --vz-secondary-bg: #fff;
    --vz-secondary-bg-rgb: 255,255,255;
    --vz-tertiary-color: rgba(33, 37, 41, .5);
    --vz-tertiary-color-rgb: 33,37,41;
    --vz-tertiary-bg: #eff2f7;
    --vz-tertiary-bg-rgb: 239,242,247;
    --vz-heading-color: #333;
    --vz-link-color: #2F68C4;
    --vz-link-color-rgb: 64,81,137;
    --vz-link-decoration: none;
    --vz-link-hover-color: #2F68C4;
    --vz-link-hover-color-rgb: 64,81,137;
    --vz-code-color: #f672a7;
    --vz-highlight-bg: #fcf8e3;
    --vz-border-width: 1px;
    --vz-border-style: solid;
    --vz-border-color: #ced4da;
    --vz-border-color-translucent: #ced4da;
    --vz-border-radius: .25rem;
    --vz-border-radius-sm: .2rem;
    --vz-border-radius-lg: .3rem;
    --vz-border-radius-xl: 1rem;
    --vz-border-radius-xxl: 2rem;
    --vz-border-radius-2xl: var(--vz-border-radius-xxl);
    --vz-border-radius-pill: 50rem;
    --vz-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    --vz-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --vz-box-shadow-lg: 0 5px 10px rgba(30, 32, 37, .12);
    --vz-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --vz-focus-ring-width: .25rem;
    --vz-focus-ring-opacity: .25;
    --vz-focus-ring-color: rgba(var(--vz-primary-rgb), .25);
    --vz-form-valid-color: #0ab39c;
    --vz-form-valid-border-color: #0ab39c;
    --vz-form-invalid-color: #f06548;
    --vz-form-invalid-border-color: #f06548;
    --vz-input-border-custom: rgb(206 212 218)
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --vz-body-color: #ced4da;
    --vz-body-color-rgb: 206,212,218;
    --vz-body-bg: #1a1d21;
    --vz-body-bg-rgb: 26,29,33;
    --vz-emphasis-color: #fff;
    --vz-emphasis-color-rgb: 255,255,255;
    --vz-secondary-color: #888;
    --vz-secondary-color-rgb: 135,138,153;
    --vz-secondary-bg: #212529;
    --vz-secondary-bg-rgb: 33,37,41;
    --vz-tertiary-color: rgba(206, 212, 218, .75);
    --vz-tertiary-color-rgb: 206,212,218;
    --vz-tertiary-bg: #2a2d31;
    --vz-tertiary-bg-rgb: 42,45,49;
    --vz-primary-text-emphasis: #6674a1;
    --vz-secondary-text-emphasis: #5d92f4;
    --vz-success-text-emphasis: #3bc2b0;
    --vz-info-text-emphasis: #54b0e2;
    --vz-warning-text-emphasis: #f9c66f;
    --vz-danger-text-emphasis: #f3846d;
    --vz-light-text-emphasis: #535659;
    --vz-dark-text-emphasis: #5f6164;
    --vz-primary-bg-subtle: rgba(64, 81, 137, .15);
    --vz-secondary-bg-subtle: rgba(53, 119, 241, .15);
    --vz-success-bg-subtle: rgba(10, 179, 156, .15);
    --vz-info-bg-subtle: rgba(41, 156, 219, .15);
    --vz-warning-bg-subtle: rgba(247, 184, 75, .15);
    --vz-danger-bg-subtle: rgba(240, 101, 72, .15);
    --vz-light-bg-subtle: #25282c;
    --vz-dark-bg-subtle: #313437;
    --vz-primary-border-subtle: #2a3559;
    --vz-secondary-border-subtle: #1b3c79;
    --vz-success-border-subtle: #055a4e;
    --vz-info-border-subtle: #154e6e;
    --vz-warning-border-subtle: #7c5c26;
    --vz-danger-border-subtle: #783324;
    --vz-light-border-subtle: #35383c;
    --vz-dark-border-subtle: #3c3f42;
    --vz-heading-color: #ced4da;
    --vz-link-color: #d9dce7;
    --vz-link-hover-color: #e1e3ec;
    --vz-link-color-rgb: 217,220,231;
    --vz-link-hover-color-rgb: 225,227,236;
    --vz-code-color: #f672a7;
    --vz-border-color: #32383e;
    --vz-border-color-translucent: #32383e;
    --vz-form-valid-color: #3bc2b0;
    --vz-form-valid-border-color: #3bc2b0;
    --vz-form-invalid-color: #f3846d;
    --vz-form-invalid-border-color: #f3846d
}


.carousel-control img {position:relative; top:50%; width:100px; margin-top:-50px;}

#myCarousel_mobile {display:none;}
.bx-wrapper {margin-bottom:0;}
.bx-wrapper .bx-controls-direction a {z-index:0;}
.clear:after {display:block; content:''; clear:both;}

.utbThumbWrap {padding-bottom:66%}
.utbThumb {margin-top:-14%;}



@media (min-width: 834px) and (max-width: 1024px) {
	 .utbThumb {margin-top:-22%;}
}
@media (min-width : 600px) and (max-width: 833px) {
	.utbThumb {margin-top:-17%;}
}
@media (max-width: 599px) {
	.utbThumb {margin-top:-20%;}
}

/* 메인 배너 텍스트 */
.main_tit_2022 {padding-left: 10px; display: block;}
.main_tit_2022 > .pc {font-size:40px; color:#000000; line-height: 60px; letter-spacing:-1px; font-weight: 800;}
.main_tit_2022 > .pc > b {font-size:38px; color:#eb1e26; display: block;  letter-spacing:-1px; font-weight: 800;}
.main_tit_2022 > .mobile {text-align: center; font-size:2.25rem;  letter-spacing:-1px;line-height:1.25em;}
.main_tit_2022 > .mobile > b { color:#eb1e26;display: block;  letter-spacing:-1px;}

.main_des_2022 {padding-left: 10px; display: block;}
.main_des_2022 > .pc {font-weight: 400; color:#000000;  font-size: 18px; line-height: 1.4em;  letter-spacing:-1px;}
.main_des_2022 > .mobile {text-align: center; font-weight: 400; color:#000000;  font-size: 18px; line-height: 1.4em;  letter-spacing:-1px;}

.bnr_btn_more {background: #eb1e26; padding: 8px 50px 12px; position: relative; border-radius: 30px; bottom: -30px;}
.bnr_btn_more:hover {background: #eb1e26; box-shadow:0 10px 10px rgba(200,50,200,0.1); transition: 0.3s; }
.bnr_btn_more span {font-size:14px; font-weight: 400; margin-left:-20px; color: #fff;}
.bnr_btn_more span i{border-top: 2px solid #fff;
                     border-right: 2px solid #fff;
                     margin-left: 10px;
                     transform: rotate(45deg) translateY(-50%);
                     position: absolute;
                     top: 50%;
                     width: 8px;
                     height: 8px;}

@media screen and (max-width:420px) {
/* 메인 모바일 배너 텍스트 */
    #mainVisual-slider .swiper-slide{background-position:right 34% center!important; background-repeat: no-repeat;}
	#mainVisual-slider .swiper-slide::before{content: ''; width: 100%; height: 440px;background-image: linear-gradient(90deg,rgba(255,255,255,0.8), rgba(255,255,255,0)); position: absolute;}
	#mainVisual-slider .main_tit_2022 {padding-left: 0px!important;}
	#mainVisual-slider .main_des_2022 {padding-left: 0px!important;}
}

/***********메인new************/
#main_contents    {margin:0 auto; width:100%; text-align:center;}
.main_top_content_bg {margin:0 auto; width:100%; height:150px; background:#f13137;}
.main_top_content {margin:0 auto; width:1210px; height:150px; padding:0px;}
.main_top_content img{float:left; padding:0px; margin:0px;}

.main_content {margin:0 auto; width:1210px; height:340px; padding:0px;}
.main_content_service_box{float:left; width:580px; padding:0px; margin-top:50px;}
.main_content_service{float:left; height:135px;}
.main_content_service_btn{float:right; height:135px; padding-top:20px;}
.main_content_banner{height:115px;}
.main_content_banner img{float:left;}
p.main_content_tit{font-size:20px; text-align:left; font-weight:400; color:#333333; letter-spacing:-1px;}
p.main_content_text{font-size:15px; text-align:left; font-weight:300; padding-top:10px;  color:#000000; letter-spacing:0px; line-height:20px;}
p.main_content_btn{font-size:14px; text-align:left; padding-left:200px; font-weight:300; color:#000000; letter-spacing:-1px; line-height:19px;}
p.main_content_btn a:link{ color:#f3373d;}

.main_content_solution_bg{float:right; width:580px; padding:0px;  margin-top:50px; background:url("/files/images/main_solution_bg.png") center bottom no-repeat;}
.main_content_solution{height:250px; padding:30px 40px;}

.main_center{margin:0 auto; width:1200px;}

.main_bottom_bg {margin:0 auto; width:100%; height:304px; background:#f6f6f6;}
.main_bottom {margin:0 auto; width:1210px; padding-top:40px; }
.main_bottom_box {float:left; width:290px; padding:0px;}
.main_bottom_box img{text-align:center;}
.main_bottom_box_margin {float:left; width:290px; padding:0px; margin-right:50px;}
.main_bottom_box_margin img{text-align:center;}

p.main_bottom_btn{font-size:100%;  text-align:right; padding-top:0px; padding-right:55px; font-weight:300; color:#000000; letter-spacing:-1px; line-height:19px;}
p.main_bottom_btn a{ color:#f13137;}

p.main_bottom_tit{font-size:20px; text-align:center; font-weight:400; color:#333333; letter-spacing:-1px;}
p.main_bottom_ptext{font-size:22px; text-align:center; padding-top:10px; font-weight:300; color:#000000; letter-spacing:-1px; line-height:18px;}
p.main_bottom_text{font-size:15px; text-align:center; padding-top:8px; font-weight:300; color:#959595; letter-spacing:0px; line-height:19px;}
p.main_bottom_email{font-size:18px; text-align:center; padding-top:8px; font-weight:300; color:#959595; letter-spacing:0px; line-height:19px;}

.main_bottom_text_box{margin-left:60px; width:200px; height:40px; text-align:center; border: 1px solid #d8d8d8; margin-bottom:5px; }
p.main_bottom_btit{float:left; padding:8px 9px; font-size:16px; text-align:center; font-weight:300; color:#000000; letter-spacing:-1px; line-height:18px;}
p.main_bottom_btext{font-size:13px; text-align:left; padding-left:16px;  padding-top:3px; font-weight:300; color:#959595; letter-spacing:0px; line-height:16px;}

.scon00{display:inline-block; width:100%;}
.market00 {   
    padding: 50px 0;
}

.tmk .tit {
    margin-bottom: 0px;
    color: #333;
    text-align: left;
}

.tmk .tit p {
    margin-bottom: 45px;
    font-size: 36px;
    line-height: 1.2;
	margin-top:50px;
    letter-spacing: -2px;
	font-weight:500;
}

.tmk .tit span {
    font-size: 22px;
    letter-spacing: -0.05em;
    line-height: 1.5;
}

.tmk .tit p span.ptxt {
    color: #06a9b7;
	font-size:38px;
}

.tmk_box{width:100%;}
.tmk_img{float:left; width:40%;}
.tmk_txt{float:left; margin-left:2%; width:58%;}

.first {
    width: 100%;
    max-width: var(--width-content);
    padding: var(--grid) 0 0;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(15,1fr);
    grid-gap: 0
}

.first-bg {
    grid-area: 1/1/9/8;
    background-color: transparent;
    -webkit-clip-path: polygon(0 59%,100% 59%,100% 100%,0% 100%);
    clip-path: polygon(0 59%,100% 59%,100% 100%,0% 100%)
}

.first-img {
    grid-area: 1/1/9/8;
    justify-content: flex-start;    
    height: 100%
}

.first-img img {
    position: relative;
    top: 0;
	width:100%;
    height: 100%;
    max-height: 750px;
    object-fit: cover;
    object-position: center;
    border-bottom: var(--grid) solid transparent;
    z-index: 1;
    animation: mancha ease-in-out 2s infinite alternate;
    animation-delay: 2s
}

@keyframes mancha {
    0% {
        top: 0
    }

    50% {
        top: 40px
    }

    to {
        top: 30px
    }
}

.animate-first-bg {
    -webkit-clip-path: polygon(0 0%,100% 0%,100% 0%,0% 0%);
    clip-path: polygon(0 0%,100% 0%,100% 0%,0% 0%);
    animation: first-bg 1.5s ease-in-out 2s forwards
}

@media (max-width: 1024px) {
    .main .animate-first-bg {
        animation-delay:.2s
    }
}

@keyframes first-bg {
    0% {
        -webkit-clip-path: polygon(0 0%,100% 0%,100% 0%,0% 0%);
        clip-path: polygon(0 0%,100% 0%,100% 0%,0% 0%)
    }

    to {
        -webkit-clip-path: polygon(0 59%,100% 59%,100% 100%,0% 100%);
        clip-path: polygon(0 59%,100% 59%,100% 100%,0% 100%)
    }
}

.main .animate-first-img {
    position: relative;
    padding-top: 40px;
    -webkit-clip-path: polygon(0 0%,100% 0%,100% 0%,0% 0%);
    clip-path: polygon(0 0%,100% 0%,100% 0%,0% 0%);
    animation: first-img 3s ease-in-out 2s forwards;
    z-index: 10
}

.main .animate-first-img:after {
    content: "";
    position: absolute;
    inset: auto 0 70px;
    height: 60px;
    margin: 0 10%;
    background: rgba(0,0,0,.1);
    border-radius: 50%;
    transition-delay: 5s;
    animation: shadow_react ease-in-out 2s infinite;
    animation-delay: 5s
}

@keyframes shadow_react {
    50% {
        margin: 0 15%;
        opacity: .7
    }

    to {
        margin: 0 10%;
        opacity: .1
    }
}

@media (max-width: 1024px) {
    .main .animate-first-img {
        animation-delay:.2s
    }
}

@keyframes first-img {
    0% {
        -webkit-clip-path: polygon(0 0%,100% 0%,100% 0%,0% 0%);
        clip-path: polygon(0 0%,100% 0%,100% 0%,0% 0%)
    }

    50% {
        -webkit-clip-path: polygon(0 59%,100% 59%,100% 100%,0% 100%);
        clip-path: polygon(0 59%,100% 59%,100% 100%,0% 100%)
    }

    to {
        -webkit-clip-path: polygon(0 0%,100% 0%,100% 100%,0% 100%);
        clip-path: polygon(0 0%,100% 0%,100% 100%,0% 100%)
    }
}



/*마케팅대행*/
.scon01{display:inline-block;}
.mk .tit {
    margin-bottom: 0px;
    color: #333;
    text-align: center;
}

.mk .tit p {
    margin-bottom: 45px;
    font-size: 38px;
    line-height: 1.2;
}

.mk .tit p > em {
    color: #06a9b7;
}

.mk .tit p span.ptxt {
    color: #06a9b7;
	font-size:38px;
}

.mk .tit span {
    font-size: 22px;
    letter-spacing: -0.05em;
    line-height: 1.5;
}

.market01 {
    padding: 50px 0;
}

.market01 ul {
    padding-bottom: 50px;
    margin-bottom: 80px;
    position: relative;
}

.market01 ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.market01 ul li .img {
    width: 290px;
    height: 290px;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 50%;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.market01 ul li:hover .img {
    width: 290px;
    height: 290px;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #06a9b7;
    border-radius: 50%;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	transition:.3s ease-in-out; 
}

.market01 ul li .img > span {
    display: block;
    width: 290px;
    height: 145px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: -1;
}

.market01 ul li .img > span:after {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
}

.market01 ul li:nth-child(even) .img > span {
    bottom: 0;
}

.market01 ul li:nth-child(odd) .img > span {
    top: 0;
}

.market01 ul li:nth-child(even) .img > span:after {
    top: -1px;
}

.market01 ul li:nth-child(odd) .img > span:after {
    bottom: 0;
}

.market01 ul li:last-child .img > span:after {
    width: 100%;
}

.market01 ul li .img > div {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}

.market01 ul li .img > div img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.market01 ul li dl {
    color: #222;
}

.market01 ul li dl dt {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
}

.market01 ul li dl dd {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.6;
}

.market01 .smtit {
}

.market01 .smtit p {
    margin-bottom: 0px;
    font-size: 35px;
    font-weight: 500;
}

.market01 .smtit p em {
    font-weight: 500;
}

.market01 .BtnSt01 {
    width: 200px;
    height: 52px;
    margin-top: 70px;
    padding:18px  60px;
    line-height: 50px;
    background-color: #16a9b7;
    color: #fff !important;
	border-radius:28px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	 box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
}

.market01 .BtnSt01:hover{transition:.2s linear;  background: linear-gradient(#03a8c9 0%, #0080e3 100%);}


.market01 .BtnSt01:after {
    background-image: url("/files/img/server01-more-on.png") !important;
    right: 50px;
}

.market02 {
    width: 100%;
    height: 743px;
    padding: 120px 0;
    background: url("/files/img/marketing02_bg.jpg") no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.market02 .tit {
    margin-bottom: 50px;
}

.market02 .tit p {
    margin-bottom: 20px;
    color: #fff;
}

.market02 .tit span {
    color: #fff;
}

.market02 ul {
}

.market02 ul li {
    float: left;
    width: 23%;
    height: 320px;
    padding: 32px 0;
    margin-right: 2%;
    font-size: 0;
    background-color: #fff;
    border-radius: 30px;
    cursor: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	border:1px solid #ffffff; 
}

.market02 ul li:hover{position:relative; transition:.2s linear; margin-top:-10px; box-shadow:2px 8px 12px 4px rgba(67,84,92,0.3); border:3px solid #06a9b7;  background:#dcfaf8; z-index:1;}

.market02 ul li:nth-child(4n) {
    margin-right: 0;
}



.market02 ul li .icon {
    display: inline-block;
    vertical-align: top;
    width: 128px;
    height: 128px;
    margin: 0 68px;
    background-color: #f5f5f5;
    border-radius: 50%;
}

.market02 ul li .icon img {
}

.market02 ul li .txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 20px;
}

.market02 ul li .txt span {
    display: block;
    margin-top: 20px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #06a9b7;
    line-height: 1.5;
    letter-spacing: -0.025em;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #06a9b7;
	text-align:center;
}

.market02 ul li .txt p {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #333;
	text-align:center;
}





.market03 {
    padding-bottom: 140px;
}

.market03 .tit span {
    color: #06a9b7;
}

.market04 {
    width: 100%;
    height: 743px;
    padding: 60px 0;
    background: url("/files/img/marketing02_bg.jpg") no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.market04 .tit {
    margin-bottom: 50px;
}

.market04 .tit p {
    margin-bottom: 20px;
    color: #fff;
}

.market04 .tit span {
    color: #fff;
}

.market04 ul {
width:1128px; height:240px;

}

.market04 ul li {
    float: left;
    width: 356px;
    height: 220px;
    padding: 32px 0;
    margin-right: 30px;
	margin-bottom: 20px;
	margin-top:0px;
    font-size: 0;
    background-color: #fff;
    border-radius: 30px;
    cursor: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	border:3px solid #ffffff; 
}

.market04 ul li:hover{position:relative; transition:.2s linear; margin-top:-10px; box-shadow:2px 8px 12px 4px rgba(67,84,92,0.3); border:3px solid #06a9b7;  background:#dcfaf8; z-index:1;}

.market04 ul li:nth-child(3n) {
    margin-right: 0;
}

.market04 ul li .icon {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    margin: 0 3px 0 8px;
    background-color: #f5f5f5;
    border-radius: 50%;
}

.market04 ul li .icon img {
}

.market04 ul li .txt {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding: 10px 10px;
}

.market04 ul li .txt span {
    display: block;
    margin-top: 20px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #06a9b7;
    line-height: 1.4;
    letter-spacing: -0.025em;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #06a9b7;
	text-align:center;
	letter-spacing: -1.2px;
}

.market04 ul li .txt p {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #333;
	text-align:center;
}

figure img {
    max-width: 120%;
}


/*마케팅대행*/
.scon05{display:inline-block;}
.market05 .mk .tit {
    margin-bottom: 0px;
    color: #333;
    text-align: center;
}

.market05 .mk .tit p {
    margin-bottom: 45px;
    font-size: 38px;
    line-height: 1.2;
}

.market05 .mk .tit p > em {
    color: #06a9b7;
}

.market05 .mk .tit p span.ptxt {
    color: #06a9b7;
	font-size:38px;
}

.market05 .mk .tit span {
    font-size: 22px;
    letter-spacing: -0.05em;
    line-height: 1.5;
}

.market05 {
    padding: 50px 0;
}

.market05 ul {
    padding-bottom: 50px;
    margin-bottom: 80px;
    position: relative;
}

.market05 ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.market05 ul li .img {
    width: 280px;
    height: 280px;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 50%;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.market05 ul li:hover .img {
    width: 280px;
    height: 280px;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #06a9b7;
    border-radius: 50%;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	transition:.3s ease-in-out; 
}

.market05 ul li .img > span {
    display: block;
    width: 280px;
    height: 140px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: -1;
}

.market05 ul li .img > span:after {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
}

.market05 ul li:nth-child(even) .img > span {
    bottom: 0;
}

.market05 ul li:nth-child(odd) .img > span {
    top: 0;
}

.market05 ul li:nth-child(even) .img > span:after {
    top: -1px;
}

.market05 ul li:nth-child(odd) .img > span:after {
    bottom: 0;
}

.market05 ul li:last-child .img > span:after {
    width: 100%;
}

.market05 ul li .img > div {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}

.market05 ul li .img > div img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.market05 ul li dl {
    color: #222;
}

.market05 ul li dl dt {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
}

.market05 ul li dl dd {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.6;
}



.center_bg{width:100%; background:#f8f8f8;}


.img_desc_list2 {
    margin-bottom: 10px;
}

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

.img_desc_list2 li {
    float: left;
    width: 14.5%;
    margin-right: 2%;
    text-align: center;
}

.img_desc_list2 li:last-child {
    margin-right: 0;
}

.img_desc_list2 li .img {
    margin-bottom: 20px;
}

.img_desc_list2 li dl dt {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
	letter-spacing: -2px;
}

.img_desc_list2 li dl dd {
    line-height: 1.3;
    /* text-align: ; */
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.38px;
    color: #898989;
}

.down_arrow {
    margin-bottom: 15px;
    text-align: center;
}

.down_arrow .img {
    margin-bottom: 20px;
}

.down_arrow .text {
    font-size: 30px;
    color: #333;
}

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

.circle_list li {
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 185px;
    height: 185px;
    margin-right: 5px;
    border: solid 1px #06a9b7;
    border-radius: 50%;
}
.circle_list li:last-child {
    margin-right: 0;
}

.circle_list li > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    margin: auto;
    border: solid 5px #06a9b7;
    border-radius: 50%;
    text-align: center;
}

.circle_list li > div .num {
    margin: 10px 0 15px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    color: #333333;
	letter-spacing: -2px;
}

.circle_list li > div .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.4px;
    color: #333333;
	letter-spacing: -2px;
}

/*홈페이지 제작*/
.hp .tit {
    margin-bottom: 40px;
    color: #333;
    text-align: center;
}

.hp .tit p {
    margin-bottom: 45px;
    font-size: 38px;
    line-height: 1.2;
}

.hp .tit p > em {
    color: #06a9b7;
}

.hp .tit span {
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1.5;
}

.hp01 {
    padding: 70px 0;
}

.hp01 .scon01 {
    margin-bottom: 20px;
}

.hp01 .scon01 ul {
}

.hp01 .scon01 ul li {
    float: left;
    width: 300px;
    height: 300px;
    padding-top: 30px;
    margin-right: 50px;
    border: 2px solid #efefef;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hp01 .scon01 ul li:last-child {
    margin-right: 0;
}

.hp01 .scon01 ul li img {
    margin-bottom: 0px;
}

.hp01 .scon01 ul li dl {
    color: #222;
}

.hp01 .scon01 ul li dl dt {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
}

.hp01 .scon01 ul li dl dd {
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1.5;
}

.hp01 .scon02 {
}

.hp01 .scon02 ul {
}

.hp01 .scon02 ul li {
    margin-bottom: 86px;
    background-color: #f9fafc;
    border-radius: 10px;
}

.hp01 .scon02 ul li:last-child {
    margin-bottom: 0;
}

.hp01 .scon02 ul li:after {
    content: "";
    display: block;
    clear: both;
}

.hp01 .scon02 ul li > div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hp01 .scon02 ul li .txt {
    padding-top: 90px;
}

.hp01 .scon02 ul li .txt dl {
    color: #222;
}

.hp01 .scon02 ul li .txt dl dt {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 700;
}

.hp01 .scon02 ul li .txt dl dd {
    font-size: 18px;
    ;line-height: 1.6;
}

.hp01 .scon02 ul li .txt a {
}

.hp01 .scon02 ul li .img {
    margin-top: -30px;
}

.hp01 .scon02 ul li .img img {
}

.hp01 .scon02 ul li.type01, .hp01 .scon02 ul li.type03 {
    padding: 0 100px;
}

.hp01 .scon02 ul li.type02 .img {
    padding-left: 30px;
}

.hp01 .scon02 ul li.type02 .txt {
    padding-left: 120px;
}

.hp01 .scon02 ul li .BtnSt01 {
    margin: 30px 0 0;
}


/* type1 */
.type1 .tit {
    font-size: 42px;
    color: #333;
    line-height: 1;
    text-align: center;
    padding-top: 131px;
    padding-bottom: 63px;
    font-weight: 300
}

.type1 .list {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.type1 .list > li {
    border-bottom: 1px dotted #000;
    display: table;
    min-height: 192px;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

.cloud_webshell .type1 .list > li {
    padding: 0
}

.type1 .list > li:last-child {
    border: none;
}

.type1 .list > li > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.type1 .list > li .img {
    width: 218px;
}

.type1 .list > li .sub_txt {
    box-sizing: border-box;
    width: calc(100% - 343px);
    text-align: left;
    font-size: 0;
}

.type1 .list > li .sub_txt > * {
    display: inline-block;
    vertical-align: top;
    font-family: "Noto Sans KR", sans-serif;
}

.type1 .list > li .sub_txt h1 {
    width: 300px;
    text-align: right;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    vertical-align: top;
    padding-right: 58px;
    white-space: nowrap;
}

.type1 .list > li .sub_txt h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    padding-bottom: 20px;
}

.cloud_webshell .type1 .list > li .sub_txt h3 {
    font-size: 18px;
    font-weight: 300;
}

.type1 .list > li .sub_txt h3 span {
    color: #06a9b7;
    font-weight: 500;
}

.type1 .list > li .sub_txt > div > span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.type1 .list > li .sub_txt p {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    padding-bottom: 8px;
    line-height: 24px;
}

.type1 .list > li .sub_txt p:last-child {
    padding-bottom: 0;
}

.type1 .list > li .link {
    width: 125px;
}

.type1 .list > li .link .sample {
    display: inline-block;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    background: #e1e1e1;
    text-align: center;
    font-size: 16px;
    color: #06a9b7;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 25px;
    box-sizing: border-box;
}

.type1 .list > li .link .sample img {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}

.type1 .list.list2 .sub_txt h1 {
    width: 302px;
    padding-right: 91px;
    white-space: nowrap;
}

.type1 .list.list2 .sub_txt p {
    padding-left: 34px;
    position: relative;
    line-height: 1.4;
}

.type1 .list.list2 .sub_txt p:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 8px;
    top: 6px;
}

.type1 .list.list2 .sub_txt p strong {
    font-weight: 500;
}

.type1 .list.list3 li .sub_txt {
    padding-left: 73px;
    box-sizing: border-box;
}

.type1 .list.list3 li .sub_txt p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    position: relative;
    padding-left: 28px;
}

.type1 .list.list3 li .sub_txt p:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 50%;
}

.type1 .list > li .sub_txt .txt {
    font-size: 24px;
    font-weight: 500;
}

.type1 .list > li .sub_txt .txt li {
    overflow: hidden;
    position: relative;
    text-indent: 15px;
    margin-bottom: 15px;
    color: #404040;
    font-weight: 500;
}

.type1 .list > li .sub_txt .txt li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #404040;
    position: absolute;
    top: 10px;
    left: 0;
}

.type1 .list > li .sub_txt .txt li em {
    color: #06a9b7;
    font-weight: 500;
}

/* CS CENTER */
#cs{overflow: hidden; position: relative; background:#000; z-index: 2;}
#cs:before{content:''; display:block; width:100%; height:100%; background:url('/files/img/cs_bg.png') no-repeat center/cover; position: absolute; left:0; top:0;}
#cs.action:before{transform: scale(1); animation: bg 3s;}
#cs .cs_in{display: flex; position: relative; z-index: 2;}
#cs .cs_in > div{box-sizing:border-box;}
#cs .cs_in .txtArea{width: calc(50% + 130px); display: flex; justify-content: flex-end; align-items: center;}
#cs .cs_in .txtArea .titleArea{padding:0 50px 0 0; box-sizing:border-box; margin:0; max-width:725px; width: 95%; text-align:left;}
#cs .cs_in .txtArea .titleArea .mCate{color:var(--white); width:100%;}
#cs .cs_in .txtArea .titleArea .mCate:before{background-image:url('/img/deco_tit_w.svg');}
#cs .cs_in .txtArea .titleArea .mTit{color:var(--white); text-align:left; width:100%;}
#cs .cs_in .txtArea .titleArea .txt{color:var(--white); text-align:left; font-weight:300; opacity:0.7; font-size:18px;}
#cs .cs_in .contArea{width: calc(50% - 130px); }
#cs .cs_in .contArea ul{}
#cs .cs_in .contArea ul li{text-align:left;}
#cs .cs_in .contArea ul li a{display:block; padding:35px 50px; border-left:1px solid rgba(255,255,255,.3); border-bottom:1px solid rgba(255,255,255,.3); transition:all .3s linear; position: relative;}
#cs .cs_in .contArea ul li a:hover{background:#15386d !important; border-color:#15386d !important;}
#cs .cs_in .contArea ul li:last-child a{border-bottom: 0;}
#cs .cs_in .contArea ul li a:after{content:''; font-family: "Material Symbols Outlined"; display:block; font-size:24px; color:#fff; position: absolute; right:50px; top:50%; transform:translateY(-50%); transition:all .3s linear;}
#cs .cs_in .contArea ul li a svg{width: 50px; height:auto; margin:0 0 5px;}
#cs .cs_in .contArea ul li a .mTxt{color:var(--white); text-align:left;}
#cs .cs_in .contArea ul li a .txt{color:var(--white); opacity: 0.7; padding:5px 0 0; text-align:left;}


/***********서브new************/
.panel-title a:hover{color:#f3373d; font-weight:normal;}
.panel-title img{margin-right:10px;}

p.nsub_tit{font-size:26px; text-align:left; padding-left:0px; font-weight:600; color:#393939; letter-spacing:-1px; line-height:36px; margin-bottom:10px;}
span.text_red{color:#ef3139;}
span.text_right{font-size:14px; color:#000000; font-weight:300;}
p.nsub_stit{font-size:18px; text-align:left; padding-left:0px; font-weight:400; color:#222222; letter-spacing:-0.5px; line-height:26px; margin-top:20px;}
p.nsub_text{font-size:18px; text-align:left; padding-left:0px; font-weight:400; color:#545454; letter-spacing:0px; line-height:28px; margin-top:20px;}
p.nsub_redtit{font-size:20px; text-align:left; padding-left:0px; font-weight:700; color:#f3363c; letter-spacing:-1px; line-height:18px; margin-top:17px;}
p.nsub_yeartit{font-size:20px; text-align:left; padding-left:0px; font-weight:700; color:#000000; letter-spacing:-1px; line-height:18px; padding-top:3px;}
p.nsub_ptit{font-size:20px; text-align:left; padding-left:0px; font-weight:700; color:#000000; letter-spacing:-1px; line-height:18px; margin-top:17px;}

.sub_his_box{padding:0px; height:630px; width:850px; margin-bottom:-30px;}
.sub_his{padding:0px; margin:0px; width:850px; clear:both;}
.sub_his_left{float:left; padding:0px; width:36px; min-height:200px; background:url("/files/images/new_sub_his_ball_bg.png") center bottom repeat-y;}
.sub_his_right{float:left; margin-left:20px; width:790px;}

.box_img{width:100%; text-align:center;  padding:20px;  border:1px solid #ddd;}

/***********특허기술************/
.sub_patent_box{margin:0px; padding:0px;}
.sub_patent2{}
.sub_patent2 img{float:left; width:46%; padding:10px;}
.sub_patent{float:left; width:46%; padding:10px;}
.sub_patent img{width:100%;}

.sub_patent_01{float:left; margin-top:20px; margin-right:84px;}
.sub_patent_02{float:left; margin-top:20px; margin-right:0px;}
.sub_patent_03{float:left; margin-top:20px; width:507px; text-align:center;}
.sub_patent_04{float:left; margin-top:20px; width:343px; text-align:center;}
p.sub_patent_txt{font-size:24px; text-align:center; padding-left:0px; font-weight:400; color:#222222; letter-spacing:-1px; line-height:22px; margin-top:40px; margin-bottom:10px;}
p.sub_media_txt{font-size:16px; text-align:left; padding-left:0px; font-weight:400; color:#222222; letter-spacing:-1px; line-height:22px; margin-top:40px; margin-bottom:10px;}
p.sub_left_txt{font-size:15px; text-align:left; padding-left:0px; font-weight:400; color:#545454; letter-spacing:-1px; line-height:22px; margin-top:10px; margin-bottom:40px;}

.new_con_admin{width:890px;}
.new_con_admin img{border:1px solid #d4d4d4;}
.new_con_admin_box_all{display:inline-block;}
.new_con_admin_box_left{float:left; width:210px;}
.new_con_admin_box_left img{margin-top:20px; border:0px solid #d4d4d4;}
.new_con_admin_box_right{float:left; width:672px;}
.new_con_admin_box{display:inline-block;}
.new_con_left_admin{float:left; margin-right:15px;}
.new_con_left_admin img{border:1px solid #d4d4d4;}
.new_con_right_admin{float:right;}
.new_con_right_admin img{border:1px solid #d4d4d4;}
p.sub_admin_tit{font-size:22px; text-align:left; padding-left:10px; font-weight:700; color:#000000; letter-spacing:-1px; line-height:26px; margin-top:30px; margin-bottom:10px; background:url("/files/images/admin_tit_icon.png") left 7px no-repeat;}
p.sub_admin_stit{font-size:19px; margin-top:12px; text-align:left; padding-left:0px; font-weight:400; color:#000000; letter-spacing:-1.5px; line-height:26px; margin-bottom:10px;}
p.sub_admin_htit{width:90%; font-size:17px; margin-top:35px; text-align:left; padding-left:0px; font-weight:400; color:#888888; letter-spacing:0px; line-height:26px; margin-bottom:5px;}
p.sub_admin_txt{font-size:17px; margin-top:5px; text-align:left; padding-left:0px; font-weight:400; color:#888888; letter-spacing:0px; line-height:26px; margin-bottom:5px;}
span.admin_comment{font-size:15px; margin-top:5px; text-align:left; padding-left:0px; font-weight:400; color:#777777; letter-spacing:-0.5px; line-height:26px; margin-bottom:5px;}
.admin_line{margin-bottom:32px; height:62px; border-bottom:1px solid #ef3139; width:882px;}

.location_txt img{margin-top:10px; width:3%;}

/***********메인************/

.div_center {text-align:center;}
.viewpoint_banner {width:100%; padding:80px 0;}
.viewpoint_banner h1.section_tit_a {text-align:center; margin-bottom:40px; font-size:27px; font-weight:500; font-family: 'Cafe24Dangdanghae';}
.viewpoint_banner h1.section_tit_a {position:relative; display:inline-block;}
.viewpoint_banner h1.section_tit_a:after {content:"";width: 100%;height: 10px;display: inline-block;background: #ffec9c; position: absolute; bottom:7px; left:0; z-index:-1;}
.viewpoint_banner li.box {float:left; padding-top:80px; position:relative; margin-right:20px; width:calc(25% - 15px);text-align:center;background-size:cover; background-position:top; min-height:305px;transition:all 0.1s;}
.viewpoint_banner li.box:last-child {margin-right:0;}
.viewpoint_banner li.box img {width:65px;}
.viewpoint_banner li.box h1.tit {color:#fff; font-size:30px; padding:8px 0; font-family: 'Cafe24Dangdanghae'; letter-spacing:1px;transition:all 0.1s; }
.viewpoint_banner li.box:hover .tit{color:#f7ecc1;}


.viewpoint_banner li.box1 {background-image:url('/files/images/main_banner_01_bg.jpg');}
.viewpoint_banner li.box2 {background-image:url('/files/images/main_banner_02_bg.jpg');}
.viewpoint_banner li.box3 {background-image:url('/files/images/main_banner_031_bg.jpg'); padding-top:100px;}
.viewpoint_banner li.box4 {background-image:url('/files/images/main_banner_04_bg.jpg');}
.viewpoint_banner li.box3 img {margin-bottom:9px;}


.long_banner {padding:60px 0; display:inline-block; width:100%;}
.long_banner.main{background:#f7f9d0;}
.long_banner ul {width:520px; margin:0 auto;}
.long_banner ul li {float:left;}
.long_banner ul li.txt_section {width:80%; padding-top:18px;}
.long_banner ul li.img_section {width:20%;}
.long_banner ul li.img_section img {width:100%;}
.long_banner ul li.txt_section span {font-size:25px; font-family: 'Nanum Pen Script', cursive; color:#a0840a; line-height:24px;}
.long_banner ul li.txt_section h1 {font-size:40px; font-family: 'Cafe24Dangdanghae'; color:#3e3409;}

.section-main{padding:0px 0; margin-top:-380px;}
.elearning-title{margin-bottom:50px; max-width:1140px; margin: 0 auto;}

.cdn_center{width: 100%;  text-align:center;}

/* 고가용성 */
.blueBg{background-color: #0062b2 !important;}
.center{text-align:center !important;}
.w1200{width: 100%; max-width:1200px; padding: 0 25px; box-sizing:border-box; margin: 0 auto; position:relative;}
.w1100{width: 100%; max-width:1100px; padding: 0 25px; box-sizing:border-box; margin: 0 auto; position:relative;}
.w880{width: 100%; max-width:880px; padding: 0 25px; box-sizing:border-box; margin: 0 auto; position:relative;}
.infoscale_cont{}

.infoscale_application{overflow: hidden; margin-bottom:30px;}
.infoscale_application .line_wrap{position:relative; padding:70px 0;}
.infoscale_application .line{display:inline-block; width:1px; height:200%; background:rgba(255,255,255,.1); position: absolute; top:-50%;}
.infoscale_application .line.one{left: 0;}
.infoscale_application .line.two{left: 33.333%;}
.infoscale_application .line.three{right: 33.333%;}
.infoscale_application .line.four{right: 0;}
.infoscale_application .dep_tit{display: inline; padding:0; color:#fff;}
.infoscale_application .subTxt{color:#fff; padding:35px 0 50px;}
.infoscale_application .application_list{display:flex; flex-wrap:wrap; justify-content: space-around;}
.infoscale_application .application_list dl{width: calc(33.33% - 80px);}
.infoscale_application .application_list dl dt{width:132px; margin:0 auto;}
.infoscale_application .application_list dl dt img{max-width:100%;}
.infoscale_application .application_list dl dd{padding:40px 0 0;}
.infoscale_application .application_list dl dd .sTit{color:#fff; font-size:28px;}
.infoscale_application .application_list dl dd .txt{color:rgba(255,255,255,.6); padding:10px 0 35px;}
.infoscale_application .application_list dl dd .imgBox{display:block; text-align:center; box-sizing:border-box; padding:26px 50px; background:rgba(255,255,255,.1); border-radius:7px;}
.infoscale_application .application_list dl dd .imgBox img{max-width:100%;}
.infoscale_application .application_list dl dd small{display:block; font-size:0.875rem; letter-spacing:0.3pt; font-weight:400; color:rgba(255,255,255,.4); line-height:140%; word-break:keep-all; padding:12px 0 0;}

.sub_con{width:100%; text-align:center; padding:30px 50px;}

/* 이용약관, 개인정보취급방침 */
.policy-title{font-size:36px; font-weight:800; text-align:center; letter-spacing:-1px; margin-bottom:50px;}
.policy_cont{position:relative; overflow:hidden; font-size:1rem;}
.policy_cont br{display:block;}
.policy_cont strong{font-weight:600; color:#000000;}
.policy_cont .cont_title{font-size:1.412rem; color:#000000; padding-bottom:18px; letter-spacing:-0.02em; font-weight:500;}
.policy_cont p.cont_btit {display:block; font-size:1.8em !important; padding-top:10px; font-weight:500; color:#000000 !important; letter-spacing:-0.02em;}
.policy_cont p.cont_tit {display:block; font-size:1.2em !important; padding-bottom:10px; font-weight:500; color:#000000 !important; letter-spacing:-0.02em;}
.policy_cont .cont_txt {padding:0px 0px 35px 0; color:#666666; line-height:150%; font-size:16px; letter-spacing:-1px;}
.policy_cont .cont_txt2 {padding-bottom:35px;}
.policy_cont .cont_box {padding:25px; background:#edeff6; border-radius:20px; margin:12px 0px 10px 0px; display:block;  letter-spacing:-0.02em; line-height:1.7;}

.privacy_list {width:100%; overflow:hidden; clear:both; *zoom:1; padding:3% 3% 3% 4%; border:1px dashed #dddddd; border-radius:20px; margin-bottom:30px;}
.privacy_list li {width:50%; float:left; padding-bottom:1%;}
.privacy_list li a {font-weight:500; color:#000000; font-size:17px;}


/* 추천강좌&신규과정 공통 */
.bs-title, .ns-title {text-align:center; font-size:40px; color:#333; font-weight:500;}
.bs-border-line, .ns-border-line {width:39px; height:2px; margin:10px auto 23px;}

/* 컨텐츠 - 추천강좌 */
.section-best-subject {padding:60px 0px;}
.bs-txt {color:#666; font-size:17px; text-align:center;}
.bs-border-line {background:#ffb92e;}

/* 컨텐츠 - 신규과정 */
.section-new-subject {padding:60px 0;}
.ns-border-line {background:#1C5C47;}


.course_1,.course_2 {margin-top:40px;}
.bs-ss-box {height:0; overflow:hidden; padding-bottom:68%; position:relative;}
.bs-ss-box img {width:100%; border-radius:10px;}

.bs-source-subjcet{height:390px;}

.bs-ss-text, .ns-ss-text {padding:0px 10px; min-height:20px; margin-top:15px;}
.bs-ss-text2, .ns-ss-text2 {padding:0px 10px; min-height:58px; margin-top:0px; margin-bottom:0px;}
.bs-ss-button ul li, .ns-ss-button ul li {width:100%;}
.bs-ss-button-r, .bs-ns-button-r {font-size:14px; padding:10px 0; text-align:center; transition:all 0.2s;}
.bs-ss-button-l, .ns-ss-button-l{background:#26485f; color:#fff;}
.bs-ss-all:hover, .ns-ss-all:hover{}
.course_1:after, .course_2:after {content:''; display:block; clear:both;}
.course_1 > li, .course_2 > li {float:left; width:23.5%; margin-right:2%; margin-bottom:20px;}
.course_1 > li:nth-child(4n), .course_2 > li:nth-child(4n) {margin-right:0;}
.course_1 > li:last-child, .course_2 > li:last-child {margin-right:0;}

.bs-ss-button,.bs-ns-button {height:40px; width:100%;}
.bs-ss-text h1, .ns-ss-text h1 {font-size:20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 25px;height:29px;}
.bs-ss-text h2, .ns-ss-text h2 {font-size:15px; color:#888; font-weight:400; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 18px;height:37px; margin-top:3px;}

.main_teacher {float:left; font-size:16px; font-weight:normal; color:#888;}
.main_price {float:right; font-size:20px; color:#fa2828; letter-spacing:-1px; line-height:24px;}
.main_price span.salePersent{color:#6b90dc;  font-size:16px;}
.main_price span.salePrice{color:#888888; font-size:16px; text-decoration:line-through;}

.bs-ss-button-r {background:#ffec9c; color:#333;}
.bs-ss-button-r:hover {background:#ffb92e; color:#fff;}
.bs-ss-all{border:1px solid #eeeeee; border-radius:11px;}
.bs-ss-all:hover {opacity: 0.4;}

.bs-ns-button-r {background:#ecf3f0; color:#333;}
.bs-ns-button-r:hover {background:#1C5C47; color:#fff;}
.ns-ss-all{border:1px solid #eeeeee; border-radius:11px;}
.ns-ss-all:hover {opacity: 0.4;}

.class_total{margin:5px}
.starImg{margin:5px}

.agree_center{margin:0 auto; text-align:center;  width:320px; padding-top:70px;}
.agree_radius{padding:15px 10px;  border-radius:25px; background:#e6e9f0;}
.agree_radius a{color:#496bf3; font-weight:500;}
.agree_radius a:hover{text-decoration:underline;}
.quick-menu{width:150px; height:50px; border-radius:15px; }

/*페이지 문의하기 */
.commonSection{
    background-image: url('/files/images/center_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding:3% 40px;
}
.commonSection h5{
    font-size:40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.commonSection .text{
    font-size:26px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.commonSection a{
    display: inline-block;
    width: 240px;
    height: 46px;
    line-height: 44px;
    color: #fff;
    font-size: 19px;
    border-radius: 50px;
    border:1px solid #fff;
    margin:0 3px;
}
.commonSection a.btn1{
    background-color: var(--keycolor);
    border-color: var(--keycolor);
}
.commonSection a.btn2{}

/*원격훈련안내 */
.public_info_box{width:1200px; height:320px; margin-bottom:80px;}
.public_left{float:left;  margin-left:50px; width:520px; margin-right:70px; }
.public_left img{border-radius:23px;  box-shadow:rgb(100 100 111 / 30%) 0px 5px 25px 0px;}
.public_right{float:left; width:550px;}
.public_txt{width:550px;}
.public_txt img{float:left; width:28px; padding-top:15px; margin-right:10px;}
.public_txt p{float:left; font-size:20px; padding-left:10px; width:480px; color:#222222;  font-weight:300; line-height: 60px; border-bottom:1px solid #dddddd;}
.public_lms_info{margin: 0 auto; width:100%; text-align:center; padding-top:60px; padding-bottom:80px; border-top:1px solid #dddddd;}
.public_lms_center{margin: 0 auto; width:100%; text-align:center; padding-top:80px; padding-bottom:80px;}
.public_lms_admin{margin-top:80px; margin-bottom:80px;}

.card {
    --vz-card-spacer-y: 1rem;
    --vz-card-spacer-x: 1rem;
    --vz-card-title-spacer-y: .5rem;
    --vz-card-title-color: var(--vz-heading-color);
    --vz-card-border-width: 0;
    --vz-card-border-color: var(--vz-border-color);
    --vz-card-border-radius: var(--vz-border-radius);
    --vz-card-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    --vz-card-inner-border-radius: var(--vz-border-radius);
    --vz-card-cap-padding-y: 1rem;
    --vz-card-cap-padding-x: 1rem;
    --vz-card-cap-bg: var(--vz-secondary-bg);
    --vz-card-bg: var(--vz-secondary-bg);
    --vz-card-img-overlay-padding: 1rem;
    --vz-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--vz-card-height);
    color: var(--vz-body-color);
    word-wrap: break-word;
    background-color: var(--vz-card-bg);
    background-clip: border-box;
    border: var(--vz-card-border-width) solid var(--vz-card-border-color);
    border-radius: var(--vz-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--vz-card-inner-border-radius);
    border-top-right-radius: var(--vz-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--vz-card-inner-border-radius);
    border-bottom-left-radius: var(--vz-card-inner-border-radius)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--vz-card-spacer-y) var(--vz-card-spacer-x);
    color: #333;
	text-align:center;
}

.card-title {
    margin-bottom: var(--vz-card-title-spacer-y);
    color: var(--vz-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--vz-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--vz-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--vz-card-spacer-x)
}

.card-header {
    padding: var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--vz-card-cap-color);
    background-color: var(--vz-card-cap-bg);
    border-bottom: var(--vz-card-border-width) solid var(--vz-card-border-color)
}

.card-header:first-child {
    border-radius: var(--vz-card-inner-border-radius) var(--vz-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
    color: var(--vz-card-cap-color);
    background-color: var(--vz-card-cap-bg);
    border-top: var(--vz-card-border-width) solid var(--vz-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--vz-card-inner-border-radius) var(--vz-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--vz-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--vz-card-cap-padding-y));
    margin-left: calc(-.5 * var(--vz-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--vz-card-bg);
    border-bottom-color: var(--vz-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--vz-card-cap-padding-x));
    margin-left: calc(-.5 * var(--vz-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    inset: 0;
    padding: var(--vz-card-img-overlay-padding);
    border-radius: var(--vz-card-inner-border-radius)
}

.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--vz-card-inner-border-radius);
    border-top-right-radius: var(--vz-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--vz-card-inner-border-radius);
    border-bottom-left-radius: var(--vz-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--vz-card-group-margin)
}
.p-4 {
    padding: 1.5rem!important
}

:is(.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl) {
        max-width:1200px
    }
:is(h5) {
    font-family: var(--vz-font-sans-serif);
    font-weight: 500;
    letter-spacing: 0;
    transform: skew(-.001deg);
    word-break: keep-all;
	font-size:38px;
	line-height: 34px;

}
.feature-box-icon {
    width: 70px;
    height: 70px;
    padding: 10px;
    line-height: 24px;
    box-shadow: 0 4px 14px #2f68c44d;
    border-radius: 50%;
    display: inline-block
}

.feature-box .feature-box-icon {
    font-size: 50px;
    padding: 20px 0
}

@media (min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}


/*문의하기 */
span.blue_txt{color:#118397;}
span.orenge_txt{color:#a17843;}
    .eduInquiryForm > ul{padding:1.2rem 0; }
    .eduInquiryForm > ul > li {padding:0.1rem 0; width:100%; }
    .eduInquiryForm > ul > li > h3 {margin:0 0 0.75rem 0;}
	.eduInquiryForm > ul > li ul.textcheck{width:100%; height:45px;}
	.eduInquiryForm > ul > li ul.textcheck li{float:left; min-width:100px; color:#666666;  margin-right:20px; height:45px; padding:10px 0;}
    .eduInquiryForm .form_label {border:0px solid #666666; color:#000000; padding:0.75rem 0;border-radius:1.5rem;margin:0 1rem 0.5rem 0;}
    .eduInquiryForm input[type=checkbox].check-st {width:16px; height:16px; border:1px solid #666666; vertical-align:middle; border-radius:100%; margin-right:4px;}

    .eduInquiryForm ul li.checkform ul.selectBtn li:nth-child(1) {border:1px solid #fff;}
    .eduInquiryForm ul li.checkform ul.selectBtn li{display: flex;  flex-wrap: nowrap; justify-content: space-between; flex-basis: 25%;}
	.eduInquiryForm ul li.checkform ul.selectBtn li:nth-child(1){float:left; min-width:100px; margin-right:0px; height:45px; padding:10px 0;}
	.eduInquiryForm ul li.checkform ul.selectBtn li{float:left; width:33%; margin-right:0px; height:auto; padding:10px 0;}

    @media all and (max-width: 834px) {
        .eduInquiryForm > ul > li{display:inline-block;}
		.eduInquiryForm > ul > li ul.textcheck li:nth-child(1) {float:auto; width:100%; margin-right:0px; height:auto; padding:10px 0;}
		.eduInquiryForm > ul > li ul.textcheck li {float:left; width:33%; margin-right:0px; height:auto; padding:10px 0;}

    }

	    @media all and (max-width: 400px) {
        .eduInquiryForm > ul > li{display:inline-block;}
		.eduInquiryForm > ul > li ul.textcheck li:nth-child(1) {float:auto; width:100%; margin-right:0px; height:auto; padding:10px 0;}
		.eduInquiryForm > ul > li ul.textcheck li {float:left; width:50%; margin-right:0px; height:auto; padding:10px 0;}

    }



.formContent {
    width: 1200px;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}
.eduInquiryArea{border-top: 2px solid #222; padding-top:0px; margin-top:0px;}

.eduInquiryForm>ul {
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.eduInquiryForm ul li.card_pay:nth-child(1){float:left; width:50%;}
.eduInquiryForm ul li.card_pay:nth-child(2){float:right; width:50%;}

.eduInquiryForm>ul:not(:last-of-type) {

}

.eduInquiryForm ul li h3 {font-size: 17px;  margin-bottom: 15px; font-weight:400;}

.eduInquiryForm ul li p {margin-bottom: 35px; color: #909090;}

.eduInquiryForm ul li ul.selectBtn {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
}

.eduInquiryForm ul li ul.selectBtn li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-basis: 80%;
}

.eduInquiryForm ul li ul.selectBtn li.pay {
    display: flex;
    flex-wrap: nowrap;
    align-items: right;
    flex-basis: 60%;
}
.eduInquiryForm ul li ul.selectBtn li.pay label {
    display: flex;
    flex-wrap: nowrap;
    align-items: right;
    flex-basis: 20%;
	border: 1px solid #ffffff;

}
.eduInquiryForm ul li ul.selectBtn li.pay input{
    display: flex;
    flex-wrap: nowrap;
    align-items: right;
    flex-basis: 70%;
	height:50px;
	border-radius:5px;
}


.eduInquiryForm ul li ul.selectBtn li input[type="radio"] {
    opacity: 0;
}

.eduInquiryForm ul li ul.selectBtn li label {
    line-height: 45px;
    height: 45px;
    cursor: pointer;
    transition: .15s;
    background: #fff;
    border-radius: 5px;border: 1px solid #ddd;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
}

.eduInquiryForm ul li ul.selectBtn li label:hover,
.eduInquiryForm ul li ul.selectBtn li input[type="radio"]:checked~label {
    background: #ebf1fe;
    color: #0265cd;
	border: 1px solid #0265cd;
}
.eduInquiryForm ul li ul.companyInfo{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}


.eduInquiryForm ul li ul.companyInfo li:nth-of-type(odd){
	margin-right:20px;
}
.eduInquiryForm ul li ul.companyInfo li {
	flex-basis: 580px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.eduInquiryForm ul li ul.companyInfo li:not(:last-of-type) {
    margin-bottom: 20px;
}

.eduInquiryForm ul li ul.companyInfo li label {
    font-size: 16px;
    min-width: 100px;
}

.eduInquiryForm ul li ul.companyInfo li input[type="text"] {
    height: 45px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;

}

.eduInquiryForm ul li ul.companyInfo li input[type="text"]:focus,
.eduInquiryForm ul li textarea:focus {
    border-color: #0265cd;
    outline: none;
}

.eduInquiryForm ul li textarea {
    line-height: 37px;
    width: 100%;
    height: 160px;
    border-color: #ddd;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 5px;
}


.eduInquiryForm ul li ul.routeArea {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.eduInquiryForm ul li ul.routeArea li {
    display: flex;
    align-items: center;
}

.eduInquiryForm ul li ul.routeArea li:not(:last-of-type) {
    margin-right: 50px;
}

.eduInquiryForm ul li ul.routeArea li label {
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
}

.eduInquiryForm ul li ul.routeArea li input[type="radio"] {
    accent-color: #0265cd;
    width: 18px;
    height: 18px;
}

#service .card {
    overflow: hidden;
    transition: all .3s ease-out;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin:10px;
	box-shadow:rgb(100 100 111 / 10%) 0px 5px 25px 0px;
}

#service .card h5 {
    font-size: 26px;
    font-family: var(--vz-eng-font-sans-serif);
    font-weight: 600;
    letter-spacing: 0;
	text-align:center;
}

#service .card p {
    font-size: 20px;
    font-family: var(--vz-eng-font-sans-serif);
    font-weight: 600;
    letter-spacing: 0;
	text-align:center;
}

#service .card:hover {
    transition: all .3s ease-out;
    background-color: var(--vz-primary);
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px #0000001c,0 24px 46px #0000001c!important
}

#service .card:hover i {
    color: #fff;
    display: none
}

#service .card:hover h5,#service .card:hover p.text-muted {
    display: none
}

#service .card .explan {
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: auto;
    background-color: var(--color-primary);
    z-index: 1;
    padding: 16px;
    text-align: left;
    opacity: 0;
    display: none;
    transform: translateY(16px);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: 1s
}

#service .card:hover .explan {
    display: flex;
    opacity: 1;
    align-items: flex-start;
    flex-direction: column
}

#service .card .explan .title-area {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 34px;
	height:100px;
}

#service .card .explan .title-area .ico-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ecf0fb;
    border-radius: 50%;
    text-align: center;
    flex-shrink: 0
}

#service .card .explan .title-area .ico-wrap .icon {
    width: 60%;
    text-align: center;
    margin: 0 auto
}

#service .card .explan .title-area h6 {
    display: inline-block;
    margin-left: 16px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    word-break: keep-all;
    transform: skew(.001deg)
}

#service .card .explan p {
    font-weight: 300;
    line-height: 1.4;
    word-break: keep-all;
    font-size: 16px;
    transform: skew(.001deg);
    transition: .5s;
	margin-top:-20px;
}

#service .card .explan p:last-child {
    margin-bottom: 0
}

#service .card:hover .explan,#service .card:hover .explan>*,#service .card:focus-within .explan {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 64.4975px
}

#service .card:hover .explan i {
    display: inline-block;
    vertical-align: middle
}
.col-lg-3 {
        flex: 0 0 auto;
        width: 33%
 }
 .col-lg-4 {
        flex: 0 0 auto;
        width: 25%
 }
.application{}
.application .dep_tit{padding:0; text-align:center; color:#fff;}
.application .subTxt{color:#fff; padding:15px 0 50px;  text-align:center; font-size:20px;}
.application .application_list{width:1140px; margin: 0 auto; display:flex; flex-wrap:wrap; justify-content: space-around;}
.application .application_list dl{width: calc(33.33% - 80px);}
.application .application_list dl dt{width:132px; margin:0 auto;}
.application .application_list dl dt img{max-width:100%;}
.application .application_list dl dd{padding:40px 0 0;}
.application .application_list dl dd .sTit{color:#fff; font-size:28px; text-align:center; }
.application .application_list dl dd .txt{color:rgba(255,255,255,.6); padding:10px 0 35px; text-align:center; line-height:26px; }
.application .application_list dl dd .imgBox{display:block; text-align:center; box-sizing:border-box; padding:26px 50px; background:rgba(255,255,255,.1); border-radius:7px;}
.application .application_list dl dd .imgBox img{max-width:100%;}
.application .application_list dl dd small{display:block; font-size:0.875rem; letter-spacing:0.3pt; font-weight:400; color:rgba(255,255,255,.4); line-height:140%; word-break:keep-all; padding:12px 0 0;}

 .avatar-sm {
    height: 4.5rem;
    width: 4.5rem;
    flex-shrink: 0;
	margin:0 auto;
	margin-top:20px;

}

.main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden
}


.main .wrapper-first {
    background: linear-gradient(124deg,#1de840,#1ddde8,#2b1de8,#2484c6,#2F68C4,#2BC2E3);
    background-size: 1800% 1800%;
    -z-animation: rainbow 18s ease infinite;
    animation: rainbow 18s ease infinite;
    margin-top: -66px;
    padding-top: 120px;
    padding-bottom: 90px
}

.main .wrapper-third-bottom {
    background-color: #1364cd;
    padding-bottom: 150px;
    padding-top: 60px;
	background-image: url(/files/img/safety_bg.png);
}
.main .waveDiv {
    position: absolute;
    overflow: hidden;
    margin: auto;
    inset: auto 0 0;
    width: 100%;
    height: 150px;
    z-index: 1
}

.main .wave-content-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    background-color: var(--color-primary);
    z-index: 1
}

.main .first-wave {
    z-index: 3;
    opacity: .2
}

.main .second-wave {
    z-index: 2;
    opacity: .5
}

.main .third-wave {
    z-index: 1;
    opacity: 1
}
.new_con{width:100%;}

.sub-dr-title{padding:50px 30px 10px;}

.app_box{padding-top:30px; height:200%; border:1px solid #aed5f2; border-radius:13px; }
.backup_box{margin:30px 0 60px; min-height:560px;}
.backup_left{float:left; border:1px solid #dddddd; border-radius:25px; margin: 0 2% 0 3%; width:45%; padding:2%; min-height:500px;}

.backup_right{float:right;  border:1px solid #dddddd; border-radius:25px; margin: 0 3% 0 2% ; width:45%;  padding:2%; min-height:500px;}
p.backup_tit{margin: 0 auto ; width:300px; color:#ffffff; font-size:19px; font-weight:600; padding:10px 0; text-align:center; background:#398fa0; border-radius:20px; }
p.backup_txt{color:#535353; font-size:17px; font-weight:400;  text-align:left; padding-left:20px; margin-top:20px; line-height:25px;}
.backup_center{text-align:center; margin:2% 0;}
.backup_center img{}

.main .wave-image {
    width: 200%;
    height: 100%;
    position: absolute;
    left: 0;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom
}

.main .first-image {
    background-image: url(/files/img/first-wave.aa721e289d889e7c.png);
    background-size: 50% 100px
}

.main .animation-wave .first-image {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    animation-delay: 2s
}
main .second-image {
    background-image: url(/files/img/second-wave.c1443bcc435f654c.png);
    background-size: 50% 120px
}

.main .animation-wave .second-image {
    animation: waves 10s linear infinite
}

.main .third-image {
    background-image: url(/files/img/third-wave.2fa96d858412e5f1.png);
    background-size: 50% 140px
}

.main .animation-wave .third-image {
    animation: waves 15s linear infinite
}

.main .third-title {
    color: #222;
    font-family: Poppins,sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: clamp(1rem,2vw,32px)
}

.main .third-subtitle {
    color: #666;
    font-family: Noto Sans KR,sans-serif;
    font-size: clamp(1rem,2vw,18px);
    font-weight: 400;
    letter-spacing: -.5px;
    word-break: keep-all;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 0;
    transform: skew(-.001deg);
	margin-bottom:20px;
	border:1px solid #b7c3d1; border-radius:25px;
	padding:25px;
	background:#fbfbfb;
}






@keyframes waves {
    0% {
        transform: translate(0) scaleY(1)
    }

    50% {
        transform: translate(-25%) scaleY(.55)
    }

    to {
        transform: translate(-50%) scaleY(1)
    }
}

.main .responsive-animation {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #efeff3;
    animation: window forwards 8s infinite;
    overflow: hidden;
    border-radius: 8px
}

.main .responsive-animation>* {
    position: absolute
}

.main .responsive-animation article {
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 4px #6464641a;
    background-color: #fff;
    transform: translate(-50%);
    animation: article forwards 8s infinite
}

.main .third-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: var(--width-content);
    max-width: 100%;
    padding: 0 16px;
    margin: auto;
    z-index: 14
}

.main .cdn-content-left {
    width: 60%;
    z-index: 14
}
.main .cdn-content-right {
    width: 40%;
    z-index: 14
}


.main .third-content-left,.main .third-content-right {
    width: 50%;
    z-index: 14
}

.main .third-content-left {
    padding: 0 40px 0 0
}

.main .third-content {

    z-index: 14;
	margin:0 auto;
	width:1180px;
	margin-bottom:50px;
}


.main .animate-third-img-top {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 8px rgba(0,0,0,.2));
    transition: filter .3s linear 1.5s;
    animation-name: play;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-play-state: running;
    -webkit-perspective: 800;
    -webkit-perspective-origin: 50% 100%;
	margin-top:-50px;
}
@keyframes dothabottomcheck {
    0% {
        height: 0
    }

    to {
        height: 8px
    }
}

@keyframes dothatopcheck {
    0% {
        height: 0
    }

    50% {
        height: 0
    }

    to {
        height: 18px
    }
}
@keyframes third-img-top {
    0% {
        -webkit-clip-path: circle(70.7% at 50% 50%);
        clip-path: circle(70.7% at 50% 50%)
    }

    to {
        -webkit-clip-path: circle(0% at 50% 50%);
        clip-path: circle(0% at 50% 50%)
    }
}

.main .dotted-circle {
    position: absolute;
    top: 20px;
    right: 0;
    opacity: .3;
    z-index: 1;
    animation: rotation 38s linear infinite
}

@keyframes draw {
    0% {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
.server_cdn img{width:150%;}

.main .animate-third-img-top:after {
    content: "";
    position: absolute;
    background-color: #333333;
    inset: 0 0 0 32px;
    animation: third-img-top 1s linear .5s forwards
}

.main .third .list {
    color: #ffffff;
}

.main .third .list-item:not(:last-of-type) {
    margin-bottom: clamp(1.5rem,5vw,50px)
}

.main .third .list li>span {
    display: flex
}

.main .third .list-title {
    font-family: Noto Sans KR,sans-serif;
    font-size: clamp(1.25rem,3vw,20px);
    line-height: 1;
    margin-bottom: 16px;
    transform: skew(-.001deg)
}

.main .third .list-subtitle {
    font-family: Noto Sans KR,sans-serif;
    font-size: clamp(.875rem,1.5w,14px);
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -.5px;
    word-break: keep-all;
    transform: skew(-.001deg)
}

.main .box {
    width: 500px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0
}

.main .comp {
    position: absolute;
    top: 0;
    width: 200px;
    height: 122px;
    z-index: 2
}

.main .comp:after {
    content: "";
    position: absolute;
    z-index: 5;
    top: calc(50% - 10px);
    left: 24px;
    width: calc(100% - 50px);
    height: 16px;
    border-radius: 8px;
    background-color: #eff2f7
}
.main .loader {
    position: absolute;
    z-index: 5;
    top: 52px;
    left: 24px;
    width: 150px;
    height: 16px;
    border-radius: 8px;
    background: var(--color-primary);
    animation: loader 5s infinite linear .5s
}

.main .con {
    position: absolute;
    top: 50px;
    left: 180px;
    width: 200px;
    height: 3px;
    background: #ddd;
    z-index: 1
}

.main .byte {
    position: absolute;
    top: 46px;
    left: 140px;
    height: 10px;
    width: 10px;
    background: #2BC2E3;
    border-radius: 50%;
    z-index: 6;
    opacity: 0;
    animation: byte_animate 5s infinite linear .5s
}
@keyframes byte_animate {
    0% {
        opacity: 0;
        left: 180px
    }

    4% {
        opacity: 1
    }

    46% {
        opacity: 1
    }

    50% {
        opacity: 0;
        left: 320px
    }

    54% {
        opacity: 1
    }

    96% {
        opacity: 1
    }

    to {
        opacity: 0;
        left: 180px
    }
}
.main .server_cdn {
    position: absolute;
    top: -90px;
    left: 130px;
    width: 200px;
    height: 210px;
    text-align: center;
    padding-top: 5%;
    z-index: 2;
    background: url(server-bg.7ab6fbeafaf7cdf8.png) no-repeat 50% 50%/cover
}

.main .server01 {
    position: absolute;
    top: -70px;
    left: 0px;
    width: 180px;
    height: 210px;
    text-align: center;
    padding-top: 5%;
    z-index: 2;
    background: url(server-bg.7ab6fbeafaf7cdf8.png) no-repeat 50% 50%/cover
}
.main .server02 {
    position: absolute;
    top: -70px;
    left: 300px;
    width: 180px;
    height: 210px;
    text-align: center;
    padding-top: 5%;
    z-index: 2;
    background: url(server-bg.7ab6fbeafaf7cdf8.png) no-repeat 50% 50%/cover
}

.main .server img {
    width: 60%;
    height: auto;
    margin: 10px auto
}
figure img {
    max-width: 120%;
}


@keyframes window {
    0%,30% {
        width: 140px;
        height: 260px
    }

    30%,55% {
        width: 400px;
        height: 340px
    }

    55%,80% {
        width: 520px;
        height: 300px
    }

    80%,to {
        width: 400px;
        height: 340px
    }
}
.card {
    --vz-card-spacer-y: 1rem;
    --vz-card-spacer-x: 1rem;
    --vz-card-title-spacer-y: .5rem;
    --vz-card-title-color: var(--vz-heading-color);
    --vz-card-border-width: 0;
    --vz-card-border-color: var(--vz-border-color);
    --vz-card-border-radius: var(--vz-border-radius);
    --vz-card-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    --vz-card-inner-border-radius: var(--vz-border-radius);
    --vz-card-cap-padding-y: 1rem;
    --vz-card-cap-padding-x: 1rem;
    --vz-card-cap-bg: var(--vz-secondary-bg);
    --vz-card-bg: var(--vz-secondary-bg);
    --vz-card-img-overlay-padding: 1rem;
    --vz-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--vz-card-height);
    color: var(--vz-body-color);
    word-wrap: break-word;
    background-color: var(--vz-card-bg);
    background-clip: border-box;
    border: var(--vz-card-border-width) solid var(--vz-card-border-color);
    border-radius: 15px;
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--vz-card-inner-border-radius);
    border-top-right-radius: var(--vz-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--vz-card-inner-border-radius);
    border-bottom-left-radius: var(--vz-card-inner-border-radius)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--vz-card-spacer-y) var(--vz-card-spacer-x);
    color: #333
}

.card-title {
    margin-bottom: var(--vz-card-title-spacer-y);
    color: var(--vz-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--vz-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--vz-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--vz-card-spacer-x)
}

.card-header {
    padding: var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--vz-card-cap-color);
    background-color: var(--vz-card-cap-bg);
    border-bottom: var(--vz-card-border-width) solid var(--vz-card-border-color)
}

.card-header:first-child {
    border-radius: var(--vz-card-inner-border-radius) var(--vz-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
    color: var(--vz-card-cap-color);
    background-color: var(--vz-card-cap-bg);
    border-top: var(--vz-card-border-width) solid var(--vz-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--vz-card-inner-border-radius) var(--vz-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--vz-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--vz-card-cap-padding-y));
    margin-left: calc(-.5 * var(--vz-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--vz-card-bg);
    border-bottom-color: var(--vz-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--vz-card-cap-padding-x));
    margin-left: calc(-.5 * var(--vz-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    inset: 0;
    padding: var(--vz-card-img-overlay-padding);
    border-radius: var(--vz-card-inner-border-radius)
}

.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--vz-card-inner-border-radius);
    border-top-right-radius: var(--vz-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--vz-card-inner-border-radius);
    border-bottom-left-radius: var(--vz-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--vz-card-group-margin)
}
.text-white{color:#ffffff; text-align:left; font-size:28px;}
#service .icon,#application .icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}
.titleArea{margin:0 auto; text-align:center; padding:0px 0 50px;}
.titleArea .mTit{ text-align:center;  font-size:38px; color:#222222; font-weight:500; letter-spacing:-1.5px;}
.titleArea .txt{font-size:20px; padding:10px 0 0; text-align:center;}
.titleArea span.blue{color:#0050c3;}
.titleArea span.txtred{color:#027f77;  font-weight:600; }
.ico-security {
    background-image: url(/files/img/ico-security.3c3951a283413193.svg)
}

.ico-term {
    background-image: url(/files/img/ico-term.df3a705ae9fc0540.svg)
}

.ico-file-sharing {
    background-image: url(/files/img/ico-file-sharing.2f0784dcda0bc14b.svg)
}

.ico-notice {
    background-image: url(/files/img/ico-notice.055d7c4aac4b3d73.svg)
}

.ico-storage {
    background-image: url(/files/img/ico-storage.69304532a8617b31.svg)
}
.ico-device {
    background-image: url(/files/img/ico-device.f57f20ce1a4e77b1.svg)
}
.ico-ease {
    background-image: url(/files/img/ico-ease.5ddff134f5d91efe.svg)
}

.bg-light {
    --vz-bg-opacity: 1;
    background-color: rgba(var(--vz-light-rgb),var(--vz-bg-opacity))!important;

}
.ico-dr01 {background-image: url(/files/img/dr_01.svg)}
.ico-dr02 {background-image: url(/files/img/dr_02.svg)}
.ico-dr03 {background-image: url(/files/img/dr_03.svg)}
.ico-dr04 {background-image: url(/files/img/dr_04.svg)}
.ico-dr05 {background-image: url(/files/img/dr_05.svg)}
.ico-dr06 {background-image: url(/files/img/dr_06.svg)}

.ico-cdn01 {background-image: url(/files/img/cdn_01.svg)}
.ico-cdn02 {background-image: url(/files/img/cdn_02.svg)}
.ico-cdn03 {background-image: url(/files/img/cdn_03.svg)}
.ico-cdn04 {background-image: url(/files/img/cdn_04.svg)}
.ico-cdn05 {background-image: url(/files/img/cdn_05.svg)}
.ico-cdn06 {background-image: url(/files/img/cdn_06.svg)}




.bg-overlay-pattern {
    background-image: url(/files/img/bg_pattern_new.png);
    background-color: #2f6bc1;
    background-position: center;
    background-size: cover;
	height:255px;
	}
.bg-pattern {
    background-image: url(/files/img/company_bg.png);
    background-color: #0062b2;
    background-position: center;
    background-size: cover;
}
.bg-safety {
    background-image: url(/files/img/safety_bg.png);
    background-color: #0062b2;
    background-position: center;
    background-size: cover;
}
.bg-elearning {
    background-image: url(/files/img/safety_bg.png);
    background-color: #0062b2;
    background-position: center;
    background-size: cover;
}
.bg-public {
    background-image: url(/files/img/public_bg.png);
    background-color: #f3f6f9;
    background-position: center;
    background-size: cover;
}
.bg-reason {
    background-image: url(/files/img/reason_bg.png);
    background-color: #f3f6f9;
    background-position: center;
    background-size: cover;
	padding:60px 0 60px 0;
}
.bg-business {
    background-image: url(/files/img/reason_bg.png);
    background-color: #f3f6f9;
    background-position: center;
    background-size: cover;
	padding:60px 0 60px 0;
}
.bg-playerpc {
    background-image: url(/files/img/reason_bg.png);
    background-color: #f3f6f9;
    background-position: center;
    background-size: cover;
	padding:60px 0 60px 0;
}

.info_tit_white{color:#ffffff; text-align:center; font-size:35px; padding-top:60px;}
.info_txt_white{color:#ffffff; text-align:center; font-size:20px; padding-top:10px;}
.info_btn{text-align:center; margin-top:20px; padding-bottom:20px;}
.btn1{padding:15px 40px; height:48px; color:#ffffff; background:#0050c3; border-radius:25px; margin-top:10px; margin-right:15px;}
.btn1 a{color:#ffffff;}
.btn2{padding:15px 40px; height:48px; color:#ffffff; background: transparent; border:1px solid #ffffff; border-radius:25px;}

/* 컨텐츠 - 세미나리스트 */
.seminar_section {display:inline-block; width:100%; background:url('/files/images/main_seminar_bg.jpg') center top; padding:100px 0;}
.seminar_section .tit {color:#fff; text-align:center; font-size:26px; margin-bottom:40px;} 
.seminar_section ul li.box {width:calc(25% - 20px); float:left; min-height:200px; background:#fff; margin-right:20px; margin-bottom:20px; padding:25px; position:relative;}
.seminar_section ul li.box:after {content:""; position:absolute; right:0; bottom:0; display:inline-block; width:20px; height:20px;background:#fa2828; transition:all 0.1s;}
.seminar_section ul li.box:hover:after {width:50%;}
.seminar_section ul li.box:nth-child(4) {margin-right:0;}
.seminar_section ul li.empty {background:none;}
.seminar_section ul li.empty:after {display:none;}
.seminar_section ul li.titBox {background:#fa2828; padding:25px 25px 0 25px;}
.seminar_section ul li.titBox h2 {font-size:25px; color:#fff; letter-spacing:-2px; margin-bottom:15px;}
.seminar_section ul li.titBox .titBtn {color:#fff; border:1px solid #fff; font-size:20px; text-align:center; padding: 5px 0; transition:all 0.1s;} 
.seminar_section ul li.titBox .titBtn:hover {color:#fa2828; background:#fff;}
.seminar_section ul li.titBox .titBtn a {display:block;}
.seminar_section ul li.box ul.semi_list li {font-size:18px; letter-spacing:-2px; line-height:24px; padding-left:12px; position:relative;}
.seminar_section ul li.box ul.semi_list li:before {content:"·"; position:absolute; left:0;top:0;}

/* 컨텐츠 - 메인교재리스트 */
.main-best-book {padding-top:80px;}
.main-best-book .bb-ui {display:table; width:100%;}
.main-best-book .bb-ui > li {width:80%; border:1px solid #ddd; border-left:0; padding:30px 10px 30px 30px; display:table-cell; vertical-align:top;}
.main-best-book .bb-ui > li:first-child {width:20%; border-left:1px solid #ddd;}
.main-best-book .bb-ui-left {padding-top:40px; font-size:18px;}
.main-best-book .bb-ui-left .tablinks {margin-bottom:10px;}
.main-best-book .bb-ui-left .active {border-bottom:5px solid #000; margin-bottom:10px; width:70%; padding-bottom:0; color:#333; font-weight:500;}
.main-best-book .bb-a {cursor:pointer;}
.main-best-book .bb-a:hover {color:#fa2828}
.main-best-book .tabcontent {padding:0;}
.nb-img-box {position:relative; width:100%; height:0; padding-bottom:120%;}
.nb-img-out {height:100%; overflow:hidden; width:100%; position:absolute;}
.nb-img-in {width:100%; height:100%; display:block; margin:0 auto; border:1px solid #ddd;}
.main-best-book .book_tit {text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:100%; overflow:hidden; font-size:16px; padding-top:15px; font-weight:400;}
.main-best-book .book_price {font-size:18px; padding-top:10px; font-weight:400; color:#fa2828;}

@media (max-width: 834px) {	
	.main-best-book .bb-ui > li,.main-best-book .bb-ui > li:first-child {width:100%; display:table;}
	.main-best-book .bb-ui-left {padding-top:0;}
	.main-best-book .bb-ui > li {padding:0px 10px 20px; border:0;}
	.main-best-book .bb-tap {padding-top:15px;}
	.main-best-book .bb-ui > li:first-child {border:0}
	.main-best-book .bb-a {font-size:15px;}	
	.main-best-book .bb-ui-left .tablinks {width:calc(100% / 3); float:left; text-align:center; padding-bottom:5px;}
}
@media (max-width: 480px) {
	.main-best-book .bb-a {font-size:14px;}	
	p.nsub_tit{font-size:24px; text-align:left; padding-left:0px; font-weight:600; color:#393939; letter-spacing:-1px; line-height:36px; margin-top:10px; margin-bottom:10px;}
	  .process {padding:50px 0 150px;}

}


/* 컨텐츠 - 게시판&서브버튼 */
.section-board_button {padding:80px 0;}
.board_button > ul > li {width:33%;}
.board_button > ul > li:last-child{width:66%;}
.button > ul > li {margin-left:3%; width:47%;  float:left; }
.button > ul > li:last-child {margin-left:3%;  width:47%;}
.board-menu {display:inline-block; width:100%; position:relative;}
.board-menu > ul > li {width:33.3%; float:left; height:44px; line-height:44px; text-align:center; font-size:18px; color:#333; background:#f7f7f7; border:1px solid #e5e5e5;}
#issues > a {color:#fff;}
.board-menu > ul > li > a {color:#61869e;}
.board-menu > ul > li + li {border-left:0;}
#view {width:100%; max-width:60px; font-size:30px; background:#ffb92e; color:#fff; height:60px; overflow:hidden; position:absolute; right:0; top:0;}
.main_board {float:left; width:100%;}
.bbody {width:99.9%;height:160px; border:1px solid #e5e5e5; margin-top:-7px;}
.btext {position:relative;}
.btext > ul > li {padding:12px 40px 0; font-size:16px; color:#555; width:70%; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.btext span.date {position:absolute; right:40px;}
.bmenus {cursor:pointer;}
.bmenus.active {background:#fff; border-bottom:0;}
.add-button {position:absolute; background:#000; top:0; right:0; width:10.8%;}

.button{display:inline-block;}
.button2 {margin-top:0px; background:#f7f7f7;}
.guide_info {padding:14px 25px; border:1px solid #e5e5e5; width:100%; position:relative;}
.b-title {font-size:22px; color:#333; border-bottom:1px solid #e5e5e5; padding-bottom:7px;}
.guide_info .b-text .num {font-size:30px; letter-spacing:-.5px; font-weight:600; margin-top:15px;}
.guide_info .b-text .text_info {font-size:14px; letter-spacing:-.5px; margin-top:20px; color:#777}
.b-text img {position:absolute; bottom:15px; right:25px;}
.guide_info .location_btn {display:inline-block; background:#333; margin-top:33px; margin-bottom:10px; border:1px solid #333; transition:all 0.1s; }
.guide_info .location_btn a {color:#fff; display:block;padding:8px 45px; }
.guide_info .location_btn:hover {background:#fff;}
.guide_info .location_btn:hover a {color:#333;}

.lecturestudy li.finishstudy {background:#fff;}
.lecturestudy li.finishstudy .lectureTxt h2, .lecturestudy li.finishstudy .lectureTxt p, .lecturestudy li.finishstudy .lectureTxt div {color:#000;}

@media all and (max-width: 1100px) {

	.section {width:95%;}
	/* 컨텐츠 - 세미나리스트 */	
	.seminar_section ul li.box {width:calc(33% - 20px);}
	.seminar_section ul li.empty {display:none;}
	.seminar_section ul li.box:nth-child(4) {margin-right:20px;}
	.seminar_section ul li.box ul.semi_list li {font-size:17px;}
	.seminar_section ul li.titBox {padding:20px 20px 0 20px;}
	.seminar_section ul li.box {padding:17px;}

	.button > ul > li {width:100%; margin:0;}
	.board_button > ul > li {width:100%;}
	.board_button > ul > li:last-child {width:100%;}

}


/* Tablet Device */
@media all and (min-width: 768px) and (max-width: 1024px) {

	/* 컨텐츠 - 추천강좌&신규과정 공통 */
	.bs-title, .ns-title {font-size:22px;}
	.bs-ss-title, .ns-ss-title {font-size:20px;}
	.navy-box {font-size:16px; width:85%;}
	.course_1 > li, .course_2 > li {width:49%; margin-right:2%;}
	
	.course_1 > li:nth-child(even), .course_2 > li:nth-child(even) {margin-right:0;}

	/* 컨텐츠 - 신규과정 */
	.section-new-subject::before {height:70%;}

	/* 컨텐츠 - 배너버튼 */
	.long-img-center {top:26px; left:100px;}
	.long-text {top:50px; right:150px;}
	.short-text {position:absolute; top:50px; left:30px;}

}


@media all and (max-width: 1024px) {
	.viewpoint_banner li.box {width:calc(50% - 5px); margin:0; background-position:center;}
	.viewpoint_banner li.box:nth-child(4) {background-position:top;}
	.viewpoint_banner li.box:nth-child(1),.viewpoint_banner li.box:nth-child(3) {margin-right:5px;}
	.viewpoint_banner li.box:nth-child(2),.viewpoint_banner li.box:nth-child(4) {margin-left:5px;}
	.viewpoint_banner li.box:nth-child(1),.viewpoint_banner li.box:nth-child(2) {margin-bottom:10px;}
	.viewpoint_banner li.box3 {padding-top:80px;}
}



@media all and (max-width: 768px) {
	.viewpoint_banner {padding:40px 0;}
	.viewpoint_banner li.box {min-height:260px; border:0;}
	.viewpoint_banner li.box .tit {font-size:25px;}
	.viewpoint_banner li.box img {width:55px;}
	.viewpoint_banner li.box:nth-child(1), .viewpoint_banner li.box:nth-child(2),.viewpoint_banner li.box:nth-child(3), .viewpoint_banner li.box:nth-child(4) {margin:0; width:calc(50% - 4px);}
	.viewpoint_banner li.box:nth-child(1), .viewpoint_banner li.box:nth-child(3) {margin-right:2px;}
	.viewpoint_banner li.box:nth-child(2), .viewpoint_banner li.box:nth-child(4) {margin-left:2px;}
	.viewpoint_banner li.box:nth-child(1), .viewpoint_banner li.box:nth-child(2) {margin-bottom:4px;}

	.long_banner {padding:30px 0;}
	.long_banner ul {width:100%;}
	.long_banner ul li.txt_section h1 {font-size:30px;}
	.long_banner ul li.txt_section {text-align:center; width:100%;}
	.long_banner ul li.img_section {width:100%; text-align:center; margin-top:15px;}
	.long_banner ul li.img_section img {width:100px;}
	.long_banner ul li.txt_section span {font-size:22px;}

	/* 컨텐츠 - 세미나리스트 */
	.seminar_section ul li.box {width:calc(50% - 10px);}
	.seminar_section ul li.box:nth-child(2),.seminar_section ul li.box:nth-child(4),.seminar_section ul li.box:nth-child(7),.seminar_section ul li.box:nth-child(9) {margin-right:0;}
	.seminar_section .tit {font-size:20px; width:95%; margin:0 auto 30px;}

/* 이용약관, 개인정보취급방침 */
.policy_cont{}
.policy_cont p.cont_tit {font-size:1.2em !important; padding-bottom:5px;}
.policy_cont .cont_txt {padding:0px 0px 25px 0; }
.policy_cont .cont_txt2 {padding-bottom:25px;}
.policy_cont .cont_box {padding:18px 18px; }

.privacy_list {margin-bottom:30px;}
.privacy_list li {width:100%;  }

/* 고가용성*/
infoscale_cont{}
.infoscale_application .subTxt{padding:15px 0 30px;}
.infoscale_application .line{display:none;}
.infoscale_application .application_list{}
.infoscale_application .application_list dl{width: 100%; padding:20px 0; border-bottom: 1px solid rgba(255,255,255,.1);}
.infoscale_application .application_list dl:first-child{border-top: 1px solid rgba(255,255,255,.1);}
.infoscale_application .application_list dl dt{width:70px;}
.infoscale_application .application_list dl dd{padding:20px 0 0;}
.infoscale_application .application_list dl dd .txt{padding:6px 0 15px;}
.infoscale_application .application_list dl dd .imgBox{padding:10px;}

 .commonSection {
        padding:7% 20px;
    }
    .indexLayout .commonSection .section{
        padding: 0;
    }
    .commonSection h5{
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .commonSection .text{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .commonSection  a{
        display: inline-block;
        font-size: 14px;
        color: #fff;
        border-radius: 50px;
        border: 1px solid #fff;
        width: 160px;
        height: 36px;
        line-height: 34px;
    }

}



@media only screen and (max-width : 480px){
.titleArea{margin:0 auto; text-align:center; padding:0px 10px 50px;}
.titleArea .mTit{ text-align:center;  font-size:28px; color:#222222; font-weight:600; letter-spacing:-1.5px;}

	.application{margin-left:1%; width:98%;}
	.application .dep_tit{padding:0; font-size:30px; text-align:center; color:#fff;}
	.application .subTxt{color:#fff; padding:15px 0 50px;  text-align:center; font-size:18px;  line-height: 26px; }

   #total_about .titleArea .mTit{font-size:28px;}
   .public_lms_info img{width:100%;}
    .server_cdn img{width:150%; display:none;}
	#myCarousel {display:none;}
	#myCarousel_mobile {display:inline-block;}
	#myCarousel_mobile > .bx-wrapper {margin:0;}

	.public_info_box{width:100%; height:auto; margin-bottom:20px; display:inline-block;}
	.public_left{float:none;  margin-left:0px; width:100%; margin-right:0px; }
	.public_left img{border-radius:23px; width:100%; box-shadow:rgb(100 100 111 / 10%) 0px 5px 25px 0px;}
	.public_right{float:none; width:100%; margin-top:15px; margin-bottom:15px;}
	.public_txt{width:100%; display:inline-block; padding-top:10px; }
	.public_txt img{float:left; width:23px; padding-top:5px; margin-right:0px;}
	.public_txt p{float:left; font-size:17px; padding-left:5px; width:92%; color:#222222;  font-weight:300; line-height: 27px; border-bottom:1px solid #dddddd;}


	.public_lms_center{margin: 0 auto; margin-left:1%; width:98%; padding-top:30px; padding-bottom:30px;}
    .public_lms_center img{width:100%; margin-top:10px; }

	.ico_slider_con .ico_slider_swiper2 .swiper-slide .con_txt img{width:10px;}



	/* 컨텐츠 - 추천강좌&신규과정 공통 */
	.bs-title, .ns-title {font-size:30px;}
	.bs-source-subjcet > ul > li, .ns-source-subjcet > ul > li {width:100%;}
	.open-source-background {top:410px;}
	.bs-ss-title, .ns-ss-title {font-size:18px;}
	.navy-box {width:85%;}
	.section-best-subject {padding:30px 0 60px;}
	.section-new-subject {padding:30px 0 60px;}
	.course_1 > li, .course_2 > li {width:100%; margin-right:0;}

	/* 컨텐츠 신규과정 */
	.section-new-subject::before {height:90%;}

	/* 컨텐츠 - 세미나리스트 */
	.seminar_section ul li.box {width:80%; margin:0 auto 10px; float:none; min-height:auto;}
	.seminar_section ul li.box:nth-child(2),.seminar_section ul li.box:nth-child(4),.seminar_section ul li.box:nth-child(7),.seminar_section ul li.box:nth-child(9) {margin-right:auto;}
	.seminar_section ul li.titBox h2 {font-size:20px;}
	.seminar_section ul li.titBox .titBtn {font-size:17px;}

	/* 컨텐츠 - 배너버튼 */
	.section-banner-button > .section::after{content:''; display:block; clear:both;}
	.long-img-center {top:30px; left:200px; z-index:1;}
	.long-img-center img {width:80%;}
	.long-text {top:55px; left:40px; right:0;}
	.bb h2 {font-size:24px;}
	.bb p {margin-top:10px;}
	.banner-button-short > ul > li {clear:both; width:100%;}
	.banner-button-short > ul > li:nth-child(2) {margin:0;  margin:20px 0;}
	.long-text > p {margin-top:20px;}
	.short-text {top:30px;}
	.short-box1, .short-box2, .short-box3 {height:150px;}

	/* 컨텐츠 - 게시판&서브버튼 */
	.board_button > ul > li {width:100%;}
	.board_button > ul > li:last-child {width:100%;}
	.button > ul > li {margin-left:0; margin-top:20px;}
	.guide_info .b-text .num {font-size:18px;}
	.guide_info .b-text .text_info {font-size:13px;}

	/* 배너 */
.banner_box .banner{float:none;}
.banner_box .banner img{width:100%;}
.banner_box .banner_right  {display:none;}
.title-wrap{width: 100%; text-align:center; line-height:1.2;}
.main .cdn-content-left {
    width: 100%;
    z-index: 14
}
.main .cdn-content-right {
    width: 100%;
    z-index: 14
}
.cdn_center img{width:100%;}


 .commonSection a{
        width: calc(50% - 6px);
        margin:0;
    }
    .commonSection a.btn1{
        margin-right: 6px;
    }
.commonSection a.btn2{}
.application .application_list{width:100%; margin: 0 auto; display:flex; flex-wrap:wrap; justify-content: space-around;}
.app_box{width:100%; padding-top:30px; height:200%; border:1px solid #1d75b7; border-radius:13px; }
.backup_box{margin:30px 0 60px; min-height:560px;}
.backup_left{float:none; border:1px solid #dddddd; border-radius:25px; margin: 0 2% 0 3%; width:95%; padding:5% 2% 0%; min-height:430px;}

.backup_right{float:none;  border:1px solid #dddddd; border-radius:25px; margin: 10% 3% 0 2% ; width:95%;  padding:5% 2% 0%; min-height:430px;}
p.backup_tit{margin: 0 auto ; width:300px; color:#ffffff; font-size:19px; font-weight:600; padding:10px 0; text-align:center; background:#398fa0; border-radius:20px; }
p.backup_txt{color:#535353; font-size:16px; font-weight:400;  text-align:left; padding-left:5px; margin-top:20px; line-height:25px;}
.backup_center{text-align:center; margin:2% 0;}
.backup_center img{width:100%;}

.main .third-content-left,.main .third-content-right {
    width: 100%;
    z-index: 14
}
.third-content-right {
   display:none;
}


.main .third-content-left {
    padding: 0 0px 0 0
}

.main .third-content {

    z-index: 14;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}
.application .application_list dl{margin-left:1%; width:90%;}
.application .application_list dl dt{width:70px; margin:0 auto;}



}
@media only screen and (max-width : 320px){
	.long-text {top:50px; left:25px; right:0;}
	.long-text p {padding-right:20px; font-size:15px;}
	.short-text {left:25px;}
	.short-text p {font-size:15px;}
}

/* Smartphones (landscape) */
@media only screen and (min-width: 480px) and (max-width:834px){

	#myCarousel {display:none;}
	#myCarousel_mobile {display:inline-block;}
	#myCarousel_mobile > .bx-wrapper {margin:0;}

	/* 컨텐츠 - 추천강좌&신규과정 공통 */
	.bs-title, .ns-title {font-size:20px;}
	.bs-source-subjcet > ul > li, .ns-source-subjcet > ul > li {width:100%; float:left;}
	.bs-source-subjcet > ul > li:nth-child(2), .ns-source-subjcet > ul > li:nth-child(2) {margin-right:0;}
	.open-source-background {top:410px;}
	.bs-ss-title, .ns-ss-title {font-size:18px;}
	.navy-box {font-size:16px; width:85%;}
	.course_1 > li, .course_2 > li {width:49%; margin-right:2%;}
	.course_1 > li:nth-child(even), .course_2 > li:nth-child(even) {margin-right:0;}


	/* 컨텐츠 - 신규과정 */
	.section-new-subject::before {height:75%;}

	/* 컨텐츠 - 배너버튼 */
	.long-img-center {top:50px; left:50px;}
	.long-img-center img {width:70%;}
	.long-text {top:60px; right:80px;}
	.bb h2 {font-size:22px;}
	.bb p {font-size:14px;}
	.short-text {top:60px; left:10px;}

	/* 컨텐츠 - 게시판&서브버튼 */
	.button2 {margin:0;}
	.board_button > ul > li {width:100%;}
	.board_button > ul > li:last-child {width:100%;}
	.button > ul > li {margin-left:0; margin-top:20px; float:left; width:100%;}
	.button > ul > li:last-child {padding-right:0;}

}

/* ipad Pro 10.5 */
@media only screen and (min-width:481px) and (max-width:834px) {
	.long-img-center {top:50px; left:50px;}
	.long-img-center img {width:70%;}
	.long-text {right:100px;}
}


/* 메인페이지 */
.block1, .block2, .block3, .block4 {width: 50%; color: #fff; padding: 30px; position: relative; float: left;}
.block1 {min-height: 284px; background: #9acc6d;}
.block1 h3, .block3 h3 {color: #fff;}
button.more {position: absolute; right: 30px; padding: 0; background: none; font-size: 42px; font-weight: 200; top: 20px;}
.block2 {min-height: 284px; background: url(/files/images/block2-bg.jpg) no-repeat center top;}
.block3 {min-height: 194px; background: #434343;}
.block4 {min-height: 194px; background: url(/files/images/block4-bg.jpg) no-repeat center top; cursor: pointer;}
.main-gray {padding: 80px 0; background: #f7f7f8;}
.main-board {background: #fff; height: 330px;}
.main-board .latest {float: left; width: 50%; position: relative; padding: 40px; }
button.more2 {position: absolute; right: 40px; background: url(/files/images/more2.png) no-repeat center top; top: 40px; width: 23px; height: 23px; padding: 0;}
ul.community {display: inline-block; width: 100%;}
ul.community li {float: left; width: 25%; padding: 60px 0; text-align: center;}

/* 로그인/회원가입 */
.box_btn > button {background: #000000; height: 69px; border-radius: 0;}
button.find-id, button.join {padding: 10px 19px; height: 32px;}
button.join {color: #af0d23;}
.sns_login {width:250px; margin: 0 auto;}
.naverlogin {width: 250px; height: 50px; color: #1dc700; padding-left: 67px; margin: 2px 0;}
.kakaologin {width: 250px; height: 50px; background: url(/files/default-img/login_kakao.png) no-repeat top center; color: #412e34; padding-left: 67px; margin: 2px 0;}
.login_sbox .box_btn {text-align: center;}
.login_sbox .box_id {width: auto;}
.web_login {margin-bottom: -1px; width: 160px;}
.login_sbox {width: auto;}
#login_box {width: 100%; max-width: 630px; padding: 0px 0 30px; border-radius: 2px; background: #ffffff; border:1px solid #dddddd; margin:0px auto 40px;}
.login-title {color: #f3373d;font-size: 28px;font-weight: 600;margin: 30px auto; text-align: center; width:auto;}
.logincheck {padding: 10px 0;}
.loginForm {width:250px;}
.box_member {margin:0 auto;}

.idpw_box {border: 0; background: none;}
.idpw_box li.id_find, .idpw_box li {float: none; width: 100%;}
.form_context {margin:0; font-size: 12px; padding: 0 15%; color: #ff0000; line-height: 1.2;}
.find_form .small_txt {margin: 0;}
.find_form fieldset {margin:0; padding: 0; border: 0;}
.btn-confirm {background: #000;}
.stit_all {background: none;}
button.cancel {background: #969696;}
#member_join {margin: 0; border: 0; text-align: center; height: auto;}
.member_box {float: none; width: 100%;}
.box_title {font-size: 24px; color: #000; font-weight: 800; margin-bottom: 20px;}
.box_text {font-size: 13px; line-height: 1.5;}


/* 통합검색 */
.search {width:100%; max-width:800px; margin:50px auto;}
.tword-box {text-align: center; margin-bottom: 50px; position: relative;}
.serch-title {display: none;}
input.tword {display: inline-block; width: 100%; max-width: 474px;height: 45px;border: 2px solid #af0d23; background-color:#fff;}
input.btn-tword {position: relative; top: -2px; left: -5px;}
li.search-img {float:left;width:20%;}
li.search-content {float:left;width:80%;}

/* 나의 학습강좌 */
.my-class .block-thumb {width: 150px;}


.detail-top .right th, #lec-list table th, button {font-weight: 500;}
button.large {font-size: 13px;}

.contable .subject {font-size:15px; color:#333;}
.table-title .section-box .ul-1 li {line-height:initial; font-size:15px;}
.table-textlist .section-box .ul-1 > li {line-height:initial; font-size:15px;}
.dtable {font-size:14px;}

@media all and (max-width: 640px) {

.table-textlist .section-box .ul-1 > li,.contable .subject {font-size:13px;}
}

/* 모바일 */
.sub-body.mobile .bar_log {padding:20px 0; border:5px solid #eee; text-align:center; margin-top:20px;}
.sub-body.mobile .bar_log img {width:700px;}



/* 기관소개 */
.sub-body.about .top_tit { font-size:33px; text-align:center; font-weight:400; letter-spacing:-.5px; }
.sub-body.about .top_tit em {font-weight:500; font-size:1.1em;font-style:normal}
.sub-body.about .bar_log {padding:20px 0; border:20px solid #eee; text-align:center; margin-top:40px;}
.sub-body.about .bar_log img {width:250px;}
.sub-body.about .txt_info_a {font-size:22px; text-align:center; letter-spacing:-.5px; margin: 40px 0;}
.sub-body.about .img_txt {width:100%; display:inline-block;}
.sub-body.about .img_txt ul li {width:50%; float:left;}
.sub-body.about .img_txt ul li .txt {padding-top:120px;}
.sub-body.about .img_txt ul li .txt h1 {font-size:24px; }
.sub-body.about .img_txt ul li .txt .mark {position:relative; z-index:0; display:inline-block;}
.sub-body.about .img_txt ul li .txt .mark:before {content:""; position:absolute; width:100%; height:12px; background:rgba(24,92,71,0.3); left:0; bottom:3px; z-index:-1;}
.sub-body.about .img_txt ul li .txt h2 {font-size:20px; letter-spacing:-.5px;font-weight:400;}
.sub-body.about .img_txt.bottom_space {margin-bottom:20px;}
.long_banner.about { background-image:url('/files/images/sub_01_long_bg.jpg'); letter-spacing:2px; font-family: 'Cafe24Dangdanghae';margin-top:80px; }
.long_banner.about h1 {color:#625123; font-size:25px; line-height:30px;}
.long_banner.about h2 {color:#fff; font-size:23px; margin-top:5px;}
.sub-subject_a {font-size:24px; margin:80px 0 40px;; padding-left:15px; position:relative;}
.sub-subject_a:before {content:""; display:inline-block; width:10px; height:10px; border-radius:50%; background:#185c47; position:absolute; left:0; top:50%; margin-top:-5px;}

.object_section p, .major_section p {font-size:21px; margin-bottom: 20px; letter-spacing:-.5px;}
.sub-body.about .img_txt ul li .txt .say {color:#f6cc2f; font-size:34px; position:relative; padding-left:45px;}
.sub-body.about .img_txt ul li .txt .say .left_img {margin-top:-2px; position:absolute; top:-10px; left:0;} 
.sub-body.about .img_txt ul li .txt p {font-family: 'Nanum Myeongjo', serif; font-weight:800;}
.sub-body.about .img_txt ul li .txt.bottom {padding-top:90px;}
.sub-body.about .img_txt.say {margin-top:20px;}
.sub-body.about .img_txt ul li .txt.bottom p {margin-bottom:0;}
.sub-body.about ul.major_list {width:100%; display:inline-block;}
.sub-body.about ul.major_list li {width:calc(50% - 10px); float:left; background:#f6f6f6; margin-right:20px; padding:20px 30px; border-radius:10px;}
.sub-body.about ul.major_list li:nth-child(2), .sub-body.about ul.major_list li:nth-child(4) {margin-right:0;}
.sub-body.about ul.major_list li:nth-child(1), .sub-body.about ul.major_list li:nth-child(2) {margin-bottom:20px;}
.sub-body.about ul.major_list li:nth-child(3) {min-height:135px}
.sub-body.about ul.major_list li .sub_01_icon {width:80px; height:80px; border-radius:50%; float:left; border:1px solid #e2e2e2; background:#fff; text-align:center; line-height:80px;}
.sub-body.about ul.major_list li .sub_01_icon img {width:80%;}
.sub-body.about ul.major_list li p {font-size:18px; padding-left:95px; padding-top:15px;}
.sub-body.about ul.major_list li p.topnone {padding-top:0;}
@media all and (max-width: 1100px) {
	.sub-body.about .img_txt ul li {width:100%;}
	.sub-body.about .img_txt ul li .txt {padding-top:40px;}
	.sub-body.about .img_txt {margin-bottom:80px;}
	.sub-body.about .img_txt.bottom_space {margin-bottom:40px;}
	.long_banner.about h1,.long_banner.about h2 {text-align:center;}
	.sub-body.about .img_txt.say ul li {text-align:left;}
	.sub-body.about .img_txt ul li .txt.bottom {padding:20px 0 40px;}
	.sub-body.about .img_txt.say {margin-top:0; margin-bottom:0;}
	.object_section p, .major_section p {font-size:18px;}
}
@media all and (max-width: 834px) {
	 .sub-body.about .top_tit {font-size:25px;}
	 .sub-body.about .txt_info_a {font-size:18px;}
	.long_banner.about h1 {font-size:20px; text-align:left;}
	.long_banner.about h2 {font-size:17px; text-align:left;}
	.sub-body.about ul.major_list li {width:100%; margin:0;}
	.sub-body.about ul.major_list li:nth-child(3) {min-height:auto; margin-bottom:20px;}
	.sub-body.about .img_txt ul li .txt h2 {font-size:17px;}
	.sub-body.about .img_txt ul li img {width:100%;}
	.sub-body.about .img_txt.say ul li img {width:auto;}
	.sub-body.about .img_txt.say ul li img.img_im {width:100%;}
	.long_banner.about {margin-top:20px;}
	.sub-body.about .img_txt {margin-bottom:20px;}
	
}
@media all and (max-width: 640px) {
	.sub-body.about .top_tit {font-size:20px;}
	.sub-body.about .bar_log img {width:180px;}
	.sub-body.about .txt_info_a {font-size:15px;}
	.sub-body.about .img_txt ul li .txt h2 {font-size:15px;}
	.sub-body.about ul.major_list li {padding:15px}
	.sub-body.about ul.major_list li p {font-size:12px;}
	.sub-body.about ul.major_list li p.topnone {padding-top:15px;}
	.object_section p, .major_section p {font-size:16px;}
	.sub-body.mobile .bar_log {padding:0px 0; border:0px solid #eee; text-align:center; margin-top:20px;}
	.sub-body.mobile .bar_log img {width:100%;}
}


.ceo_intro .ceo_img {display:inline-block; width:400px; vertical-align:top;}
.ceo_intro .intro_txt {display:inline-block; width:calc(100% - 403px); padding-left:55px; vertical-align:top;}
.ceo_intro .ceo_tit {position:relative; font-size:31px; letter-spacing:-1px; font-weight:500; color:#1c5c47;}
.ceo_intro .ceo_tit span {font-size:0.7em; font-weight:400;}
.ceo_intro .profileList {margin-top:60px;}
.ceo_intro .profileList li {position:relative; padding-left:220px; color:#888;}
.ceo_intro .profileList li strong {position:absolute; top:0; left:0; font-size:26px; letter-spacing:-1px; font-weight:500;}
.ceo_intro .profileList li:before {content:""; display:block; position:absolute; top:0; left:180px; width:2px; height:100%; background:#000;}
.ceo_intro .profileList li p.profileTxt {font-size:17px; position:relative;}
.ceo_intro .profileList li p.profileTxt:before {content:""; display:inline-block; width:3px; height:3px; border-radius:50%; background:#1c5c47; position:absolute; top:13px; left:-10px; }
.ceo_intro .profileList li p.profileTxt+p.profileTxt {margin-top:13px;}
.ceo_intro .ceo_info {margin:65px 0 60px;}
.ceo_intro .ceo_info img {width:200px; margin-bottom:20px;}
.ceo_intro .ceo_info p {font-size:18px; color:#333; line-height:33px}





.location_tit p {display:inline-block; padding:3px 23px 5px; background:#1C5C47; border-radius:20px; font-size:17px; color:#fff; margin-bottom:15px;}
.location_tit .location_txt {margin:20px 0;}
.location_tit .location_txt h1 {font-size:18px; font-weight:400;}
.location_tit .location_txt h2 {font-size:18px; font-weight:400; color:#333; letter-spacing:-1px;}
.location_tit .location_txt img {width:20px; margin-bottom:8px;}
.location_tit .location_txt.bottom {border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:30px;}


.bank_course .tit,.bank_course .course_month {display:inline-block; padding:4px 23px 5px; background: #548687; border-radius:20px; font-size:17px; color:#fff; margin-top:40px; font-weight:400;}
.bank_course .tit.first {background:#8FBC94}
.bank_course .txt {color:#666; line-height:28px; font-size:16px; padding-top:10px;}
.bank_course .txt_tit {color:#000; font-size:20px; margin-bottom:9px; font-weight:700; margin-top:30px;}
.bank_course .list_txt {padding-left:12px; line-height:27px; font-size:16px; font-weight:300; color:#525252;}
.bank_course .list_txt.first {margin-top:15px;}
.bank_course .content-subject {font-size:30px;padding-bottom:15px; margin-top:50px; font-weight:500; position:relative; margin-left:15px; color:#333; display:inline-block; z-index:0;}

.bank_course .content-subject.topnone {margin-top:0;}
.bank_course .content-subject:before {content:""; display:inline-block; width:10px; height:10px; border-radius:50%; background:#185c47; position:absolute; left:-15px; top:50%; margin-top:-17px;}

.bank_course .couse_con {border-bottom:1px solid #ddd; padding-bottom:50px;}
.bank_course .couse_con.a_2 .content-subject:after{background:rgb(212 153 185 / 50%)}
.bank_course .couse_con.a_2 .course_month{background:#D499B9}
.bank_course .couse_con.a_3 .content-subject:after {background:rgb(132 177 237 / 50%)}
.bank_course .couse_con.a_3 .course_month {background:#84B1ED}
.bank_course .couse_con.a_4 .content-subject:after {background:rgb(241 107 111 / 50%)}
.bank_course .course_month {margin-left:15px;}



.banksystem .content-subject.block {display:block;}
.banksystem .study_list {width:100%; display:inline-block; margin-top:20px;}
.banksystem .study_list li {float:left; width:50%; padding:7px 5px; font-size:16px; color:#8a8a8a; }
.banksystem .study_list li >.wrapper {padding:13px 20px; background:#f9f9f9; border:2px solid #ddd}
.banksystem .study_list li span {color:#f18a8a; font-weight:500;}
.banksystem .width_3 {width:100%;}
.banksystem .width_3 th {background:#ECF3F0; padding:10px 0; color:#333; font-size:18px; border-top:2px solid #3c9276;}
.banksystem .width_3 td {text-align:center; font-size:15px; padding:10px 0; border-bottom:1px solid #f5f5f5;}
.banksystem .width_3 td.back {background:#ECF3F0; padding:10px 0; color:#333; font-size:18px; border-top:1px solid #3c9276;}
.banksystem .width_3 .right_border { border-right:1px solid #3c9276;}
.banksystem .mean_txt {width:100%; display:inline-block; margin-top:25px;}
.banksystem .mean_txt li {float:left; margin-left:35px; position:relative; display:table;}
.banksystem .mean_txt li span {width:200px; height:200px; border-radius:50%; display:table-cell; font-size:18px; text-align:center; vertical-align:middle}
.banksystem .mean_txt li.li1 span,.banksystem .mean_txt li.li2 span {color:#828282; background:#f1f1f1;}		

.banksystem .mean_txt li.li3 span {background:#8eca6a; color:#fff;}
.banksystem .mean_txt li.li4 span {background:#06b083; color:#fff;}
.banksystem .mean_txt li:after {content:""; position:absolute; right:-22px; top:50%; width:0; height:0;  border-top:9px solid transparent; border-bottom:9px solid transparent }
.banksystem .mean_txt li.li2:after {border-left:11px solid #8eca6a;}
.banksystem .mean_txt li.li3:after {border-left:11px solid #06b083;}
.banksystem .mean_txt li.li1:after,.banksystem .mean_txt li.li4:after {display:none;}
.banksystem .redPoint {color:#f18a8a; font-weight:500;}


.subpage_btn_t {text-align:center; margin-top:20px;}
.subpage_btn_t.right {text-align:right;}
.subpage_btn_t img.ceo_btn_img {width:30px; margin:0; margin-right:8px;}
.subpage_btn_t img.course_btn_img {margin-left:8px;}
.subpage_btn_t a {padding:10px 30px; border:2px solid #1c5c47; font-size:15px; color:#fff; display:inline-block; border-radius:35px; background:#1c5c47; transition:all 0.1s;}
.subpage_btn_t a .hover_img {display:none;}
.subpage_btn_t a:hover {background:#fff; color:#1c5c47}
.subpage_btn_t a:hover .hover_img {display:inline-block;}
.subpage_btn_t a:hover .re_img {display:none;}


.courseinfo .content-subject:after {content:""; position:absolute; width:100%; height:7px; background:rgba(24,92,71,0.3); left:0; bottom:22px; z-index:-1;}
.courseinfo {padding-bottom:80px;}
.courseinfo .course_info_01 {width:100%; display:inline-block; border:1px solid #ddd; background:#fbfbfb;margin-top:40px;}
.courseinfo .course_info_01 li {width:50%; float:left; padding:0 50px 50px;}
.courseinfo ul.boxList {width:100%; display:inline-block;}
.courseinfo ul.boxList li.box {width:calc(25% - 20px); float:left; min-height:200px; border:1px solid #ddd; background:#fbfbfb; margin-right:20px; margin-bottom:20px; padding:25px; position:relative;}
.courseinfo ul.boxList li.box:after {content:""; position:absolute; right:0; bottom:0; display:inline-block; width:10px; height:10px;background:#fa2828; transition:all 0.1s;}
.courseinfo ul.boxList li.box:nth-child(4) {margin-right:0;}
.courseinfo ul.boxList li.box ul.semi_list li {font-size:18px; letter-spacing:-2px; line-height:24px; padding-left:12px; position:relative;}
.courseinfo ul.boxList li.box ul.semi_list li:before {content:"·"; position:absolute; left:0;top:0;}

/* 동영상 재생환경 */
.media .tit,.bank_course .course_month {display:inline-block; padding:4px 23px 5px; background: #548687; border-radius:20px; font-size:17px; color:#fff; margin-top:40px; font-weight:400;}
.media .tit.first {background:#8FBC94}
.media .txt {color:#666; line-height:28px; font-size:16px; padding-top:10px;}
.media .txt_tit {color:#000; font-size:20px; margin-bottom:9px; font-weight:700; margin-top:30px;}
.media .txt_ctit {color:#000; font-size:18px; text-align:center; margin-bottom:9px; font-weight:700; margin-top:30px;}
.media .list_txt {padding-left:12px; line-height:27px; font-size:16px; font-weight:300; color:#525252;}
.media .list_txt.first {margin-top:15px;}
.media .content-subject {font-size:26px;padding-bottom:15px; margin-top:50px; font-weight:500; position:relative; margin-left:15px; color:#333; display:inline-block; z-index:0;}

.media .content-subject.topnone {margin-top:0;}
.media .content-subject:before {content:""; display:inline-block; width:10px; height:10px; border-radius:50%; background:#104a82; position:absolute; left:-15px; top:50%; margin-top:-17px;}

.media .couse_con {border-bottom:1px solid #ddd; padding-bottom:50px;}
.media .couse_con.a_2 .content-subject:after{background:rgb(132 177 237 / 50%)}
.media .couse_con.a_2 .course_month{background:#84B1ED}
.media .couse_con.a_3 .content-subject:after {background:rgb(132 177 237 / 50%)}
.media .couse_con.a_3 .course_month {background:#84B1ED}
.media .couse_con.a_4 .content-subject:after {border-bottom:1px solid #fff; background:rgb(132 177 237 / 50%)}
.media .course_month {margin-left:15px;}

.media .content-subject:after {content:""; position:absolute; width:100%; height:7px; background:rgba(132 177 237 / 50%); left:0; bottom:22px; z-index:-1;}
.media {padding-bottom:80px;}
.media .course_info_01 {width:100%; display:inline-block; border:1px solid #ddd; background:#ffffff; margin-top:40px;}
.media .course_info_01 li {width:50%; float:left; padding:30px 50px 30px;}
.media .course_info_01 li .con{width:100%; text-align:center;}
.media .course_info_01 li .con img{text-align:center;}
.media ul.boxList {width:100%; display:inline-block;}
.media ul.boxList li.box {width:calc(25% - 20px); float:left; min-height:200px; border:1px solid #ddd; background:#ffffff; margin-right:20px; margin-bottom:20px; padding:25px; position:relative;}
.media ul.boxList li.box:nth-child(4) {margin-right:0;}
.media ul.boxList li.box ul.semi_list li {list-style-type:none; font-size:18px; letter-spacing:-2px; line-height:24px; padding-left:12px; position:relative;}
.media ul.boxList li.box ul.semi_list li .con{width:100%; text-align:center;}
.media ul.boxList li.box ul.semi_list li .con img{text-align:center;}

.media_btn_t {text-align:center; margin-top:20px;}
.media_btn_t.right {text-align:right;}
.media_btn_t a {padding:10px 30px; border:2px solid #104a82; font-size:15px; color:#fff; display:inline-block; border-radius:35px; background:#104a82; transition:all 0.1s;}
.media_btn_t a .hover_img {display:none;}
.media_btn_t a:hover {background:#fff; color:#104a82}
.media_btn_t a:hover .hover_img {display:inline-block;}
.media_btn_t a:hover .re_img {display:none;}

@media all and (max-width: 1100px){
.ceo_intro .intro_txt {padding-left:2%;}
.ceo_intro .profileList li {padding-left:200px;}
.ceo_intro .profileList li:before {left:160px;}
.courseinfo ul.boxList li.box {width:calc(33% - 20px)}
.courseinfo ul.boxList li.box:nth-child(4) {margin-right:20px;}
.courseinfo ul.boxList li.box ul.semi_list li {font-size:16px;}
.banksystem .mean_txt li span {width:150px; height:150px; font-size:14px; }
}
@media all and (max-width: 900px) {
.ceo_intro .intro_txt {width:100%; padding-left:0;}
.ceo_intro .ceo_img {width:100%; text-align:center;}
.ceo_intro .ceo_img img {width:400px;}
.ceo_intro .ceo_tit {text-align:center;}



}
@media all and (max-width: 834px) {
.courseinfo ul.boxList li.box {width:calc(50% - 20px)}
.viewpoint_banner li.box h1.tit {font-size:20px;}
.btn-area.pause {width:100%; display:block;}


/*문의하기*/

.formContent {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}

.eduInquiryForm ul li ul.selectBtn {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
}


.eduInquiryForm ul li ul.selectBtn li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-basis: 100%;
}

.eduInquiryForm ul li ul.companyInfo li {
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.eduInquiryForm ul li ul.companyInfo li:nth-of-type(odd){
	margin-right:0px;
	margin-bottom:10px;
}
.eduInquiryForm ul li ul.routeArea{
 display:inline-block; width:100%;}



.eduInquiryForm ul li ul.routeArea li:not(:last-of-type) {
    margin-right: 0px;
	width:100%;
	margin-bottom:2%;
}

.eduInquiryForm ul li ul.routeArea li label {
    font-size: 16px;
    line-height: 20px;
    margin-left: 0px;
}
.eduInquiryForm ul li ul.routeArea li input[type="radio"] {
    accent-color: #0265cd;
    width: 18px;
    height: 18px;
	margin-right:2%;
}

}

@media all and (max-width: 640px) { 

.ceo_intro .ceo_tit {font-size:18px; margin-top:20px;}
.ceo_intro .profileList {margin-top:30px; padding-left:20px;}
.ceo_intro .profileList li strong {position:initial; font-size:20px; display:inline-block; margin-bottom:5px;}
.ceo_intro .profileList li p.profileTxt {font-size:15px;}
.ceo_intro .profileList li p.profileTxt+p.profileTxt {margin-top:8px;}
.ceo_intro .profileList li {padding:0;}
.ceo_intro .profileList li:before {display:none;}
.ceo_intro .ceo_info p {font-size:16px; line-height:29px;}
.ceo_intro .profileList li p.profileTxt:before {top:9px;}
.logo_img_ceo {text-align:center;}

.location_tit .location_txt h2 {font-size:16px;}
.location_tit .location_txt h1 {font-size:15px;}
.banksystem .study_list li {width:100%;}
.courseinfo .course_info_01 li {width:100%;}
.courseinfo ul.boxList li.box {width:100%; min-height:155px;}
.bank_course .tit, .bank_course .course_month {margin-top:20px;}
.banksystem .width_3 th,.banksystem .width_3 td.back {font-size:16px;}

.media .txt_tit {color:#000; font-size:20px; margin-bottom:9px; font-weight:700; margin-top:10px;}
.media .course_info_01 li {width:100%; padding:20px 20px 20px;}
.media .course_info_01 li .con img{width:100%;}
.media ul.boxList li.box {width:100%; min-height:155px;}
.media .tit, .bank_course .course_month {margin-top:20px;}
.media ul.boxList li.box ul.semi_list li img{margin: 0 auto;}

.sub_con{padding:20px 10px;}
.sub_con img{width:100%;}
.box_img{width:100%; text-align:center;  padding:0px;  border:1px solid #ddd;}
}
@media all and (max-width: 400px) {
.ceo_intro .ceo_img img {width:100%;} 
.banksystem .mean_txt li span {width:100px; height:100px; font-size:13px;}
.agree-box {margin:0 auto 20px;}
.sub-body {padding:0px 0;}

.section-main{padding:0px 0; margin-top:-0px;}

#service .card h5 {
    font-size: 20px;
    font-family: var(--vz-eng-font-sans-serif);
    font-weight: 600;
    letter-spacing: 0;
	text-align:center;
}
#service .card p {font-size: 16px; font-weight:500; letter-spacing:-1px;}

}


/* 토탈 이러닝 서비스 - 이미지 회전 효과 추가 */
#total_about{overflow: hidden; position:relative;margin:4rem auto;}
#total_about *{text-align:center}
#total_about dd p.nsub_text{text-align:left;}
#total_about .deco_wrap{ position:absolute; right:-80px; top:-195px;}
#total_about .titleArea{text-align:center; padding:0 10px 50px; letter-spacing:-1px;}
#total_about .titleArea .mTit{font-size:32px; color:#222222; letter-spacing:-1px;}
#total_about .titleArea .txt{font-size:18px; padding:18px 0 0; letter-spacing:-1px;}
#total_about .about_list{display:flex; justify-content: center;}
#total_about .about_list dl{width:300px; margin:0 120px 0 0; text-align:center; position: relative;}
#total_about .about_list dl:after{content:'+'; display:block; width:20px; height:20px; position:absolute; right:-70px; top:132px; font-size:2.5rem; font-weight: bold; color:#aaa;}
#total_about .about_list dl:last-child:after{display:none;}
#total_about .about_list dl:last-child{margin:0;}
#total_about .about_list dl dt{width:300px; height:300px; display: flex; flex-direction: column; justify-content: center; align-items: center; position:relative;}
#total_about .about_list dl dt:before{content:''; display:block; width:100%; height:100%; position:absolute; left:0; top:0; background:url('/files/img/rotate_deco_1.svg') no-repeat center/100% auto;}
#total_about .about_list dl:nth-child(1) dt:before{animation: line 8s linear infinite;}
#total_about .about_list dl:nth-child(2) dt:before{animation: line 8s linear infinite;}
#total_about .about_list dl:nth-child(3) dt:before{animation: line 8s linear infinite;}

#total_about .about_list dl:nth-child(2) dt:before{background-image:url('/files/img/rotate_deco_2.svg');}
#total_about .about_list dl:nth-child(3) dt:before{background-image:url('/files/img/rotate_deco_3.svg');}
#total_about .about_list dl dt:after{content:''; display:block; width:264px; height:264px; border-radius:50%; box-shadow:20px 20px 60px rgba(0, 0, 0, 0.12); background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
#total_about .about_list dl dt img{max-width:100%; position: relative; z-index: 2;}
#total_about .about_list dl dt .sTit{padding:10px 0 0; position: relative; z-index: 2; font-size:24px;}
#total_about .about_list dl dd{padding: 36px 0 0;}
#total_about .about_btn{display:flex; justify-content: center; margin:90px 0 0;}
#total_about .about_btn .moreBtn{margin:0 10px 0 0;}
#total_about .about_btn .moreBtn:last-child{margin:0;}

#total_public{overflow: hidden; position:relative;margin:4rem auto;}
#total_public *{text-align:center;}
#total_public dd p.nsub_text{text-align:left;}
#total_public .deco_wrap{ position:absolute; right:-80px; top:-195px;}
#total_public .titleArea{text-align:center; padding:0 10px 50px;}
#total_public .titleArea .mTit{font-size:32px; color:#222222;}
#total_public .titleArea .txt{font-size:18px; padding:10px 0 30px;}
#total_public .about_list{display:flex; justify-content: center;}
#total_public .about_list dl{width:300px; margin:0 120px 0 0; text-align:center; position: relative;}
#total_public .about_list dl:after{content:'+'; display:block; width:20px; height:20px; position:absolute; right:-70px; top:132px; font-size:2.5rem; font-weight: bold; color:#aaa;}
#total_public .about_list dl:last-child:after{display:none;}
#total_public .about_list dl:last-child{margin:0;}
#total_public .about_list dl dt{width:300px; height:300px; display: flex; flex-direction: column; justify-content: center; align-items: center; position:relative;}
#total_public .about_list dl dt:before{content:''; display:block; width:100%; height:100%; position:absolute; left:0; top:0; background:url('/files/img/rotate_deco_4.svg') no-repeat center/100% auto;}
#total_public .about_list dl:nth-child(1) dt:before{animation: line 8s linear infinite;}
#total_public .about_list dl:nth-child(2) dt:before{animation: line 8s linear infinite;}
#total_public .about_list dl:nth-child(3) dt:before{animation: line 8s linear infinite;}

#total_public .about_list dl:nth-child(2) dt:before{background-image:url('/files/img/rotate_deco_2.svg');}
#total_public .about_list dl:nth-child(3) dt:before{background-image:url('/files/img/rotate_deco_4.svg');}
#total_public .about_list dl dt:after{content:''; display:block; width:264px; height:264px; border-radius:50%; box-shadow:20px 20px 60px rgba(0, 0, 0, 0.12); background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
#total_public .about_list dl dt img{max-width:100%; position: relative; z-index: 2;}
#total_public .about_list dl dt .sTit{padding:10px 0 0; position: relative; z-index: 2; font-size:24px;}
#total_public .about_list dl dd{padding: 36px 0 0;}
#total_public .about_btn{display:flex; justify-content: center; margin:90px 0 0;}
#total_public .about_btn .moreBtn{margin:0 10px 0 0;}
#total_public .about_btn .moreBtn:last-child{margin:0;}

@keyframes line{
	0%{transform:rotate(0);}
	100%{transform: rotate(360deg);}
}

@media all and (max-width: 834px) {
	#total_about .about_list{display:block;margin-top:0;}
	#total_about .about_list dl, #total_about .about_list dl:last-child{margin:0 auto 3rem;}
	#total_about .about_list dl:after{content:''}

	#total_public .about_list{display:block;margin-top:0;}
	#total_public .about_list dl, #total_public .about_list dl:last-child{margin:0 auto 3rem;}
	#total_public .about_list dl:after{content:''}
	.solution2 .solution_top .solution_cir .cir_in .textArea .Efont_13 {display:none;}
	.solution2 .solution_top .solution_cir .cir_in .textArea .font_31 {font-size:2rem;}
}


/** 회사소개(20241202) **/
/*대표 인사말*/
.greeting_con {  }
.greeting_con dl {overflow: hidden; position: relative;}
.greeting_con dl dt {float:left; width:35%; max-width:680px; }
.greeting_con dl dt img { max-width:100%; height:Auto; }
.greeting_con dl dd {float:right; width:65%; box-sizing:border-box; padding-right:10px; }
.greeting_con dl dd h5 {color:#333333; }
.greeting_con dl dd h4 {padding:5px 0 22px; letter-spacing: -1.68px;font-weight:700;}
.greeting_con dl dd p {padding:0 0 32px; line-height:24px;  }
.greeting_con dl dd p:last-child { padding:0;}
.greeting_con dl dd h6 {font-size:1.118rem;  font-weight:400; padding:44px 0 0; display:flex; align-items:center; justify-content:flex-end; color:#333333;}
.greeting_con dl dd h6 b { display:inline-block; padding:0 8px 0 12px; font-size:1.556rem; line-height:1.07; letter-spacing:0.2em; font-weight:700;}
.greeting_con dl dd h6 img { margin-left:8px; max-width:100%; height:Auto; }
.greeting_con .pointColor {color:#0063b6;}

@media all and (max-width:1023px) {
	.greeting_con dl dt {width: 30%;margin: 0 auto;}
	.greeting_con dl dt img {width: 100%;}
	.greeting_con dl dd {width: 70%;padding: 0px 0 0;}
	.greeting_con dl dd h5 {font-size: 30px;}
	.greeting_con dl dd h4 {font-size: 30px;}

	/* CS CENTER */
#cs{}
#cs .cs_in{}
#cs .cs_in .txtArea{width: calc(50% + 80px);}
#cs .cs_in .contArea{width: calc(50% - 80px); }
#cs .cs_in .contArea ul li a{padding:60px 40px;}
#cs .cs_in .contArea ul li a:after{right:40px;}
}
@media all and (max-width:834px) {
	.greeting_con dl dt { max-width:400px; }
	.greeting_con dl dd h4 { padding:5px 0 15px; }
	.greeting_con dl dd p { padding:0 0 20px; }
	.greeting_con dl dd h6 { padding:30px 0 0; }
	.greeting_con dl dd h6 b { padding:0 5px 0 7px; font-size:1.4rem; }
	.greeting_con dl dd h6 img { width:75px; }

	/* CS CENTER */
#cs{}
#cs .cs_in{}
#cs .cs_in .txtArea{width: 50%;}
#cs .cs_in .txtArea .titleArea{padding:0 30px 0 0; width: 95%;}
#cs .cs_in .contArea{width: 50%; }
#cs .cs_in .contArea ul li a{padding:40px 30px;}
#cs .cs_in .contArea ul li a:after{font-size:20px; right:30px;}
#cs .cs_in .contArea ul li a svg{width: 40px; margin:0 0 12px;}
}
@media all and (max-width:767px) {
	.greeting_con dl dt {max-width:280px; }
	.greeting_con dl dd h4 { padding:2px 0 10px; }
	.greeting_con dl dd p { padding:0 0 15px; }
	.greeting_con dl dd h6 { padding:20px 0 0; }
	.greeting_con dl dd h6 b { padding:0 5px 0 5px; }
	.greeting_con dl dd h6 img { width:60px; }

	/* CS CENTER */
#cs{}
#cs .cs_in{flex-wrap:wrap;}
#cs .cs_in .txtArea{width: 100%; padding:80px 0 30px;}
#cs .cs_in .txtArea .titleArea{padding:0 5%; width: 100%;}
#cs .cs_in .contArea{width: 100%; }
#cs .cs_in .contArea ul li a{padding:20px 5%; border-left: 0;}
#cs .cs_in .contArea ul li:first-child a{border-top:1px solid rgba(255,255,255,.2);}
#cs .cs_in .contArea ul li a:after{font-size:16px; right:5%;}
#cs .cs_in .contArea ul li a svg{width: 30px;}

}
@media all and (max-width:480px) {
	.greeting_con dl dt {width:100%; }
	.greeting_con dl dd {width:100%}
	.greeting_con dl dd h5 {margin-top:20px; font-size:26px;}
	.greeting_con dl dd h4 {font-size:26px;}
	.greeting_con dl dd h6 { positioN:relative; flex-wrap:wrap; }
	.greeting_con dl dd h6 b { width:100%; text-align:right; padding:5px 0px 0 0; }
	.greeting_con dl dd h6 img { position:Absolute; right:0; bottom:-3px; }

	.info_tit_white{color:#ffffff; text-align:center; font-size:30px; padding-top:60px;}
.info_txt_white{color:#ffffff; text-align:center; font-size:20px; padding-top:10px;}
}

/*회사연혁*/
.history_wrap {position:relative;}
.history_wrap .progressbar {position:absolute; left:430px; top:0; width: 1px; height:100%; background:#D9D9D9;}
.history_wrap .progressbar .progress{position: absolute; left: 0; top:0; width: 100%; transition:.5s; background:#263c82;}

.history_list{padding:100px 0 0; position: relative;}
.history_list:before {content:''; display:block; width:1px; height:100%; background:#222222; opacity: 0.2; position:absolute; left:430px; top:0;}
.history_list:after {content:''; display:block; width:8px; height:8px; background:#ddd; border-radius:50%; position:absolute; left:430px; bottom:0; margin-left: -4px;}
.history_list .his_in {padding:0 0 50px;}
.history_list .his_in > div {box-sizing:border-box;}
.history_list .his_in .his_txt {text-align:left; width:100%; display:flex;}
.history_list .his_in .his_txt h4 {position: relative; width:430px; font-size:2.5rem; color:#222222; font-weight:800; letter-spacing:0; line-height:120%; padding-left:230px; box-sizing:border-box;}
.history_list .his_in .his_txt h4 .dot {display:inline-block; width:12px; height:12px; background:#263c82; border-radius:50%; box-sizing:border-box; position: absolute; right:-6px; top:18px;}
.history_list .his_in .his_txt h4 .dot:before {content: ''; display: block; width: 100%; height: 100%; background: #263c82; position: absolute; left: 0; top: 0; z-index: 9; border-radius: 50%; animation: dots 1.5s ease-in-out infinite;}

.history_list .his_in:first-child .his_txt h4 {color:#263c82;}
.history_list .his_in:first-child .his_txt h4 .dot {border-color:#263c82;}
.history_list .his_in .his_txt ul {width:calc(100% - 430px - 55px); margin: 12px 0 0 55px; box-sizing:border-box;}
.history_list .his_in .his_txt ul li {position:relative; padding:0 0 8px 34px; box-sizing:border-box; font-size:1.125rem; line-height:150%; letter-spacing:-0.35pt;}
/* .history_list .his_in .his_txt ul li:before {position:absolute; left:0; top:12px; width:3px; height:3px; content:""; background:#aaa;} */
.history_list .his_in .his_txt ul li:last-child{ padding-bottom: 0 !important;}
.history_list .his_in .his_txt ul li.single {padding: 0 0 8px 10px;}
.history_list .his_in .his_txt ul li strong {position: absolute; left:0; top:0; letter-spacing: 0; font-weight: 700; color:#222222; line-height: 150%; display: inline-block; }
.history_list .his_in .his_img {}
.history_list .his_in .his_img img {max-width: 100%; height:auto !important;}

@keyframes dots {
	0%{
		opacity: 0.5;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		transform: scale(3);
	}
}

@media all and (max-width:980px){
	.history_wrap .progressbar {left:270px;}

	.history_list {padding:80px 0 0; position: relative;}
	.history_list:before {left:270px; top:0;}
	.history_list:after {left:270px;}

	.history_list .his_in {padding:0 0 40px;}
	.history_list .his_in .his_txt h4 {width:270px; font-size:2.25rem; padding-left:70px;}
	.history_list .his_in .his_txt ul {width:calc(100% - 270px - 45px); margin: 12px 0 0 45px;}
	.history_list .his_in .his_txt ul li {padding:0 0 8px 34px;}
	.history_list .his_in .his_txt ul li.single {padding: 0 0 8px 10px;}

	.elearning-title{margin-bottom:20px; max-width:100%; margin: 0 auto;}
}
@media all and (max-width:680px){
	.history_wrap .progressbar {left:10px;}

	.history_list{padding:40px 0 0;}
	.history_list:before {left:10px;}
	.history_list:after {width:5px; height:5px; left: 8px; margin-left: 0;}
	.history_list .his_in {padding:0 0 30px 30px; box-sizing:border-box; flex-wrap:wrap;}
	.history_list .his_in > div{width:100%;}
	.history_list .his_in .his_txt h4 {width:100px; font-size:2rem; padding-left:0;}
	.history_list .his_in .his_txt h4 .dot {left: -25px; top:12px;}
	.history_list .his_in .his_txt ul {width:calc(100% - 100px); margin: 5px 0 0;}
	.history_list .his_in .his_txt ul li {padding:0 0 6px 28px; font-size:14px;}
	.history_list .his_in .his_img{padding:20px 0 0;}
}
@media all and (max-width:480px){
.w1200{padding:0 5px;}
.ico_slider_con .ico_slider_swiper .swiper-slide .ico_img img {height:50%; width:50%; margin-top:0px;}

	.history_list .his_in .his_txt {flex-direction:column;}
	.history_list .his_in .his_txt h4 {width:100%;}
	.history_list .his_in .his_txt ul {width:100%; margin:10px 0 0;}

.eduInquiryForm ul li.card_pay:nth-child(1){float:none; width:100%; margin-bottom:20px;}
.eduInquiryForm ul li.card_pay:nth-child(2){float:none; width:100%;}

.agree_center{margin:0 auto; text-align:center;  width:320px; padding-top:20px;}

#total_about .about_list dl dt img{max-width:30%; position: relative; z-index: 2;}
#total_public .about_list dl dt img{max-width:30%; position: relative; z-index: 2;}

.bg-overlay-pattern {
    background-image: url(/files/img/bg_pattern_new.png);
    background-color: #2f6bc1;
    background-position: right;
    background-size: 190% auto;
	height:auto;
	}

.bg-pattern {
    background-image: url(/files/img/company_bg.png);
    background-color: #0062b2;
    background-position: left;
    background-size: cover;
	height:auto;
}
.bg-safety {
    background-image: url(/files/img/safety_bg.png);
    background-color: #0062b2;
    background-position: left;
    background-size: cover;
	height:auto;
}
.bg-public {
    background-image: url(/files/img/bg_patter.png);
    background-color: #f3f6f9;
    background-position: left;
    background-size: cover;
	height:auto;
}
}
.history_top {height:180px;display: flex;align-items: center;justify-content: center;}
.history_top h4 {color:#fff;font-weight:700;}

/*특허/기술현황*/
.patent-slider {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.patent-slider .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.patent-slider .swiper-slide img {
	display: block;
	width: 100%;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.patent-slider .swiper-slide h5 {
	font-size:1.15rem;
	padding:1.5rem 15%;
	font-weight:normal;
	text-align:center;
	display:none;
	height:130px;
	word-break:keep-all;
	line-height:1.25rem;
}
.patent-slider .swiper-slide h5 strong {color:#ef3139;}
.patent-slider .swiper-slide-active h5 {
	display:block;
}
.patent-slider .swiper-pagination {}
.patent-slider .swiper-pagination-bullet-active {background:#09317e;}

.intro_patent_textList {
	margin:2rem 0 8rem;
	padding:0 1rem;
}
.intro_patent_textList li {
	margin:1.5rem 0;
	font-size:18px;
	font-weight:500;
	color:#000;
	background: url(/files/img/check_icon.svg) no-repeat;
	background-size: auto 18px;
	padding:0 0 1.5rem 1.5rem;
    border-bottom:1px solid #e0e0e0;
}


/*언론보도자료*/
.intro_news_con .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.intro_news_con .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;

	background-size: cover;
	background-position: center;
}

.intro_news_con .intro_news_swiper2 {
	height: auto;
	width: 100%;
}
.intro_news_con .intro_news_swiper {
	height: 20%;
	box-sizing: border-box;
	padding: 0 0;
}
.intro_news_con .intro_news_swiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.5;
	border-top:5px solid #000;
}
.intro_news_con .intro_news_swiper .swiper-slide-thumb-active {
	opacity: 1;
	border-top:5px solid #e6ee14;
}
.intro_news_con .intro_news_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro_news_con {
	padding:1rem;
}
.intro_news_con .intro_news_swiper2 h5 {
	font-size:1.5rem;
	color:#fff;
	padding:1.5rem 0;
	font-weight:normal;
}
.intro_news_swiper {max-height:160px;margin-bottom:2rem;}

@media all and (max-width:680px) {
	.intro_news_con .intro_news_swiper2 .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.intro_news_con .intro_news_swiper2 h5 {
		font-size:1rem;
		padding:1rem 0;
	}
    .main_center{margin-left:1%; width:98%;}
	.main_center img{width:100%;}
}

.intro_news_con .swiper-button-next,
.intro_news_con .swiper-button-prev {
	color:#fff;
}




/* 아이콘 탭메뉴 슬라이드 */
.ico_slider_con {
    margin-top:40px;
    text-align:center;
    --bt_on_color:linear-gradient(#03a8c9 0%, #0080e3 100%);
}
.ico_slider_con .ico_slider_swiper .swiper-slide .ico_img {
    width:100px;
    height:100px;
    border-radius:50%;
    border:1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto 10px auto;
    background: transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.ico_slider_con .ico_slider_swiper .swiper-slide .ico_img img {height:50%;}

.ico_slider_con .ico_slider_swiper .swiper-slide .ico_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--bt_on_color);
    transition: all 0.9s ease;
}
.ico_slider_con .ico_slider_swiper .swiper-slide-thumb-active {
    color: #174191;
}
.ico_slider_con .ico_slider_swiper .swiper-slide .ico_img:hover img,
.ico_slider_con .ico_slider_swiper .swiper-slide-thumb-active .ico_img img {
    filter: invert(100%);
}
.ico_slider_con .ico_slider_swiper .swiper-slide .ico_img:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}
.ico_slider_con .ico_slider_swiper .swiper-slide-thumb-active .ico_img {
    background: var(--bt_on_color);
}


.ico_slider_con .ico_slider_swiper2 {
    margin-top:5rem;
}
.ico_slider_con .ico_slider_swiper2 .swiper-slide {
    display: flex;
    width: 100%;
}
.ico_slider_con .ico_slider_swiper2 .swiper-slide > div {
    width: 50%;
}
.ico_slider_con .ico_slider_swiper2 .swiper-slide .con_txt {
    text-align: left;
    line-height:1.8;
    padding:0 1rem;
}
.ico_slider_con .ico_slider_swiper2 .swiper-slide .con_txt h4 {
    font-size:1.5rem;
    margin-bottom:1rem;
}
.ico_slider_con .swiper-button-next,
.ico_slider_con .swiper-button-prev {
    color:#bbb;
}

@media all and (max-width:680px) {
    .ico_slider_con .ico_slider_swiper .swiper-slide .ico_img {width: 80px;height: 80px;}
    .ico_slider_con .ico_slider_swiper2 {margin-top:2rem;}
    .ico_slider_con .ico_slider_swiper2 .swiper-slide {display: block;}
    .ico_slider_con .ico_slider_swiper2 .swiper-slide > div {width: 100%;}
    .ico_slider_con .ico_slider_swiper2 .swiper-slide .con_img img {max-width: 80%;}
    .ico_slider_con .ico_slider_swiper2 .swiper-slide .con_txt {margin-top:2rem;padding-bottom:2rem;}
    .ico_slider_con .swiper-button-next,
    .ico_slider_con .swiper-button-prev {
        top:120px;
    }
    .ico_slider_con .swiper-button-next {right:0;}
    .ico_slider_con .swiper-button-prev {left:0;}
}


/* 메인 > 텍스트 세로 슬라이드 */
.txt_slider_con {
    display: flex;
    margin-top:40px;
    padding:1rem;
}
.txt_slider_con .txt_slider_swiper {padding-top:40px; border-radius:25px;
    background:#fcfdfe; width: 68%;max-height:300px; margin-right:3%; border: 2px solid #cdcddf;}
.txt_slider_con .txt_slider_swiper .swiper-slide {
    font-size:1.8rem;
    text-align:left;
    line-height: 1.2;
    margin:auto 0;
    font-weight: 700;
    padding-left: 70px;
}
.txt_slider_con .txt_slider_swiper .swiper-slide .fw_normal {
    font-size:1.8rem;
    font-weight: 600;
    color:#666;
    margin-bottom: 1.25rem;
}
.txt_slider_con .txt_slider_swiper2 {width:32%;}
.txt_slider_con .txt_slider_swiper2 .swiper-slide img {width:100%;}
.txt_slider_con .txt_slider_swiper .swiper-pagination {left:20px;top:85px;}

@media all and (max-width:680px) {
    .txt_slider_con {
        display: block;
        margin-top:0px;
    }
    .txt_slider_con .txt_slider_swiper,
    .txt_slider_con .txt_slider_swiper2 {
        width:100%;
    }
    .txt_slider_con .txt_slider_swiper {max-height:230px;padding-top:30px;}
    .txt_slider_con .txt_slider_swiper .swiper-slide {font-size:1.25rem;padding:0 10px 0 40px;}
    .txt_slider_con .txt_slider_swiper .swiper-slide .fw_normal {font-size:1.25rem;margin-bottom: 1rem;}
    .txt_slider_con .txt_slider_swiper .swiper-slide br {display: none;}
    .txt_slider_con .txt_slider_swiper .swiper-pagination {left:15px;top:70px;}
    .txt_slider_con .txt_slider_swiper2 {margin-top:10px;}

.market00{padding:5px; 0;}
	.market01 {
    padding: 70px 10px;

}

.market01 ul {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

.market01 ul li {
    float: auto;
    width: 100%;
    text-align: center;
}

.market01 ul li .img {
    width: 290px;
    height: 290px;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 50%;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.market01 ul li .img > span {
    display: block;
    width: 290px;
    height: 145px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: -1;
}

.market01 ul li .img > span:after {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
}
.market01 .smtit p{font-size:30px; line-height:1.1;}
.mk .tit p{font-size:26px;}
.mk .tit p span.ptxt{font-size:26px;}
.mk .tit span{font-size:20px;}
.tmk .tit p{font-size:30px; margin-top:40px;}
.tmk .tit span{font-size:20px;}
.tmk .tit p span.ptxt{font-size:30px;}
.market02 {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: url("/files/img/marketing02_bg.jpg") no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	display:inline-block;
}

.market02 ul li {
    float: auto;
    width: 100%;
    height: 320px;
    padding: 32px 0;
    margin-right: 0%;
	 margin-bottom: 2%;
    font-size: 0;
    background-color: #fff;
    border-radius: 30px;
    cursor: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.market02 ul li .icon {
    display: inline-block;
    vertical-align: top;
    width: 128px;
    height: 128px;
    margin: 0 88px;
    background-color: #f5f5f5;
    border-radius: 50%;
}
.tmk_img{float:auto; width:100%; display:none;}
.tmk_txt{float:auto; margin-left:0%; width:100%;}
.market04{height:100%; display:inline-block;}
.market04 ul{width:100%; height:auto;}
.market04 ul li {
    float: auto;
    width: 100%;
    height: 220px;
    padding: 32px 0;
    margin-right: 20px;
	margin-bottom: 20px;
	margin-top:0px;
    font-size: 0;
    background-color: #fff;
    border-radius: 30px;
    cursor: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	border:3px solid #ffffff; 
}
.market04 ul li .icon{display:none;}
.market04 ul li .txt{width:100%;}
.market05 ul li {
    float: auto;
    width: 100%;
    text-align: center;
}


}