
/* bg */
.bg-gray {
    background-color: #f7f7f7;
}
.bg-rd {
    background-color: #f8f3ef;
}
.bg-dark {
    background-color: #111;
}
.bg_eff1 {
    background: url(../img/bg_eff1.jpg) center center no-repeat;
}
@media (min-width:992px) {
    .bg_eff1 {
        background-attachment: fixed;
    }
}
@media (max-width:992px) {
    .bg_eff1 {
        background-size: cover;
    }
}
/* lined_v */
.lined_v {
    width: 1px;
    height: 25px;
    background-color: #111;
    margin: 0 auto;
}
/* sub_tabss */
#sub_tabs {
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
}
#sub_tabs ul .dropdown-toggle {
    display: none;
}
#sub_tabs ul .dropdown-menu {
    position: relative;
    display: block;
    box-shadow: 0 0 0;
    background-color: transparent;
    border: 0;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 3vw;
}
#sub_tabs ul .dropdown-menu li a {
    padding: 22px 0 20px;
    font-size: 17px;
    color: #aaa;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}
#sub_tabs ul .dropdown-menu li:hover a {
    background-color: transparent;
}
#sub_tabs ul .dropdown-menu li.act a {
    border-bottom-color: #111;
    color: #111;
    font-weight: 500;
}
@media (max-width:500px) {
    #sub_tabs ul .dropdown-menu {
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 5px;
        padding: 15px 0;
        justify-content: center;
    }
    #sub_tabs ul .dropdown-menu li a {
        padding: 5px 0;
        font-size: 13px;
        margin-bottom: 0;
    }
    #sub_tabs ul .dropdown-menu li.act a {
        border-color: #111;
        color: #111;        
        font-weight: 600;
    }
}


/* subtop */
#subtop {
    position: relative;
    text-align: center;
}
#subtop .fbox {
    height: 500px;
    padding-top: 90px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        padding: 60px 0;
        height: 250px;
    }
    #subtop .fbox > div {
        width: 100%;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
}
#site_config .site {
    display: flex;
    align-items: center;
}
#site_config .site .home {
    display: inline-block;
    line-height: 50px;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .slashed {
    width: 2px;
    vertical-align: middle;
    background-color: #fff;
    display: inline-block;
    height: 16px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    /* transform: skewX(-15deg); */
    vertical-align: middle;
    margin: 0 5px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-8px);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}


/* company1 */
#company1 .sec1 {
    background: url(../img/com1_sec1.png) right top no-repeat;
}
#company1 .sec1 .bt {
    padding-left: 30%;
}
@media (min-width:991px) {
    #company1 .sec1 .top h1 {
        font-size: 80px;
    }
}

/* company1 */
#company1 .sec2 .bg {
    background: url(../img/com1_2_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* company1 */
#company1 .sec3 {
    background-color: #0a0a0a;
}

/* memInfini */
.memInfini .slick-slide {
    /* filter: grayscale(1); */
    padding: 0 5px;
}
/* gr_insta */
.gr_insta {
    display: inline-block;
    background: linear-gradient(to left, #833ab4,#fd1d1d,#fcb045);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 4px;
}
/* circleWrp */
.circleWrp {
    max-width: 1000px;
    margin: 0 auto;
}
.circleWrp .circleItem {
    width: 100%; 
}
.circleWrp .circleItem > li {
    width: 33.33333%; 
    padding-top: calc(33.33333% + 1px)
}
.circleItem {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
}
.circleItem > li + li {
    margin-left: -20px;
}
.circleItem > li .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 12;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.circleItem > li .txt:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(205, 159, 75, 0.05);
    border-radius: 50%;
}
.circleItem > li .txt h4 {
    position: relative;
    z-index: 2;
}
.circleItem > li .txt .sm {
    font-size: .6em;
}
.circleItem .box {
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index:10;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%; 
    flex-direction: column;
    z-index: 11;
}
.circleItem .circleWrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display:block;
}
.circleItem .circleWrapper-right {
    right: 0px;
}
.circleItem .circleWrapper-left {
    left: 0px;
}
.circleItem .reverse .box {
    transform: scale(-1, -1);
}
.circleItem .circle {    
    width: 200%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    display: block;
}
.circleItem .circle-right {
    border-top: 1px solid rgba(0, 0, 0, 0.1);;
    border-right: 1px solid rgba(0, 0, 0, 0.1);;
    right: 1px;
    visibility: hidden; 
}
.circleItem .circle-left {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
    border-left: 1px solid rgba(0, 0, 0, 0.1);;
    left: 1px;
    visibility: hidden; 
}
.circleItem .aos-animate .circle-right {
    visibility: visible; 
    animation: circleRight 1.5s linear forwards;
    animation-delay: 1s;
}
.circleItem .aos-animate .circle-left {
    visibility: visible; 
    animation: circleLeft 1.5s linear forwards;
    animation-delay: 1s;
}
.circleItem .aos-animate:nth-child(1) .circle-right,
.circleItem .aos-animate:nth-child(1) .circle-left {
    animation-delay: 1.05s;
}
.circleItem .aos-animate:nth-child(2) .circle-right,
.circleItem .aos-animate:nth-child(2) .circle-left {
    animation-delay: 1.025s;
}

@keyframes circleRight {
    0% {
        transform: rotate(-135deg);
    }
    50%, 100% {
        transform: rotate(45deg);
    }
}

@keyframes circleLeft {
    0%, 50% {
        transform: rotate(-135deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@media (max-width:992px){
    .circleItem > li .txt img {
        width: 50px;
    }
}
@media (max-width:768px){
    .circleWrp .circleItem > li {
        padding-top: 0;
        width: 40vw;
        height: 40vw;
    }
    .circleWrp .circleItem > li:nth-child(3) {
        margin-top: -30px;
    }
    .circleItem > li + li {
        margin-left: 0px;
    }
    .circleItem > li .txt h4 {
        font-size: 4vw;
    }
    .circleItem > li .txt img {
        width: 35px;
    }
}


/* borderList */
.borderList {
    margin: 0 -25px;
}
.borderList > li {
    padding: 0 25px;
}
.borderList .item {
    padding-top: 40px;
    border-top: 2px solid #fff;
}
/* bg */
.bg-gray {
    background-color: #f8f9fb;
}

/* que */
.que img {
    background-color: #f00e0f;
    border-radius: 50%;
    width: 50px;
    box-shadow: 10px 15px 30px rgba(240, 14, 15, 0.2)
}
#service3 .que img {
    background: linear-gradient(15deg, #833ab4,#fd1d1d,#fcb045);
}
/* service1 */
#service1 .sec1 {
    overflow: hidden;
}
#service1 .sec2 .item {
    background-color: #fff;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #fff;
    background: linear-gradient(#f7f7f7, #fff);
}
#service1 .sec2 .row {
    margin-left: -5px;
    margin-right: -5px;
}
#service1 .sec2 .row > li {
    padding: 0 5px;
}
#service1 .sec2 .pc_tit span {
    display: inline-block;
    line-height: 1em;
    padding: 10px 25px;
    background-color: #999;
    color: #fff;
    border-radius: 100px;
}
#service1 .sec2 .pc_tit.pc_tit_pt span {
    background-color: #111;
}
@media (min-width:991px) {
    #service1 .sec2 ul li {
        width: 12.5%;
    }
}
/* wan_list */
.wan_list {
    margin: 0 -10px;
}
.wan_list > li {
    padding: 10px;
}
@media (max-width:768px) {
    .wan_list > li {
        padding: 5px 10px;
    }
}
/* wanItem */
.wanItem {
    min-height: 85px;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.wanItem .wanTxt {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width:768px) {
    .wanItem {
        padding: 15px;
    }
}


/* service2 */
#service2 .sec1 .item {
    padding: 60px 15px;
    border-radius: 30px;
    background-color: rgba(223, 211, 189, 0.2);
}
@media (max-width:768px) {
    #service2 .sec1 .item {
        border-radius: 10px;
        padding: 25px 15px 40px;
    }
}

/* ptnList */
.ptnList .item {
    padding: 10px 30px;
    border: 1.5px solid #eee;
    border-radius: 15px;
}
@media (max-width:768px) {
    .ptnList .item {
        padding: 0;
        border-radius: 5px;
    }
}


/* featList */
.featList  {
    background-color: rgba(255,255,255,0.5);
}
.featList .tagBox span {    
    color: #999 !important;
    background-color: #f7f7f7;
    line-height: 1em;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    margin: 2px 0;
}
@media (max-width:992px) {
    .featList .fbox .img,
    .featList .fbox .txt {
        width: 100%;
    }
    .featList .fbox .img {
        order: 2;
    }
    .featList .fbox .img img {
        width: 100%;
    }
    .featList .fbox .txt {
        order: 1;
        padding: 3rem 1.5rem;
    }
}


/* edu1 */
#edu1 .sec2 .item {
    padding: 60px 15px;
    border-radius: 30px;
}
@media (max-width:768px) {
    #edu1 .sec2 .item {
        border-radius: 10px;
        padding: 25px 15px 40px;
    }
}



/* instaWrp */
.instaWrp {
    max-width: 1000px;
    margin: 0 auto;
}
.instaWrp .instaItem {
    width: 100%; 
}
.instaWrp .instaItem > li {
    width: 33.33333%; 
    padding-top: calc(33.33333% + 1px)
}
.instaItem {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
}
.instaItem > li + li {
    margin-left: -20px;
}
.instaItem > li .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 12;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.instaItem > li .txt:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgb(195 168 168 / 5%);
    border-radius: 50%;
}
.instaItem > li .txt h4 {
    position: relative;
    z-index: 2;
}
.instaItem > li .txt .sm {
    font-size: .6em;
}
.instaItem .box {
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index:10;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%; 
    flex-direction: column;
    z-index: 11;
}
.instaItem .instaWrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display:block;
}
.instaItem .instaWrapper-right {
    right: 0px;
}
.instaItem .instaWrapper-left {
    left: 0px;
}
.instaItem .reverse .box {
    transform: scale(-1, -1);
}
.instaItem .insta {    
    width: 200%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    display: block;
}
.instaItem .insta-right {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    right: 1px;
    visibility: hidden; 
}
.instaItem .insta-left {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
    border-left: 1px solid rgba(0, 0, 0, 0.1);;
    left: 1px;
    visibility: hidden; 
}
.instaItem .aos-animate .insta-right {
    visibility: visible; 
    animation: instaRight 1.5s linear forwards;
    animation-delay: 1s;
}
.instaItem .aos-animate .insta-left {
    visibility: visible; 
    animation: instaLeft 1.5s linear forwards;
    animation-delay: 1s;
}
.instaItem .aos-animate:nth-child(1) .insta-right,
.instaItem .aos-animate:nth-child(1) .insta-left {
    animation-delay: 1.05s;
}
.instaItem .aos-animate:nth-child(2) .insta-right,
.instaItem .aos-animate:nth-child(2) .insta-left {
    animation-delay: 1.025s;
}

@keyframes instaRight {
    0% {
        transform: rotate(-135deg);
    }
    50%, 100% {
        transform: rotate(45deg);
    }
}

@keyframes instaLeft {
    0%, 50% {
        transform: rotate(-135deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@media (max-width:992px){
    .instaItem > li .txt img {
        width: 50px;
    }
}
@media (max-width:768px){
    .instaWrp .instaItem > li {
        padding-top: 0;
        width: 40vw;
        height: 40vw;
    }
    .instaWrp .instaItem > li:nth-child(3) {
        margin-top: -30px;
    }
    .instaItem > li + li {
        margin-left: 0px;
    }
    .instaItem > li .txt h4 {
        font-size: 4vw;
    }
    .instaItem > li .txt img {
        width: 35px;
    }
}


/* service3 */
#service3 .sec2 .item {
    padding: 60px 15px 0;
    border-radius: 30px;
}
@media (max-width:768px) {
    #service3 .sec2 .item {
        border-radius: 10px;
        padding: 25px 15px 0;
    }
}


/* service3 */
#service3 .sec3 .item {
    background-color: #fff;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #fff;
    background: linear-gradient(#f7f7f7, #fff);
}
#service3 .sec3 .row {
    margin-left: -5px;
    margin-right: -5px;
}
#service3 .sec3 .row > li {
    padding: 0 5px;
}


/* edu1 */
#service3 .sec4 .bg {
    background: url(../img/sv3_bg4.jpg) center center no-repeat;
    background-size: cover;
}
#service3 .sec4 .item {
    padding: 60px 15px;
    border-radius: 30px;
    background-color: #f9ecec;
}
@media (max-width:768px) {
    #service3 .sec4 .item {
        border-radius: 10px;
        padding: 25px 15px 40px;
    }
}




/* kakaoWrp */
.kakaoWrp {
    padding: 30px;
    background-color: #bacee0;
    background-color: #f1f5f9;
    border-radius: 30px;
}
.kakaoWrp .leftTalk,
.kakaoWrp .rightTalk {
    display: flex;
    max-width: 90%;
    margin: 20px 0;
}
.kakaoWrp .rightTalk {
    justify-content: right;
    margin-left: auto;
}
.kakaoWrp .rightTalk {
    justify-content: end;
}
.kakaoWrp .rightTalk .prf,
.kakaoWrp .leftTalk .prf {
    width: 110px;
}
.kakaoWrp .leftTalk .talkBox {
    width: calc(100% - 110px);
    padding-left: 20px;
}
.kakaoWrp .rightTalk .talkBox {
    width: calc(100% - 110px);
    padding-right: 20px;
    text-align: right;
}
.kakaoWrp .talk,
.kakaoWrp .talk > div:not(:first-child) {
    margin-top: 10px;
}
.kakaoWrp .talk > .img {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    max-width: 220px;
}
.kakaoWrp .talk > .txt {
    display: flex;
    align-items: end;
}
.kakaoWrp .rightTalk .talk > .txt {
    justify-content: right;
}
.kakaoWrp .talk > .txt p {
    padding: 15px 15px;
    background-color: #fff;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    line-height: 1.4em;
    max-width: 70%;
    text-align: left;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}
.kakaoWrp .talk > .txt p .right_arr {
    position: absolute;
    top: 10px;
    left: 100%;
}
.kakaoWrp .talk > .txt p .left_arr {
    position: absolute;
    top: 10px;
    right: 100%;
}
.kakaoWrp .rightTalk .talk > .txt p {
    background-color: #ffeb33;
    color: #111;
}
.kakaoWrp .talk > .txt span {
    margin: 0 10px;
}
@media (max-width:768px) {
    .kakaoWrp {
        padding: 15px;
        border-radius: 10px;
    }
    .kakaoWrp .leftTalk, 
    .kakaoWrp .rightTalk {
        max-width: 95%;
        margin: 15px 0;
    }
    .kakaoWrp .rightTalk .prf,
    .kakaoWrp .leftTalk .prf {
        width: 50px;
    }
    .kakaoWrp .leftTalk .talkBox {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
    .kakaoWrp .rightTalk .talkBox {
        width: calc(100% - 50px);
        padding-right: 15px;
    }
    .kakaoWrp .talk,
    .kakaoWrp .talk > div:not(:first-child) {
        margin-top: 5px;
    }
    .kakaoWrp .talk > .txt p {
        font-size: 12px;
    }
    .kakaoWrp .talk > .txt p .right_arr,
    .kakaoWrp .talk > .txt p .left_arr {
        width: 11px;
    }
    .kakaoWrp .talk > .txt span {
        font-size: 11px;
    }
}
