@charset "utf-8";
* {box-sizing: border-box;}
/* quick */
@media screen and (min-width: 1201px) {
    .quick_wrap {
        top: 210px;
        width: 140px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: transparent;
        box-shadow: -10px 10px 20px rgba(0,0,0,.1);
    }
    .quick_wrap ul li:first-child {
        font-weight: 500;
        font-size: 20px;
        height: 115px;
        padding-top: 32px;
        border-bottom: 0;
    }
    .quick_wrap ul li {
        position: relative;
        border-bottom: 0;
        background-color: #fff;
    }
    .quick_wrap ul li:not(:last-child):after {
        content: '';
        height: 1px;
        width: 110px;
        position: absolute;
        left: 15px;
        bottom: 0;
        background-color: rgba(0,0,0,.1);
    }
    .quick_wrap ul li p {
        font-size: 18px;
        font-weight: 700;
    }
} 
.quick_wrap ul li:first-child {
    background-color: #008cd6;
}
/* 기존 작업 수정 */
@media screen and (max-width: 1200px) {
    #wrap {
        overflow-x: hidden;
    }

    .offcanvas .right_p {
        right: 0;
    }

    .offcanvas .btn_close {
        right: 0;
    }
}

#main {
    background-color: #fff;
}
/* 20250512 */
/* common */
.fw_700 {font-weight: 700;}

.d-f {
    display: -ms-flexbox;
	display: flex;
    font-size: 0;
    
}
.d-f-w {
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    font-size: 0;
}
.a-c {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.j-b {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.r-box,
.bor-r-box {
    padding: 50px 40px;
    border-radius: 30px;
    overflow: hidden;
}

.bor-r-box {
    border: 1px solid rgba(0,0,0,.2);
}

@media (max-width: 991px) {
    .r-box,
    .bor-r-box {
        padding: 30px 20px;
        border-radius: 20px;
    }
}
/* main page */
/**
    visual slider
**/

.inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.main_visual {
    position: relative;
}

.main_visual__slider {
    margin-bottom: 0 !important;
}


#wrap #header #m_visual.m_vis_new {
    height: auto;
}
.main_visual__slider .slider_item {
    position: relative;
    height: 677px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_visual__slider .slider_item:not(:first-of-type) {
    display: none;
}

.slick-initialized .slider_item:not(:first-of-type) {
    display: block;
}

.main_visual__slider .slider_item__inner {
    position: relative;
    display: table;
    color: #fff;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.slider_item__inner .slider_item__inner__txtbox {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    padding-bottom: 70px;
}

.slider_item__inner .slider_item__inner__txtbox>* {
    position: relative;
}

.slider_item__inner .slider_item__inner__txtbox h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 0;
}
/*
.slider_item__inner .slider_item__inner__txtbox p {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;

}*/


.main_visual__slider .slick-dots {
    bottom: 272px;
}

.main_visual__slider .slick-dots li {
    width: 10px;
    height: 10px;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.main_visual__slider .slick-dots li.slick-active {
    width: 40px;
}

.main_visual__slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
}

.main_visual__slider .slick-dots li.slick-active button {
    border-radius: 5px;
    background-color: #000;
}

.slick-dots li button:before {
    display: none;
}

/* control */
.main_visual__control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 25px;
    margin-top: 120px;
    z-index: 3;
}

.main_visual__control__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.main_visual__control .paging {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255,255,255,.3);
    line-height: 1;
    margin: 0;
}
.main_visual__control .paging > * {
    vertical-align: middle;
}
.main_visual__control .paging span {
    display: inline-block;
}
.main_visual__control .paging span.paging_active,
.main_visual__control .paging span.paging_next {
    color: rgba(255,255,255,1);
}

.main_visual__control .slider-paging__container {
    position: relative;
}

/* progress timing bar */
.slider-progress__container {
    width: 210px;
    display: inline-block;
    padding: 11px 0 10px;
    margin: 0 10px;
}

.slider-progress {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
}

.slider-progress .progress {
    background-color: #fff;
    width: 0%;
    height: 2px;
}


@media (max-width: 1200px) {
    .main_visual__slider .slider_item {
        height: 500px;
    }
    .slider_item__inner .slider_item__inner__txtbox h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .main_visual__slider .slider_item {
        height: 360px;
        min-height: 360px;
    }
    .slider_item__inner .slider_item__inner__txtbox h2 {
        font-size: 25px;
    }

    .slider_item__inner {
        margin-top: 0;
    }

    .main_visual__control {
        top: auto;
        bottom: 30px;
        margin-top: 0;
    }

    .main_visual__control .paging {
        font-size: 13px;
    }

    .slider-progress__container {
        width: 140px;
    }
}

@media (max-width: 500px) {
    .main_visual__slider .slider_item {
        height: 320px;
        min-height: 320px;
    }
    .slider_item__inner .slider_item__inner__txtbox h2 {
        font-size: 20px;
    }
}

/* 메인 컨텐츠 */
.main_section h3 {
    margin: 0;
}
.main-cont-header .main-cont-tit {
    font-size: 40px;
    font-weight: 700;
    color: #151515;
}
.main-cont-header p {
    font-size: 20px;
    font-weight: 400;
    color: #151515;
    margin-top: 10px;
}

 /* 진료안내 */
.main_section.m_section01 {
    padding: 50px 0;
    background-color: #fff0ca;
}
.main_section.m_section01 .main-cont-tit {
    font-size: 50px;
}
.main_section.m_section01 .main-cont-tit span {
    color: #f39800;
}

.main_section.m_section01 .d-f .main-cont-header {
    position: relative;
    width: 42%;
} 
.main_section.m_section01 .d-f .main-cont-body {
    width: 58%;
}

.main_section.m_section01 .d-f .main-cont-header .obj {
    position: absolute;
    left: -64px;
    top: -70px;    
}

.m_section01__list {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;    
}
.m_section01__list li {
    width: 33.333%;
    padding: 0 10px;
    flex: 1;
}

.m_section01__list li a {
    display: block;
    padding: 30px 10px;
    border-radius: 20px;
    border: 1px solid #ffe5a5;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.m_section01__list li a p {
    font-size: 22px;
    font-weight: 400;
    color: #151515;
    margin-top: 20px;
}

.m_section01__list li a:hover, 
.m_section01__list li a:active {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
} 

.main_section.m_section02 {
    padding-top: 100px;
}
.main_section.m_section02 .main-cont-tit span {
    color: #008cd6;
}

.main_section.m_section02 .board_wrap--fc {
    width: calc(100% - 470px - 50px);
    margin-right: 50px;
}

/* 게시판 공통 */
.board_wrap--fc .bor-r-box {
    height: calc(100% - 60px - 20px); /*  .main-cont-header 높이  - margin-bottom */
    padding-top: 20px;
    padding-bottom: 20px;
}
.board_wrap--fc .main-cont-header {
    margin-bottom: 20px;
}

.board_wrap--fc .main-cont-header .plus-more {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e5e5e5 url('../images/main/ico_plus-g.png')no-repeat center center/auto;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.board_wrap--fc .main-cont-header .plus-more:hover, 
.board_wrap--fc .main-cont-header .plus-more:active {
    background-color: #ddd;
}
.board_wrap--fc ul li {
    font-size: 18px;
    padding: 25px 0;
}
.board_wrap--fc ul li + li {
    border-top: 1px solid rgba(0,0,0,.2);
}
.board_wrap--fc ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.board_wrap--fc ul li p.txt {
    display: none;
}
.board_wrap--fc ul li p.tit {
    width: calc(100% - 90px);
    color: #151515;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}  
.board_wrap--fc ul li p.date {   
    width: 90px; 
    color: #777;
    text-align: right;
    font-variant-numeric: tabular-nums; 
    font-feature-settings: "tnum";
}
.board_wrap--fc ul li a:hover .tit,
.board_wrap--fc ul li a:active .tit {
    color: #008cd6;
}

 /* 소식 */
.m_section02 .board_wrap--fc .bor-r-box{
    background-color: #fcfcfc;
}
.m_section02 .board_wrap--fc ul li {
    position: relative;
    padding-left: 30px;
}
.m_section02 .board_wrap--fc ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f39800;
}
.m_section02 .board_wrap--fc ul li:nth-child(2):before {
    background-color: #008cd6;
}
.m_section02 .board_wrap--fc ul li:nth-child(3):before {
    background-color: #a61f24;
}

.m_section02__bnr {
    position: relative;
    width: 470px;
    background: url('../images/main/bg_m_section02_bnr.jpg')no-repeat center center/100% auto;
    object-fit: cover;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.m_section02__bnr:hover, 
.m_section02__bnr:active {
    background-size: 110% auto;
} 
.m_section02__bnr * {
    color: #fff;
}
.m_section02__bnr a.pos_a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.m_section02__bnr dl * {
    line-height: 1.5;
}

.m_section02__bnr dl dt {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.m_section02__bnr dl dt .m_sec_title h3 {
    font-size: 34px;
    font-weight: 600;
}
.m_section02__bnr dl dt .m_sec_title .icon {margin-left: 15px;}
.m_section02__bnr dl dt p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
}

.m_section02__bnr dl dd {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.8;
}
.m_section02__bnr dl dd * {
    font-size: 100%;
}
.m_section02__bnr dl dd ul {
    margin-top: 15px;
}

.m_section02__bnr dl dd ul li {
    position: relative;
    padding-left: 15px;
}

.m_section02__bnr dl dd ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}
 /* 상담안내 */
.main_section.m_section03 {
    padding: 70px 0 90px;
}
.main_section.m_section03 .board_wrap--fc {
    margin-right: 40px;
}
.main_section.m_section03 .board_wrap--fc,
.main_section.m_section03 .m_section03__bnr {
    width: calc(50% - 20px);
}

.main_section.m_section03 .m_section03__bnr {
    background: #e6f6ff url('../images/main/bg_m_section03-bnr.png')no-repeat bottom right 10px/auto 80%;
}
.m_section03__bnr * {
    line-height: 1.4;
}
.m_section03__bnr dl dt {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.m_section03__bnr dl dt span {
    color: #eb5165;
}
.m_section03__bnr dl dd {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
}
.m_section03__bnr ul {
    display: inline-block;
    padding: 15px 10px;
    border: 1px solid rgba(0,0,0,.2);
    border-width: 1px 0;
}
.m_section03__bnr ul li {
    font-size: 18px;
    font-weight: 400;
    padding: 3px 0;
}

.m_section03__bnr ul li span {
    display: inline-block;
    width: 100px;
}

@media (max-width: 1200px) {
    .main-cont-header .main-cont-tit {
        font-size: 30px;
    }
    .main-cont-header p {
        font-size: 16px;
    }
    

    /* 진료안내 */
    .main_section.m_section01 .d-f .main-cont-header {
        width: 38%;
    }
    .main_section.m_section01 .d-f .main-cont-body {
        width: 62%;
    }
    .main_section.m_section01 .main-cont-tit {
        font-size: 35px;
    }
    .main_section.m_section01 .d-f .main-cont-header .obj {
        left: -51px;
    }
    .m_section01__list li a img {
        width: 43px;
    }
    .m_section01__list li a p {
        font-size: 16px;
    }


    /* 게시판 공통 */
    .board_wrap--fc .bor-r-box {
        height: calc(100% - 45px - 20px);
    }
    .board_wrap--fc .main-cont-header .plus-more {
        width: 40px;
        height: 40px;
        background-size: 16px auto;
    }

    /* 소식 */
    .main_section.m_section02 .board_wrap--fc {
        width: calc(100% - 470px - 20px);
        margin-right: 20px;
    }
    .m_section02__bnr dl dt .m_sec_title h3 {
        font-size: 30px;
    }

    /* 상담안내 */    
    .main_section.m_section03 .board_wrap--fc, 
    .main_section.m_section03 .m_section03__bnr {
        width: calc(50% - 10px);
    }
    .main_section.m_section03 .board_wrap--fc {
        margin-right: 10px;
    }
    .main_section.m_section03 .m_section03__bnr {
        background-size: 45%;
    }
    .m_section03__bnr dl dt {
        font-size: 25px;
    }
    .m_section03__bnr dl dd {
        font-size: 30px;
    }
    
}
@media (max-width: 991px) {
    .main_section.m_section02 {
        padding-top: 50px;
    }
    .main_section.m_section02 .board_wrap--fc {
        margin-right: 10px;
    }
    .main_section.m_section02 .board_wrap--fc, 
    .main_section.m_section02 .m_section02__bnr {
        width: calc(50% - 10px);
    }
    .main_section.m_section02 .m_section02__bnr {
        background-size: cover;
    }

    .main_section.m_section03 {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .main-cont-header .main-cont-tit {
        font-size: 28px !important;
    }
    .main-cont-header p {
        font-size: 15px;
    }
    .main_section.m_section01 .d-f {
        display: block;
    }

    .main_section.m_section01 .d-f .main-cont-header,
    .main_section.m_section01 .d-f .main-cont-body {
        width: 100%;
    }
    .main_section.m_section01 .d-f .main-cont-header {
        margin-bottom: 30px;
    }

    .main_section.m_section02 .d-f-w,
    .main_section.m_section03 .d-f-w {
        display: block;
    }

    .main_section.m_section02 .d-f-w > *,
    .main_section.m_section03 .d-f-w > * {
        width: 100%;
        margin-right: 0;
    }

    .main_section .d-f-w .board_wrap--fc  {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .main_section.m_section01 .d-f .main-cont-header .obj {
        left: -40px;
        top: -45px;
    }
    .main_section.m_section01 .d-f .main-cont-header .obj img {
        max-width: 70%;
    }
    .main_section.m_section02 {
        padding-top: 40px;
    }
    .main_section.m_section01,
    .main_section.m_section03 {
        padding: 40px 0;
    }
    .board_wrap--fc .main-cont-header {
        margin-bottom: 10px;
    }
    .m_section01__list {
        margin: 0 -3px;
    }
    .m_section01__list li {
        padding: 0 3px;
    }
    .m_section01__list li a {
        height: 100%;
        padding: 20px 5px;
    }
    .m_section01__list li a p {
        font-size: 13px;
    }
    .board_wrap--fc ul li {
        font-size: 15px;
        padding: 13px 0;
    }
    .board_wrap--fc ul li p.tit {
        width: calc(100% - 70px);
    }
    .board_wrap--fc ul li p.date {
        width: 70px;
        font-size: 12px;
    }

    .m_section02__bnr dl dt .m_sec_title h3,
    .m_section03__bnr dl dd {
        font-size: 25px;
    }
    .m_section03__bnr dl dt {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .m_section02__bnr dl dt p,
    .m_section02__bnr dl dd,
    .m_section03__bnr ul li {
        font-size: 15px;
    }
    .m_section03__bnr ul li span {
        width: 70px;
    }
}