@charset "utf-8";

/* 준비중페이지 */
.mimg{text-align: center;max-width: 100%;}
.wait_page{display:flex;justify-content:center;padding:20px;box-sizing:border-box;}
.wait_page img{width:451px;height:310px;object-fit:contain;}

/* 텍스트박스 */
.inp_txt{height:100%;min-height:40px;padding:0 10px;border:1px solid #d5d5d5;background-color:#fff;font-size:1.5rem;cursor:text;box-sizing:border-box;}
.inp_txt:focus{border-color:#3db6ed;background-color:#f0f7fa;}


/* 탭 */
.con_tab{width:100%;}
.con_tab ul{display:flex;justify-content:space-between;width:100%;background: #f0f2f5;border-radius: 25px;padding: 10px;box-sizing: border-box;}
.con_tab ul li{flex-grow:1;position:relative;z-index:1;}
.con_tab ul li a{display:block;position: relative;padding: 12px 20px;font-size: 1.8rem;font-weight: 700;color: #9098ad;text-align: center;}
.con_tab ul li.on{z-index:2;}
.con_tab ul li.on a{color: #222;background: #fff;border-radius: 20px;box-shadow: 0 5px 10px rgb(0 0 0 / 10%);}
.con_tab ul li.on a:before{content:'';position: absolute;left: 0;bottom: -2px;width: 100%;height: 3px;}
.tab_t{margin-top:50px;}
.tab_b{margin-bottom:50px;}

/* 탭2 */
.con_tab2{width:100%;}
.con_tab2 ul{display:flex;justify-content: center;width:100%;gap: 10px;}
.con_tab2 ul li{/*flex-grow:1;*/position:relative;z-index:1;}
.con_tab2 ul li a{display:block;position: relative;padding: 10px 40px;border: 2px solid #e5e5e5;border-radius: 50px;font-size: 1.8rem;font-weight: 700;color: #999;text-align: center;transition:.3s;}
.con_tab2 ul li.on{z-index:2;}
.con_tab2 ul li.on a{background: #346db5;border-color:#346db5;color: #fff;}
.tab_t{margin-top:50px;}
.tab_b2{margin-bottom:50px;}

/* 제목 */
h4.tit{position: relative;margin-bottom:20px;padding-left: 20px;font-size: 3.3rem;line-height:1.3;font-weight:700;color:#000;letter-spacing:-0.025em;}
h4.tit:before,
h4.tit:after{content:'';position:absolute;top: 9px;left: 0;width: 9px;height: 9px;border-radius: 2px;background: #327edd;}
h4.tit:after{background:#5dad80;top: 23px;}
h4.tit.h4_t{margin-top:50px;}
h5.tit{margin-bottom:15px;font-size: 2.8rem;line-height:1.3;font-weight:700;color: #327edd;letter-spacing:-0.025em;}
h5.tit.h5_t{margin-top:30px;}
h6.tit{margin-bottom:15px;font-size: 2.3rem;line-height:1.3;font-weight:700;color:#000;letter-spacing:-0.025em;}
h6.tit.h6_t{margin-top:20px;}

/* 리스트 */
ul.list > li{position:relative;padding-left:15px;line-height:1.5;color:#222;}
ul.list > li::after{content:'';position:absolute;top: 7px;left:0;width: 5px;height: 5px;border: 2px solid #3660e2;border-radius: 50%;}
ul.list > li:nth-child(n+2){margin-top:6px;}
ul.list > li > ul.list2{margin: 0;}
ul.list2 > li{position:relative;padding-left:15px;margin-top:4px;font-size:1.6rem;line-height:1.5;color: #222;}
ul.list2 > li::after{content:'';position:absolute;top: 9px;left:0;width: 7px;height: 2px;background: #222;}
ul.list2 > li > ul.list3{margin:8px 0;}
ul.list3 > li{position:relative;padding-left: 12px;margin-bottom:5px;font-size:1.5rem;line-height:1.5;color: #444;}
ul.list3 > li::after{content:'';position:absolute;top:8px;left:0;width: 4px;height: 4px;background: #000;}

/* 버튼 */
.btn_w{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;width:100%;padding:30px 0;text-align:center;}
.btn_w a{flex-grow:1;}
.btn_w.center{justify-content:center;}
.btn_w.center a{flex-grow:0;}

a.con_btn,
input.con_btn{display:inline-block;color:#fff;min-width:130px;padding: 17px 100px;border-radius: 15px;font-size: 1.7rem;font-weight:600;line-height:normal;vertical-align:middle;text-align:center;cursor:pointer;border:0;letter-spacing:-0.025em;box-sizing:border-box;transition:.3s;}

a.con_sbtn,
input.con_sbtn{display:inline-block;color:#fff;padding:12px 20px;border-radius: 10px;font-size:1.6rem;font-weight:600;line-height:normal;vertical-align:middle;text-align:center;cursor:pointer;border:0;letter-spacing:-0.025em;box-sizing:border-box;transition:.3s;}

.con_btn.navy,
.con_sbtn.navy{border:1px solid #224191;background:#224191;}
.con_btn.navy_l,
.con_sbtn.navy_l{border:1px solid #224191;background:#fff;color:#224191;}

.con_btn.blue,
.con_sbtn.blue{border: 2px solid #1b67c6;background: #327edd;}

.con_btn.blue_l,
.con_sbtn.blue_l{border:1px solid #009ef6;color:#009ef6;}

.con_btn.black,
.con_sbtn.black{border: 2px solid #333;background:#333;color:#fff;}

.con_btn.black_l,
.con_sbtn.black_l{border: 2px solid #000000;color:#222;}

.con_btn.gray,
.con_sbtn.gray{background:#f5f5f5;border:2px solid #d5d5d5;color:#555;}

.con_btn.white,
.con_sbtn.white{background:#fff;border:1px solid #b0b0b0;color:#000;}

.con_btn.link,
.con_sbtn.link{}

/*.con_btn.file,
.con_sbtn.file{position:relative;padding-left:60px;background: #327edd;border: 2px solid #1b67c6;}
.con_btn.file::before,
.con_sbtn.file::before{content:'';position:absolute;top:50%;left:40px;width:11px;height:12px;margin-top:-6px;background-image:url(/nanum/site/builder/skin/main/img/common/icon_file.png);background-repeat:no-repeat;background-size:cover;}*/

/* 기본테이블 */
table.table1{width:100%;border-collapse:collapse;border-top:2px solid #000;border-right:1px solid #d5d5d5;word-break:keep-all;}
table.table1 th{font-weight:700;}
table.table1 th,
table.table1 td{padding:17px 10px;text-align:center;color:#000;line-height:1.4;}
table.table1 thead th{font-weight:700;background:#eff6ff;}
table.table1 thead th,
table.table1 tbody th,
table.table1 tbody td{border-left:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;}
table.table1 tbody td.left{text-align:left;}
table.table1 tbody td.right{text-align:right;}

/* 포인트 텍스트 */
.point_txt{position:relative;padding-left: 25px;font-size: 1.7rem !important;line-height:1.4 !important;font-weight:600 !important;}
.point_txt::before{content:'';position:absolute;top:2px;left:0;width:18px;height:18px;background:url(/nanum/site/builder/skin/main/img/common/point_txt.png) no-repeat;background-size:cover;}
.point_txt.wh{color:#fff;}
.point_txt.wh::before{background-image:url(/nanum/site/builder/skin/main/img/common/point_txt_wh.png);}

/* 라인박스 */
.line_box{padding:30px;border:1px solid #d5d5d5;border-radius:20px;background: #fff;box-sizing: border-box;}

/* 회색박스 */
.gray_box{padding:30px;border:1px solid #bbb;border-radius:20px;background: #f8f8f8;box-sizing: border-box;}

/* 사이트맵 */
.sitemap_wrap{display:flex;flex-wrap:wrap;justify-content:space-between;}
.sitemap_wrap::after{content:'';width:30%;}
.sitemap_wrap .box{width:30%;border:1px solid #d5d5d5;}
.sitemap_wrap .box:nth-child(n+4){margin-top:30px;}
.sitemap_wrap .box .tit{padding:15px 30px;background:#f5f5f5;text-align:center;font-size:1.8rem;line-height:1.5;font-weight:700;color:#000;}
.sitemap_wrap .box > ul{padding:20px;}
.sitemap_wrap .box > ul > li:nth-child(n+2){border-top:1px solid #e5e5e5;}
.sitemap_wrap .box > ul > li > a{display:block;padding:10px;font-size:1.6rem;color:#000;}
.sitemap_wrap .box > ul > li > ul{padding:15px 25px;background:#f9f9f9;}
.sitemap_wrap .box > ul > li > ul > li{font-size:1.4rem;}
.sitemap_wrap .box > ul > li > ul > li:nth-child(n+2){margin-top:8px;}

/* 디자인셀렉트박스 */
select.custom_sel{width:100%;height:100%;min-height:40px;padding:0 10px;border:1px solid #d5d5d5;background:url(/nanum/site/builder/skin/main/img/common/select_arr.png) no-repeat calc(100% - 10px) 50% #fff;font-size:1.5rem;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
select.custom_sel::-ms-expand{display:none;}

/* 디자인인풋박스 */
.inp_chk[type="checkbox"],
.inp_rd[type="radio"]{clip:rect(1px, 1px, 1px, 1px);position:absolute;width:1px;height:1px;}

/* 체크박스 */
.inp_chk[type="checkbox"].default + label{display:inline-block;position:relative;padding-left:25px;cursor:pointer;font-size:1.5rem;line-height:0;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.inp_chk[type="checkbox"].default + label::before{content:'';position:absolute;left:0;top:50%;width:20px;height:20px;margin-top:-10px;border:1px solid #cacece;border-radius:3px;background:url(/nanum/site/builder/skin/main/img/common/icon_chk_off.png) no-repeat 50% 50%;background-size:auto 12px;box-sizing:border-box;}
.inp_chk[type="checkbox"]:checked.default + label{font-weight:700;}
.inp_chk[type="checkbox"]:checked.default + label::before{background:url(/nanum/site/builder/skin/main/img/common/icon_chk_on.png) no-repeat 50% 50% #0075ff;background-size:auto 12px;border-color:#0075ff;}

.inp_chk[type="checkbox"].borbx + label{display:inline-block;position:relative;width:100%;padding:5px 0;background-color:#fff;border:1px solid #d5d5d5;font-size:1.4rem;font-weight:600;color:#555;text-align:center;box-sizing:border-box;vertical-align:top;cursor:pointer;}
.inp_chk[type="checkbox"].borbx:checked + label{border-color:#000;background:#747474;color:#fff;box-shadow:3px 3px 0 rgba(0,0,0,0.2);}

/* 라디오버튼 */
.inp_rd[type="radio"].default + label{display:inline-block;position:relative;margin-right: 10px;padding-left:25px;cursor:pointer;font-size:1.5rem;line-height:0;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.inp_rd[type="radio"].default + label::before{content:'';position:absolute;left:0;top:50%;width:20px;height:20px;margin-top:-10px;box-sizing:border-box;text-align:center;border:1px solid #cacece;border-radius:100%;}
.inp_rd[type="radio"]:checked.default + label::before{border-color:#0075ff;}
.inp_rd[type="radio"]:checked.default + label::after{content:'';position:absolute;top:50%;left:5px;width:10px;height:10px;margin-top:-5px;background:#0075ff;border-radius:100%;}

/*네모아이콘박스*/
.squarebox{padding: 60px 20px;border: 2px solid #d7e0f4;border-radius: 15px;background: #f8faff;text-align: center;}
.squarebox i{display: block;width: 105px;height: 105px;margin: 0 auto 25px;border-radius: 25px;background: #fff no-repeat center center;box-shadow: 0 0 20px rgba(215, 224, 244);}
.squarebox i.no1{background-image: url(/nanum/site/builder/skin/main/img/common/squareic01.png);}
.squarebox i.no2{background-image: url(/nanum/site/builder/skin/main/img/common/squareic02.png);}
.squarebox i.no3{background-image: url(/nanum/site/builder/skin/main/img/common/squareic03.png);}
.squarebox i.no4{background-image: url(/nanum/site/builder/skin/main/img/common/squareic04.png);}
.squarebox i.no5{background-image: url(/nanum/site/builder/skin/main/img/common/squareic05.png);}
.squarebox .tit{margin-bottom: 10px;font-size: 2.7rem;font-weight: 700;line-height: 1.3;}
.squarebox .txt{color: #555;font-weight: 400;}

/*사진배경공통*/
.backimg_bx{display: flex;flex-direction: column;justify-content: end;min-height: 620px;padding: 60px;border-radius: 20px;background: no-repeat center center / cover;box-sizing: border-box;color: #fff;}
.backimg_bx.bg_bx01{background-image: url(/nanum/site/builder/dir/main/img/menu6030/backimg01.jpg);}
.backimg_bx.bg_bx02{background-image: url(/nanum/site/builder/dir/main/img/menu6029/backimg02.jpg);}
.backimg_bx dt{margin-bottom: 20px;font-size: 3.5rem;font-weight: 700;line-height: 1.3;}
.backimg_bx dt .small{display: block;margin-bottom: 10px;font-size: 2.2rem;font-weight: 600;}
.backimg_bx dd{font-size: 1.8rem;font-weight: 400;opacity: .9;}

/*아이콘상자공통*/
.ct_area{display: grid;grid-template-columns: 1fr 1fr;gap: 20px;}
.ct_area dl{position: relative;display: flex;gap: 20px;align-items: center;}
.ct_area dl dt{width: 150px;height: 150px;border: 1px solid #ddd;border-radius: 20px;box-sizing: border-box;background: #fff no-repeat center center;}
.ct_area dl.n1 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6030/center01.png);}
.ct_area dl.n2 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6030/center02.png);}
.ct_area dl.n3 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6030/center03.png);}
.ct_area dl.n4 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center04.png);}
.ct_area dl.n5 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center05.png);}
.ct_area dl.n6 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center06.png);}
.ct_area dl.n7 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center07.png);}
.ct_area dl.n8 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center08.png);}
.ct_area dl.n9 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center09.png);}
.ct_area dl.n10 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center10.png);}
.ct_area dl.n11 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center11.png);}
.ct_area dl.n12 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center12.png);}
.ct_area dl.n13 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center13.png);}
.ct_area dl.n14 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center14.png);}
.ct_area dl.n15 dt{background-image: url(/nanum/site/builder/dir/main/img/menu6029/center15.png);}

.ct_area dl dd{width:calc(100% - 170px);}
.ct_area dl p{font-weight: 400;color: #555;}
.ct_area dl .btit{margin-bottom: 5px;font-weight: 700;color: #000;font-size: 2.4rem;}

/* 좌우 이미지 리스트 */
.clinic_introduce{display:flex;flex-direction:column;gap:40px 0;}
.clinic_introduce dl{position:relative;display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:20px;box-sizing:border-box;overflow:hidden;}
.clinic_introduce dl::before{content:"";position: absolute;right:0;top:0;width:80%;height: 100%;background: linear-gradient(-90deg, #fff 63%, transparent);}
.clinic_introduce dl:nth-child(even){flex-direction:row-reverse;}
.clinic_introduce dl:nth-child(even)::before{right:auto;left:0;background: linear-gradient(90deg, #fff 63%, transparent);}
.clinic_introduce dl dt, .clinic_introduce dl dd{position:relative;width:50%;}
.clinic_introduce dl dt{height:340px;font-size:0;text-indent:-9999px;overflow:hidden;background: no-repeat 50%/cover;z-index:-1;}
.clinic_introduce .duce_img01 dt{background-image: url("/nanum/site/builder/dir/main/img/menu6028/duce_img01.jpg");}
.clinic_introduce .duce_img02 dt{background-image: url("/nanum/site/builder/dir/main/img/menu6028/duce_img02.jpg");}
.clinic_introduce .duce_img03 dt{background-image: url("/nanum/site/builder/dir/main/img/menu6028/duce_img03.jpg");}
.clinic_introduce .duce_img04 dt{background-image: url("/nanum/site/builder/dir/main/img/menu6028/duce_img04.jpg");}
.clinic_introduce dl dd{padding:0 40px;box-sizing:border-box;}
.clinic_introduce dl dd .tit{line-height:1.4;font-size:3.1rem;}
.clinic_introduce dl dd .tit strong{font-weight:800;}
.clinic_introduce dl dd .txt{margin-top:15px;font-size:1.8rem;color:#555;} 

.clinic_introduce.icon_build dl dd::before{content:"";display:block;width:70px;height:70px;margin-bottom:20px;border-radius:20px;background-color:#f2f6ff;background-size:100% auto;background-repeat: no-repeat;}
.clinic_introduce.icon_build dl .icon01::before{background-image: url("/nanum/site/builder/dir/main/img/menu6029/trea_icon01.png");}
.clinic_introduce.icon_build dl .icon02::before{background-image: url("/nanum/site/builder/dir/main/img/menu6029/trea_icon02.png");}
.clinic_introduce.icon_build dl .icon03::before{background-image: url("/nanum/site/builder/dir/main/img/menu6029/trea_icon03.png");}

/* 장비안내 */
.equipment_wrap dl{display: flex;gap:40px;}
.equipment_wrap dl:nth-child(n+2){margin-top:70px;padding-top:70px;border-top:1px solid #ddd;}
.equipment_wrap dl .img_bx{width:500px;height: 330px;border: 1px solid #ddd;border-radius: 20px;overflow: hidden;}
.equipment_wrap dl .img_bx img{width: 100%;height: 100%;object-fit: cover;}
.equipment_wrap dl dd{width:calc(100% - 540px);margin-top:20px;}
.equipment_wrap dl dd .tit{line-height:1.4;font-size:3.3rem;font-weight: 700;text-transform: uppercase;}
.equipment_wrap dl dd .tit .blue_txt{display: block;font-size:2rem;color:#327edd;}
.equipment_wrap dl dd .tit p{display:flex;}
.equipment_wrap dl dd .tit .more_btn,
h4.tit .more_btn{display:inline-flex;justify-content: center;align-items: center;margin-left: auto;padding:10px 15px;font-size:1.5rem;;border:1px solid #dfdfdf;box-sizing:border-box;}
.equipment_wrap dl dd .txt{margin-top:15px;color:#555;}
.equipment_wrap dl dd .equipment_list{margin-top:30px;padding-top:30px;border-top:1px dashed #ccc;}

/* 장비안내2 */
.clinic_disk ul{display:flex;flex-wrap:wrap;gap:50px 30px;}
.clinic_disk ul li{width:calc(33.333% - 20px);text-align:center;box-sizing:border-box;}
.clinic_disk ul li .img{position:relative;width:100%;height:350px;border:1px solid #ddd;border-radius:20px;box-sizing:border-box;overflow:hidden;}
.clinic_disk ul li .img img{position: absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%, -50%);object-fit:cover;}
.clinic_disk ul li .tit{margin-top:20px;font-size:2rem;font-weight:700;text-transform: uppercase;}
.clinic_disk ul li .txt{margin-top:10px;font-size: 1.7rem;color:#555;}
.clinic_disk ul li .txt span{display: block;margin-bottom: 5px;font-size: 1.8rem;font-weight: 700;color: #327edd;}


/********************1300********************/
@media all and (max-width:1300px){

/*사진배경공통*/
.backimg_bx{min-height: 500px;}

}
	
/********************태블릿********************/
@media all and (max-width:1024px){

.mob_no{display:none;}
.web_no{display:block;}

/* 준비중페이지 */
.wait_page img{width:100%;}

/*모바일 스크롤 안내*/
.mscroll_guide{display:none;}

/* 탭 */
.con_tab ul,
.con_tab2 ul{flex-wrap:wrap;}
.con_tab ul li a{padding:1vh 2vw;text-align:center;}
.tab_t,
.tab_t2{margin-top:5vh;}
.tab_b,
.tab_b2{margin-bottom:4vh;}

/* 탭 */
.con_tab2 ul li a{padding:1vh 3vw;font-size: 1.6rem;}

/* 제목 */
h4.tit{margin-bottom:1vh;padding-left: 15px;font-size:2.3rem;}
h4.tit.h4_t{margin-top:3vh;}
h4.tit:before,
h4.tit:after{top: 7px;width: 5px;height: 5px;}
h4.tit:after{top: 16px;}
h5.tit{margin-bottom:1vh;font-size:2.2rem;}
h5.tit.h5_t{margin-top:3vh;}
h6.tit{margin-bottom:1vh;font-size:2rem;}
h6.tit.h6_t{margin-top:3vh;}

/* 리스트 */
ul.list > li{padding-left:12px;}
ul.list > li::after{top:8px;width:4px;height:4px;}
ul.list > li:nth-child(n+2){margin-top:5px;}
ul.list > li > ul.list2{margin:5px 0 10px;}
ul.list2 > li{padding-left:10px;margin-bottom:5px;}
ul.list2 > li::after{top:9px;width:4px;height:4px;}
ul.list2 > li > ul.list3{margin:5px 0;}
ul.list3 > li{padding-left:10px;margin-bottom:3px;}
ul.list3 > li::after{width:3px;height:3px;}

/* 버튼 */
.btn_w{padding:3vh 0;}

a.con_btn,
input.con_btn{padding:1.5vh 4vw;}

/* 기본테이블 */
table.table1{table-layout:fixed;word-break:break-all;}
table.table1 th,
table.table1 td{padding:1.5vh 1vw;}

/* 이미지 */
.mimg,
.mimg img{width:100%;}

/* 상단공통안내박스 */
.comm_topbox{margin-bottom:4vh;padding:9vh 4vw 2vh 4vw;border:2px solid #dfe4f1;}
.comm_topbox::before,
.comm_topbox::after{display:none;}
.comm_topbox i.icon{top:2vh;left:50%;width:60px;height:60px;margin-left:-30px;}
.comm_topbox p{text-align:center;}
.comm_topbox .point_txt{text-align:left;}
.comm_topbox ul.info_area{justify-content:center;margin-top:4vh;padding-top:2vh;border-top:1px solid #dfe4f1;}
.comm_topbox ul.info_area li{margin-top:1vh;padding-left:24px;box-sizing:border-box;}
.comm_topbox ul.info_area li::after{top:50%;width:16px;height:16px;margin-top:-8px;}

/* step_type1 */
ol.step_type2 > li{max-width:100% !important;}
ol.step_type2 > li:nth-child(n+2){margin-left:30px;}
ol.step_type2 > li:nth-child(n+2)::before{width:12px;height:10px;margin:-5px 0 0 -21px;}

.gray_box{padding: 20px;}

/*네모아이콘박스*/
.squarebox{padding: 40px 20px;}
.squarebox i{width: 85px;height: 85px;border-radius: 20px;background-size: 55px auto;}
.squarebox .tit{font-size: 2.3rem;}

/*사진배경공통*/
.backimg_bx{align-items: center;justify-content: center;min-height: auto;padding: 80px 25px;text-align: center;}
.backimg_bx dt{font-size: 2.5rem;}
.backimg_bx dt .small{font-size: 2rem;line-height: 1.4;}

/*아이콘상자공통*/
.ct_area{grid-template-columns: none;}
.ct_area dl dt{width: 80px;height: 80px;background-size: 50px auto;}
.ct_area dl .btit{margin-top: 5px;font-size: 2rem;}
.ct_area dl{align-items: flex-start;}

/* 좌우 이미지 리스트 */
.clinic_introduce{gap: 30px;}
.clinic_introduce dl dt{height: 300px;}
.clinic_introduce dl dd .tit{font-size: 2.5rem;}
.clinic_introduce dl dd .txt{margin-top: 10px;font-size: 1.7rem;}

/* 장비안내 */
.equipment_wrap dl{gap: 30px;}
.equipment_wrap dl .img_bx{width: 50%;height: 270px;}
.equipment_wrap dl dd{margin-top: 10px;width: 50%;}
.equipment_wrap dl dd .tit .blue_txt{margin-bottom: 10px;font-size: 1.9rem;}
.equipment_wrap dl dd .tit{line-height: 1.1;font-size: 3.2rem;}
.equipment_wrap dl dd .tit p{flex-direction: column;align-items: flex-start;}
.equipment_wrap dl dd .tit .more_btn{margin:10px 0 0 0}
h4.tit .more_btn{margin-top: 0;padding: 5px 10px;}
.equipment_wrap dl dd .equipment_list{margin-top: 20px;padding-top: 20px;}

/* 장비안내2 */
.clinic_disk ul{gap:40px 20px;}
.clinic_disk ul li{width:calc(50% - 10px);}

}

/********************모바일********************/
@media all and (max-width:767px){
	
/* 제목 */
h4.tit:before{top: 6px;}
h4.tit:after{top: 15px;}
h4.tit{font-size:2.5rem;margin-bottom: 1.5vh;}

/* 탭 */
.tab_b{margin-bottom:3vh;}
.con_tab ul{gap:5px;}
.con_tab ul li{width:calc(50% - 3px);}
.con_tab ul li a{border:1px solid #ddd;border-radius:50px;background: #fff;font-size: 1.8rem;}
.con_tab ul li.on a:before{display:none;}
.con_tab ul li.on a{color:#fff;background: #000;}
.con_tab2 ul{gap: 5px;}


/*모바일 스크롤 안내*/
.mscroll_guide{position:relative;display:block;margin-bottom:1.5vh;padding:20px 20px 20px 50px;border:1px dashed #e5e5e5;font-size:1.5rem;line-height:1.2;color:#444;word-break:keep-all;}
.mscroll_guide::after{content:'';position:absolute;top:50%;left:20px;width:20px;height:33px;margin-top:-16px;background:url(/nanum/site/builder/skin/main/img/common/bg_mscroll.png) no-repeat;background-size:cover;}
.mscroll_guide span{font-weight:700;color:#da252c;}
.mscroll{overflow-y:hidden;}
.mscroll table{width:767px !important;margin-top:10px;}

/* 포인트 텍스트 */
.point_txt{padding-left:20px;font-size: 1.8rem !important;}
.point_txt::before{top:2px;width:15px;height:15px;}

/* 상단공통안내박스 */
.comm_topbox ul.info_area{flex-direction:column;}
.comm_topbox ul.info_area li{width:100%;}
.comm_topbox ul.info_area li:nth-child(n+2){margin-top:1vh;}
.comm_topbox ul.info_area li::after{top:1px;margin-top:0;}

/* step_type1 */
ol.step_type1{flex-wrap:wrap;}
ol.step_type1 > li{width:100% !important;padding:100px 0 0 0;background-size:auto 80px;}
ol.step_type1 > li::after{top:28px;width:24px;height:24px;margin-left:-12px;}
ol.step_type1 > li:nth-child(n+2){margin-top:40px;}
ol.step_type1 > li:nth-child(n+2)::before{top:-24px;left:50%;margin-left:-5px;width:10px;height:8px;transform:rotate(90deg);}

/* step_type2 */
ol.step_type2{flex-direction:column;}
ol.step_type2 > li{width:100% !important;height:auto;padding:2vh 2vw;}
ol.step_type2 > li:nth-child(n+2){margin:30px 0 0 0;}
ol.step_type2 > li:nth-child(n+2)::before{top:0;left:50%;margin:-21px 0 0 -6px;transform:rotate(90deg);}

ol.step_type2.col4 > li dl{display:flex;align-items:center;}
ol.step_type2.col4 > li dl:nth-child(n+2){margin-top:1vh;}

/* 사이트맵 */
.sitemap_wrap{gap: 20px;}
.sitemap_wrap::after{display: none;}
.sitemap_wrap .box{width: 100%;}
.sitemap_wrap .box:nth-child(n+4){margin: 0;}
.sitemap_wrap .box .tit{padding: 10px 20px;}
.sitemap_wrap .box > ul > li > a{padding: 10px 0;}
.sitemap_wrap .box > ul > li > ul{padding: 15px;}
.sitemap_wrap .box > ul > li > ul > li{font-size: 1.5rem;}

/* 버튼 */
a.con_btn, input.con_btn{font-size: 1.8rem;}

/* 리스트 */
ul.list > li{font-size: 1.8rem;}
ul.list > li::after{top: 7px;width: 3px;height: 3px;}
ul.list2 > li{font-size: 1.8rem;}

/*네모아이콘박스*/
.squarebox{padding: 30px 20px;}
.squarebox i{width: 70px;height: 70px;margin: 0 auto 15px;border-radius: 15px;background-size: 50px auto;}
.squarebox .tit{font-size: 2.3rem;}
.squarebox .txt{font-size: 1.8rem;line-height: 1.4;}

/*사진배경공통*/
.backimg_bx{padding: 50px 20px;border-radius: 15px;}
.backimg_bx dt{font-size: 2.8rem;margin-bottom: 15px;}

/*아이콘상자공통*/
.ct_area{gap: 15px;}
.ct_area dl{gap: 15px;}
.ct_area dl dt{flex-shrink: 0;width: 70px;height: 70px;border-radius: 12px;background-size: 45px auto;}
.ct_area dl dd{width: auto;}
.ct_area dl .btit{margin-bottom: 3px;font-size: 2.1rem;line-height: 1.3;}
.ct_area dl p{font-size: 1.8rem;line-height: 1.4;}

/* 좌우 이미지 리스트 */
.clinic_introduce{gap: 15px;}
.clinic_introduce dl,
.clinic_introduce dl:nth-child(even){flex-direction: column;}
.clinic_introduce dl::before{top: 60px;width: 100%;background: linear-gradient(0deg, #fff 63%, transparent) !important;}
.clinic_introduce dl dt, .clinic_introduce dl dd{width: 100%;}
.clinic_introduce dl dt{height: 250px;}
.clinic_introduce dl dd{padding: 0 20px 30px;}
.clinic_introduce.icon_build dl dd::before{width: 55px;height: 55px;margin-bottom: 10px;border-radius: 15px;}
.clinic_introduce dl dd .txt{margin-top: 5px;font-size: 1.8rem;font-size: 1.9rem;}

/* 장비안내 */
.equipment_wrap dl{flex-direction: column;gap: 20px;}
.equipment_wrap dl .img_bx{display: flex;width: 100%;height: auto;}
.equipment_wrap dl dd{margin-top: 0;width: 100%;}
.equipment_wrap dl dd .tit .blue_txt{margin-bottom: 5px;}
.equipment_wrap dl dd .tit{line-height: 1.2;font-size: 2.8rem;}
.equipment_wrap dl dd .txt{margin-top: 10px;font-size: 1.8rem;}
.equipment_wrap dl:nth-child(n+2){margin-top: 30px;padding-top: 30px;}

/* 장비안내2 */
.clinic_disk ul{gap:3vh 1vh;}
.clinic_disk ul li{width:calc(50% - 5px);}
.clinic_disk ul li .img{height: 45vw;}
.clinic_disk ul li .tit{margin-top:2vh;font-size: 2.3rem;line-height: 1.3;}
.clinic_disk ul li .txt{margin-top:1vh;font-size: 1.8rem;line-height: 1.4;}
.clinic_disk ul li .txt span{font-size: 2.1rem;}

}

/********************모바일2********************/
@media all and (max-width:480px){

/* 버튼 */
.btn_w{flex-direction:column;gap:0;}
.btn_w a{min-width:100%;}
.btn_w a:nth-child(n+2){margin-top:1vh;}

/* 장비안내2 */
.clinic_disk ul li{width: 100%;}
.clinic_disk ul li .img{height: 65vw;}

}

/********************웹********************/
@media all and (min-width:1025px) {

.web_no{display:none;}
.mob_no{display:block;}

/*모바일 스크롤 안내*/
.mscroll_guide{display:none;}

.con_btn.file:hover,
.con_sbtn.file:hover{background:#224191;color:#fff;}
.con_btn.file:hover::before,
.con_sbtn.file:hover::before{background-image:url(/nanum/site/builder/skin/main/img/common/icon_file_w.png);}

.con_btn:hover, .con_sbtn:hover{background:#fff;box-shadow: 0 5px 10px rgb(0 0 0 / 20%);transform: scale(1.03);}
.con_btn.blue:hover, .con_sbtn.blue:hover{color:#1b67c6;}
.con_btn.gray:hover, .con_sbtn.gray:hover{border-color:#555;}
.con_btn.black:hover, .con_sbtn.black:hover{color:#333;}

/* 사이트맵 */
.sitemap_wrap .box > ul > li > a:hover{text-decoration:underline;font-weight:700;}
.sitemap_wrap .box > ul > li > ul > li > a:hover{text-decoration:underline;color:#009ef6;font-weight:700;}

.con_tab2 ul li a:hover{background:#346db5;border-color:#346db5;color:#fff;}


.equipment_wrap dl dd .tit .more_btn:hover,
h4.tit .more_btn:hover{color:#fff;background:#000;border-color:#000;box-shadow:0px 5px 20px rgba(0, 0, 0, 0.15);}

}
