@charset "utf-8";

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*#########################################################
* SBaLp01Contents
*##########################################################
* Main Contents
*========================================================*/
/*=========================================================
* Main Contents
*========================================================*/
/*---------------------------------------------------------
* index.html
* Main Contents 1st
*--------------------------------------------------------*/
#company {
    padding: 30px 0 120px 0;
    position: relative;
    background: #ffffff url(../images/bg_logo.png) no-repeat 100px 100px;
}

#company::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 0%);
    z-index: 9;
}

#company .container {
    position: relative;
    z-index: 10;
}

#company .company-col {
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border-radius: 10px;
}

#company .container .img {
    position: relative;
    border-radius: 10px;
}

@media (min-width: 468px) {
    #company .container .mobile-img {
        display: none;
    }
}

#company .container .pc-img {}

#company .company-col .img img {
    border-radius: 7px;
}

#company .company-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #3268cc;
    border-radius: 50%;
    text-align: center;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#company .company-col i {
    font-size: 33px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
    margin-top: 8px;
}

#company .company-text {
    margin: auto;
    padding: 5px 10px 20px 10px;
}

#company .company-col:hover .icon {
    background-color: #fff;
}

#company .company-col:hover i {
    color: #3268cc;
}

#company .company-text h2 {
    margin: 0px 0 20px 0;
}

#company .company-text h2 a {
    color: #474747;
    text-align: left;
    font-size: 1.2em;
    padding: 0;
    font-family: 'GmarketSansLight';
    letter-spacing: -3px;
}

#company .company-text h2 a:hover {
    /* color: #3268cc; */
}

#company .company-text p {
    font-size: 1.2em;
    line-height: 24px;
    color: #474747;
    margin-bottom: 0;
    padding: 0 0 3px 0;
    font-family: 'S-CoreDream-4Regular';
}

@media (max-width: 1200px) {
    #company .company-text h2 a {
        color: #474747;
        text-align: left;
        font-size: 1em;
        padding: 0;
        font-family: 'GmarketSansLight';
        letter-spacing: -3px;
        line-height: 0.9em;
    }

    #company .company-text p {
        font-size: 1.1em;
        line-height: 24px;
        color: #474747;
        margin-bottom: 0;
        padding: 0;
        font-family: 'S-CoreDream-4Regular';
    }
}

@media (max-width: 468px) {
    #company {
        padding: 80px 0 70px 0;
    }

    #company .company-col {
        margin-bottom: 10px;
    }

    #company .company-text h2 {
        text-align: center;
        margin-bottom: 10px;
    }

    #company .company-text h2 a {
        font-size: 21px;
        margin: 0;
        letter-spacing: -2px;
        text-align: center;
        line-height: 16px;
    }

    #company .company-text p {
        font-size: 13px;
        line-height: 20px;
        /* color: #333; */
        margin-bottom: 0;
        padding: 0 0 0px 0;
        font-family: 'S-CoreDream-4Regular';
        text-align: center;
    }

    #company .mobile-img {}

    #company .pc-img {
        display: none;
    }

    #company .company-text {
        margin: auto;
        padding: 0px 10px 25px 10px;
    }
}


/*---------------------------------------------------------
* index.html
* v-ceph
*--------------------------------------------------------*/
#v-ceph {
    padding: 100px 0;
    background: url(../images/v-ceph_bg.jpg);
    background-size: cover;
}

.v-ceph-item1 {
    /* margin-bottom: 30px; */
}

.v-ceph-info-content h5 {
    font-family: 'GmarketSansBold';
    font-size: 55px;
    color: #38c0ff;
    margin-bottom: 15px;
    line-height: 65px;
}

.v-ceph-info-content h6 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'InkLipquid';
    line-height: 55px;
    font-weight: 100;
    /* letter-spacing: 1px; */
}

.v-ceph-info-content p {
    font-family: 'GmarketSansLight';
    font-size: 36px;
    margin: 0;
    color: #fff;
}

.v-ceph-info-content h4 p {
    font-family: 'GmarketSansLight';
    font-size: 18px;
    margin: 0;
}

.v-ceph-info-content b {
    font-family: 'GmarketSansMedium';
    font-size: 18px;
    margin: 0;
}

.v-ceph-info-content h4 p {
    font-family: 'GmarketSansLight';
    font-size: 18px;
    margin: 0;
}

.v-ceph-content {
    margin-bottom: 10px;
}

.v-ceph-item2 {
    margin: 0;
}

.v-ceph-text h7::after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #38c0ff;
    bottom: 0;
    left: calc(50% - 20px);
    margin: 10px 0 20px 0;
}

.v-ceph-text h7 {
    font-family: 'GmarketSansMedium';
    font-size: 18px;
    /* margin-bottom: 10px; */
    color: #ffffff;
}

.v-ceph-img {
    margin-top: 20px;
}

.v-ceph-text p {
    font-family: 'S-CoreDream-4Regular';
    font-size: 15px;
    margin: 0;
    color: #d2d2d2;
}

@media (max-width: 1200px) {
    .v-ceph-info-content h5 {
        font-size: 45px;
        color: #38c0ff;
        margin-bottom: 15px;
        line-height: 65px;
    }

    .v-ceph-info-content p {
        font-size: 28px;
        margin: 0;
    }

    .v-ceph-info-content h6 {
        font-size: 40px;
        line-height: 55px;
    }

    .v-ceph-info-content h4 p {
        font-size: 16px;
    }

    .v-ceph-info-content b {
        font-size: 16px;
    }
}

@media (max-width: 468px) {
    #v-ceph {
        padding: 100px 15px;
    }

    .v-ceph-info-content h5 {
        font-size: 40px;
        color: #38c0ff;
        margin-bottom: 15px;
        line-height: 65px;
        text-align: center;
    }

    .v-ceph-info-content h6 {
        font-size: 28px;
        color: #fff;
        line-height: 29px;
        text-align: center;
    }

    .v-ceph-info-content p {
        font-size: 20px;
        margin: 0;
        text-align: center;
    }

    .v-ceph-info-content h4 p {
        font-family: 'GmarketSansLight';
        font-size: 18px;
        margin: 0;
    }

    .v-ceph-info-content b {
        font-size: 13px;
        margin: 0;
    }

    .v-ceph-info-content h4 p {
        font-size: 13px;
        margin: 0;
    }

    .v-ceph-content {
        margin-bottom: 10px;
    }

    .v-ceph-item2 {
        margin: 0 15px 45px 15px;
    }

    .v-ceph-text h7::after {
        content: '';
        display: block;
        width: 35px;
        height: 2px;
        background: #38c0ff;
        bottom: 0;
        left: calc(50% - 20px);
        margin: 10px 0 20px 0;
    }

    .v-ceph-text h7 {
        font-size: 18px;
    }

    .v-ceph-img {
        margin-top: 20px;
    }

    .v-ceph-text p {
        font-family: 'S-CoreDream-4Regular';
        font-size: 12px;
        margin: 0;
        color: #d2d2d2;
    }

    .v-ceph img {
        padding: 35px;
    }
}

/*---------------------------------------------------------
* index.html
* Main Contents 2nd
*--------------------------------------------------------*/
#business {
    padding: 100px 0;
}

#business .type1 {
    padding: 0;
    margin: 0;
    background: #fff;
    border: solid 0.5px #ddd;
}

#business .type2 {
    padding: 0;
    margin: 0;
    background: #fff;
    border: solid 0.5px #ddd;
}

#business .type3 {
    padding: 0;
    margin: 0;
    background: #008ebe url(../images/blog_bg.png) no-repeat;
    background-position: bottom 20% right 10%;
}

#business .type3 h4 {
    color: #fff;
    font-family: 'GmarketSansLight';
    font-size: 33px;
    margin: 10px 0;
    line-height: 43px;
}

#business .type3 p {
    color: #fff;
}

#business .box {
    padding: 30px;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-radius: 0 0 4px 4px;
    /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
    /* border: solid 1px #ddd; */
}

#business .box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#business .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#business .icon i {
    font-size: 33px;
    line-height: 1;
    margin-top: 3px;
}

#business .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'GmarketSansMedium';
}

#business .title a {
    color: #111;
}

#business .box:hover .title a {
    color: #1bb1dc;
}

#business .description {
    font-size: 1em;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
}

#business .business-slide {
    width: 95%;
    position: relative;
    margin: auto;
}

#business .orth {
    margin: 0;
    height: 570px;
}

#business .orth1 {
    padding: 0px;
    margin: 0;
}

#business .orth2 {
    padding: 0 70px;
    background: url(../images/orth_01_02.jpg);
    vertical-align: middle;
    height: 100%;
}

#business .orth3 {
    padding: 0 70px;
    background: url(../images/orth_02_02.jpg);
    height: 100%;
    vertical-align: middle;
}

#business .orth4 {
    padding: 0 70px;
    background: url(../images/orth_03_02.jpg);
    height: 100%;
    vertical-align: middle;
}

#business .orth5 {
    padding: 0 70px;
    background: url(../images/orth_04_02.jpg);
    /* vertical-align: middle; */
    margin: 0;
}

#business .orth-text {
    /* margin:auto; */
    /* padding: 0; */
    transform: translateY(63%);
}

#business .orth2 .h4-1,
#business .orth3 .h4-1,
#business .orth4 .h4-1,
#business .orth5 .h4-1 {
    font-family: 'GmarketSansMedium';
    font-size: 30px;
    padding: 0;
    margin: 0;
    letter-spacing: -2px;
    color: #7b7b7b;
}

#business .orth2 .h4-2,
#business .orth3 .h4-2,
#business .orth4 .h4-2,
#business .orth5 .h4-2 {
    font-family: 'GmarketSansBold';
    font-size: 45px;
    padding: 0;
    margin: 0;
    color: #414141;
}

#business .orth2 h5,
#business .orth3 h5,
#business .orth4 h5,
#business .orth5 h5 {
    font-family: 'GmarketSansLight';
    font-size: 10px;
    color: #aeaeae;
    letter-spacing: 2px;
    /* line-height: 35px; */
    /* margin: 5px 0 50px 0; */
}

#business .orth2 h4::after,
#business .orth3 h4::after,
#business .orth4 h4::after,
#business .orth5 h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #008ebe;
    margin: 20px 0 0 0;
}

#business .orth2 p,
#business .orth3 p,
#business .orth4 p,
#business .orth5 p {
    font-family: 'GmarketSansMedium';
    color: #828282;
    font-size: 18px;
    white-space: pre-line;
    padding: 30px 0 0 0;
    margin: 0;
}

.business-slide input[id="slide"] {
    display: none;
}

.business-slide .slidewrap {
    margin: 0 auto;
    overflow: hidden;
    height: 540px;
}

.business-slide .slidelist {
    white-space: nowrap;
    font-size: 0;
}

.business-slide .slidelist>li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    transition: all .5s;
}

.business-slide .slidelist>li>a {
    display: block;
    position: relative;
}

.business-slide .slidelist>li>a img {
    width: 100%;
}

.business-slide .slidelist label {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background: #00a0e9;
    border-radius: 500px;
    cursor: pointer;
    margin: 0 15px;
}

.business-slide .slidelist .left {
    left: 0px;
}

.business-slide .slidelist .left i {
    font-size: 30px;
    margin: 10px 12px;
    color: #fff;
}

.business-slide .slidelist .right {
    right: 0px;
}

.business-slide .slidelist .right i {
    font-size: 30px;
    margin: 10px 12px;
    color: #fff;
}

.business-slide [id="slide01"]:checked~.slidewrap .slidelist>li {
    transform: translateX(0%);
}

.business-slide [id="slide02"]:checked~.slidewrap .slidelist>li {
    transform: translateX(-100%);
}

.business-slide [id="slide03"]:checked~.slidewrap .slidelist>li {
    transform: translateX(-200%);
}

.business-slide [id="slide04"]:checked~.slidewrap .slidelist>li {
    transform: translateX(-300%);
}

.business-slide [id="slide05"]:checked~.slidewrap .slidelist>li {
    transform: translateX(-400%);
}

.business-slide [id="slide06"]:checked~.slidewrap .slidelist>li {
    transform: translateX(-500%);
}

@media (max-width: 1200px) {

    #business .orth {
        margin: 0;
        height: 456px;
    }

    #business .orth2 {
        padding: 80px 45px;
        background: url(/bizdemo99820/img/d3t/images/orth_01_02.jpg);
    }

    #business .orth3 {
        padding: 80px 45px;
        background: url(/bizdemo99820/img/d3t/images/orth_02_02.jpg);
        height: 100%;
        vertical-align: middle;
    }

    #business .orth4 {
        padding: 80px 45px;
        background: url(/bizdemo99820/img/d3t/images/orth_03_02.jpg);
        height: 100%;
        vertical-align: middle;
    }

    #business .orth5 {
        padding: 80px 45px;
        background: url(/bizdemo99820/img/d3t/images/orth_04_02.jpg);
        vertical-align: middle;
        height: 100%;
    }

    #business .orth-text {
        transform: translateY(12%);
    }
}

@media (max-width: 468px) {

    #business .business-slide {
        width: 90%;
    }

    .business-slide .slidewrap {
        height: 666px;
        margin: 0 auto;
        overflow: hidden;
    }

    #business .orth {
        height: 376px;
    }

    #business .orth2 {
        padding: 50px 50px;
    }

    #business .orth3 {
        padding: 50px 50px;
    }

    #business .orth4 {
        padding: 50px 50px;
    }

    #business .orth5 {
        padding: 50px 50px;
    }

    #business .orth-text {
        margin: auto;
        padding: 0;
        transform: translateY(5%);
    }

    #business .orth2 .h4-1,
    #business .orth3 .h4-1,
    #business .orth4 .h4-1,
    #business .orth5 .h4-1 {
        font-size: 19px;
        line-height: 35px;
    }

    #business .orth2 .h4-2,
    #business .orth3 .h4-2,
    #business .orth4 .h4-2,
    #business .orth5 .h4-2 {
        font-size: 35px;
    }

    #business .orth2 p,
    #business .orth3 p,
    #business .orth4 p,
    #business .orth5 p {
        font-size: 14px;
        white-space: pre-line;
        padding: 30px 0;
    }

    .business-slide .slidelist label {
        position: absolute;
        z-index: 10;
        top: 52%;
        transform: translateY(-50%);
        padding: 0;
        background: #00a0e9;
        border-radius: 500px;
        cursor: pointer;
        margin: 0 10px;
    }

    .business-slide .slidelist .left {
        left: 0px;
    }

    .business-slide .slidelist .left i {
        font-size: 18px;
        margin: 10px 12px;
        color: #fff;
    }

    .business-slide .slidelist .right {
        right: 0px;
    }

    .business-slide .slidelist .right i {
        font-size: 18px;
        margin: 10px 12px;
        color: #fff;
    }
}

/*---------------------------------------------------------
* index.html
* Main Contents 3rd
*--------------------------------------------------------*/
#consult {
    background: url(../images/main-consult-bg.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

#consult h3 {
    color: #fff;
    font-size: 2em;
}

#consult p {
    color: #fff;
}

.btn-call {
    background-color: #3268cc !important;
    border: 0;
    padding-top: 10px;
}

.btn-call:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.btn-kakao {
    background-color: #f3d900 !important;
    color: #341c1c !important;
    border: 0;
    padding-top: 10px;
}

.btn-kakao:hover {
    background-color: #341c1c !important;
    color: #f3d900 !important;
}

.um-kakao-talk {
    color: #341c1c !important;
}

.btn-kakao:hover .um-kakao-talk {
    color: #f3d900 !important;
}

/*---------------------------------------------------------
* index.html
* Main Contents 4th
*--------------------------------------------------------*/
#product {
    padding: 100px 0;
    background: url("../images/background-img.png") #1f2c49 no-repeat right 100px bottom 100px;
}

#product .product {
    /* text-align: left; */
    /* margin-bottom: 20px; */
    /* background: #000; */
    position: relative;
    /* padding-left: 10px; */
}

#product .doctor-img {
    padding: 30px 15px;
}

#product .product .product-info {
    /*opacity: 0;*/
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* position: absolute; */
    /* bottom: 0; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    transition: 0.2s;
}

#product .product .product-info-content {
    transition: margin 0.2s;
    padding: 70px 10px 0 10px;
}

#product .product .product-info-content1 {
    margin-top: 20px;
}

/*#product .product:hover .product-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#product .product:hover .product-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}*/

#product .product img {
    box-shadow: 10px 10px 10px rgb(0 0 0 / 52%);
}

#product .product h5 {
    margin-bottom: 2px;
    font-size: 25px;
    color: #fff;
    font-family: 'GmarketSansLight';
}

#product .product h4 b {
    font-size: 38px;
}

#product .product b {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-family: 'GmarketSansLight';
}

#product .product p {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-family: 'GmarketSansLight';
}

#product .product h5 p {
    margin-bottom: 5px;
    font-size: 10px;
    color: #ffffff78;
    letter-spacing: 1px;
    font-family: 'GmarketSansLight';
}

#product .product span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

#product .product .social {
    margin-top: 15px;
}

#product .product .social a {
    transition: none;
    color: #fff;
}

#product .product .social a:hover {
    color: #3268cc;
}

#product .product .social i {
    font-size: 18px;
    margin: 0 2px;
}

@media (max-width: 1200px) {
    #product .product b {
        margin-bottom: 4px;
        font-size: 17px;
    }

    #product .product .product-info-content1 {
        margin-top: 15px;
    }

    #product .product p {
        margin-bottom: 4px;
        font-size: 17px;
    }
}

@media (max-width: 468px) {

    #product .product h5 p {
        margin-bottom: 7px;
    }

    #product .product h5 {
        font-size: 20px;
    }

    #product .product h4 b {
        margin-bottom: 2px;
        font-size: 40px;
        color: #fff;
        font-family: 'GmarketSansMedium';
        margin-bottom: 25px;
    }

    #product .product b {
        margin-bottom: 3px;
        font-size: 14px;
    }

    #product .product p {
        font-size: 13px;
        margin-bottom: 3px;
    }

    #product .doctor-img0 {
        width: 33.3%;
        padding: 0;
    }

    #product .doctor-img {
        margin: 0 10px;
        padding: 10px;
    }

    #product .product .product-info-content {
        transition: margin 0.2s;
        padding: 48px 15px 0 18px;
    }
}

/*---------------------------------------------------------
* index.html
* Main Contents 5th
*--------------------------------------------------------*/
#portfolio {
    padding: 100px 0;
    background: #fff;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #eceff1;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #008ebe;
    color: #fff;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
}

#portfolio .portfolio-item figure {
    background: #ffffffebe;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    background: #3268cc;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff0;
    text-align: center;
    margin: auto;
    padding: 20px 0;
    height: 90px;
    border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-family: 'GmarketSansLight';
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #3268cc;
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 0.5em;
    /* text-transform: uppercase; */
}

/*---------------------------------------------------------
* index.html
* Main Contents 6th
*--------------------------------------------------------*/
#time {
    padding: 100px 0;
    background: #f7f7f785;
}

#time .main-time1 {
    padding: 0;
    box-shadow: 0px 12px 12px rgb(0 0 0 / 5%);
}

#time .main-time2 {
    padding: 50px 30px;
    background: #f9f9f9;
    box-shadow: 0px 12px 12px rgb(0 0 0 / 5%);
    height: 438.27px;
}

#time .contact-info {
    margin: auto;
    text-align: left;
    padding-bottom: 0px;
}

#time .contact-time0 {
    padding: 0 20px 15px 20px;
    font-family: 'GmarketSansMedium';
    width: 100%;
    font-size: 20px;
    color: #0000008c;
}

#time .contact-time1 {
    padding: 15px 5px 0 15px;
    border-top: solid 1px #0000002b;
    width: 100%;
}

#time .contact-time2 {
    padding-left: 15px;
    /* border-bottom: solid 1px #0000002b; */
    width: 100%;
}

#time .contact-time3 {
    padding: 0 15px 15px 15px;
    border-bottom: solid 1px #0000002b;
    width: 100%;
}

#time .contact-time4 {
    padding: 20px 20px 0px 20px;
    font-family: 'GmarketSansMedium';
    width: 100%;
}

#time .contact-time b {
    font-family: 'GmarketSansMedium';
    font-size: 20px;
    color: #484848;
}

#time .day {
    color: #008ebe87;
    float: left;
    width: 90px;
}

#time .lunch {
    color: #44444496;
    font-size: 20px;
    padding-left: 90px;
}

#time .main-time2 p {
    font-family: 'GmarketSansMedium';
    font-size: 22px;
    margin: 3px;
}

#time .main-time2 .contact-time4 .p1 {
    font-size: 15px;
}

#time .main-time2 .contact-time4 .p2 {
    font-size: 35px;
    font-family: 'GmarketSansBold';
}


@media (max-width: 1200px) {
    #time {
        padding: 70px 0 30px 0;
        background: #f7f7f785;
    }

    #time .main-time2 {
        box-shadow: 0px 12px 12px rgb(0 0 0 / 0%);
    }

    #time .contact-time1 {
        padding: 0px 0 5px 5px;
        border-top: solid 0px #0000002b;
        width: 90%;
        margin: auto;
    }

    #time .day {
        color: #44444496;
        float: left;
        width: 65px;
    }

    #time .lunch {
        color: #44444496;
        font-size: 20px;
        padding-left: 66px;
    }

    #time .contact-time2 {
        padding-left: 5px;
        /* border-bottom: solid 1px #0000002b; */
        width: 90%;
        margin: auto;
    }

    #time .contact-time3 {
        padding: 0 0 15px 5px;
        border-bottom: solid 1px #0000002b;
        width: 90%;
        margin: auto;
    }

    #time .contact-time4 {
        padding: 15px 20px 0px 5px;
        width: 90%;
        margin: auto;
    }

    #time .contact-time b {
        font-family: 'GmarketSansMedium';
        font-size: 20px;
        color: #484848;
    }

    #time .main-time2 p {
        font-family: 'GmarketSansMedium';
        font-size: 17px;
        margin: 2px 0px;
    }

    #time .main-time2 .contact-time4 .p1 {
        font-size: 15px;
    }

    #time .main-time2 .contact-time4 .p2 {
        font-size: 30px;
        font-family: 'GmarketSansBold';
    }

    #time .main-time2 {
        height: 380px;
    }

    #time .main-time2 {
        padding: 30px 30px;
        background: #f9f9f9;
        box-shadow: 0px 12px 12px rgb(0 0 0 / 5%);
        height: 100%;
    }
}




@media (max-width: 468px) {
    #time {
        padding: 70px 0 30px 0;
        background: #f7f7f785;
    }

    #time .main-time2 {
        box-shadow: 0px 12px 12px rgb(0 0 0 / 0%);
    }

    #time .contact-time1 {
        padding: 0px;
        border-top: solid 0px #0000002b;
        width: 95%;
        margin: 0 auto 7px;
    }

    #time .day {
        color: #44444496;
        float: left;
        width: 65px;
    }

    #time .lunch {
        color: #44444496;
        font-size: 20px;
        padding-left: 66px;
    }

    #time .contact-time2 {
        padding-left: 0;
        /* border-bottom: solid 1px #0000002b; */
        width: 95%;
        margin: 0 auto 7px;
    }

    #time .contact-time3 {
        padding: 0 0 20px 0;
        border-bottom: solid 1px #0000002b;
        width: 95%;
        margin: auto;
    }

    #time .contact-time4 {
        padding: 20px 20px 0px 5px;
        width: 95%;
        margin: auto;
    }

    #time .contact-time b {
        font-family: 'GmarketSansMedium';
        font-size: 20px;
        color: #484848;
    }

    #time .main-time2 p {
        font-family: 'GmarketSansMedium';
        font-size: 17px;
        margin: 2px 0px;
    }

    #time .main-time2 .contact-time4 .p1 {
        font-size: 15px;
    }

    #time .main-time2 .contact-time4 .p2 {
        font-size: 35px;
        font-family: 'GmarketSansBold';
    }

    #time .main-time2 {
        height: 360px;
        padding: 40px 30px;
    }
}

/*---------------------------------------------------------
* index.html
* Main Contents 6th
*--------------------------------------------------------*/
#contact {
    padding: 100px 0;
    background: #1f2c49;
}

#contact .contact-info {
    margin: auto;
    text-align: left;
    padding-bottom: 50px;
    width: 80%;
}

#contact .contact-info1 {
    margin: auto;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-left b {
    font-family: 'GmarketSansMedium';
    font-size: 24px;
    color: #ffffff;
}

#contact .contact-address b,
#contact .contact-parking b,
#contact .contact-subway b {
    font-family: 'GmarketSansMedium';
    font-size: 24px;
    color: #ffffff;
}

#contact .fas {
    color: #ffffff96;
    font-size: 2em;
    padding-right: 5px;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #3268cc;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email,
#contact .contact-parking,
#contact .contact-subway {
    margin-bottom: 10px;
}

#contact .contact-call {
    margin: auto;
    padding: 10px 50px;
    background: #fff;
    border-radius: 100px;
}

#contact .contact-call .fas {
    color: #424242;
    font-size: 4em;
    padding-right: 12px;
}

#contact .contact-call b {
    margin: auto;
    text-align: left;
    padding-bottom: 50px;
    font-family: 'GmarketSansMedium';
    font-size: 3.5em;
    color: #424242;

}

#contact .contact-address .contact-left,
#contact .contact-parking .contact-left,
#contact .contact-subway .contact-left {
    width: 130px;
    float: left;
    color: #ffffff96;
    margin: 0;
}

@media (min-width: 768px) {

    #contact .contact-address,
    
 #contact .contact-phone,
    #contact .contact-email,
    contact-parking,
    .contact-subway {
        padding: 0 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media screen and (max-width:768px) {
    #contact .contact-mapnform .col-md-4 {
        margin-top: 30px;
    }
}

@media (max-width: 468px) {
    #contact {
        padding: 70px 0;
    }

    #contact .contact-info {
        padding-bottom: 20px;
        width: 90%;
    }

    #contact .fas {
        display: none;
    }

    #contact .contact-address b,
    #contact .contact-parking b,
    #contact .contact-subway b {
        font-family: 'GmarketSansMedium';
        font-size: 16px;
        color: #ffffff;
        /* width: 100%; */
    }

    #contact .contact-address .contact-left,
    #contact .contact-parking .contact-left,
    #contact .contact-subway .contact-left {
        width: 60px;
    }

    #contact .contact-address .contact-left,
    #contact .contact-subway .contact-left {
        margin-bottom: 30px;
    }
}

/*---------------------------------------------------------
* index.html
* Main Contents 7th
*--------------------------------------------------------*/
#faq {
    padding: 60px 0;
    overflow: hidden;
}

#faq #faq-list {
    padding: 0;
    list-style: none;
}

#faq #faq-list li {
    border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
    padding: 22px 26px 22px 0;
    display: block;
    position: relative;
    font-size: 1.2em;
    line-height: 1;
    font-weight: 400;
}

#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
}

#faq #faq-list p {
    margin-bottom: 20px;
}

#faq #faq-list a:hover,
#faq #faq-list a:active,
#faq #faq-list a:focus {
    color: #3268cc;
}

#faq #faq-list a.collapsed i::before {
    content: "\f067" !important;
}

/*---------------------------------------------------------*/
#quick_bar {
    padding: 90px 15px 20px;
    background: #ffffff url(../images/quikmenu.jpg) no-repeat;
    position: fixed;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    z-index: 11;
    right: 0;
    bottom: 20%;
    transition: background 0.5s;
}

#quick_bar p {
    font-family: 'GmarketSansMedium';
    text-align: center;
    margin: 0 0 3px;
    font-size: 12px;
    padding: 0;
    color: #707070;
}

#quick_bar .quick_bar img {
    margin: 3px 0 3px;
}

@media (max-width: 1000px) {
    #quick_bar {
        display: none;
    }
}

/*---------------------------------------------------------*/
#quick_bar2 {
    padding: 20px 15px 20px;
    background: transparent no-repeat;
    position: fixed;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    z-index: 11;
    right: 0;
    bottom: 3%;
    transition: background 0.5s;
}

#quick_bar2 p {
    font-family: 'GmarketSansMedium';
    text-align: center;
    margin: 0 0 3px;
    font-size: 12px;
    padding: 0;
    color: #707070;
}

#quick_bar2 .quick_bar2 img {
    margin: 3px 0 3px;
}

@media (min-width: 1001px) {
    #quick_bar2 {
        display: none;
    }
}

/*---------------------------------------------------------
* index.html
* Main Contents 8th
*--------------------------------------------------------*/
#client {
    padding: 100px 0 50px 0;
}

#client img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#client img:hover {
    opacity: 1;
}

#client .owl-nav,
#client .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#client .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#client .owl-dot.active {
    background-color: #00a0e9;
}

@media (max-width: 468px) {
    #client {
        padding: 50px 0 50px 0;
    }
}