@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css);
@import url(https://cdn.jsdelivr.net/xeicon/1/xeicon.min.css);
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(css/blank.css);

*{margin:0; padding:0; box-sizing:border-box;letter-spacing:-0.04rem;color:inherit;}
html {font-size: 20px;}
img {border:0; vertical-align:top;}
a {border:0; text-decoration:none; -webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out;}
ul, li {list-style:none;}
body {font-family: "Pretendard", "Pretendard Variable", sans-serif; color:#151515; overflow-x: hidden;}
div {display:block;}



.inner {width:70rem; margin: auto; clear: both;}
.inner2 {width:60rem; margin: auto; clear: both;}
.c_default {color:#303030 !important}
.c_lightgray {color:#b0b0b0 !important}
.c_gray {color:#8a9498 !important}
.c_red {color:#c70000 !important}
.c_white {color:#fff !important}
.color_m1 {color: #119c9e;}
.color_m2 {color: #4dc5c7;}
.color_m3 {color: #15686d;}
.color_m4 {color: #7fdbdd;}
.color_b1 {color: #116594;}
.color_b2 {color: #17303e;}
.color_b3 {color: #9ed9fb;}



h1,h2 {font-weight:300;line-height:1.2;}
h1 {font-size:2.5rem;}
.sizeh1 {font-size: 2.5rem !important;}
h1.small {font-size: 2.2rem;}
h1.big {font-size: 3rem; }
h1.superbig {font-size: 4rem; letter-spacing:-0.02em; line-height: 1.1;}
.h1_giant {font-size: 5rem; letter-spacing:-0.03em;}
h2 {font-size:2rem}
.sizeh2 {font-size:2rem; }
h3 {font-size:1.5rem; font-weight:400; line-height:1.4; }
.sizeh3 {font-size:1.5rem; }
h4 {font-size:1.2rem; font-weight:400; line-height:1.4; word-break:keep-all;}
.sizeh4 {font-size: 1.2rem;}
h5 {font-size:1rem; font-weight: 400; line-height:1.618; word-break:keep-all;}
.sizeh5 {font-size: 1.1rem !important;}
p {font-size:0.9rem; line-height:1.7; color:inherit; word-break:keep-all; }
p.small {font-size:0.8rem; }
p.typeline {font-size:0.7rem;}
.size_psmall {font-size: 0.8rem !important;}
sub {font-size: small; }
.uppercase {text-transform: uppercase;}


.tight {letter-spacing: -0.2rem;}
.loose {letter-spacing: 0.4rem !important;}
.loose1 {letter-spacing: 0.15rem !important;}
.loose2 {letter-spacing: 0.05rem !important;}
.lineheight125 {line-height: 125% !important;}
.lineheight140 {line-height: 140% !important;}

b {letter-spacing: inherit; font-weight: 600;}
.thin {font-weight: 200 !important;}
.bold {font-weight: 700 !important;}


span {color:inherit; letter-spacing: inherit;}

.float {float:left;}
.float_r {float:right}
.left {text-align:left !important}
.right {text-align:right !important}
.center {text-align:center !important}
.justify {text-align:justify !important;}
.justify::after {content: ''; display: inline-block; width: 100%;}

.clearfix::after {content:""; clear:both; display: block;}
.inlineblock {display: inline-block;}

.relative {position: relative;}


.flex {display: flex !important;}
.col1 {flex: 1;}
.col2 {flex: 2;}
.col3 {flex: 3;}
.col4 {flex: 4;}
.col5 {flex: 5;}
.col6 {flex: 6;}


.flex_center {display: flex !important; justify-content: center;}
.flex_end {display: flex !important; justify-content: end;}
.flex_between {display: flex !important; justify-content: space-between;}
.flex_evenly {display: flex !important; justify-content: space-evenly;}
.flex_c_center {display: flex !important; flex-direction: column; justify-content: center !important;}
.flex_c_end {display: flex !important; flex-direction: column; justify-content: end;}



.bdb {border-bottom:1px #e0e0e0 solid}
.bdt {border-top:1px #e0e0e0 solid}
.bdl {border-left:1px #e0e0e0 solid}
.bdr {border-right:1px #e0e0e0 solid}

.bdw {border-color: rgba(255, 255, 255, 0.3);}



/* 컬럼 설정 */
.w05 {width: 5% !important;}
.w10 {width: 10% !important;}
.w15 {width: 15% !important;}
.w20 {width: 20% !important;}
.w22 {width: 22% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w35 {width: 35% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w75 {width: 75% !important;}
.w80 {width: 80% !important;}
.w85 {width: 85% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}

.width100 {width: 5rem !important;}
.width600 {width: 30rem !important;}
.width700 {width: 35rem !important;}





/* 공통 */
#wrap {width:100%; min-width:1400px; margin:auto; position:relative; }


h1.logo {width: 12.05rem; height: 4.5rem; background: url(images/logo.png) no-repeat; background-size: contain; text-indent: -10000px;}
h1.logo a {display: block;}

.mark {width: 3rem; height: 3rem; background: url(images/doori_mark.png) no-repeat center; display: block;}

.bg_type {position: absolute;}
.bg_type h1 {font-size: 7.5rem; line-height: 0.9; writing-mode: sideways-lr;}




#header {width:100%; position: absolute; z-index: 100; display: flex; height: 6rem; justify-content: space-between; align-items: center; -webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out; }

#header .logo {position: absolute; top: 1rem; left: 50%; margin-left: -6.025rem; background-image: url(images/logo_w.png);}
#header .surgery {margin-left: 2.5rem; display: flex; flex-direction: column; justify-content: center; background: url(images/surgery_bg.png) center no-repeat; width: 11.9rem; height: 4.5rem; text-align: center;}
#header .surgery * {line-height: 1;}
#header .surgery p {color: #fff;}
#header .contact {margin-right: 2.5rem; display: flex;}
#header .contact .blog {background: url(images/blog.png) center no-repeat; margin-right: 1rem; width: 2rem; height: 1.9rem; display: block; text-indent: -5555px;}
#header .contact .menu {width: 1.5rem; height: 1.25rem; margin-top: 0.25rem; background: url(images/menu_w.png); display: block; text-indent: -5555px; cursor: pointer;}


#header .sitemap { 
  margin:auto;
  width:100%;
  height: 100vh;
  background: url(images/gra_circle.png) 2rem -6rem no-repeat #fff;
  color: #a0a0a0;
  display: none;
  position: fixed;
  z-index:1000;
  top:0;
  left: 0;
  font-size:0.9rem;
  padding:0 4rem;
  text-align: center;
}
#header .sitemap .sitemap_wrap {display: flex; width: 100%; height: 100%; align-items: center; align-content: center; flex-wrap: wrap; position: relative;}
#header .sitemap .bg_type {right: -4rem; bottom: 1rem;}
#header .sitemap .bg_type h1 {color: #119c9e;opacity: 0.1; }
#header .sitemap .sitemap_wrap .flex {width: 100%;}

#header .sitemap ul {flex: 1; margin: 1rem 0; border-left: 1px #e0e0e0 solid;}
#header .sitemap ul.first {border-left: 0 !important;}
#header .sitemap ul > li { padding-top: 0.1rem;}
#header .sitemap ul > li:first-child {color: #4dc5c7;}
#header .sitemap ul > li:first-child h3 {font-weight: bold; margin-bottom: 0.5rem;}
#header .sitemap ul > li:first-child:hover a {color: #119c9e;}
#header .sitemap ul > li:first-child a::before {background: #119c9e;}
#header .sitemap a:hover {color: #202020; font-weight: bold;}
#header .sitemap a {display:block; line-height: 1.8;}

#header .sitemap a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
#header .sitemap a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #202020;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header .sitemap a:hover:before, #header .sitemap a:focus:before, #header .sitemap a:active:before, #header .sitemap a.on:before {
  left: 0;
  right: 0;
}

#header .sitemap .closed {position: absolute; right: 60px; top: 60px; font-size: 60px; cursor: pointer;}
#header .sitemap .closed:hover {color: #15686d;}


#header.jbFixed {position: fixed; z-index: 100; height: 5rem; background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0));}
#header.jbFixed .logo {background-image: url(images/logo.png); zoom: 0.8;}
#header.jbFixed .menu {background-image: url(images/menu.png);}
#header.jbFixed .logo,
#header.jbFixed .surgery,
#header.jbFixed .blog,
#header.jbFixed .menu {filter: drop-shadow(0 0 0.1rem rgba(255,255,255,0.9));}
#header.jbFixed .surgery p {color: #202020;}





#quick {position: fixed; right: 0; width: 5.5rem; z-index: 1000; top: 50%; margin-top: -10rem; background-color: #fff; text-align: center; border-top: 3px #119c9e solid; border-left: 1px #e0e0e0 solid;}
#quick a {display: block; width: 100%; height: 5.5rem; padding-top: 3.75rem; font-size: 0.9rem; font-weight: 600; border-bottom: 1px #e0e0e0 solid; background-position: center 30%; background-repeat: no-repeat}
#quick a:hover {background-color: #e8fdfd;}
#quick a.q1 {background-image: url(images/quick_1.png);}
#quick a.q2 {background-image: url(images/quick_2.png);}
#quick a.q3 {background-image: url(images/quick_3.png);}
#quick a.q4 {background-image: url(images/quick_4.png); background-color: #119c9e; color: #fff; border: 0;}
#quick a.q4:hover {background-color: #058f91;}
#quick a.bottom {background-color: #15686d; color: #fff; border: 0; height: 2rem; line-height: 2rem; padding: 0;}
#quick a.bottom:hover {background-color: #0e5a5f;}


#footer {width:100%; height: 15rem; background-color: #374347; color: #fff; display: flex; align-items: center; }
#footer .inner {display: flex;}
#footer .logo {width: 16.2rem; height: 5.45rem; margin-right: 6.75rem; background-image: url(images/logo_w.png);}
#footer .txt {}
#footer .txt span {font-size: 0.9rem; line-height: 1.6; display: inline-block;}

