@charset "utf-8";


.stit1 {
    color: #3b3b3b;
    font-size: 2.125em;
}

.stit2 {
    color: #3b3b3b;
    font-size: 2em;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    line-height: 1.0em;
}

.stit2:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #2c3853;
    position: absolute;
    left: 0;
    bottom: 0;
}

.stit3 {
    color: #3b3b3b;
    font-size: 1.7em;
    margin-bottom: 20px;
}

.stit4 {
    color: #3b3b3b;
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.stit4:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 4px solid #2c3853;
    float: left;
    margin: 6px 10px 0 0;
}

.typo1 {
    font-family: 'Atomy-Bold';
    font-size: 2.5em;
}

@media screen and (max-width:767px) {

    .stit1 {
        font-size: 1.9em;
    }

    .stit2 {
        font-size: 1.8em;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .stit4:before {
        margin: 2px 7px 0 0;
    }

    .typo1 {
        font-size: 2em;
    }

    .typo1 span {
        display: block;
    }

}

.slsline {
    position: relative;
    width: 100%;
    height: 6px;
    background: url("/images/sub/slsline.png") repeat-x bottom;
    overflow: hidden;
}

.bdBox {
    overflow: hidden;
    border: 10px solid #f6f6f6;
    padding: 4%;
    box-sizing: border-box;
}

.bdBox2 {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 3%;
    box-sizing: border-box;
}

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

    .bdBox {
        border: 5px solid #f6f6f6;
    }

}

.dotList {
    overflow: hidden;
}

.dotList>li {
    padding-left: 20px;
    position: relative;
    margin-top: 5px;
}

.dotList>li:first-child {
    margin-top: 0;
}

.dotList>li:before {
    content: '·';
    color: #2c3853;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0.9em;
    font-size: 2.0em;
}

.checkList {
    overflow: hidden;
}

.checkList>li {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    position: relative;
    background: url("/images/sub/dotline.png") repeat-x bottom;
    font-size: 1.375em;
    color: #3d3d3d;
    line-height: 35px;
}

.checkList>li:before {
    content: '';
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background: url("/images/sub/ico_check.png") no-repeat left center;
    background-size: 100%;
}

.checkList>li p {
    float: right;
    width: calc(100% - 45px);
    line-height: 1.3em;
    padding-top: 5px;
}

.orderList {
    overflow: hidden;
}

.orderList>li {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    position: relative;
    background: url("/images/sub/dotline.png") repeat-x bottom;
    font-size: 1.375em;
    color: #3d3d3d;
    counter-increment: number;
    line-height: 40px;
}

.orderList>li:before {
    content: counter(number, decimal-leading-zero);
    background: #2c3853;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    font-family: 'Charm', cursive;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 80px;
    font-weight: 700;
    float: left;
}

.stepList {
    overflow: hidden;
    text-align: center;
}

.stepList>li {
    float: left;
    counter-increment: number;
    position: relative;
}

.stepList>li:before {
    content: counter(number, decimal-leading-zero);
    background: #2c3853;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-family: 'Charm', cursive;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    border-radius: 100%;
    font-weight: 700;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 100px;
}

.stepList>li img {
    width: 100%;
}

.stepList>li dl {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 40px 2% 30px;
    height: 125px;
    overflow: hidden;
}

.stepList>li dl dt {
    color: #3d3d3d;
    font-size: 1.375em;
    font-weight: 700;
}

.stepList.col4>li {
    width: calc(25% - 19.5px);
    margin-left: 26px;
    margin-bottom: 26px;
}

.stepList.col4>li:nth-child(4n+1) {
    margin-left: 0;
}

.stepList.col3>li {
    width: calc(33.33% - 16px);
    margin-left: 24px;
    margin-bottom: 24px;
}

.stepList.col3>li:nth-child(3n+1) {
    margin-left: 0;
}


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

    .stepList.col4>li {
        width: calc(25% - 11.25px);
        margin-left: 15px;
        margin-bottom: 15px;
    }

}

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

    .stepList.col4>li {
        width: calc(50% - 7.5px);
    }

    .stepList.col4>li:nth-child(4n+1) {
        margin-left: 15px;
    }

    .stepList.col4>li:nth-child(odd) {
        margin-left: 0;
    }

    .stepList.col3>li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }


    .stepList>li dl {
        padding: 30px 2% 20px;
        height: 25vw;
    }

    .stepList>li:before {
        bottom: calc(25vw - 20px);
    }

}

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

    .stepList>li {
        font-size: 0.9em;
    }

    .stepList>li:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .stepList.col4>li {
        width: calc(50% - 5px);
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .checkList,
    .orderList {
        font-size: 0.85em;
    }

    .checkList li {
        padding: 0 0 5px 0;
        margin-bottom: 5px;
        line-height: 25px;
    }

    .checkList li:before {
        width: 25px;
        height: 25px;
        margin-top: 5px;
    }

    .checkList>li p {
        width: calc(100% - 35px);
    }

    .orderList li {
        line-height: 30px;
        padding: 0 0 5px 0;
        margin-bottom: 5px;
    }

    .orderList li:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
    }


}


.circleList {
    overflow: hidden;
    text-align: center;
}

.circleList li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border-radius: 100%;
    border: 15px solid #2c3853;
    background-color: #fff;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin: 0 -12px;
    padding-top: 5.2em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.circleList li p {
    color: #3d3d3d;
    font-size: 1.3em;
    line-height: 1.2em;
}

@media screen and (max-width:976px) {

    .circleList li {
        width: 25vw;
        height: 25vw;
    }

}


@media screen and (max-width:767px) {

    .circleList {
        max-width: 90%;
        margin: 0 auto;
    }

    .circleList li {
        border: 12px solid #2c3853;
        width: 35vw;
        height: 35vw;
        margin: 0 -6px -6px 0;
        padding: 4vw 2vw;
    }

}




/* 클리닉 */
.cln-top {
    position: relative;
    height: 500px;
    overflow: hidden;
    border-top: 3px solid #3b3b3b;
    border-bottom: 3px solid #3b3b3b;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cln-top .cln-cont {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4%;
    float: left;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cln-top .cln-cont .cln-txt {
    font-family: 'Atomy-Bold';
}

.cln-top .cln-cont .cln-txt h3 {
    font-size: 5em;
    line-height: 2em;
}

.cln-top .cln-cont .cln-txt .fs-s {
    font-size: 0.625em;
}

.cln-top .cln-cont .cln-txt .t1 {
    font-size: 1.625em;
    line-height: 1.2em;
    color: #3b3b3b;
}

.cln-top .cln-cont .cln-txt .t2 {
    font-size: 2em;
    line-height: 1.2em;
    color: #3b3b3b;
}

.cln-top .cln-cont .cln-txt .t3 {
    font-family: 'Atomy-Light';
}

#body1 h3 {
    color: #3eaee0;
}

#body2 h3 {
    color: #f75c7d;
}

#hair1 h3 {
    color: #196bf3;
}

#hair2 h3 {
    color: #57b4e7;
}

#hair3 h3 {
    color: #65656d;
}

#hair4 h3 {
    color: #834a39;
}

#hair5 h3 {
    color: #89725e;
}

#beauty1 h3 {
    color: #f04b92;
}

#beauty2 h3 {
    color: #6b4bf6;
}

#beauty3 h3 {
    color: #1fa3d8;
}

#beauty4 h3 {
    color: #ae9985;
}

#beauty5 h3 {
    color: #8fd3f4;
}

#gene1 h3 {
    color: #073385;
}

#smoke1 h3 {
    color: #075a9b;
}

#family h3 {
    color: #0f97c4;
}

#body1 {
    background-image: url("/images/sub/body1_top.png");
    background-position: center;
}

#body2 {
    background-image: url("/images/sub/body2_top.jpg");
    background-position: center;
}

#hair1 {
    background-image: url("/images/sub/hair1_top.png");
    background-position: center;
}

#hair2 {
    background-image: url("/images/sub/hair2_top.jpg");
    background-position: center;
}

#hair3 {
    background-image: url("/images/sub/hair3_top.jpg");
    background-position: center;
}

#hair4 {
    background-image: url("/images/sub/hair4_top.jpg");
    background-position: center;
}

#hair5 {
    background-image: url("/images/sub/hair05_top.png");
    background-position: center;
}

#beauty1 {
    background-image: url("/images/sub/beauty1_top.jpg");
    background-position: center;
}

#beauty2 {
    background-image: url("/images/sub/beauty2_top.jpg");
    background-position: center;
}

#beauty3 {
    background-image: url("/images/sub/beauty3_top.png");
    background-position: center;
}

#beauty4 {
    background-image: url("/images/sub/beauty4_top.png");
    background-position: center;
}

#beauty5 {
    background-image: url("/images/sub/beauty5_top.png");
    background-position: center;
}


#gene1 {
    background-image: url("/images/sub/gene1_top.jpg");
    background-position: center;
}

#smoke1 {
    background-image: url("/images/sub/smoke1_top.png");
    background-position: center;
}

#family {
    background-image: url("/images/sub/family_top.png");
    background-position: center;
}

@media screen and (max-width:767px) {

    .cln-top {
        height: auto;
    }

    .cln-top .cln-cont {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 10% 4%;
    }

    .cln-top .cln-cont .cln-txt {
        font-size: 0.8em;
    }

    .cln-top .cln-cont .cln-txt h3 {
        line-height: 1.5em;
    }

}


.i-point {
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
    background: url("/images/sub/slsline.png") repeat-x bottom;
}

.i-point li {
    float: left;
    width: 20%;
    border-left: 1px solid #dedede;
    box-sizing: border-box;
    padding: 2% 0;
}

.i-point li:first-child {
    border-left: 0;
}

.i-point dl dt {
    color: #3d3d3d;
    font-size: 1.375em;
    margin-top: 20px;
    font-weight: 700;
}

@media screen and (max-width:976px) {

    .i-point li img {
        width: 50%;
        max-width: 90px;
        min-width: 40px;
    }

    .i-point2 li {
        width: 32%;
        float: none;
        display: inline-block;
        border: 0;
        padding: 2% 0;
    }

}

@media screen and (max-width:767px) {

    .i-point li {
        font-size: 0.9em;
        padding: 2%;
    }

}

@media screen and (max-width:480px) {

    .i-point li {
        width: 32%;
        float: none;
        display: inline-block;
        border: 0;
        padding: 2% 0;
    }

    .i-point2 li {
        width: 46%;
    }

}




.zzCont {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.zzCont li {
    position: relative;
    overflow: hidden;
}

.zzCont li .zz-img {
    background-size: cover;
    background-position: center;
    min-height: 380px;
    overflow: hidden;
}

.zzCont li .zz-cont {
    padding: 3% 2% 3% 3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.zzCont li .col-s-7.zz-cont {
    padding: 3% 0;
}

.zzCont li:nth-child(even) .zz-img,
.zzCont li:nth-child(even) .zz-cont {
    float: right;
}

.zzCont li:nth-child(even) .zz-cont {
    padding: 3% 3% 3% 0;
}

.h-950 {
    min-height: 950px !important;
}

.h-600 {
    min-height: 600px !important;
}

.h-550 {
    min-height: 500px !important;
}

.h-500 {
    min-height: 500px !important;
}

.h-460 {
    min-height: 460px !important;
}

.h-450 {
    min-height: 450px !important;
}

.h-420 {
    min-height: 420px !important;
}

.h-400 {
    min-height: 400px !important;
}

.h-350 {
    min-height: 350px !important;
}

.body1_1 {
    background-image: url("/images/sub/body1_img1.jpg");
}

.body1_2 {
    background-image: url("/images/sub/body1_img2.jpg");
}

.body2_1 {
    background-image: url("/images/sub/body1_img1.png");
}

.body2_2 {
    background-image: url("/images/sub/body2_img2.png");
}

.hair1_1 {
    background-image: url("/images/sub/hair1_img1.png");
}

.hair2_1 {
    background-image: url("/images/sub/hair2_img1.jpg");
}

.hair3_1 {
    background-image: url("/images/sub/hair3_img1.jpg");
}

.hair4_1 {
    background-image: url("/images/sub/hair4_img1.jpg");
}

.hair4_2 {
    background-image: url("/images/sub/hair4_img2.jpg");
}

.hair4_3 {
    background-image: url("/images/sub/hair4_img3.jpg");
}

.hair05-1 {
    background-image: url("/images/sub/hair05_img1.jpg");
}

.hair05-1-1 {
    background-image: url("/images/sub/hair05_img1-1.jpg");
}

.hair05-2 {
    background-image: url("/images/sub/hair05_img2.jpg");
}

.hair05-3 {
    background-image: url("/images/sub/hair05_img3.jpg");
}

.hair05-4 {
    background-image: url("/images/sub/hair05_img4.jpg");
}

.beauty1_1 {
    background-image: url("/images/sub/beauty1_img1.jpg");
}

.beauty2_1 {
    background-image: url("/images/sub/beauty2_img1.jpg");
}

.beauty3_1 {
    background-image: url("/images/sub/beauty3_img1.png");
}

.beauty3_2 {
    background-image: url("/images/sub/beauty3_img2.png");
}

.beauty4_1 {
    background-image: url("/images/sub/beauty4_img1.png");
}

.beauty4_2 {
    background-image: url("/images/sub/beauty4_img2.png");
}

.beauty5_1 {
    background-image: url("/images/sub/beauty5_img1.png");
}

.beauty5_2 {
    background-image: url("/images/sub/beauty5_img2.png");
}

.smoke1_1 {
    background-image: url("/images/sub/smoke1_img1.png");
    background-position: center bottom !important;
}

.family1 {
    background-image: url("/images/sub/family_img1.png");
}

.family2 {
    background-image: url("/images/sub/family_img2.png");
}

.family3 {
    background-image: url("/images/sub/family_img3.png");
}

.family4 {
    background-image: url("/images/sub/family_img4.png");
}

.family5 {
    background-image: url("/images/sub/family_img5.png");
}


@media screen and (max-width:976px) {

    .zzCont li .zz-img {
        min-height: 40vw;
    }

    .zzCont li .zz-cont {
        padding: 6% 0 !important;
    }

    .h-950,
    .h-600,
    .h-550,
    .h-500,
    .h-460,
    .h-450,
    .h-420,
    .h-400,
    .h-380 {
        min-height: 40vw !important;
    }

}

@media screen and (max-width:767px) {

    .zzCont li .zz-img {
        min-height: 45vw;
    }

    .h-950,
    .h-600,
    .h-550,
    .h-500,
    .h-460,
    .h-450,
    .h-420,
    .h-400,
    .h-380 {
        min-height: 45vw !important;
    }

}



.tb-style1 {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 1px solid #001b54;
    text-align: center;
}

.tb-style1 thead th {
    background-color: #465983;
    color: #fff;
    padding: 1.5%;
    font-size: 1.2em;
}

.tb-style1 thead th.vs {
    background-color: #2c3853;
}

.tb-style1 tbody th {
    font-weight: 700;
    background-color: #3d3d3d;
    color: #fff;
    padding: 1.5%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tb-style1 tbody td {
    padding: 1.5%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


.i-hair {
    width: 20%;
    max-width: 156px;
}

.i-botox {
    width: 20%;
    max-width: 104px;
}

.i-smoke {
    width: 20%;
    max-width: 120px;
}

.i-family1 {
    width: 20%;
    max-width: 88px;
}

.i-gene {
    width: 20%;
    max-width: 100px;
}


.titCont {
    overflow: hidden;
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
    border: 10px solid #f9f9f9;
    padding: 3%;
}

.titCont.wid100 {
    max-width: 100%;
}

.titCont dl {
    overflow: hidden;
    padding: 15px 0;
    background: url("/images/sub/dotline.png") repeat-x bottom;
}

.titCont dl dt {
    float: left;
    width: 25%;
    font-weight: 700;
}

.titCont dl dd {
    float: right;
    width: 70%;
}


@media screen and (max-width:976px) {

    .titCont {
        max-width: 100%;
    }

    .titCont dl dt {
        width: 35%;
    }

    .titCont dl dd {
        width: 60%;
    }

}

@media screen and (max-width:767px) {

    .titCont dl dt {
        font-size: 1.2em;
    }

}

@media screen and (max-width:568px) {

    .titCont dl dt {
        width: 100%;
    }

    .titCont dl dd {
        width: 100%;
        padding-left: 24px;
        box-sizing: border-box;
    }

}



/*병원소개*/
#intro1 {
    position: relative;
    overflow: hidden;
    background: url("/images/sub/intro1_new.jpg") no-repeat left center;
    background-size: 45%;
}

#intro1 .introImg {
    float: left;
}

#intro1 .introTxt {
    float: right;
    width: 50%;
    background: url("/images/sub/intro_typoBG.png") no-repeat 90% center;
}

#intro1 .introTxt .typo {
    font-family: 'Atomy-Bold';
    font-size: 4em;
    color: #3b3b3b;
    line-height: 1.2em;
}

#intro1 .introTxt .t1 {
    font-family: 'Arita-buriSB';
    font-size: 1.875em;
    color: #3b3b3b;
}

#intro1 .introTxt .t2 {
    font-size: 1.125em;
}

#intro1 .introTxt .t2 .name {
    font-size: 2.25em;
    color: #3b3b3b;
    font-family: 'HSGyoulnoonkot';
    margin-left: 20px;
}

#intro2 {
    position: relative;
    overflow: hidden;
    background: url("/images/sub/dr_new.jpg") no-repeat left top;
    background-size: 45% auto;
}

#intro2 .introImg {
    float: left;
}

#intro2 .introTxt {
    float: right;
    width: 55%;
    background: url("/images/sub/intro_typoBG.png") no-repeat 90% 90%;
}

#intro2 .introTxt .drName {
    font-family: 'Atomy-Bold';
    font-size: 3.2em;
    color: #3b3b3b;
    line-height: 1.2em;
    margin-bottom: 3%;
}



@media screen and (max-width:767px) {

    #intro1 {
        background: none;
    }

    #intro1 .introImg {
        width: 100%;
        height: 58vw;
        background: url("/images/sub/intro1_mo_new.jpg") no-repeat center top;
        background-size: cover;
    }

    #intro1 .introTxt {
        width: 100%;
        padding-top: 5%;
    }

    #intro1 .introTxt .typo {
        font-size: 3em;
        background-size: 25% auto;
    }

    #intro1 .introTxt .t1,
    #intro1 .introTxt .t2 br {
        display: none;
    }

    #intro2 {
        background: none;
    }

    #intro2 .introImg {
        width: 100%;
        height: 58vw;
        background: url("/images/sub/dr_mo_new.jpg") no-repeat center top;
        background-size: cover;
    }

    #intro2 .introTxt {
        width: 100%;
        padding: 8% 5%;
    }

    #intro2 .introTxt .drName {
        font-size: 3em;
        margin-bottom: 5%;
    }

}


.CSinfo .zz-cont {
    background: url("/images/sub/intro_typoBG.png") no-repeat 95% 70%;
    min-height: 400px;
    overflow: hidden;
}

.CSinfo .zz-cont h4 {
    font-size: 1.77em;
    color: #2c3853;
    font-family: 'Atomy-Bold';
    margin-top: 3%;
}

.CSinfo .zz-cont ul {
    overflow: hidden;
    margin-top: 5%;
    width: 92%;
    position: relative;
}

.CSinfo .zz-cont ul li {
    padding: 7px 0;
    line-height: 35px;
    overflow: hidden;
}

.CSinfo .zz-cont ul li dl dt {
    width: 20%;
    float: left;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
}

.CSinfo .zz-cont ul li dl dd {
    width: 80%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 1.66em;
    letter-spacing: 0.01em;
}

.intro3_1 {
    background-image: url("/images/sub/intro3.jpg");
    background-position: center bottom;
    min-height: 468px !important;
}

.hyujin {
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
}

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

    .CSinfo .zz-cont ul li {
        line-height: 1.8em;
    }

    .CSinfo .zz-cont ul li dl dd {
        font-size: 1.5em;
    }

}

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


    .intro3_1 {
        min-height: 370px !important;
    }

    .CSinfo li .zz-cont {
        min-height: 370px !important;
        background-size: 20% auto;
    }

}

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

    .intro3_1 {
        min-height: 350px !important;
    }

    .CSinfo li .zz-cont {
        min-height: 0 !important;
        padding: 6% !important;
    }

    .CSinfo .zz-cont h4 {
        margin-top: 0;
    }

    .CSinfo li .zz-cont ul {
        margin-top: 3%;
    }


}

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

    .CSinfo li .zz-cont ul {
        width: 100%;
    }

    .intro3_1 {
        min-height: 50vw !important;
    }

    .CSinfo li .zz-cont {
        font-size: 1em;
    }

}

.VOD {
    position: relative;
    width: 100%;
    height: 563px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width:976px) {

    .VOD {
        height: 50vw;
    }

}


#locaMap {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

@media screen and (max-width:976px) {

    #locaMap {
        height: 50vw;
    }

}

.contactInfo {
    overflow: hidden;
    position: relative;
    padding: 6% 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.contactInfo li {
    padding-left: 3%;
    width: 100%;
}

.contactInfo li img {
    float: left;
    margin-right: 30px;
    width: 80px;
    max-width: 80px;
}

.contactInfo li dl {
    float: left;
    padding-top: 10px;
}

.contactInfo li dl dt {
    color: #0c0c0c;
    font-family: 'Atomy-Bold';
    letter-spacing: 0;
    margin-bottom: 2%;
}

.contactInfo li dl dd {
    float: left;
    margin-right: 20px;
    line-height: 1.5em;
    font-size: 1.05em;
}

.contactInfo li dl dd .tel {
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    font-size: 1.6em;
    color: #2c3853;
}

/* .contactInfo li:nth-child(even) { background:url("/images/sub/dotlineY.png") repeat-y left; } */


#locatxt {}

/* #locatxt div.parking {
    width: 49%;
    height: auto;
    min-height: 400px;
    background: url('/images/sub/parking.png') no-repeat center center;
    background-size: 100%;
}

*/

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

    #locatxt div.parking {
        width: 49%;
        height: auto;
        min-height: 340px;
    }

}

@media all and (max-width:1080px) {
    .contactInfo {
        flex-direction: column;
    }

    #locatxt div.parking {
        width: 49%;
        height: auto;
        min-height: 260px;
    }

}

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

    .contactInfo li img {
        width: 80px;
        margin-right: 20px;
    }

    .contactInfo li dl {
        width: calc(100% - 100px);
    }

}


@media screen and (max-width:976px) {

    .contactInfo {
        padding: 3%;
    }

    .contactInfo li {
        padding-left: 0;
    }

    .contactInfo li:nth-child(even) {
        padding-top: 3%;
        margin-top: 3%;
        background: url("/images/sub/dotline.png") repeat-x top;
    }

    .contactInfo li dl {
        padding-top: 0px;
    }

}

@media all and (max-width:820px) {
    #locatxt div.parking {
        width: 100%;
        height: 48vw;
        min-height: 200px;
        order: 2;
    }

    .contactInfo {
        order: 1;
        width: 100%;
        margin-bottom: 1%;
    }
}

@media screen and (max-width:767px) {

    .contactInfo li img {
        width: 10vw;
        margin-right: 3vw;
    }


}



/* 이용약관 */

.memberWrap .stit4 {
    margin: 0 0 30px;
}

.memberWrap p {
    padding-bottom: 20px;
}




.comTable {
    width: 100%;
}

.comTable tr {
    border-bottom: 1px solid #e0e0e0;
}

.comTable tr th {
    font-size: 1.1em;
}

.comTable tr td {
    font-size: 1em;
}

.comTable tr th,
.comTable tr td {
    padding: 1em 2em;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center
}

.comTable tr th {
    font-weight: 500;
    color: #FFF;
    background: #333
}

.comTable tr td.td-f {
    background: rgba(245, 245, 245, 0.5);
    border-left: 0;
    color: #222;
    font-size: 1.1em;
    font-weight: 600
}

.scroll-txt {
    display: none;
    color: #999;
    text-align: left;
    font-size: 1em;
    margin: 1em 0;
}

@media screen and (max-width:680px) {
    .comTable {
        width: 100%;
    }

    .scroll-txt {
        display: block;
    }
}

@media screen and (max-width:580px) {

    .comTable tr th,
    .comTable tr td {
        padding: 1em;
    }
}