@charset "utf-8";

#pageCont{padding-bottom: 120px;}

.s_visual { position:relative;width:100%; margin: 0 auto; height:760px; line-height:1.4; box-sizing:border-box;overflow:hidden; background:no-repeat center center; background-size:cover;color: #fff; }
.s_visual:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: url('/anesth/images/sub/s_visual_bg.png')no-repeat left top; background-size:auto 100%;}
.s_visual .inner{height: 100%;}
.s_visual .inner .txt_box{position: absolute; bottom: 150px;}
.s_visual .s_visual_in { position:relative; display:table; width:100%; height:100%;  z-index:2;margin: 0 auto;}
.s_visual .sv_tit { display:table-cell; box-sizing:border-box; color:#fff; vertical-align:bottom; text-align: left; padding-bottom: 175px;}
.s_visual .sv_tit h3{font-size: 70px; font-weight: 200; line-height: 1.1em; font-family: 'GmarketSans', sans-serif;}
.s_visual .sv_tit h3 b{font-weight: 700; transform: rotate(0.1deg); display: inline-block;}
.s_visual .sv_tit h4{font-family: 'OneMobileTitle', sans-serif; font-weight: 400; font-size: 30px; margin-top: 45px;}

@media all and (max-width:1280px){
	.s_visual{height: 60vw; min-height: 320px;}
	.s_visual .sv_tit{padding-bottom: 140px;}
	.s_visual .sv_tit h3{font-size: 56px; line-height: 1.4em;}
	.s_visual .sv_tit h4{font-size: 26px;}
	#pageCont{padding-bottom: 100px;}
}
@media all and (max-width:976px){
	.s_visual .sv_tit{padding-bottom: 50px;}
	.s_visual .sv_tit h3{font-size: 44px;}
	.s_visual .sv_tit h4{font-size: 23px; margin-top: 18px;}
	#pageCont{padding-bottom: 70px;}
}
@media all and (max-width:640px){
	.s_visual .sv_tit{padding-bottom: 40px;}
	.s_visual .sv_tit h3{font-size: 36px;}
	.s_visual .sv_tit h4{font-size: 20px;}
}
@media all and (max-width:480px){
	.s_visual .sv_tit h3{font-size: 32px;}
	.s_visual .sv_tit h4{font-size: 18px;}
}

/* Sub-Menu */
.sub_menu_wrap { position:relative;  width:50%; max-width: 1600px; height:80px; line-height:80px; margin-left: auto; padding:0; margin-top: -80px;
    font-weight:400; box-sizing:border-box; z-index:2; background: #fff; border: 1px solid #e5e5e5; border-top: 0; border-left:0;  border: 0;}
.sub_menu_wrap .m_home{ position:static; display:block; width:80px; height:80px; float:left; background: #fff url("/anesth/images/sub/ico_home.png")no-repeat center; border:0;  }
.sub_menu_wrap .m_home a{display: block; width: 100%; height: 100%;}
.sub_menu_wrap .m_dep_box{ position: relative; display:block; width:280px; float:left; text-align:left; cursor:pointer;border-right:0px solid #dedede; font-size: 1.8rem; }
.sub_menu_wrap .m_dep_tit { display:block; background:url('/anesth/images/sub/arrow_down.png') no-repeat 88% center; font-weight: 600;  color:#212121; box-sizing:border-box; padding:0 1.5em; cursor:pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 18px;}
.sub_menu_wrap .m_dep_box .smenu { position: absolute; display:none; width:calc(100% + 2px); margin-left:-1px; background:#fffefb; box-sizing:Border-box; border:1px solid #ddd; border-top:0;}
.sub_menu_wrap .m_dep_box .smenu li {margin:0; width:100%; display:block; box-sizing:border-box;  border-top:1px dotted #ddd; padding:0;}
.sub_menu_wrap .m_dep_box .smenu li.none{display: none;}
.sub_menu_wrap .m_dep_box .smenu li:hover{background:#ccc;}
.sub_menu_wrap .m_dep_box .smenu li:hover a { border:0; font-weight:500;}
.sub_menu_wrap .m_dep_box .smenu li a.on{background:#8077b7; color:#fff; border:0; }
.sub_menu_wrap .m_dep_box .smenu li:first-child{border-top:0;}
.sub_menu_wrap .m_dep_box .smenu a { color:#333; display:block; width:100%;  padding:1em 1.5em; box-sizing:border-box; line-height:normal; font-size: 1.6rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sub_menu_wrap .m_dep_box .smenu a br { display: none; }
.sub_menu_wrap .m_2dep_box li:before {display:none;}
.sub_menu_wrap .m_3dep_box li:before {display:none;}

@media all and (max-width:1900px){
	.sub_menu_wrap{min-width: 970px;}
}
@media all and (max-width:1280px){
	.sub_menu_wrap .m_dep_tit{font-size: 17px;}
}
@media all and (max-width: 976px){
	.sub_menu_wrap { height: 70px; line-height: 70px; margin-top: 0; border-bottom: 1px solid #eee; min-width: 0; width: 100%;}
	.sub_menu_wrap .in{display: flex;}
	.sub_menu_wrap .m_home { width:70px; height:70px;   background-size: 100% auto;  border-bottom: 1px solid #eee;}
	.sub_menu_wrap .m_dep_box { width: calc((100% - 70px) / 3);  flex: auto;}
	.sub_menu_wrap .m_2dep_box { border-right:0; }
	.sub_menu_wrap .m_dep_tit{font-size: 16px;}
}

@media all and (max-width: 640px){
	.sub_menu_wrap { width: 100%; height: 60px; line-height: 60px; transform: none;}
	.sub_menu_wrap .m_home { width:60px; height:60px;}
	.sub_menu_wrap .m_dep_box { width: calc((100% - 60px) / 3); font-size: 15px;}
	.sub_menu_wrap .m_dep_tit{font-size: 15px;}
}


@media all and (max-width: 480px){
	.sub_menu_wrap { width: 100%; height: 50px; line-height: 50px;}
	.sub_menu_wrap .m_home { width:50px; height:50px; }
	.sub_menu_wrap .m_dep_box {  width: calc((100% - 50px) / 3); }
	.sub_menu_wrap .m_dep_tit { padding: 0 0.8em; font-size: 1.7rem; background-size: 12px auto; }
	.sub_menu_wrap .m_dep_box .smenu a { padding: 0.8em 1em; }
}



#subTitle{text-align: center; font-size: 40px; font-weight: 700; color: #222; padding: 100px 0 80px;}
#subTitle p{color: #666; font-weight: 400; font-size: 1.7rem; margin-top: 15px; font-weight: 300;}

@media all and (max-width:1280px){
	#subTitle{font-size: 36px; padding: 90px 0 80px;}
}
@media all and (max-width:976px){
	#subTitle{font-size: 30px; padding: 70px 0 60px;}
	#subTitle p{font-size: 16px; margin-top: 6px;}
}
@media all and (max-width:640px){
	#subTitle{font-size: 28px; padding: 60px 0 45px;}
}

/* terms */
.terms{margin: 3rem 0; transform: skew(0.1deg); }
.terms h3 {font-size:2.3em; color:#212121;  text-align:center; padding-bottom:30px;}
.terms dl { padding-bottom:3%;}
.terms dl dt {font-size:2.4rem; color:#212121; line-height:2.3em;  color: 000; font-weight: 700;}
.terms dl dd {font-size:1.6rem; padding-left:28px; line-height: 1.8em; color: #666; font-family: 'Noto Sans KR', sans-serif;}
.terms dl dd b{color: #444;}
.terms dl h4{font-size: 1.8rem; color: #444; margin: 0.5em 0;}

@media all and (max-width:999px){
    .terms dl dd{padding-left: 0;}
}




.tabmenu { text-align: center; width: 94%; max-width: 1080px; margin: 0 auto 5%; overflow: hidden;  }
.tabmenu li { position: relative; display: inline-block;width:25%; border: 1px solid #dedede;}
.tabmenu.col2 { width: 50%; }
.tabmenu.col2 li { width: 50%; }
.tabmenu.col3 { width: 75%; }
.tabmenu.col3 li { width: 33.33%; }
.tabmenu.col5 li { width: 20%; }
.tabmenu.col6 li { width: 16.66666%; margin-left: -3px;}
.tabmenu.col7 li { width: 14%; margin-left: -3px;}
.tabmenu li a { text-decoration: none; width:100%; height:60px; line-height: 60px; display: block; background:#fff;
                      color:#434343; font-size:1.8rem; font-weight: 700;   border-left:0;
                      box-sizing: border-box; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.tabmenu li:first-child { border-left:1px solid #dedede; }


.tab01 .tabmenu  a.menu1,
.tab02 .tabmenu  a.menu2,
.tab03 .tabmenu  a.menu3,
.tab04 .tabmenu  a.menu4,
.tab05 .tabmenu  a.menu5,
.tab06 .tabmenu  a.menu6,
.tab07 .tabmenu  a.menu7,
.tab08 .tabmenu  a.menu8,
.tab09 .tabmenu  a.menu9,
.tab10 .tabmenu  a.menu10 { color:#fff; background:#645894; font-weight:500; border-color: #645894 !important; z-index:100; }




.memberWrap{padding:50px  50px; border:1px solid #ddd}
.memberWrap .mem_tit { font-size:2.3rem; font-weight:700; margin:0 0 30px; color:#222}
.memberWrap p {padding-bottom:3%; font-size: 1.6rem; line-height: 22px;  color:#454545; line-height:1.9em} 
.memberWrap .pro_tit { font-size:1.8rem; font-weight:700; color:#222; padding-bottom:0;}

@media screen and (max-width:976px){
	.memberWrap {padding:3%}
}


.tb-style1 { position: relative; width: 100%; border-top: 2px solid #6f678e; margin-top: 50px; text-align: center;}
.tb-style1 thead tr th {background: #6f678e; padding: 1em; border-bottom: 1px solid #d7dee7; font-size: 18px; color: #fff; border-right: 1px solid #c7bbff;}
.tb-style1 thead tr th:last-child {border-right: 0;}
.tb-style1 tr th { width: 40%; background: #f7f4fd; font-weight: 600; color:#6f678e; padding: 1em; border-bottom: 1px solid #d7dee7; font-size: 18px;}
.tb-style1 tr td { padding: 1em; border-bottom: 1px solid #ddd7e7; border-left: 1px solid #ddd7e7; font-size: 16px;}
.tb-style1 tr td.th { width: 20%;  font-weight: 600; color:#212121; text-align: center; border-left: 1px solid #dae8ee; border-right: 1px solid #d7dee7; background: #f9fafc; }

.tb-style1.wide tr th { width: 25%; }

.tb-style1.col3 tr th { width: 15%; }
.tb-style1.col4 tr th { width: 12.5%; }

.tb-style1.tb-tel { font-size: 0.95em; }
.tb-style1.tb-tel tr th { width: 14%;  padding: 1em 0.5em; }
.tb-style1.tb-tel tr td { padding: 1em 0.5em; }

.tb-style1 + .tb-style1 { margin-top: 2em; }

.tb-style1.tb-tel { min-width: 800px; }

@media all and (max-width:767px) {
  .tb-style1 tr th { width: 30%; font-size: 16px;}
  .tb-style1 tr td {font-size: 14px;}
}

@media all and (max-width:480px) {
    .tb-style1 tr{display: flex; flex-wrap: wrap;}
    .tb-style1 tr th{width: 100%;}
    .tb-style1 tr th br{display: none;}
    .tb-style1 tr td{width: 100%;}
}

@media all and (max-width:320px) {
  .tb-style1 { border-left: 1px solid #d7dee7; border-right: 1px solid #d7dee7; }
  .tb-style1 tr th { display: block; width: 100%; }
  .tb-style1 tr td { display: block; width: 100%; border-left:0; text-align: center;}
  .tb-style1.wide tr th { width: 100%; }
  .tb-style1 tr td.th { width: 100%; border-left:0; border-right:0;  }

  .tb-scroll .tb-style1 tr th { display: table-cell; width: auto;  }
  .tb-scroll .tb-style1 tr td { display: table-cell; width: auto; }
}

