<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 공통 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;display=swap');

*{color:#333;}
body, input[type=text], textarea{font:400 14px 'Noto Sans KR', 'Malgun Gothic', Dotum, Arial, Helvetica, sans-serif; color:#333; letter-spacing:-0.015em; min-width:320px;/* max-width:800px; */}
body, html, p, div, ul, li , h1, h2, h3, h4, h5, h6, span,br, dl, dt, dd{padding:0; margin:0;}
h1, h2, h3, h4, h5{font-weight:400;}
a{text-decoration:none; }
a[href^="tel"]{ color: inherit; text-decoration: none;}
a, img{border:none; vertical-align:middle;}
ul, li{list-style:none;}
img{max-width:100%;}

input[type=text]{min-width:auto;}
.center_wrap{/* width:1500px; */ margin:0 auto; position:relative;}
input[type=button]{vertical-align:middle;cursor:pointer;outline:none}
input::placeholder {color:#ccc !important;}
table{border-collapse:collapse; width:100%;}
textarea{width:100%; padding:10px; box-sizing:border-box; border:1px solid #e9e9e9;border-radius:5px;margin-top:5px;min-height:120px;}
textarea::placeholder {color:#ccc;}
input[type=file]{width:100%; height:35px;}
	#head .btn_search { display:none;}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   margin: 0;

  font-family: "Noto Sans KR", sans-serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;

  display: inline-block;
  width: auto;

  border: none;

}

input[type=text],
input[type=password]{margin-top:3px;border:none;border:1px solid #BABABA; height:32px;line-height:34px; padding:0 10px; box-sizing:border-box; vertical-align:middle;outline:none;
margin-bottom:5px;width:100%;font-family: 'Noto Sans KR';font-size:14px;border-radius:5px;}
/* input.input_st01{height:44px; line-height:42px;} */
input.input_st_bdb{border:none;border-bottom:1px solid #d3d8dc;border-radius:0}
select{border:none;border:1px solid #bababa; height:32px;line-height:34px; padding:0 12px;padding-left:1px; box-sizing:border-box; vertical-align:middle;outline:none;margin-bottom:10px;width:100%;font-size:14px;font-weight:400;;font-family: 'Noto Sans KR'
background:none;background: #fff url(../img//select_icon.png) no-repeat right 10px center;appearance: none;color:#555;font-size:0.95em;padding-left:7px;min-width:80px;border-radius:5px;;font-family: 'Noto Sans KR';min-width:150px;}

.content{padding-top:20px;padding-bottom:20px;}
.content.mt00{margin-top:20px;padding-top:0;}

section{margin-bottom:40px;}
section.slide_sec{overflow: hidden;}
.swiper-slide img{width:100%;}

:root {
    --font-color- : #333;
    --font-color02- : #797979;
	  --font-color03- :#4091fc; /* 파란색 */

    --main-color- : #D39B84;
	  --sub-color-:#FB7D7C; /* 핑크 */
	  --sub-color2-:#ffe8e8; /* 연한핑크 */
    --text2-color-:#555;
    --bg-color- : #4091fc; /* 파란색 */;

    --title-size-: 20px;
    --title-weight-: 500;

		color-scheme: light;
}

	/*head*/
	#head a{color:#2f2f2f;}
	#header_fix{height:67px;padding-top: constant(safe-area-inset-top); /* iOS 11.0 */padding-top: env(safe-area-inset-top); /* iOS 11.2 */;position:relative}
	#header_fix h1 img{margin-bottom:5px;max-height:35px;}
/* 	#header_fix h1 img{margin-bottom:7px;max-height:50px;} */
	#header_fix &gt; img {position: absolute;right: 14px;top: 22px;width:22px;margin-bottom:10px;}

  #header_fix .right{position:absolute; right:20px; top:0px;}
  #header_fix .right a{margin-left:12px;}
  #header_fix .right a img{height:24px;}


	#head .logo{float:left; margin:11px 0; font-size:0; line-height:0;}
	
	#head .logo .mobile,
	#head .btn_bar,
	#head .btn_home,
	.gnb_wrap .bg,
	#gnb .logo{display:none;}
	#head .trigger {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/menu_icon.png);
    width: 50px;
    height: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

	/* 햄버거메뉴 */

	#head .nav {
    position: fixed;
    top: 0;
    left: -120%;
    width: 74%;
    height: 100vh;
    border-radius: 0px 0px 0px 0px;
    background: #fff;
    padding: 0 20px;
    z-index: 10;
    transition: 0.3s;
}
#head .nav_top{text-align:center;position:relative;}
#head .nav_top a{ display:flex; justify-content: center; align-items: center;}
#head .nav_top .nav_logo{width:140px; margin-left: -36px; margin-right:6px;}
#head .nav_top a span{ font-size: 13px; line-height: 1; font-weight: 700; color: #111; margin-top: 10px;}
#head .nav_top &gt; span{ display:inline-block; margin-top:2px;}
#head .nav_closer { position: absolute; top: 19px; right: 10px; line-height:1.5;font-size:0.75em;}
#head .nav_closer p{color:#676767}
#head .nav_closer img{height:20px;}
#head .nav_img{margin-top:10px; width: 288px; margin-bottom:10px;}

#head .nav .sider{overflow-y: scroll; height: calc(88vh - 100px);}
#head .nav .sider .content {  padding-top:0px;}
#head .nav .gnb { padding: 10px 0px; }
#head .nav .nav_tit{border-bottom: 1px solid #D39B84; text-align:left;font-weight:bold;font-size:1.3em;padding: 0 20px;}
#head .nav .gnb li { line-height: 30px; padding-left: 10px}
#head .nav .gnb li a {display:flex;   align-items: center;padding-left:30px; background:url('../img/dot01.png')no-repeat left 15px center}
#head .nav .gnb li .img_wrap{margin-right:15px;width:30px;}
#head .nav .gnb li .txt_wrap{text-align:left;line-height:1;font-weight:500;font-size:1.1em;}
#head .nav .gnb li .txt_wrap p{font-size:0.8em; color:#777;line-height:1;margin-top:10px;}
/*#header .bottom { position: absolute; left: 0; bottom: 0; width: calc(100% - 40px); margin: 20px; }*/
#head .nav.nav_original .gnb { padding: 10px 0px; }
#head .nav.nav_original .gnb li { line-height: 70px; padding-left: 10px;border-bottom: 1px solid #EFE5E5; }
#head .nav.nav_original .gnb li a {display:flex;   align-items: center;background:none;padding-left:0;}
#head .nav.nav_original .gnb li .img_wrap{margin-right:15px;width:30px;}
#head .nav.nav_original .gnb li .txt_wrap{text-align:left;line-height:1;font-weight:500;font-size:1.1em;}
#head .nav.nav_original .gnb li .txt_wrap p{font-size:0.8em; color:#777;line-height:1;margin-top:10px;}


#head { z-index: 102; position: fixed;width: 100%;height: 63px;line-height: 62px;background: #4091fc;top: 0px;left: 0;text-align: center;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);}
#head .top { font-size: 21px; line-height: 1.3em; padding-bottom: 15px; }
#head .login { padding: 5px 10px; font-size: 14px; border: 1px solid #774fc6; border-radius: 4px; display: inline-block; color: #774fc6; }
#head .nav_bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; background: rgba(0,0,0,0.6); display: none; }

	
#head.fiexd {  }
#head.fiexd .nav_bg { display: block; }
#head.fiexd .nav { left: 0; }

#gnb{float:left; margin-left:120px;}
#gnb &gt; .depth1 &gt; li {float:left; text-align:center; position:relative;}
#gnb &gt; .depth1 &gt; li &gt; a{min-width:165px; margin:0 0; display:block; font-size:24px; padding:25px 0; position:relative;font-weight:bold;}
#gnb &gt; .depth1 &gt; li.active &gt; a:after{content:''; display:block; background:#00c6ff; width:100%; height:3px; position:absolute; bottom:-3px; z-index:998;}
#gnb &gt; .depth1 &gt; li &gt; .depth2{position:absolute; width:100%; background:rgba(255,255,255,.9); top:79px; border-top:3px solid #00c6ff; padding:15px 0 5px; display:none; z-index:998;}
#gnb &gt; .depth1 &gt; li &gt; .depth2 li{margin-bottom:10px;}
#gnb &gt; .depth1 &gt; li &gt; .depth2 a{color:#000; font-size:16px; text-align:center; display:block;}
#gnb &gt; .depth1 &gt; li  .depth3 { display:none;}
#gnb_mobile{display:none;}

#head:after { content:'';display:block;clear:both}



.center_wrap{ padding:0 5%;}

#head &gt; .center_wrap{position:static;padding:10px 4%;}
#head .btn_bar{float:right; margin-top:7px;}
#head .btn_bar img{width:27px;}
#head .btn_search{float:right; margin-top:15px;}
#head .btn_search img{width:30px;}
#head .gnb_wrap { height:40px;}
#head .gnb_wrap &gt; .logo{position:absolute; left:50%; margin-left:-41px; margin-top:0;}
#head .logo .pc{display:none;}	
#head .logo .mobile{width:120px;padding-top:7px;}
#head h1 { display:block;background-color:#fff;font-size:1.3em;font-weight:bold;}

#site_map{display:none;}

.top-menu { display:table;width:100%;border-bottom:10px solid #efefef;background:#fff;}
.top-menu a { display:table-cell;width:25%;text-align:center;padding:10px 0;font-size:14px;color:#626262;}
.top-menu a img { display:block;height:20px;margin:0 auto 5px;}

.head-top-wrap {padding-top:0px;text-align:center;width:100%;line-height:40px;padding-top: constant(safe-area-inset-top); /* iOS 11.0 */padding-top: env(safe-area-inset-top); /* iOS 11.2 */;margin-top:0px;}
.head-top-wrap .tit_area{height:40px;box-shadow:4px 4px 8px -2px rgba(0, 0, 0, 0.2);}
.head-top-wrap .top-tit { font-size:1.2em;;font-weight:600;;background:#fff;color:#333;position:fixed;top:65px;width:100%;text-align:center;z-index:2;}
.head-top-wrap .top-tit.blue{background:#f3f9ff;color:#369bff}
.head-top-wrap .btn-pre { position:fixed;left:4%;top:77px; width:18px;height:22px;background:url('../img//bt-pre.png') no-repeat center center;background-size:9px;box-shadow: 0 5px 5px -4px #f7f7f7;z-index: 3;}



.footer{background:#fafafa; color:#aaa;padding:25px 0 80px;margin-top:0px;margin-bottom:0px;font-size:0.9em;font-weight:normal;box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.06);}
.footer .txt{padding:10px; font-size:8px;color:#353535}
.footer .copy_txt{text-align:center; font-weight:500;font-size:8px;}
.go_sangdam{height:70px;line-height:70px;color:#fff;background:#A26749;display:block;text-align:center;font-size:1.7em;}
.go_sangdam2{height:70px;line-height:70px;color:#fff;background:#A26749;display:block;text-align:center;font-size:1.7em;margin-bottom:-20px;}

.mobile { display:none!important;}
table.mobile { display:none!important;}
.pc { display:block!important;}
table.pc { display:table!important;}

.pc { display:none!important;}
table.pc { display:none!important;}
.mobile { display:block!important;}
table.mobile { display:table!important;}
#left-wrap  { display:none;}
.right-search { display:none;}

.f-menu{ }
.f-menu a { display:inline-block;padding:0 0;font-size:1.1em;line-height:40px;margin-right:5px;color:#333;}
.f-menu img { float:right;margin-top:10px;display:none;}
.footer-con { padding:10px 0 30px;}
.footer-con .f-logo{  display:inline-block;vertical-align:middle;display:none;}
.footer-con .txt { display:inline-block;margin-left:0;color:#797979;font-size:1em;line-height:1.8;font-weight:300;vertical-align:middle;}
.footer-con .right-con{  float:right;display:none;}
.footer-con .right-con select { width:185px;height:35px;line-height:35px;border:1px solid #686868;display:inline-block;margin-right:20px;font-size:14px;}
.footer-con .right-con a { display:inline-block;margin-left:10px;}
.bottom-menu {height:75px;position:fixed;width:100%;bottom:0;left:0;background:#fff;padding-bottom:10px;box-sizing:border-box;z-index:3;box-shadow: 5px -2px 10px 0px rgba(150,150,150,.1)}
.bottom-menu a { float:left;width:20%;text-align:center;display:block;font-size:13px;color:#999;border-right:0px solid #343434;padding-bottom:10px;box-sizing:border-box}
.bottom-menu a img { height:25px;display:block;margin:15px auto 5px;}

.clr{display:block; clear:both; content:'';}


/* 서브배너이미지 */
.head-top-wrap .sub_banner_area{position:relative;height:200px;background-size: cover;background-repeat: no-repeat; background-position: center center;text-align:left;margin-top:67px;}
.head-top-wrap .sub_banner_area .txt_wrap{padding-left:20px;}
.head-top-wrap .sub_banner_area .sub_p_tit{color:#fff; font-weight:700;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);font-size:34px;padding-top:55px;}
.head-top-wrap .sub_banner_area .sub_p_txt01{line-height:1.4;color:#fff;font-size:0.9em;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);font-weight:300;margin-top:10px;}
.head-top-wrap .sub_banner_area .sub_p_btm{position:absolute; left:0; bottom:0px;width:100%;text-align:center;color:#fff;font-size:0.7em;  letter-spacing: 0.9em;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);padding-top:20px;font-weight:300;}
.sub_ban_place{background-image:url('../img/sub_ban_place_2.png');padding-top:0 !important;}
.sub_ban_about{background-image:url('../img/sub_ban_place02_2.png')}
.sub_ban_board{background-image:url('../img/sub_ban_place03_2.png');padding-top:0 !important;}
.sub_ban_pregnancy{background-image:url('../img/sub_ban_pregnancy_2.png');text-align:left}
.sub_ban_disease{background-image:url('../img/sub_ban_disease_2.png'); }
.sub_ban_checkup{background-image:url('../img/sub_ban_checkup_2.png'); text-align:left}
.sub_ban_pregnant{background-image:url('../img/sub_ban_pregnant_2.png');}
.sub_ban_interrup{background-image:url('../img/sub_ban_interrup.png');}
.sub_ban_surgery{background-image:url('../img/sub_ban_surgery.png');}
.sub_ban_laser{background-image:url('../img/sub_ban_laser.png');} 

.head-top-wrap .sub_banner_area .txt_wrap.txt_align_center{padding-left:0;}
.head-top-wrap .sub_banner_area .sub_p_btm.ta_left{text-align:left;padding-left:20px;width:auto;}
.head-top-wrap .sub_ban_about .sub_p_tit{ text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);}

.txt_align_center{text-align:center !important;}

/* 지점별 페이지에 전국지점 란 보이도록 수정 23.01.10 */
/* .div_station.hide_station {display:none;} */

/* 반응형 pc버전 - 23.04.18 */
	.head_pc{display:none;}
	.footer_pc{display:none;}

@media only screen and (min-width: 800px) {
	#head{ text-align: left; height:auto;background: transparent;}
	#header_fix{display:none;}
	.head_pc{display:block;height: 70px;background: #fff;border-bottom: 1px solid #f4f4f4;padding:0 4%;position:relative;}
	#head .logo{display:inline-block; float: unset;margin:0;}
	.head_pc .logo a{display: flex; flex-direction: row; width: 250px; margin-top: 12px; justify-content: flex-start; align-items: center;}
	.head_pc .logo a img{display:block; width:160px;}
	.head_pc .logo a span{display: block; font-weight: 600; color: #555; font-size: 16px; line-height: 42px; }
	#head .logo img{width: 160px; max-width:none;}
	
	.head_pc .gnb_pc .content{padding:0;}
	.head_pc .gnb_pc .gnb &gt; li{box-sizing: border-box;text-align: center; padding:6px 0; position:relative;}
	.head_pc .gnb_pc .gnb &gt; li a{display: block; font-size: 16px; font-weight:500;}
	#head .head_pc .gnb_pc .gnb li:hover a div{ color: var(--main-color-);}
	.gnb_02{display:none;}
	#head .head_pc .gnb_pc .gnb li:hover .gnb_02{display:block; width: 920px; height: auto; min-height: 430px; position:absolute;top:73px;left: -50px; background: rgba(255 255 255 / 1); box-shadow: 2px 4px 10px rgba(0 0 0 / 0.1); padding-bottom:10px;}
	#head .head_pc .gnb_pc .gnb &gt; li:nth-child(9) a{height:54px;line-height:3.5;position: relative;right: 2px;padding: 0 30px;background: linear-gradient(to right, #FF7372 70%, #FFC1C1);
		box-shadow: 0 2px 6px #ccc;border-radius: 0 0 10px 10px; box-sizing: border-box;}
	#head .head_pc .gnb_pc .gnb &gt; li:nth-child(9) a span{color:#fff;}
	#head .head_pc .gnb_pc .gnb &gt; li:nth-child(9) a span:nth-child(1){transform: rotate(-90deg);width: 50px;padding: 0;border-radius: 10px 0 0 0;position: absolute; top: 10px; left: -10px;opacity: 0.6;}
	.gnb_02 ul{width:200px; padding-top:10px;}
	.gnb_02 ul li{ line-height: 3; text-align: left;text-align: center;}
	.gnb_02 &gt; ul &gt; li:hover{background: #dfbeae;}
	#head .gnb_02 ul li a{ font-weight:400;font-size: 1.1em;color: #333;}
	#head .gnb_02 ul li:hover a{font-weight:500; color:#333;}
	.head_pc .gnb_pc{position:absolute; top:50%;left:25%; transform:translateY(-50%);}
	#head .head_pc .gnb_pc .gnb &gt; li:nth-child(9){ margin-left: 30px; padding: 0;}
	.head_pc .gnb_pc .gnb{ display:flex;justify-content: space-between;width: 880px;}
	
	/* 헤더 작업 후 반영 예정 23.06.22    rgb(255 245 241 / 0.9) */
	/* 2depth - 애플산부인과 */
	#head .head_pc .gnb_pc .gnb li:nth-child(1) .gnb_02{ background: rgba(255 255 255 / 1) url(../img/nav_2depth.png) no-repeat 211px 40px;background-size: 76.47%;}
	#head .head_pc .gnb_pc .gnb li:nth-child(1) .gnb_02 ul{width:211px;}
	/* 2depth - 지점소개 */
	#head .head_pc .gnb_pc .gnb li:nth-child(2) .gnb_02{ left: -170px;}
	#head .photo {position: absolute;width: 670px;height: 91%;top: 18px;left: 250px;background-color: rgba(255 255 255 / 1); background-image: url('../img/place_2depth_gm.png'); background-repeat: no-repeat;
  background-size: 91%; background-position: 60px 46px;transition: 0.3s;}

	#head .head_pc .gnb_pc .gnb li:nth-child(2) .gnb_02 ul{display:flex;flex-wrap:wrap; width:290px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(2) .gnb_02 ul li{padding:0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(2) .gnb_02 ul li a{padding: 0 15px;box-sizing: border-box;width: 124px;text-align: center;}
	/* 2depth - 상담게시판 */
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02{ height: 380px; left: -258px; background-image: url('../img/nav_2depth_03.png'); background-repeat: no-repeat; background-size: 78.45%; background-position: 200px 0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn{width:164px;height:40px; position:absolute;top:108px;left:310px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn:nth-child(3){width: 80px;height: 80px;border-radius: 50%;top: 218px; left: 264px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn:nth-child(4){width: 80px;height: 80px;border-radius: 50%;top: 218px;left: 352px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn:nth-child(5){width: 80px;height: 80px;border-radius: 50%;top: 218px;left: 445px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn:last-child{left: unset;right: 140px;top: 146px; border-radius: 50%;width: 66px;height: 66px;}
	/* 2depth - 임신 */
	#head .head_pc .gnb_pc .gnb li:nth-child(4) .gnb_02{ height: 380px; left:-366px;background-image: url('../img/nav_2depth_04.png'); background-repeat: no-repeat; background-size: 78.45%; background-position: 200px 0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(4) .gnb_02 .go_btn{width:164px;height:40px; position:absolute;top:117px;right:75px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(4) .gnb_02 .go_btn:nth-child(3){width: 182px; bottom: 51px;top: unset;right: 70px;}
	/* 2depth - 피임 */
	#head .head_pc .gnb_pc .gnb li:nth-child(5) .gnb_02{ height: 380px;  left:-443px;background-image: url('../img/nav_2depth_05.png'); background-repeat: no-repeat; background-size: 78.45%; background-position: 200px 0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(5) .gnb_02 .go_btn{width:164px;height:40px; position:absolute;top: 117px; left: 291px}
	#head .head_pc .gnb_pc .gnb li:nth-child(5) .gnb_02 .go_btn:nth-child(3){width: 164px; bottom: 45px;top: unset;left: 292px;}
	/* 2depth - 임신중절 */
	
	/* 2depth - 질환 */
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02{height:398px; left: -568px;background-image: url('../img/nav_2depth_06.png');background-repeat: no-repeat; background-size: 74.45%; background-position: 280px 28px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 ul{display:flex;flex-wrap:wrap; width:290px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 ul li a{width:140px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 .go_btn{width:205px;height:43px; position:absolute;bottom:92px;left:338px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 .go_btn:nth-child(3){top: 121px;right: 153px;left: unset;width: 142px;height: 36px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 .go_btn:nth-child(4){left: unset;right: 17px;bottom: 57px;width: 114px;height: 36px;}

	/* 2depth - 검진 */
	#head .head_pc .gnb_pc .gnb li:nth-child(8) .gnb_02{left: -630px;background-image: url('../img/nav_2depth_07.png');background-repeat: no-repeat; background-size:78.45%; background-position: 200px 35px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(8) .gnb_02 .go_btn{width: 225px;height: 47px;position:absolute;bottom: 160px;left: 273px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(8) .gnb_02 .go_btn:nth-child(3){left: unset;right: 64px;}
	
	.tit_area{display:none;}
	.head-top-wrap .sub_banner_area{margin-top:70px;}
	.head-top-wrap .sub_banner_area .sub_p_btm{bottom:30px;}


	.top_menu_wrap{display:none;}
/* 	.main_wrap .top_place_wrap.div_station{display:none; margin-top: 80px;} */
	.pd_wrap .main_wrap .top_place_wrap .txt_btn{padding: 15px 4% 10px;}
	
	.footer{display:none;}
	.footer_pc{display:block; background:#2f313b; padding:25px 40px 90px;margin-top:0px;margin-bottom:0px;font-size:0.9em;font-weight:normal;box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.06);}
	.footer_pc .txt{max-width: 1500px; border-top: 1px solid #555; padding: 30px 0 0; font-size: 12px; color: #808080; margin: 0 auto;}
	.footer-con .copy_txt{ padding: 10px 3% 30px;color:#808080; text-align: center;}
	
	/* 지점소개 푸터 추가 230621 */
	.footer_pc .f_wrap{/* display:none; */ max-width:1200px; margin:0 auto; padding:60px 0 20px 0;}
	.footer_pc .f_wrap .f_place{width: 360px;display: inline-block;color: rgba(255,255,255,0.6);font-size: 15px;line-height: 23px;letter-spacing: 0;padding: 3px 40px 0 50px;box-sizing: border-box;
    position: relative;vertical-align: top;margin-bottom: 60px;word-break: keep-all;}
	.footer_pc .f_wrap .f_place &gt; img{display: block;position: absolute;top: 0;left: 0;width: 32px;}
	.footer_pc .f_wrap .f_place div{ color: #fff;line-height: 32px; font-size: 15px;letter-spacing: -0.02em;font-weight: 100;}
	.footer_pc .f_wrap .f_place a{ display: inline-block;width: 80px;height: 32px;background: #6c6c6c;padding: 6px 0;box-sizing: border-box;text-align: center;color: #fff;font-size: 14px;font-weight: 100;
    line-height: 20px;margin: 0 10px 14px 0;border-radius: 3px; vertical-align: top;}
	.footer_pc .f_wrap .f_place ul li{font-size: 0.875em; margin-bottom:0; line-height:1.4em; font-weight:100;color:#888;}


	.st_info { display: block; background: #fff; width: 300px; height: 420px; position: absolute; left: 260px; z-index: 100; text-align: left;}


}


@media only screen and (min-width: 1080px) {
	.main_sec01 dl { width: 170px;}
	.head_pc .logo a{ width:240px; justify-content: space-between;}
	.head_pc .logo a span{ width: 90px; margin-left:4px; }

}



@media only screen and (min-width: 1440px) {

	#head .logo img{width: 180px;}
	.head_pc .logo a{ width:280px; justify-content: space-between;}	

	.head_pc .gnb_pc{ left: 30%;}
	.head_pc .gnb_pc .gnb{ width: 1080px;}
	#head .head_pc .gnb_pc .gnb &gt; li:nth-child(9){margin-left:100px;}


	#head .head_pc .gnb_pc .gnb li:hover .gnb_02{display:block; width: 1080px; height: auto; min-height: 430px; position:absolute;top:73px;left: 0; background: rgba(255 255 255 / 1); box-shadow: 2px 4px 10px rgba(0 0 0 / 0.1); padding-bottom: 10px;}
	/* 2depth - 애플산부인과 */
	#head .head_pc .gnb_pc .gnb li:nth-child(1) .gnb_02{ background: rgba(255 255 255 / 1) url(../img/nav_2depth.png) no-repeat 211px 0;background-size: 80.47%;}
	#head .head_pc .gnb_pc .gnb li:nth-child(1) .gnb_02 ul{width:211px;}
	/* 2depth - 지점소개 */
	#head .head_pc .gnb_pc .gnb li:nth-child(2) .gnb_02{ left: -136px; }
	#head .photo {position: absolute;width: 800px;height: 91%;top: 18px;left: 280px;background-color: rgba(255 255 255 / 1); background-image: url('../img/place_2depth_gm.png'); background-repeat: no-repeat;
  background-size: 100%; background-position: 0 0;transition: 0.3s;}

	#head .head_pc .gnb_pc .gnb li:nth-child(2) .gnb_02 ul{display:flex;flex-wrap:wrap; width:290px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(2) .gnb_02 ul li{padding:0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(2) .gnb_02 ul li a{padding: 0 15px;box-sizing: border-box;width: 140px;text-align: center;}
	/* 2depth - 상담게시판 */
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02{ height: 435px; left: -246px; background-image: url('../img/nav_2depth_03.png'); background-repeat: no-repeat; background-size: 81.45%; background-position: 200px 0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn{width:164px;height:40px; position:absolute;top:133px;left:347px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn:nth-child(3){width: 80px;height: 80px;border-radius: 50%;top: 270px;left: 286px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn:nth-child(4){width: 80px;height: 80px;border-radius: 50%;top: 270px;left: 394px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn:nth-child(5){width: 80px;height: 80px;border-radius: 50%;top: 270px;left: 503px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(3) .gnb_02 .go_btn:last-child{left: unset;right: 180px;top: 185px; border-radius: 50%;width: 66px;height: 66px;}
	/* 2depth - 임신 */
	#head .head_pc .gnb_pc .gnb li:nth-child(4) .gnb_02{height: 435px; left:-366px;background-image: url('../img/nav_2depth_04.png'); background-repeat: no-repeat; background-size: 81.45%; background-position: 200px 0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(4) .gnb_02 .go_btn{width:164px;height:40px; position:absolute;top:147px;right:109px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(4) .gnb_02 .go_btn:nth-child(3){bottom: 32px;top: unset;width: 182px;right: 100px;}
	/* 2depth - 피임 */
	#head .head_pc .gnb_pc .gnb li:nth-child(5) .gnb_02{height: 435px; left:-443px;background-image: url('../img/nav_2depth_05.png'); background-repeat: no-repeat; background-size: 81.45%; background-position: 200px 0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(5) .gnb_02 .go_btn{width:164px;height:40px; position:absolute;top:147px;left:329px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(5) .gnb_02 .go_btn:nth-child(3){bottom: 32px;top: unset;width: 164px;left: 331px;}
	/* 2depth - 임신중절 */
	
	/* 2depth - 질환 */
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02{height:398px; left: -624px;background-image: url('../img/nav_2depth_06.png');background-repeat: no-repeat; background-size: 74.45%; background-position: 280px 0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 ul{display:flex;flex-wrap:wrap; width:290px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 ul li a{width:140px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 .go_btn{width:205px;height:43px; position:absolute;bottom:78px;left:367px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 .go_btn:nth-child(3){top: 113px;right: 234px;left: unset;width: 142px;height: 36px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(7) .gnb_02 .go_btn:nth-child(4){left: unset;right: 77px;bottom: 35px;width: 114px;height: 36px;}
	/* 2depth - 검진 */
	#head .head_pc .gnb_pc .gnb li:nth-child(8) .gnb_02{left: -700px;background-image: url('../img/nav_2depth_07.png');background-repeat: no-repeat; background-size:81.45%; background-position: 200px 0;}
	#head .head_pc .gnb_pc .gnb li:nth-child(8) .gnb_02 .go_btn{width: 225px;height: 47px;position:absolute;bottom: 140px;left: 308px;}
	#head .head_pc .gnb_pc .gnb li:nth-child(8) .gnb_02 .go_btn:nth-child(3){left: unset;right: 95px;}

	.st_info { display: block; background: #fff; width: 300px; height: 420px; position: absolute; left: 300px; z-index: 100; text-align: left;}


}</pre></body></html>