﻿@charset "utf-8";

#mcontainer{overflow:hidden;position:relative;width:100%;min-width:1100px;}

/* 메인비주얼 */
#mvisual{max-width:1600px;height:400px;margin:0 auto;z-index:10;}
#mvisual .swiper-slide{overflow:hidden;height:400px;}
#mvisual .swiper-slide img{position:relative;width:100%;height:400px;object-fit:cover;}
#mvisual .mvisual_txt{display:flex;flex-direction:column;justify-content:center;gap:40px;position:absolute;top:0;left:50%;width:1100px;height:350px;margin-left:-550px;letter-spacing:-0.075em;text-align:left;text-shadow:1px 1px 1px rgba(0,0,0,0.8);}
#mvisual .mvisual_txt > *{opacity:0;color:#fff;}
#mvisual .mvisual_txt.bk > *{text-shadow:none;color:#000;}
#mvisual .mvisual_txt .large{font-size:38px;line-height:1.3;}
#mvisual .mvisual_txt .small{font-size:15px;;line-height:1.5;}
#mvisual .mvisual_txt .medium{font-size:20px;}

#mvisual .mvisual_txt .btxt{margin-left:-200px;}

/* 강조색상 */
#mvisual .swiper-slide .em_c1{color:#2d3192;}
#mvisual .swiper-slide .em_c2{color:#fdee21;}

#mvisual .swiper-pagination{top:160px;right:50%;left:auto;bottom:auto;width:8px;margin-right:-620px;z-index:9999;}
#mvisual .swiper-pagination .swiper-pagination-bullet{background:#fff;opacity:0.5;cursor:pointer;font-size:0;line-height:0;}
#mvisual .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:3px 0 !important;}
#mvisual .swiper-pagination-bullet-active{width:8px;height:20px;border-radius:8px;opacity:1 !important;}
#mvisual .swiper-slide-active .mvisual_txt .btxt{animation:btxt 0.8s 0.3s forwards;-webkit-animation:btxt 0.8s 0.3s forwards;opacity:1\9; margin-top:0\9;}
#mvisual .swiper-slide-active .mvisual_txt .stxt{animation:stxt 0.8s 1s forwards;-webkit-animation:stxt 0.8s 1s forwards;opacity:1\9;}

@keyframes btxt{to{opacity:1;margin-left:0;}}
@-webkit-keyframes btxt{to{opacity:1;margin-left:0;}}
@keyframes stxt{to{opacity:1;}}
@-webkit-keyframes stxt{to{opacity:1;}}


/* 진료관련박스 */
.msection1{display:flex;position:relative;width:1100px;height:220px;margin:-50px auto 0;z-index:10;}
.msection1 li{display:flex;flex-direction:column;justify-content:end;gap:10px;flex:1;height:100%;padding:25px 20px;box-sizing:border-box;text-align:center;}
.msection1 li .tit_area{margin-bottom:auto;}
.msection1 li p.tit{position:relative;padding-top:42px;font-family:'NotoKrB';font-size:20px;color:#fff;letter-spacing:-0.025em;}
.msection1 li p.tit::before{content:'';position:absolute;top:0;left:50%;width:32px;height:32px;background-repeat:no-repeat;background-size:cover;transform:translateX(-50%);}
.msection1 li p.txt{margin-top:15px;font-family:'NotoKrM';font-size:14px;line-height:1.4;color:rgba(255,255,255,0.8);letter-spacing:-0.025em;}
.msection1 li p.btxt{margin-top:15px;font-family:'Roboto',sans-serif;font-weight:700;font-size:22px;color:#fff;}
.msection1 li .frm_box{display:flex;gap:5px;}
.msection1 li .frm_box input[type="tel"]{flex-grow:1;width:100%;height:35px;padding:0 10px;background:#fff;border:0;font-family:'Roboto',sans-serif;font-weight:700;font-size:14px;line-height:1.2;color:#000;box-sizing:border-box;}
.msection1 li .frm_box input[type="tel"]::placeholder{color:#b5b5b5;}
.msection1 li .frm_box .btn_rsv{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:50px;height:35px;font-family:'NotoKrB';font-size:14px;line-height:1.2;color:#fff;}
.msection1 li .btn_default{display:flex;justify-content:center;align-items:center;height:35px;background-color:transparent;border:1px solid #fff;font-family:'NotoKrB';font-size:14px;line-height:1.2;color:#fff;letter-spacing:-0.025em;box-sizing:border-box;}
.msection1 li .btn_default.mem{background-color:#fff;color:#00aceb;}
.msection1 li .btn_default.go_link{position:relative;justify-content:flex-start;padding:0 20px;}
.msection1 li .btn_default.go_link::after{content:'';position:absolute;top:50%;right:20px;width:8px;height:8px;background:url(/nanum/site/builder/main/major/img/golink_arr.png) no-repeat;background-size:cover;transform:translateY(-50%);}
.msection1 li .link_box{display:flex;gap:5px;}
.msection1 li .link_box .btn_default{flex:1;}

.msection1 li.box1{background-color:#47C3F1;}
.msection1 li.box1 p.tit::before{background-image:url(/nanum/site/builder/main/major/img/linkbox_icon6.png);}
.msection1 li.box1 .frm_box .btn_rsv{width:100%;background-color:#009ad2;}

.msection1 li.box2{background-color:#00ACEB;}
.msection1 li.box2 p.tit::before{background-image:url(/nanum/site/builder/main/major/img/linkbox_icon7.png);}

.msection1 li.box3{background-color:#253981;}
.msection1 li.box3 p.tit::before{background-image:url(/nanum/site/builder/main/major/img/linkbox_icon8.png);}

.msection1 li.box4{background-color:#024EA6;}
.msection1 li.box4 p.tit::before{background-image:url(/nanum/site/builder/main/major/img/linkbox_icon9.png);}
.msection1 li.box4 .frm_box .btn_rsv{background-color:#00316a;}

.msection1 li.box5{background-color:#15A293;}
.msection1 li.box5 p.tit::before{background-image:url(/nanum/site/builder/main/major/img/linkbox_icon10.png);}
.msection1 li.box5 a{display:flex;flex-direction:column;justify-content:center;height:100%;}

/* 진료과_전문센터_팝업존 */
.msection2{display:flex;gap:25px;overflow:hidden;width:1100px;height:250px;margin:0 auto;padding:40px 0;}
.msection2 > [class$="_box"]{flex:1;max-width:350px;}
.msection2 [class^="medi_"]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:40px 20px;background:#e3f7ff;box-sizing:border-box;}
.msection2 [class^="medi_"] .tit_area{text-align:center;letter-spacing:-0.025em;}
.msection2 [class^="medi_"] .tit_area p.tit{position:relative;padding-top:60px;font-family:'NotoKrB';font-size:22px;line-height:1.2;color:#000;}
.msection2 [class^="medi_"] .tit_area p.tit::before{content:'';position:absolute;top:0;left:50%;width:40px;height:40px;background-repeat:no-repeat;background-size:cover;transform:translateX(-50%);}
.msection2 [class^="medi_"] .tit_area p.txt{margin-top:15px;font-size:16px;line-height:1.2;color:rgba(0,0,0,0.8);}

.msection2 .medi_srch_box .tit_area p.tit::before{background-image:url(/nanum/site/builder/main/major/img/linkbox_icon11.png);}
.msection2 .medi_srch_box form{width:100%;}
.msection2 .medi_srch_box .frm_box{display:flex;gap:10px;height:40px;}
.msection2 .medi_srch_box .frm_box input[type="text"]{flex-grow:1;width:100%;height:100%;padding:0 10px;background:#fff;border:0;font-family:'NotoKrB';font-size:15px;color:#000;box-sizing:border-box;}
.msection2 .medi_srch_box .frm_box input[type="text"]::placeholder{color:#b5b5b5;}
.msection2 .medi_srch_box .frm_box .btn_srch{flex-shrink:0;width:80px;height:100%;border:0;background:#009ad2;font-family:'NotoKrB';font-size:15px;line-height:1.2;color:#fff;box-sizing:border-box;cursor:pointer;}

.msection2 .medi_ct_box a{display:block;}
.msection2 .medi_ct_box .tit_area p.tit::before{background-image:url(/nanum/site/builder/main/major/img/linkbox_icon12.png);}

.msection2 .popzone_box{position:relative;height:250px;border:1px solid #d5d5d5;box-sizing:border-box;}
.msection2 .popzone_box .title{position:absolute;top:15px;left:19px;font-family:'NotoKrB';font-size:18px;line-height:1;letter-spacing:-0.05em;color:#222;}
.msection2 .popzone_box ul{float:right;padding:21px 37px 0 0;text-align:right;}
.msection2 .popzone_box ul li{float:left;margin-left:5px;text-align:right;}
.msection2 .popzone_box ul li:first-child{margin-left:0;}
.msection2 .popzone_box ul li a{display:block;position:relative;z-index:2;}
.msection2 .popzone_box ul li div{position:absolute;top:49px;left:0;z-index:1;}
.msection2 .popzone_box .control{position:absolute;top:21px;right:19px;z-index:2;}

/* 센터슬라이드 */
.msection3{overflow:hidden;max-width:2000px;height:400px;margin:0 auto;background:#f5f5f5;}
.msection3 .swiper-slide{position:relative;overflow:hidden;width:100%;z-index:10;}
.msection3 .swiper-slide img{position:relative;left:50%;max-width:2000px;margin-left:-1000px;}
.msection3 .swiper-slide .ct_info{display:table;position:absolute;top:0;right:50%;width:450px;height:300px;margin-right:-550px;padding:50px;background:rgba(255,255,255,0.8);z-index:20;vertical-align:middle;}
.msection3 .swiper-slide .ct_info dl{display:table-cell;vertical-align:middle;}
.msection3 .swiper-slide .ct_info dl dt{padding-bottom:30px;font-family:'NotoKrB';font-size:30px;line-height:1;color:#000;letter-spacing:-0.05em;}
.msection3 .swiper-slide .ct_info dl dd{padding-bottom:40px;font-family:'NotoKrM';font-size:16px;line-height:25px;color:#555;letter-spacing:-0.05em;word-break:keep-all;}
.msection3 .swiper-slide .ct_info dl dd a.golink{position:relative;display:inline-block;height:45px;padding:0 30px;border-radius:45px;background:#3a53ad;font-size:15px;line-height:45px;text-align:center;color:#fff;}
.msection3 .btn{position:absolute;bottom:0;right:50%;width:50px;height:50px;background-color:rgba(0,0,0,0.2);background-position:50% 50%;background-repeat:no-repeat;cursor:pointer;z-index:9999; text-indent:-9999px;}
.msection3 .btn.next{margin-right:-550px;background-image:url(/nanum/site/builder/main/major/img/btn_ctinfo_next.png);}
.msection3 .btn.prev{margin-right:-499px;background-image:url(/nanum/site/builder/main/major/img/btn_ctinfo_prev.png);}

/* 게시판영역 */
.msection4{width:1100px;height:340px;margin:0 auto;padding-top:40px;}
.msection4>ul{position:relative;}
.msection4>ul>li{float:left;margin-left:-1px;}
.msection4>ul>li>a{display:block;width:273px;height:58px;background:#fafafa;border:1px solid #cdcdcd;font-size:17px;line-height:58px;color:#222;letter-spacing:-0.075em;text-align:center;}
.msection4>ul>li>a.on{position:relative;border:1px solid #3e61b3;background:#3e61b3;box-shadow:10px 10px 10px rgba(0,0,0,0.15);font-family:'NotoKrM';color:#fff;z-index:10;}
.msection4>ul>li>div{position:absolute;top:90px;left:0;width:100%;}
.msection4>ul>li>div ul li{float:left;width:274px;height:220px;border-left:1px solid #e5e5e5;word-break:break-all;}
.msection4>ul>li>div ul li:first-child{width:275px;border-left:0;}
.msection4>ul>li>div ul li.empty{width:100%;text-align:center;font-size:19px;line-height:220px;color:#b5b5b5;}
.msection4>ul>li>div ul li a{display:block;padding:0 30px;}
.msection4>ul>li>div ul li a span.date{display:block;padding-left:26px;margin-top:30px;background:url(/nanum/site/builder/main/major/img/bg_board_date.gif) no-repeat 0 50%;font-family:'Roboto', sans-serif;font-weight:700;font-size:14px;color:#3e61b3;}
.msection4>ul>li>div ul li a .board_tit{padding-top:25px;font-family:'NotoKrM';font-size:19px;line-height:27px;letter-spacing:-0.075em;color:#222;overflow: hidden;max-height:54px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.msection4>ul>li>div ul li a .board_txt{padding-top:15px;font-size:15px;line-height:23px;color:#666;letter-spacing:-0.05em;overflow: hidden;max-height:66px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.msection4>ul>li>div a.btn_more{position:absolute;top:-90px;text-indent:-9999px;z-index:20;}
.msection4>ul>li>div a.btn_more span{display:block;width:60px;height:60px;background:url(/nanum/site/builder/main/major/img/btn_board_more.gif) no-repeat 50% 50%;}

#hlist1 a.btn_more{left:1040px;}
#hlist2 a.btn_more{left:490px;}
#hlist3 a.btn_more{left:765px;}
#hlist4 a.btn_more{left:215px;}

/* 바로가기아이콘 */
.msection5{width:1100px;margin:0 auto;padding-bottom:40px;}
.msection5 ul{overflow:hidden;padding:0 10px;}
.msection5 ul li{float:left;width:120px;}
.msection5 ul li a{overflow:hidden;display:block;font-family:'Roboto','NotoKrM';font-size:15px;line-height:1;color:#555;letter-spacing:-0.05em;text-align:center;}
.msection5 ul li a span{display:block;width:68px;height:68px;margin:0 auto 15px;border-radius:100%;border:1px solid #e5e5e5;background-position:top center;background-repeat:no-repeat;transition:all .4s;}
.msection5 ul li a.golink1 span{background-image:url(/nanum/site/builder/main/major/img/icon_golink1.png);}
.msection5 ul li a.golink2 span{background-image:url(/nanum/site/builder/main/major/img/icon_golink2.png);}
.msection5 ul li a.golink3 span{background-image:url(/nanum/site/builder/main/major/img/icon_golink3.png);}
.msection5 ul li a.golink4 span{background-image:url(/nanum/site/builder/main/major/img/icon_golink4.png);}
.msection5 ul li a.golink5 span{background-image:url(/nanum/site/builder/main/major/img/icon_golink5.png);}
.msection5 ul li a.golink6 span{background-image:url(/nanum/site/builder/main/major/img/icon_golink6.png);}
.msection5 ul li a.golink7 span{background-image:url(/nanum/site/builder/main/major/img/icon_golink7.png);}
.msection5 ul li a.golink8 span{background-image:url(/nanum/site/builder/main/major/img/icon_golink8.png);}
.msection5 ul li a.golink9 span{background-image:url(/nanum/site/builder/main/major/img/icon_golink9.png);}

/* 하단진료과전문센터 */
.fcenter_go{height:360px;padding:40px 0;background:#e4eef6;}
.fcenter_go .wsize{overflow:hidden;}
.fcenter_go .medict_area{float:left;width:790px;}
.fcenter_go .medict_area>ul{position:relative;}
.fcenter_go .medict_area>ul>li{float:left;}
.fcenter_go .medict_area>ul>li>a{display:block;width:180px;height:50px;margin:5px 0;background:#fff;font-family:'NotoKrM';font-size:15px;line-height:50px;color:#3e3f43;letter-spacing:-0.075em;text-align:center;}
.fcenter_go .medict_area>ul>li>a.on{position:relative;height:60px;margin:0;background:#da252c;box-shadow:10px 10px 10px rgba(0,0,0,0.3);font-size:17px;line-height:60px;color:#fff;z-index:10;}
.fcenter_go .medict_area>ul>li>div{position:absolute;top:90px;left:0;width:100%;}

/* 하단진료과 */
#mlist1{overflow:hidden;}
#mlist1 ul{float:left;width:158px;}
#mlist1 ul li a{font-family:'NotoKrM';font-size:15px;line-height:30px;letter-spacing:-0.05em;color:#555;}
#mlist1 ul li a:hover{color:#000;text-decoration:underline;}

/* 하단전문센터 */
#mlist2 ul{display:flex;flex-wrap:wrap;gap:10px;}
#mlist2 ul li{width:calc(25% - 7.5px);text-align:center;}
#mlist2 ul li a{display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%;padding:10px 20px;box-sizing:border-box;border:1px solid #c3d2e9;font-family:'NotoKrM';font-size:14px;line-height:1.3;letter-spacing:-0.05em;color:#555;text-align:center;}

/* 하단배너 */
.fcenter_go .bnr_area{float:right;width:270px;background:#fff;}
.fcenter_go .bnr_area a{position:relative;display:block;height:119px;padding:0 30px;border-top:1px solid #e5e5e5;background-repeat:no-repeat;background-position:200px 50%;font-family:'NotoKrM';transition:all .3s ease;}
.fcenter_go .bnr_area a p.btxt{padding:35px 0 20px;font-size:18px;line-height:1;color:#000;letter-spacing:-0.075em;}
.fcenter_go .bnr_area a p.stxt{font-size:14px;line-height:1;color:#3e61b3;letter-spacing:-0.05em;}
.fcenter_go .bnr_area a.bnr1{height:120px;border-top:0;background-image:url(/nanum/site/builder/main/major/img/icon_fcenter1.gif);}
.fcenter_go .bnr_area a.bnr2{background-image:url(/nanum/site/builder/main/major/img/icon_fcenter2.gif);}
.fcenter_go .bnr_area a.bnr3{background-image:url(/nanum/site/builder/main/major/img/icon_fcenter3.gif);}

/* 상담팝업공통(첫방문_건강검진) */
.rsv_pop_wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;}
.rsv_pop_wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);}
.rsv_pop_wrap .rsv_pop{overflow:hidden;position:absolute;top:50%;left:50%;width:700px;background:#fff;border-radius:30px;z-index:200;box-sizing:border-box;transform:translate(-50%,-50%);}
.rsv_pop_wrap .rsv_pop .pop_head{display:flex;align-items:center;justify-content:space-between;height:80px;padding:30px;background:#f5f5f5;border-bottom:1px solid #e5e5e5;box-sizing:border-box;}
.rsv_pop_wrap .rsv_pop .pop_head .title{font-family:'NotoKrB';font-size:26px;}
.rsv_pop_wrap .rsv_pop .pop_head .pop_cls{position:relative;width:24px;height:24px;background:none;border:0;text-indent:-9999px;cursor:pointer;}
.rsv_pop_wrap .rsv_pop .pop_head .pop_cls::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(/nanum/site/builder/skin/common/img/btn_pop_cls.png) no-repeat;background-size:cover;}
.rsv_pop_wrap .rsv_pop .pop_cont{display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:30px;box-sizing:border-box;}
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box{display:flex;align-items:center;gap:20px;font-family:'NotoKrB';font-size:20px;line-height:1.2;}
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box dt{position:relative;padding-left:45px;box-sizing:border-box;}
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box dt::before{content:'';position:absolute;top:50%;left:0;width:30px;height:30px;background:url(/nanum/site/builder/main/major/img/fir_rsv_pop_time.png) no-repeat;background-size:cover;transform:translateY(-50%);}
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box dd{color:#253981;}
.rsv_pop_wrap .rsv_pop .pop_cont ul.list li{position:relative;padding-left:10px;font-size:14px;line-height:1.2;color:#333;}
.rsv_pop_wrap .rsv_pop .pop_cont ul.list li::before{content:'';position:absolute;top:8px;left:0;width:3px;height:3px;border-radius:100%;background:#000;}
.rsv_pop_wrap .rsv_pop .pop_cont ul.list li:nth-child(n+2){margin-top:7px;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box{display:flex;gap:40px;height:125px;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li{display:flex;justify-content:center;align-items:center;position:relative;flex:1;background:#f0fbff;border-radius:10px;text-align:center;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li:nth-child(n+2)::before{content:'';position:absolute;top:50%;left:-27px;width:14px;height:14px;background:url(/nanum/site/builder/main/major/img/fir_rsv_pop_arr.png) no-repeat;background-size:cover;transform:translateY(-50%);}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li span{position:relative;padding-top:45px;font-family:'NotoKrB';font-size:16px;line-height:1.2;letter-spacing:-0.025em;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li span::before{content:'';position:absolute;top:0;left:50%;width:30px;height:30px;background-repeat:no-repeat;background-size:cover;transform:translateX(-50%);}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li.step1 span::before{background-image:url(/nanum/site/builder/main/major/img/fir_rsv_pop_step1.png);}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li.step2 span::before{background-image:url(/nanum/site/builder/main/major/img/fir_rsv_pop_step2.png);}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li.step3 span::before{background-image:url(/nanum/site/builder/main/major/img/fir_rsv_pop_step3.png);}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li.step4 span::before{background-image:url(/nanum/site/builder/main/major/img/fir_rsv_pop_step4.png);}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box{border:1px solid #e5e5e5;}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box .agree_cont{overflow-y:scroll;height:200px;padding:20px;background:#f9f9f9;box-sizing:border-box;font-size:14px;line-height:1.4;text-align:left;}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box .agree_cont p.txt{color:#000;}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box .agree_cont dl:nth-child(n+2){margin-top:10px;}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box .agree_cont dt{margin-bottom:5px;font-family:'NotoKrB';}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box .agree_cont dd{color:#555;}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box .agree_chk{display:flex;justify-content:center;align-items:center;padding:15px 0;border-top:1px solid #e5e5e5;}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box .agree_chk label{margin-left:5px;font-family:'NotoKrB';color:#000;font-size:14px;cursor:pointer;}
.rsv_pop_wrap .rsv_pop .pop_btm{padding:30px;padding-top:0 !important;text-align:center;box-sizing:border-box;}
.rsv_pop_wrap .rsv_pop .pop_btm .btn_rsv{display:inline-flex;justify-content:center;width:290px;margin:0 auto;padding:19px 0;border-radius:10px;background:#253981;font-family:'NotoKrB';font-size:15px;color:#fff;box-sizing:border-box;}

/* 첫방문고객상담 */
#div_first_rsv_pop .agree_cont{height:140px;}
#div_first_rsv_pop .tel_box{display:flex;align-items:center;justify-content:center;gap:20px;}
#div_first_rsv_pop .tel_box .box{display:flex;align-items:center;height:35px;gap:10px;}
#div_first_rsv_pop .tel_box .box label{font-family:'NotoKrB';font-size:14px;}
#div_first_rsv_pop .tel_box .box .auth_num{width:150px;height:100%;padding:0 10px;border:1px solid #e5e5e5;box-sizing:border-box;font-size:14px;font-family:'Roboto',sans-serif;font-weight:700;letter-spacing:0;}
#div_first_rsv_pop .tel_box .box .auth_num::placeholder{color:#b5b5b5;}
#div_first_rsv_pop .tel_box .box .auth_btn{height:100%;border:0;padding:0 10px;background:#222;font-family:'NotoKrB';font-size:13px;color:#fff;box-sizing:border-box;}
#div_first_rsv_pop .tel_box .box .auth_btn:disabled{background:#b5b5b5;pointer-events:none;cursor:default;}
#div_first_rsv_pop .tel_box .box:nth-child(2) .auth_num{width:100px;}

/****************************** 태블릿 ******************************/
@media all and (max-width:1024px){

#mcontainer{min-width:100%;padding-top:70px;box-sizing:border-box;}

/* 메인비주얼 */
#mvisual{position:relative;max-width:100%;height:260px;}
#mvisual .swiper-slide{height:260px;}
#mvisual .swiper-slide img{height:260px;}

#mvisual .mvisual_txt{gap:20px;left:0;width:100%;height:260px;margin-left:0;padding:0 30px;box-sizing:border-box;}
#mvisual .mvisual_txt .btxt{margin-left:0;}
#mvisual .mvisual_txt .stxt{width:100%;}

#mvisual .mvisual_txt .large{font-size:32px;}

#mvisual .swiper-pagination{top:auto;right:auto;bottom:15px;width:100%;margin-right:0;}
#mvisual .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 3px !important;}
#mvisual .swiper-pagination-bullet-active{width:20px;height:8px;}

/* 진료관련박스 */
.msection1{flex-wrap:wrap;width:100%;height:auto;margin:0;}
.msection1 li{flex:auto;width:50%;height:auto;}
.msection1 li .tit_area{margin-bottom:10px;}
.msection1 li p.tit{font-size:17px;}
.msection1 li p.txt{display:none;}
.msection1 li .frm_box .btn_rsv{width:20%;}

/* 진료과_전문센터_팝업존 */
.msection2{flex-wrap:wrap;width:100%;gap:10px;height:auto;padding:10px;box-sizing:border-box;}
.msection2 > [class$="_box"]{flex:none;max-width:100%;}
.msection2 [class^="medi_"]{width:calc(50% - 5px);padding:25px 20px;}
.msection2 [class^="medi_"] .tit_area p.tit{padding-top:42px;font-size:17px;}
.msection2 [class^="medi_"] .tit_area p.tit::before{width:32px;height:32px;}
.msection2 [class^="medi_"] .tit_area p.txt{display:none;}

.msection2 .medi_srch_box .frm_box{gap:5px;height:35px;}
.msection2 .medi_srch_box .frm_box input[type="text"],
.msection2 .medi_srch_box .frm_box .btn_srch{font-size:14px;}
.msection2 .medi_srch_box .frm_box .btn_srch{width:20%;}

.msection2 .popzone_box{overflow:hidden;width:100%;border:1px solid #d5d5d5;}
.msection2 .popzone_box ul li a{text-align:center;}
.msection2 .popzone_box ul li div{width:100%;}
.msection2 .popzone_box ul li div img{width:100%;max-width:348px;min-height:199px;max-height:199px;}

/* 센터슬라이드 */
.msection3{max-width:100%;height:auto;}
.msection3 .swiper-slide{max-width:100%;}
.msection3 .swiper-slide img{left:25%;width:auto;margin-left:-500px;}
.msection3 .swiper-slide .ct_info{display:block;top:auto;right:0;bottom:0;width:100%;height:100%;margin-right:0;padding:0;background:linear-gradient(90deg,rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);background: -webkit-linear-gradient(90deg,rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);background: -moz-linear-gradient(90deg,rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);box-sizing:border-box;text-align:center;}
.msection3 .swiper-slide .ct_info dl{display:block;position:absolute;width:100%;left:0;bottom:0;padding:0 50px;box-sizing:border-box;}
.msection3 .swiper-slide .ct_info dl dt{padding-bottom:15px;font-size:25px;}
.msection3 .swiper-slide .ct_info dl dd{padding-bottom:20px;font-size:14px;line-height:22px;}
.msection3 .swiper-slide .ct_info dl dd a.golink{height:35px;border-radius:35px;background:#3a53ad;font-size:14px;line-height:35px;}
.msection3 .btn{top:50%;right:auto;width:50px;height:50px;margin-top:-25px;}
.msection3 .btn.next{right:0;margin-right:0;}
.msection3 .btn.prev{left:0;margin-right:0;}

/* 게시판영역 */
.msection4{width:100%;padding:20px 10px;box-sizing:border-box;}
.msection4>ul{width:100%;padding-right:50px;box-sizing:border-box;}
.msection4>ul>li{width:25%;margin-left:0;}
.msection4>ul>li>a{width:100%;height:48px;font-size:15px;line-height:48px;}
.msection4>ul>li>div{top:80px;}
.msection4>ul>li>div ul{overflow:hidden;height:200px;}
.msection4>ul>li>div ul li{width:50% !important;height:100%;box-sizing:border-box;}
.msection4>ul>li>div ul li.empty{width:100% !important;font-size:15px;line-height:200px;}
.msection4>ul>li>div ul li a span.date{padding-left:15px;margin-top:20px;background-size:10px auto;font-size:13px;}
.msection4>ul>li>div a.btn_more{top:-80px;left:auto !important;right:0;background:#3e61b3;border:1px solid #3e61b3;box-shadow:10px 10px 10px rgba(0,0,0,0.15);}
.msection4>ul>li>div a.btn_more span{width:49px;height:48px;}

/* 바로가기아이콘 */
.msection5{width:100%;}
.msection5 ul{overflow:hidden;padding:0 10px;}
.msection5 ul li{width:33%;padding:10px;border-bottom:1px solid #e5e5e5;box-sizing:border-box;}
.msection5 ul li:nth-child(3n+1){clear:both;}
.msection5 ul li:nth-child(n+7){border-bottom:none;}
.msection5 ul li a{overflow:hidden;display:block;line-height:38px;text-align:left;}
.msection5 ul li a span{float:left;width:38px;height:38px;margin:0 10px 0 0;background-size:38px auto;}

/* 하단진료과전문센터 */
.fcenter_go{height:auto;padding:30px 0 0 0;}
.fcenter_go .medict_area{float:none;width:100%;height:380px;padding:0 20px;box-sizing:border-box;}
.fcenter_go .medict_area>ul{position:relative;}
.fcenter_go .medict_area>ul>li{float:left;width:50%;}
.fcenter_go .medict_area>ul>li>a{display:block;width:100%;height:40px;font-size:14px;line-height:40px;}
.fcenter_go .medict_area>ul>li>a.on{height:50px;font-size:15px;line-height:50px;}
.fcenter_go .medict_area>ul>li>div{top:80px;}

/* 하단진료과 */
#mlist1 ul{width:20%;height:270px;border-left:1px solid #c3d2e9;box-sizing:border-box;}
#mlist1 ul:first-child{border-left:0;}
#mlist1 ul li{text-align:center;}
#mlist1 ul li a{font-size:14px;}

/* 하단전문센터 */
#mlist2 ul li a{padding:10px;}

/* 하단배너 */
.fcenter_go .bnr_area{overflow:hidden;position:relative;float:none;width:100%;height:auto;}
.fcenter_go .bnr_area a{float:left;width:33.3333%;height:80px !important;padding:0 30px;border-top:0;border-left:1px solid #e5e5e5;background-size:30px auto;box-sizing:border-box;}
.fcenter_go .bnr_area a:first-child{border-left:0;}
.fcenter_go .bnr_area a p.btxt{padding:0 0 20px;font-size:17px;line-height:80px;}
.fcenter_go .bnr_area a p.stxt{display:none;}

/* 상담팝업공통(첫방문_건강검진) */
.rsv_pop_wrap .rsv_pop{width:90%;border-radius:0;}
.rsv_pop_wrap .rsv_pop .pop_head{height:auto;padding:20px;}
.rsv_pop_wrap .rsv_pop .pop_head .title{font-size:20px;}
.rsv_pop_wrap .rsv_pop .pop_head .pop_cls{width:24px;height:24px;}
.rsv_pop_wrap .rsv_pop .pop_cont{gap:20px;padding:20px;}
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box{gap:20px;font-size:15px;}
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box dt{flex:none;width:auto;padding-left:34px;}
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box dt::before{width:24px;height:24px;}
.rsv_pop_wrap .rsv_pop .pop_cont ul.list li{font-size:12px;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box{gap:30px;height:auto;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li{padding:20px 10px;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li:nth-child(n+2)::before{left:-22px;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li span{padding-top:34px;font-size:13px;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box li span::before{width:24px;height:24px;}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box .agree_cont{height:150px;font-size:12px;}
.rsv_pop_wrap .rsv_pop .pop_cont .agree_box .agree_chk label{font-size:13px;}
.rsv_pop_wrap .rsv_pop .pop_btm{padding:20px;}
.rsv_pop_wrap .rsv_pop .pop_btm .btn_rsv{width:100%;padding:15px 0;}

/* 첫방문고객상담 */
#div_first_rsv_pop .agree_cont{height:120px;}

}

/****************************** 모바일 ******************************/
@media all and (max-width:767px){

/* 메인비주얼 */
#mvisual .mvisual_txt{display:flex;flex-direction:column;justify-content:end;padding-bottom:50px;text-align:center;box-sizing:border-box;word-break:keep-all;}
#mvisual .mvisual_txt > * br{display:none;}
#mvisual .mvisual_txt .btxt{position:relative;top:auto !important;right:auto;left:0;bottom:auto;width:100%;}
#mvisual .mvisual_txt .stxt{position:relative;left:0;top:auto !important;bottom:auto;box-sizing:border-box;}

#mvisual .mvisual_txt .large{font-size:26px;}
#mvisual .mvisual_txt .small{font-size:13px;}

@keyframes btxt{to{opacity:1;margin-bottom:0;}}
@-webkit-keyframes btxt{to{opacity:1;margin-bottom:0;}}

/* 진료과_전문센터_팝업존 */
.msection2{flex-direction:column;}
.msection2 [class^="medi_"]{width:100%;}

.msection2 .popzone_box{float:none;width:100%;height:200px;border:0;}
.msection2 .popzone_box .title{display:none;}
.msection2 .popzone_box ul{padding:10px 20px 0 0;}
.msection2 .popzone_box ul li > a{width:8px;}
.msection2 .popzone_box ul li > a > img{width:100%;}
.msection2 .popzone_box ul li div{top:0;}
.msection2 .popzone_box ul li div img{width:100%;max-width:100%;min-height:auto;}
.msection2 .popzone_box .control{top:10px;right:10px;height:8px;}
.msection2 .popzone_box .control img{width:auto;height:8px;}

/* 센터슬라이드 */
.msection3{height:300px;padding:0 10px;}
.msection3 .swiper-slide img{left:50%;width:auto;height:300px;}
.msection3 .swiper-slide .ct_info{display:table;position:absolute;top:0;left:0;bottom:auto;width:100%;height:300px;background:rgba(0,0,0,0.3);vertical-align:middle;}
.msection3 .swiper-slide .ct_info dl{display:table-cell;position:relative;bottom:auto;padding:0 50px;vertical-align:middle;}
.msection3 .swiper-slide .ct_info dl dt{font-size:22px;color:#fff;}
.msection3 .swiper-slide .ct_info dl dd{padding-bottom:0;font-size:12px;line-height:20px;color:rgba(255,255,255,0.8);}
.msection3 .swiper-slide .ct_info dl dd:last-child{padding-top:30px;}
.msection3 .swiper-slide .ct_info dl dd a.golink{background:none;border:1px solid rgba(255,255,255,0.5);color:#fff;font-size:13px;}
.msection3 .btn{width:40px;height:40px;margin-top:-20px;background-color:rgba(0,0,0,0.5);}

/* 게시판영역 */
.msection4{overflow:hidden;height:550px;padding-bottom:0;}
.msection4>ul{padding-right:0;}
.msection4>ul>li{width:50%;margin-top:-1px;}
.msection4>ul>li>a{height:38px;font-size:14px;line-height:38px;}
.msection4>ul>li>div{top:90px;height:auto;padding-bottom:60px;}
.msection4>ul>li>div ul{overflow:hidden;height:0;padding-bottom:336px;}
.msection4>ul>li>div ul li{float:none;width:100% !important;height:auto;max-height:84px;border-top:1px solid #e5e5e5;border-left:0;box-sizing:border-box;}
.msection4>ul>li>div ul li:first-child{border-top:0;}
.msection4>ul>li>div ul li a{position:relative;padding:20px 10px;box-sizing:border-box;}
.msection4>ul>li>div ul li a span.date{margin-top:0;font-size:11px;}
.msection4>ul>li>div ul li a .board_tit{display:inline-block;width:100%;height:20px;padding-top:10px;font-size:15px;line-height:normal;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;-webkit-box;-webkit-line-clamp:1;}
.msection4>ul>li>div ul li a .board_txt{display:none;}
.msection4>ul>li>div a.btn_more{top:auto;bottom:0;width:100%;background:#fafafa;border:1px solid #cdcdcd;box-shadow:none;}
.msection4>ul>li>div a.btn_more span{width:auto;height:40px;background:none;text-indent:0;text-align:center;font-family:'NotoKrM';font-size:14px;line-height:40px;}

/* 바로가기아이콘 */
.msection5{padding:0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#f9f9f9;box-sizing:border-box;clear:both;}
.msection5 ul{padding:0;}
.msection5 ul li{width:50%;padding:8px 20px;border-bottom:1px solid #e9e9e9 !important;box-sizing:border-box;}
.msection5 ul li:nth-child(odd){clear:both;}
.msection5 ul li:nth-child(3n+1){clear:none;}
.msection5 ul li:last-child{border-bottom:none !important;}

.msection5 ul li span{background:#fff;}
.msection5 ul li a{font-size:13px;}

/* 하단진료과전문센터 */
.fcenter_go{padding:0;}
.fcenter_go .medict_area{display:none;}

/* 하단배너 */
.fcenter_go .bnr_area{display:table;width:100%;vertical-align:middle;}
.fcenter_go .bnr_area a{float:none;display:table-cell;height:auto !important;padding:45px 10px 15px 10px;background-size:auto 20px;background-position:50% 15px;text-align:center;vertical-align:middle;}
.fcenter_go .bnr_area a p.btxt{padding:0;font-size:13px;line-height:15px;word-break:keep-all;}

/* 첫방문고객상담 */
#div_first_rsv_pop ol.step_box{display:none;}
#div_first_rsv_pop .tel_box{flex-wrap:wrap;justify-content:center;gap:10px;}
#div_first_rsv_pop .tel_box .box{gap:5px;}
#div_first_rsv_pop .tel_box .box label{flex-shrink:0;width:60px;font-size:13px;}
#div_first_rsv_pop .tel_box .box .auth_btn{flex-shrink:0;width:70px;}
#div_first_rsv_pop .tel_box .box .auth_num{flex-grow:1;width:100% !important;font-size:13px;}

}

/****************************** 모바일2 ******************************/
@media all and (max-width:480px){

/* 진료관련박스 */
.msection1{flex-direction:column;}
.msection1 li{width:100%;}
.msection1 li p.tit{padding-top:34px;}
.msection1 li p.tit::before{width:24px;height:24px;}

.msection2 [class^="medi_"] .tit_area p.tit{padding-top:34px;}
.msection2 [class^="medi_"] .tit_area p.tit::before{width:24px;height:24px;}

.msection5 ul li{padding:10px 15px;}
.msection5 ul li a{line-height:28px;}
.msection5 ul li a span{width:28px;height:28px;margin-right:5px;background-size:28px auto;}

/* 첫방문고객예약상담팝업 */
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box{flex-direction:column;align-items:flex-start;gap:10px;}
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box dt{padding-left:26px;}
.rsv_pop_wrap .rsv_pop .pop_cont dl.time_box dt::before{width:16px;height:16px;}
.rsv_pop_wrap .rsv_pop .pop_cont ol.step_box{display:none;}

}

/****************************** 웹 ******************************/
@media(min-width:1025px){

.animated{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInUp{from{opacity:0;webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0)}to{opacity:1;webkit-transform:none;transform:none}}
@keyframes fadeInUp{from{opacity:0;webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0)}to{opacity:1;webkit-transform:none;transform:none}}

/* 진료관련박스 */
.msection1 li.box1{-webkit-animation-delay:0s;animation-delay:0s}
.msection1 li.box2{-webkit-animation-delay:0.2s;animation-delay:0.2s}
.msection1 li.box3{-webkit-animation-delay:0.4s;animation-delay:0.4s}
.msection1 li.box4{-webkit-animation-delay:0.6s;animation-delay:0.6s}
.msection1 li.box5{-webkit-animation-delay:0.8s;animation-delay:0.8s}

/* 검색전화번호팝업존 */
.msection2 .guide_box .first_area .rsv_input a.rsv_btn:hover{background:#2c458e;color:#fff;}
.msection2 .guide_box .first_area .btn_step:hover{text-decoration:underline;}

/* 센터슬라이드 */
.msection3 .swiper-slide .ct_info dl dd a.golink:before{display:block;position:absolute;top:0;left:0;content:"";opacity:0;filter:Alpha(opacity=0);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;}
.msection3 .swiper-slide .ct_info dl dd a.golink span{position:relative;left:0;color:#fff;-webkit-transition:left 0.4s;-moz-transition:left 0.4s;-o-transition:left 0.4s;-ms-transition:left 0.4s;transition:left 0.4s;z-index:1;}
.msection3 .swiper-slide .ct_info dl dd a.golink i{position:absolute;top:50%;right:50px;opacity:0;filter:Alpha(opacity=0);-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;vertical-align:middle;} 
.msection3 .swiper-slide .ct_info dl dd a.golink i.arr_rit{width:8px;height:14px;margin-top:-7px;background:url(/nanum/site/builder/skin/major/img/common/icon_arr_rit.png) no-repeat;}
.msection3 .swiper-slide .ct_info dl dd a.golink:hover:before{opacity:1;filter:Alpha(opacity=100);}
.msection3 .swiper-slide .ct_info dl dd a.golink:hover span{color:#fff;left:-10px;}
.msection3 .swiper-slide .ct_info dl dd a.golink:hover i{right:20px;opacity:1;filter:Alpha(opacity=100);}

/* 게시판영역 */
.msection4>ul>li>a:hover{position:relative;border:1px solid #3e61b3;background:#3e61b3;box-shadow:10px 10px 10px rgba(0,0,0,0.15);font-family:'NotoKrM';color:#fff;z-index:10;}
.msection4>ul>li>div ul li a:hover p.board_tit{text-decoration:underline;}
.msection4>ul>li>div a.btn_more span{-webkit-transition:all .4s;transition:all .4s}
.msection4>ul>li>div a.btn_more:hover span{transform:rotate(180deg)}

/* 바로가기아이콘 */
.msection5 ul li a:hover span{background-position:bottom center}

/* 하단진료과전문센터 */
.fcenter_go .medict_area>ul>li>a:hover{position:relative;height:60px;margin:0;background:#da252c;box-shadow:10px 10px 10px rgba(0,0,0,0.3);font-size:17px;line-height:60px;color:#fff;z-index:10;}

/* 하단전문터 */
#mlist2 ul li a:hover{border:1px solid #3e61b3;color:#3e61b3;text-decoration:underline;}

/* 하단배너 */
.fcenter_go .bnr_area a span{display:block;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:10;}
.fcenter_go .bnr_area a:hover span,
.fcenter_go .bnr_area a:focus span {opacity:1}
.fcenter_go .bnr_area a span:before,
.fcenter_go .bnr_area a span:after{content:"";display:block;position:absolute;background-color:#da252c}
.fcenter_go .bnr_area a span.line1:before {left:0;top:0;width:2px;height:0;transition:.1s ease-in-out .1s;}
.fcenter_go .bnr_area a span.line1:after {right:0;bottom:0;width:2px;height:0;transition:.1s ease-in-out .3s;}
.fcenter_go .bnr_area a span.line2:before {right:0;top:0;width:0;height:2px;transition:.1s ease-in-out;}
.fcenter_go .bnr_area a span.line2:after {left:0;bottom:0;width:0;height:2px;transition:.1s ease-in-out .2s;}
.fcenter_go .bnr_area a:hover span.line1:before,
.fcenter_go .bnr_area a:focus span.line1:before,
.fcenter_go .bnr_area a:hover span.line1:after,
.fcenter_go .bnr_area a:focus span.line1:after{height:100%;}
.fcenter_go .bnr_area a:hover span.line2:before,
.fcenter_go .bnr_area a:focus span.line2:before,
.fcenter_go .bnr_area a:hover span.line2:after,
.fcenter_go .bnr_area a:focus span.line2:after{width:100%;}

}