sub_layout@charset "utf-8";

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(/pub/fonts/NotoSansKR-Thin.woff2) format('woff2'),
       url(/pub/fonts/NotoSansKR-Thin.woff) format('woff'),
       url(/pub/fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR Light';
  font-style: normal;
  font-weight: 300;
  src: url(/pub/fonts/NotoSansKR-Light.woff2) format('woff2'),
       url(/pub/fonts/NotoSansKR-Light.woff) format('woff'),
       url(/pub/fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/pub/fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(/pub/fonts/NotoSansKR-Regular.woff) format('woff'),
        url(/pub/fonts/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/pub/fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(/pub/fonts/NotoSansKR-Medium.woff) format('woff'),
        url(/pub/fonts/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/pub/fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(/pub/fonts/NotoSansKR-Bold.woff) format('woff'),
        url(/pub/fonts/NotoSansKR-Bold.otf) format('opentype');
 } 
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(/pub/fonts/NotoSansKR-Black.woff2) format('woff2'),
        url(/pub/fonts/NotoSansKR-Black.woff) format('woff'),
        url(/pub/fonts/NotoSansKR-Black.otf) format('opentype');
 }




/* mobile style */
*{-webkit-text-size-adjust:none}
body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, th, td, input, textarea,button,select,span{word-break: break-word; margin:0;padding:0;font-family:'Noto Sans KR','Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;font-weight:normal}
body{-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
li{list-style:none}
a{text-decoration:none}
a[href^="tel"]{ font-style:normal}
address, caption, em, var{font-style:normal;font-weight:normal}
input, textarea, select{letter-spacing:normal}
ol, ul, dl{list-style:none}
fieldset, img{border:0}
legend, caption{display:none}
img{border:0;vertical-align:top}
hr{display:none}
table{border-collapse:collapse;border-spacing:0}
br{letter-spacing:normal}
p{letter-spacing:normal}
input{vertical-align:middle}
input[type="text"], input[type="password"]{-webkit-appearance:none}

button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{-webkit-appearance:button;border-radius:0}
textarea{-webkit-appearance:none}
/*select{-webkit-appearance:menulist-text}*/
img{max-width:100%;}
.draggable{height:auto !important;}
.clb{clear:both;}
.center{text-align:center;}

*, :after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::-webkit-input-placeholder { 
  color: #666666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

input[type=text],
input[type=password], 
textarea {outline: none;}
input[type=text]:focus,
input[type=password]:focus,  
textarea:focus,select:focus {border: 1px solid #558ab7;}
.required {background:url(../images/common/input_required.png) no-repeat;}
.placeholdersjs { color: #aaa !important; }
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.sound_only {
    filter: Alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

#wrap {position:relative;width:100%}
#wrap:after {content:"";display:block;clear:both}
.inner {position:relative;width:100%;margin:0 auto;}

/* 상단 레이아웃 */
#header {position: fixed;width:100%;padding:0 0px;background:#fff;margin:0 auto; z-index:9100;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;height:55px;}
#header:after {content:"";display:block;clear:both}

#header h1 {float:left;margin:0px;z-index:30;padding:17px 0 0 10px;position: relative; font-size: 0;}
#header h1 img {width: 111px;}
.menu_btn {z-index:30;background:url(../images/common/menu.png) no-repeat center center;position:absolute;right:10px;top:10px;width:35px;height:35px;text-indent:-9999px;border:1px solid #a4a4a4; background-size:17px auto;}
.menu_btn.active {background:url(../images/common/menu_close.png) no-repeat center center; background-size:17px auto;}
.btn-contactus {position:absolute;right:50px;top:10px;width:45px;height:35px;z-index:30;cursor:pointer;border:1px solid #a4a4a4;font-size:9px;text-align:center;line-height:10px;padding:7px 0 0 0;}
.menu {display:none;position:relative;top:10px; width:100%; padding:0 0 0 0;margin:0 0px;background:#fff;height:360px;  overflow-y:scroll; /*-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25); border-top:2px solid #f8f8f9*/}
.menu:after {content:"";display:block;clear:both}
.menu ul {width:100%; margin:0 auto; padding:0;}
.menu ul li {margin:0; padding:0; list-style:none;}
.menu ul li a {display:block; color:#000;font-size:22px;font-weight: 300;}
.menu ul li p.menu_title {position:relative; z-index:1;background:url(../images/common/menu_arrow.png) no-repeat right center; background-size:24px auto;}
.menu ul li:last-child p.menu_title {background:none;}

.menu ul li p.menu_title a {padding:8px;}
.menu ul li p.menu_title.active {background:url(../images/common/menu_arrow_up.png) no-repeat right center; background-size:24px auto;}
.menu ul li p.menu_title.active a {color:#00aafc;}
.menu ul li p.menu_title a img {vertical-align: middle;}

.menu ul li ul {display:none; width:100%; padding:0px 0;background:#f7f7f7;}
.menu ul li ul li a {padding:8px 10px; font-size:18px; color:#000000;border-top:1px solid #dadada;}
.menu ul li ul li a:hover { color:#00aafc;}
.menu ul li ul li a.active { color:#00aafc;}
.menu ul li ul li.active a { color:#00aafc;}
/* .menu ul li ul li:first-child a {border-top:none;} 220407 선 비노출 문제로 숨김처리 - 고객사요청사항  */
.menu .menu_sub_last {display: block; padding-left: 10px; margin-bottom: 10px;}
.menu .menu_sub_last li a {padding:5px 10px; font-size: 16px;}
.menu .menu_sub_last li a.active {color:#00aafc;}
.menu .menu_sub_last li.active a {color:#00aafc;}
.menu .snsarea {position:absolute; bottom:0; width: 100%;  z-index: 10;}
.menu .snsarea .inSns{position:fixed; width: 100%; padding-left: 10px; background:#fff; height:42px; padding-top:10px; }
.menu .snsarea .inSns a {margin-right: 15px;}
.menu .snsarea .inSns a img {height:18px;}

.menu.active {display:block;}

.util_menu {}
.util_menu div {display:inline-block;}
.util_menu a.searchbtn {display:inline-block;font-weight:300;padding:10px;position:absolute;right:0px;top:6px;z-index:130;}
.util_menu a.searchbtn img {width: 14px;}
.util_menu .searchbox {display:none;position:absolute;width:100%;right:0;top:7px;background:#f5f5f5;z-index:230;}
.util_menu .searchbox.active {display:block;}
.util_menu .searchbox .searchboxinner {width:100%;position:relative;background:#f5f5f5;padding:10px;}
.util_menu .searchbox .searchboxinner .btn_search_submit {background:url('/m/pub/images/common/btn_search.png') no-repeat; display: inline-block; text-indent:-999em; width: 14px; height: 14px; position: absolute; right:40px; top:16px; background-size:14px auto;}
.util_menu .searchbox input {font-size:15px;color:#000;font-weight:300;border:none;width:90%;background:#f5f5f5;}
.util_menu .searchbox .btn_search_close {background:url(../images/common/btn_search_close.png) no-repeat;position:absolute;right:10px;top:16px;text-indent:-99999px;width:14px;height:14px; background-size:14px auto;}
.util_menu .searchbox .btn_search_ok {background:url(../images/common/btn_search.png) no-repeat;position:absolute;right:29px;top:13px;text-indent:-99999px;width:14px;height:14px;  background-size:14px auto;}

.util_menu div.lan {/*background:url(../images/common/icon_lan_arrow.png) no-repeat  90px 35px;*/width:100%;position:relative;z-index:99}
/* .util_menu div.lan.active {background:url(../images/common/icon_lan_arrow1.png) no-repeat  90px 35px; } */
.util_menu div.lan.active > a {color:#00aafc;}
.util_menu div.lan a {font-size:17px;color:#000000;display:block;font-weight:300;padding:10px; }
.util_menu div.lan a span {display: inline-block; border-bottom: 1px solid #000;}
.util_menu div.lan div {display:none;width:100%;background:#f2f2f2;padding:5px;z-index:9999999}
.util_menu div.lan div:after {display:block;visibility:hidden;clear:both;content:""}
.util_menu div.lan div.active {display:block;}
.util_menu div.lan ul {clear:both;}
.util_menu div.lan li {float:left;font-size:13px;padding:5px 10px;margin:0;font-weight:300;display:block;color:#212121;background:url(../images/common/line_lan.png) no-repeat 0 50%;}
.util_menu div.lan li:first-child {background:none;}
.util_menu div.lan li a {font-size:12px;color:#212121;display:inline-block;margin:0 3px;padding:0;text-decoration:none;}
.util_menu div.lan li a.active {color:#00aafc;text-decoration:underline;}


.util_menu div.lan div:after{content:''; display: block; clear:both;}
.util_menu div.lan .line:after {display:block;visibility:hidden;clear:both;content:""}
.util_menu div.lan div.active {display:block;}
.util_menu div.lan dl.left {float:left; }
.util_menu div.lan dl.left dd {padding-top:7px;}
.util_menu div.lan dl.right {padding-left: 100px;}
.util_menu div.lan dt {font-size:16px;padding:7px 0px;margin:0;font-weight:300;display:block;color:#212121}
.util_menu div.lan dd {font-size:14px;padding:0 0px;margin:0;font-weight:300;display:block;color:#212121}
.util_menu div.lan dd a {font-size:14px;color:#212121;display:inline-block;margin:6px 5px;padding:0; text-decoration:none;letter-spacing:-.5px;}
.util_menu div.lan dd a.active {color:#00a8ff;}
.line .left dd {width:96px;}



/* 하단 레이아웃 */
#footer {position:relative;margin:0 auto;padding:12px 0;background:#202020;width:100%;text-align:center;}
#footer:after {display:block;visibility:hidden;clear:both;content:""}
#footer h1 {position:absolute;bottom:0px;right:0;}
#footer .footerLink {position:relative;margin-bottom:12px;}
#footer .footerLink a {font-size:11px;color:#fff;display:inline-block;margin:0px 13px 0 0px;padding:1px 0;font-weight:400;}
#footer .footerLink a:nth-child(5) {display:none;}
#footer .footer_sns {clear:both;margin-top:15px;}
#footer .footer_sns a {display:inline-block;margin-left:7px;}
#footer .footer_sns a img {width: 50%;}
#footer p {font-size:11px;color:rgba(255,255,255,0.7);}
#footer p  a{font-size:11px;color:rgba(255,255,255,0.7);}

.btn-top {/*display:none;*/position:fixed;top:600px;left:54%;width:78px;height:78px;margin-left:714px;text-indent:-999999px;background:url('../images/common/btn_top.png') no-repeat 0 0;z-index:2;cursor:pointer;}

.btn-main {display:none;position:fixed;top:685px;left:54%;width:78px;height:88px;margin-left:714px;text-indent:-999999px;background:url('../images/common/btn_contactus.png') no-repeat 0 0;z-index:2;cursor:pointer;}

/*popup*/
#popupBg {display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:999999;}
#popupBg.active {display:block;}
#popupBg1 {display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:999999;}
#popupBg1.active {display:block;}
#popupLayer {background:#fff;z-index:9999991;position:fixed;top:5%;left:10px;right:10px;padding:25px 15px 0 15px;margin:0px auto 0px; bottom:0; overflow-y:scroll; display: none;}
/* #popupLayer:before {content:''; position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:1;}

 */

#popupLayer:after {display:block;visibility:hidden;clear:both;content:""}
/* #popupLayer.bg1 {background:#fff url(../images/common/popup_bg1.png) no-repeat center bottom;display:none;  background-size:300px auto;} */
/* #popupLayer.bg2 {background:#fff url(../images/common/popup_bg2.png) no-repeat center bottom;display:none; background-size:300px auto;} */
/* #popupLayer.bg3 {background:#fff url(../images/common/popup_bg3.png) no-repeat center bottom;display:none; background-size:300px auto;} */
#popupLayer.bg1:after {content:''; clear:both; display: block; height: 100px; background:#fff url(../images/common/popup_bg1.png) no-repeat center bottom; margin-top: 10px; background-size:300px auto; visibility: visible;}
#popupLayer.bg2:after {content:''; clear:both; display: block; height: 100px; background:#fff url(../images/common/popup_bg2.png) no-repeat center bottom; margin-top: 10px; background-size:300px auto; visibility: visible;}
#popupLayer.bg3:after {content:''; clear:both; display: block; height: 100px; background:#fff url(../images/common/popup_bg3.png) no-repeat center bottom; margin-top: 10px; background-size:300px auto; visibility: visible;}
#popupLayer.bg1.active {display:block;}
#popupLayer.bg2.active {display:block;}
#popupLayer.bg3.active {display:block;}
#popupLayer .titleWrap {text-align:center;margin-bottom:20px;}
#popupLayer .titleWrap h4 {font-size:20px;color:#000000;font-weight:500;margin-bottom:5px;}
#popupLayer .titleWrap p {font-weight:100;font-size:12px;color:#222222; word-break:break-all;}
#popupLayer .column_half {float:none;width:100%;}
#popupLayer .column_half_r {float:none;width:100%;}
#popupLayer .column_half input, #popupLayer .column_half_r input {width:100%;margin-bottom:6px;border:1px solid #b6b6b7;font-weight:300;padding:5px;font-size:12px;}
#popupLayer .column_half select, #popupLayer .column_half_r select {width:100%;margin-bottom:6px;border:1px solid #b6b6b7;font-weight:300;padding:0px 5px;line-height:25px;height:25px;font-size:12px;width:100%;}
#popupLayer .column_half textarea, #popupLayer .column_half_r textarea {width:100%;border:1px solid #b6b6b7;font-weight:300;padding:5px;font-size:12px;}
#popupLayer .column_policy {clear:both;width:100%;height:100px;font-weight:300;padding:5px;border:1px solid #b6b6b7;overflow-y:scroll;color:#666;margin-top:15px;}
#popupLayer .column_policy * {font-size:10px !important;}
#popupLayer .column_policy ul {margin-left: 10px !important;}
#popupLayer .column_policy li{position: relative; padding-left: 7px;}
#popupLayer .column_policy li:before {position: absolute; left:0; top:3px;
    content:"·";
    font-size:10px;
    vertical-align:middle;
    line-height:10px;
}
#popupLayer .column_policy h5 {font-size:15px !important;color:#222222;font-weight:500;margin:5px 0 2px 0;}
#popupLayer .column_policy h6 {font-size:14px !important;color:#003768;font-weight:500;margin:5px 0 2px 0;}
#popupLayer .column_policy p {font-size:12px;color:#666;}
#popupLayer .column_policy .box {border:1px solid #b6b6b7;background:#f5f5f5;padding:5px;margin:5px 0;}
#popupLayer .column_policy table {clear: both;display: table;width:100%;border-collapse: separate; border:1px solid #b6b6b7;border-bottom:none;border-right:none;margin:0px 0 0px 0;box-sizing:border-box;border-spacing: 0;}
#popupLayer .column_policy table thead th {border-bottom:1px solid #b6b6b7;border-right:1px solid #b6b6b7;color:#666;font-size:18px;padding:4px 10px 4px 10px;background:#f3f3f3;box-sizing:border-box;}
#popupLayer .column_policy table tbody td {border-bottom:1px solid #b6b6b7;border-right:1px solid #b6b6b7;color:#666;font-size:18px;padding:4px 10px 4px 10px;box-sizing:border-box;}
#popupLayer .text-right {text-align:right;font-size:11px;color:#666;margin-top:5px;}
#popupLayer .text-left {text-align:left;font-size:11px;color:#666;margin-top:5px;}
#popupLayer .btnpopupWrap {text-align:center;margin-top:15px;}
#popupLayer .btnpopupWrap a {display:inline-block;width:80px;height:17px;line-height:17px;text-align:center;border:1px solid #b6b6b7;font-size:11px;color:#404041;margin:0 2px;}
#popupLayer .btnpopupWrap a.submitbtn {border:1px solid #404041;color:#fff;background:#404041;}

#popupLayer .btnpopupWrap input {display:inline-block;width:80px;height:25px;line-height:25px;text-align:center;border:1px solid #b6b6b7;font-size:12px;color:#404041;margin:0 2px;}
#popupLayer .btnpopupWrap input.submitbtn {border:1px solid #404041;color:#fff;background:#404041;}

#popupLayer .popupClose {background:url(../images/common/popup_close.png) no-repeat 0 0; background-size:13px auto;text-indent:-999999px;width:13px;height:13px;position:absolute;right:10px;top:10px;cursor:pointer;-webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;}
#popupLayer .popupClose:hover {-webkit-transform: rotate(45deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);}


#popupLayer.contactType .titleWrap {text-align: center; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #080808;}
#popupLayer.contactType .rq {position: relative;}
#popupLayer.contactType .rq:after {content:''; position: absolute; left:0; top:0; width:7px; height: 7px; background:url('../images/ico_val.png') no-repeat; background-size:7px;}
#popupLayer.contactType .column_half p {margin-bottom:5px;}
#popupLayer.contactType .column_half p.tit {font-size:15px; margin-bottom:0;}
#popupLayer.contactType .column_half select {background:#dddddd;}
#popupLayer.contactType .column_policy {border:1px solid #f0f0f0; border-bottom:none;}
#popupLayer.contactType .column_policy .first {font-size: 12px !important; padding-bottom: 5px; color:#333;}
#popupLayer.contactType .agree {border:1px solid #f0f0f0; border-top:none; padding:7px 5px;; background:#fafafa; font-size:13px;}


#exhibitions_layer {display:none;width:340px;height:250px;z-index:9999991;position:fixed;left:50%;margin-left:-170px;top:50%;margin-top:-125px;padding:0px;}
#exhibitions_layer:after {display:block;visibility:hidden;clear:both;content:""}
#exhibitions_layer.active {display:block;}
#exhibitions_inner {z-index:9999999;position:relative;}
#exhibitions_inner .photo {-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.55);
box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.55);}
#exhibitions_inner p {color:#fff;font-size:13px;font-weight:300;margin-bottom:8px;}
#exhibitions_inner .slide_v1 p {width:340px !important;}
#exhibitions_layer .popupClose {background:url(../images/news/popup_close.png) no-repeat; background-size:13px auto;text-indent:-999999px;width:13px;height:13px;position:absolute;right:0px;top:5px;cursor:pointer;-webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;}
#exhibitions_layer .popupClose:hover {-webkit-transform: rotate(45deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);}
#exhibitions_layer .btn-prev {position:absolute;left:10px;top:50%; margin-top:-9px; width: 9px;}
#exhibitions_layer .btn-next {position:absolute;right:10px;top:50%; margin-top:-9px;; width: 9px;}
#exhibitions_layer .slide_v1 p{margin-bottom:0;}

/* 메인 */
.mainvisual {position:relative;margin:0px auto 0;padding:55px 0 0px 0;width:100%; }
/* .mainvisual .bx-wrapper {position: absolute; left:50%; bottom:0; width:600px; height:400px; margin-left:-300px; max-width:600px !important} */
.mainvisual:after {display:block;visibility:hidden;clear:both;content:""}
.mainvisual div.txt {position:absolute;left:0%;top:210px;width:100%;margin:0;z-index:9;color:#fff;font-size:22px;font-weight:400;text-align:center;line-height:38px;}
.mainvisual div.txt h3 {font-size:36px;color:#fff;margin-bottom:20px;font-weight:300;line-height:56px;}
.mainvisual div.txt h3 strong {font-size:50px;color:#ffffff;font-weight:500;display:block;margin-bottom:0px;line-height:56px;}
.mainvisual div.txt h3:after {display:block;content:"";width:40px;border-top:1px solid #fff;margin:40px auto;}
.mainvisual #slider-prev {position:absolute;left:50px;top:50%;margin-top:-50px;background:url(../images/main/main_visual_prev.png) no-repeat 0 0;width:35px;height:100px;text-indent:-9999px;}
.mainvisual #slider-next {position:absolute;right:50px;top:50%;margin-top:-50px;background:url(../images/main/main_visual_next.png) no-repeat 0 0;width:35px;height:100px;text-indent:-9999px;}
.mainvisual .btn_pager {
    position: absolute;
    bottom: 15px;
    z-index: 999;
    text-align: center;
    width: 100%;
    height: 8px;
	
}
.mainvisual .btn_pager a {
    padding:0;
    border-radius:50px;
	margin:0 2px;
    width: 8px;
    height: 8px;
	background:rgba(255,255,255,0.3);
	display:inline-block;
    font-size: 0;
    vertical-align: top;
}
.mainvisual .btn_pager a.active {
    background:rgba(255,255,255,0);
	border:2px solid #fff;

}

.mainvisual .slick-dots {
    position: absolute;
    bottom: 15px;
    z-index: 999;
    text-align: center;
    width: 100%;
    height: 8px;
	
}

.mainvisual .slick-dots li {display: inline-block; vertical-align: top; 	margin:0 2px; }
.mainvisual .slick-dots li button {
    padding:0;
    border-radius:50px;
    width: 8px;
    height: 8px;
	background:rgba(255,255,255,0.3);
	display:inline-block;
    font-size: 0;
    vertical-align: top;
	outline:none;
	border:none;
	
	
}
.mainvisual .slick-dots li.slick-active button {
    background:rgba(255,255,255,0);
	border:2px solid #fff;
}



.mainContent1 {clear:both;padding:40px 0;width:100%;margin:0 auto;}
.mainContent1:after {display:block;visibility:hidden;clear:both;content:""}
.mainContent1 .maintitleWrap {text-align:center;margin-bottom:30px;}
.mainContent1 .maintitleWrap h4 {color:#000000;font-size:22px;font-weight:400;}
.mainContent1 .maintitleWrap p {font-size:13px;color:#666666;font-weight:300;}
.mainContent1 .btn_pager {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    text-align: center;
    width: 100%;
	left:0;
    height: 15px;
	
}
.mainContent1 .btn_pager a {
    padding:0;
    border-radius:50px;
	margin:0 2px;
    width: 8px;
    height: 8px;
	background:rgba(255,255,255,0);
	border:1px solid #000;
	display:inline-block;
    font-size: 0;
}
.mainContent1 .btn_pager a.active {
    background:#000000;
}
.mainContent_slide .box { 
  display: block;
  z-index:100;
  margin: -32px 10px 10px 10px;
  padding:50px 25px 20px 25px;
  border: 1px solid transparent;
  -moz-border-image: -moz-linear-gradient(top, #1b247e 0%, #ff00c8 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #1b247e 0%, #ff00c8 100%);
  border-image: linear-gradient(to left, #1b247e 0%, #ff00c8 100%);
  border-image-slice: 1;
  position:relative;text-align:right;}
  .mainContent_slide .box a {font-size:13px;color:#222;font-weight:100;}
  .mainContent_slide .box a h5 {font-size:19px;font-weight:100;}
  .mainContent_slide .box a p {font-weight:100;line-height:17px;}
 .mainContent_slide img {z-index:1;position:relative;}
 .mainContent_slide {margin:0 10px;position:relative;}


.mainContent2 {clear:both;padding:18px 10px;width:100%;margin:0 auto;background: #000844; /* Old browsers */
background: -moz-linear-gradient(top, #000844 0%, #007ad0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #000844 0%,#007ad0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000844 0%,#007ad0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000844', endColorstr='#007ad0',GradientType=0 ); /* IE6-9 */box-sizing:border-box;}
.mainContent2:after {display:block;visibility:hidden;clear:both;content:""}
.mainContent2 {width:100%;margin:0 auto;position:relative;}
.mainContent2 .contnet2title {color:#fff;margin:0px 0 15px 0;text-align:center;}
.mainContent2 .contnet2title h4 {font-size:22px;font-weight:400;}
.mainContent2 .contnet2title p {font-size:14px;font-weight:300;margin-top:5px;}
.mainContent2 .contentwrap {margin-bottom:15px;}
.mainContent2 .contentwrap img {width:100%;}
.mainContent2 .contentwrap .box {padding:15px 17px;background:#fff;}
.mainContent2 .contentwrap .box p {font-size:13px;line-height:20px;color:#444444;font-weight:100; word-break: keep-all;}
.mainContent2 .contentwrap .box p.title {font-size:17px;line-height:17px;color:#000;font-weight:300;margin-bottom:5px;}
.mainContent2 .content_package {background:#fff;}
.mainContent2 .content_package ul {padding:0 20px;}
.mainContent2 .content_package li {border-bottom:1px dotted #afafaf; background-size:10px auto;}
.mainContent2 .content_package li:last-child {border-bottom:none;}
.mainContent2 .content_package a {position: relative; font-size:13px;color:rgba(68,68,68,0.7);padding:15px 0 15px 0;display:block;font-weight:100;}
.mainContent2 .content_package a:after {content:'〉'; position: absolute; right:0; top:20px; color:rgba(68,68,68,0.7);font-size:18px;margin-left:18px;}
.mainContent2 .content_package a strong {color:#444444;font-size:15px;font-weight:400;display:block;}

.mainContent3 {clear:both;padding:40px 0;width:100%;margin:0 auto;position:relative;}
.mainContent3:after {display:block;visibility:hidden;clear:both;content:""}
.mainContent3 .maintitleWrap {text-align:center;margin-bottom:20px;}
.mainContent3 .maintitleWrap h4 {font-size:18px; margin-bottom: 5px;font-weight:400;color:#000;}
.mainContent3 .maintitleWrap p {font-size:13px;color:#666666;font-weight:300;}
.mainContent3 .slide_v3 li p {text-align:center;font-size:17px;color:#636466;font-weight:100;}
.mainContent3 #slider-prev3 {position:absolute;left:50px;top:50%;margin-top:-10px;background:url(../images/main/main_visual_prev.png) no-repeat 0 0;width:8px;height:20px;text-indent:-9999px; background-size:20px auto;;}
.mainContent3 #slider-next3 {position:absolute;right:50px;top:50%;margin-top:-10px;background:url(../images/main/main_visual_next.png) no-repeat 0 0;width:8px;height:20px;text-indent:-9999px;  background-size:20px auto;}

.mapList { padding:0 10px; text-align: center;}
.mapList .img {display: inline-block; position: relative;}
.mapList ul {position: absolute; left:0; top:0; width: 100%;height: 100%;}
.mapList ul li {float:left; width: 25%; height: 31%; }
.mapList ul li a {display: block; height: 100%;}
.mapList ul li.no5 {width: 30%;}
.mapList ul li.no6 {width: 43%;}
.mapList ul li.no9 {width: 45%;}
.mapList ul li.no10 {width: 30%;}


.section_radiology {clear:both;padding:75px 10px 35px;width:100%;margin:0 auto;}
.section_radiology:after {display:block;visibility:hidden;clear:both;content:""}
.main_title_radiology {text-align:center;margin-bottom:35px;}
.main_title_radiology img {padding:0 30px;}
.main_title_radiology p {font-weight:300;font-size:13px;color:#000;margin-top:15px;}
.main_title_radiology p.help {font-weight:300;font-size:11px;color:#666666;}
.main_title_radiology h4 {font-weight:400;font-size:22px;color:#000;margin-bottom:5px;}
.main_title_radiology h5 {font-weight:300;font-size:17px;color:#000; word-break:break-word;}
.radiology_table {}
.radiology_table table {clear: both;display: table;width:100%;border-collapse: separate; border-spacing:0px 0px;margin:0px 0px 0px 0px;border-top:1px solid #000; }
.radiology_table table tbody th {padding:5px 0px;font-size:16px;color:#000000;font-weight:400;vertical-align: top;text-align:left;width:100%;display:inline-block;}
.radiology_table table tbody td {border-bottom:1px solid #999999;color:#000;font-size:13px;padding:0px 0 25px 0;line-height:22px;font-weight:300;display:inline-block;width:100%;}
.radiology_table table tbody tr:last-child td {border-bottom:none;}

#section_radiology_board {clear:both;padding:15px 10px 25px 10px;width:100%;margin:0 auto;background:#e3e4e4;}
#section_radiology_board:after {display:block;visibility:hidden;clear:both;content:""}
#section_radiology_board ul {width:100%;margin:0 auto;}
#section_radiology_board ul:after {display:block;visibility:hidden;clear:both;content:""}
#section_radiology_board ul li {}
#section_radiology_board ul li a {display: block;}
#section_radiology_board ul li h4 {color:#000000;font-size:18px;font-weight:300;margin-bottom:10px;margin-top:15px;}
#section_radiology_board ul li .infotxt {background:#fff;width:100%;position:relative;padding:0;}
#section_radiology_board ul li .infotxt:after {display:block;visibility:hidden;clear:both;content:""}
#section_radiology_board ul li .infotxt .txt_inner {float:left;width:50%;padding:17px 10px 17px 10px;}
#section_radiology_board ul li .infotxt p.title {color:#000000;font-size:16px;font-weight:300;margin-bottom:13px;}
#section_radiology_board ul li .infotxt p {font-weight:300;font-size:12px;color:#666666;line-height:18px; white-space: pre-line; text-overflow:ellipsis; overflow: hidden;  -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3;    word-break: keep-all;}
#section_radiology_board ul li .infotxt .read {position: absolute; left:10px; bottom:10px; font-size:11px;color:#444444;font-weight:300;margin:15px 0 0 0;padding:0 10px 0 0;display:inline-block;background-size:3px auto;}
#section_radiology_board ul li .infotxt .read:hover {font-weight:500;text-decoration:underline;color:#00a8ff;}

#section_radiology_board ul li .infotxt .read:after {content:'〉'; position: absolute; right:-5px; top:50%; margin-top:-4px;; color:#000; font-size: 10px; line-height:10px;}

#section_radiology_board ul li .infotxt .img {float:left;width:50%;}
#section_radiology_board ul li .infotxt .img img {width:100%;}
#section_radiology_board ul li.leftWrap {}
#section_radiology_board ul li.rightWrap {}

.clinicalWrap {clear:borh;padding:70px 0;width:100%;margin:0 auto;}
.clinicalWrap:after {display:block;visibility:hidden;clear:both;content:""}
.clinicalWrap h5 {font-size:20px;color:#000;font-weight:400;margin-bottom:25px;position:relative;}
.clinicalWrap h5:after {position:absolute;right:0px;top:50%;border-top:1px solid #000;width:950px;display:block;content:"";}
.clinicalWrap li {float:left;width:20%;color:#878787;font-size:16px;font-weight:300;line-height:24px;}
.clinicalWrap li strong {display:block;font-size:18px;color:#000;font-weight:400;margin-bottom:5px;}
.clinicalWrap li li {float:none;width:100%;background:url(../images/common/icon.png) no-repeat 0 12px !important;}

.enterprose_info {position: relative; clear:both;padding:65% 10px 30px 10px;width:100%;margin:0px auto 0; }
.enterprose_info:after {display:block;visibility:hidden;clear:both;content:""}
.enterprose_info p {font-size:13px;color:#222222;line-height:22px;font-weight:300;margin:11px 0;word-break : keep-all !important; }
.enterprose_info p.text-center {text-align:center;}
.enterprose_info img {position: absolute !important; top:0 !important; left:10% !important; width:80% !important; height:auto !important; margin:0 !important}
.enterprose_info.notxt_wrap p {word-break : break-all !important; }

.enterpriseimagingWrap {clear:borh;padding:237px 0 0 0;width:100%;min-height:235px;margin:70px auto 0;background:url(../images/enterpriseimaging/img05.png) no-repeat center top;position:relative;}
.enterpriseimagingWrap:after {display:block;visibility:hidden;clear:both;content:""}
.enterpriseimagingWrap p {font-size:8px;color:#959696;line-height:12px;font-weight:300;margin:0;position:absolute;}
.enterpriseimagingWrap p.no1 {top:153px;left:10%;}
.enterpriseimagingWrap p.no2 {top:239px;left:30%;}
.enterpriseimagingWrap p.no3 {top:153px;left:44%;}
.enterpriseimagingWrap p.no4 {top:239px;right:3%;}

.section_exhibitions {clear:both;padding:75px 10px 25px;width:100%;margin:0 auto;}
.section_exhibitions:after {display:block;visibility:hidden;clear:both;content:""}
.main_title_exhibitions {margin-bottom:32px;position:relative;}
.main_title_exhibitions h4 {font-weight:400;font-size:23px;color:#000;margin-bottom:10px;}
/* 20240425 */
.main_title_exhibitions p {font-weight:300;font-size:13px;color:#666666;line-height:20px;}
.main_title_exhibitions .snsarea { padding-top: 10px;}
.main_title_exhibitions .snsarea a {margin:0 0 0 10px; display: inline-block;}
.main_title_exhibitions .snsarea a:first-child {margin-left: 0;}
.main_title_exhibitions .snsarea a img {width: 65%;}



#exhibitions_slide {clear:both;padding:27px 0 0 0px;margin:0 auto;position:relative;}
#exhibitions_slide:after {display:block;visibility:hidden;clear:both;content:""}
.exhibitions_slide {clear:both;padding:0px;width:100%;margin:0 auto;}
.exhibitions_slide:after {display:block;visibility:hidden;clear:both;content:""}
.exhibitions_slide li {border-top:2px solid #1a1a1a;padding:10px 0 0 0;}
.exhibitions_slide li div {position:relative;}
.exhibitions_slide li div span {color:#666666;font-weight:300;font-size:12px;display:block;margin-bottom:17px;}
.exhibitions_slide li div strong {color:#222;font-weight:300;font-size:18px;margin-bottom:10px;display:block}
.exhibitions_slide li div p {color:#666666;font-weight:300;font-size:12px;margin-bottom:10px;}
.exhibitions_slide li div p.email {position:absolute;top:5px;right:0;background:url(../images/news/icon_email.png) no-repeat;width:21px;height:21px;text-indent:-99999px;cursor:pointer; background-size:21px auto;}
.exhibitions_slide li .img {cursor:pointer;}
#exhibitions_slide .btn-prev {position:absolute;top:0;right:25px;}
#exhibitions_slide .btn-next {position:absolute;top:0;right:0px;}
#exhibitions_slide .btn-reload {position:absolute;top:0;right:0px;}
#exhibitions_slide .btn-reload img{width: 20px;}
#exhibitions_slide .bx-pager {display: none;}
#exhibitions_slide .slideNumber {text-align: right; padding-top: 10px; font-size:12px; color:#999999;}
#exhibitions_slide .slideNumber span {color:#003768; font-weight: 500;}
#exhibitions_slide .bx-controls-direction a {width:30px; height:50px; top:auto; bottom:20%;}
#exhibitions_slide .bx-controls-direction a i {display: none;}
#exhibitions_slide .bx-controls-direction a.bx-prev {left:0; background:url('../images/common/exArrow01.png') no-repeat; background-size:30px auto; z-index: auto;}
#exhibitions_slide .bx-controls-direction a.bx-next {right:0; background:url('../images/common/exArrow02.png') no-repeat; background-size:30px auto; z-index: auto;}

.exhibitions_blogWrap {clear:both;padding:0;margin:25px 0 0 0;}
.exhibitions_blogWrap:after {display:block;visibility:hidden;clear:both;content:""}
.exhibitions_blogWrap li {border-top:2px solid #1a1a1a;padding:15px 0;position:relative;width:100%;}
.exhibitions_blogWrap li img {width:100%;}
.exhibitions_blogWrap li div {position:relative;}
.exhibitions_blogWrap li div strong {color:#222;font-weight:300;font-size:17px;margin-bottom:10px;display:block}
.exhibitions_blogWrap li div p {color:#666666;font-weight:300;font-size:12px;margin-bottom:8px;word-break: break-word;
-webkit-box-orient: vertical;
 word-wrap:break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;-webkit-line-clamp: 3;

}
.exhibitions_blogWrap li div p.txt {color:#666666;font-weight:300;font-size:12px;margin-bottom:15px;}




.bx-wrapper .bx-pager {padding-top: 0;}
.bx-wrapper .bx-pager.bx-default-pager a {width: 9px; height: 9px; border-radius:50%; margin:0 3px;}


.news_table_list {}
.news_table_list table {clear: both;display: table;width:100%;border-collapse: separate; border-spacing:0px;margin:0px 0 0px 0;}
.news_table_list table tbody td {border-bottom:1px solid #d9d9d9;color:#666666;font-size:13px;padding:12px 0 12px 0;line-height:20px;font-weight:400;position:relative; word-break: keep-all;}
.news_table_list table tbody td a {color:#666666;font-size:13px;}
.news_table_list table tbody td a img {width: 16px; margin-left: 3px;}
.news_table_list table tbody td span.date {position:absolute;right:0;top:12px;font-size:12px;font-weight:100;}
.news_table_list table thead th.text-center {text-align:center;}
.news_table_list table tbody td.text-center {text-align:center;}
.news_table_list table tbody th {font-size:12px;color:#222;font-weight:500;text-align:left;border-bottom:1px solid #d9d9d9;}

.news_table_list1 {}
.news_table_list1 table {clear: both;display: table;width:100%;border-collapse: separate; border-spacing:0px;margin:0px 0 0px 0;border-top:2px solid #1a1a1a;}
.news_table_list1 table thead th {padding:12px 0px;font-size:15px;color:#222;border-bottom:1px solid #999999;font-weight:500;text-align:left;line-height:15px;}
.news_table_list1 table tbody td {border-bottom:1px solid #d9d9d9;color:#666666;font-size:12px;padding:12px 0 12px 0;line-height:15px;font-weight:300;}
.news_table_list1 table tbody td a {color:#666666;}
.news_table_list1 table tbody td a img {width: 10px;}
.news_table_list1 table tbody td.text-center {padding-left:20px;}
.news_table_list1 table tbody th {font-size:16px;color:#222;font-weight:400;text-align:left;border-bottom:1px solid #d9d9d9;}
.news_table_list1 table tbody tr {cursor:pointer;}

.pagerWrap {clear:both;position:relative;text-align:center;margin:15px 0 0 0;vertical-align:middle}
.pagerWrap a {position: relative; width:20px; height:20px; text-align:center; line-height:20px; background:#fff;display:inline-block;color:#666;font-weight:300;font-size:13px; vertical-align: middle;}
.pagerWrap a.on {background:#000000; color:#fff;}
.pagerWrap a img {margin:0;padding:0;vertical-align:middle; width: 4px;}
.pagerWrap a.prev {line-height: 20px;}
.pagerWrap a.next {line-height: 20px;}

.pagerWrap a.next img {visibility:hidden;}
.pagerWrap a.prev img {visibility:hidden;}
.pagerWrap a.next:after {content:'〉'; position: absolute; right:0; top:0; color:#666; font-size:14px;}
.pagerWrap a.prev:after {content:'〈'; position: absolute; left:-6px; top:1; color:#666; font-size:14px; transform-origin:center center}



.news_table_viewA {clear:both;padding:40px 0;margin:50px 0 0 0;border-top:2px solid #1a1a1a;border-bottom:1px solid #999999;}
.news_table_viewA:after {display:block;visibility:hidden;clear:both;content:""}
.news_table_viewA .news_view_title {width:100%;margin-top:0px;}
.news_table_viewA .news_view_title strong {font-size:24px;color:#222222;font-weight:400;line-height:32px;display:block;margin-bottom:40px;}
.news_table_viewA .news_view_title p {font-weight:300;color:#666666;font-size:18px;}
.news_table_viewA .news_view_title .snsarea {margin-top:40px;}
.news_table_viewA .news_view_title .snsarea a {margin:0 10px 0 0;}
.news_table_viewA .news_view_content {width:100%;}
.news_table_viewA .news_view_content p {font-size:22px;color:#666666;font-weight:300;line-height:34px;margin-bottom:30px;}
.news_table_viewA .news_view_content p:last-child {margin-bottom:0;}
.news_table_viewA .news_view_content p.sub_title {font-size:22px;color:#222222;font-weight:400;margin-bottom:20px;}

.table_view_btn {clear:both;margin:10px 0 30px 0;padding:0;}
.table_view_btn:after {display:block;visibility:hidden;clear:both;content:""}
.table_view_btn a {background:#414141;padding:7px 15px;color:#fff;font-size:13px;font-weight:300;display:block;text-align:center;}

.table_view_list {clear:both;margin:0px 0 0px 0;padding:0;border-bottom:1px solid #999999;border-top:1px solid #999999;}
.table_view_list:after {display:block;visibility:hidden;clear:both;content:""}
.table_view_list li {padding:12px 0 12px 0;border-bottom:1px solid #d9d9d9;white-space: nowrap;
  width:100%; 
  overflow: hidden;
  text-overflow: ellipsis;}
.table_view_list li:last-child {border-bottom:none;}
.table_view_list li a {color:#666;font-size:13px;font-weight:300;word-wrap:break-word;overflow: hidden;text-overflow: ellipsis;width:calc(100% - 83px); display: inline-block; vertical-align: middle;}
.table_view_list li a:hover {color:#222}
.table_view_list li strong {position: relative; display:inline-block;width:70px;color:#222;font-size:13px;font-weight:300;padding-left:18px;line-height:13px; vertical-align: middle;}
/* .table_view_list li strong.prev_list {background:url(../images/news/icon_list_up.png) no-repeat 3px 50%; background-size:5px auto;}
.table_view_list li strong.next_list {background:url(../images/news/icon_list_down.png) no-repeat 3px 50%; background-size:5px auto;}
 */
.table_view_list li strong.prev_list {/*background:url(../images/news/icon_list_up.png) no-repeat 0 50%;*/}
.table_view_list li strong.prev_list:after {content:'〉'; position: absolute; left:3px; top:50%; margin-top:-2px;;  font-size: 10px; line-height:10px; transform:rotate(90deg); transform-origin:center center}

.table_view_list li strong.next_list {/*background:url(../images/news/icon_list_down.png) no-repeat 0 50%;*/}
.table_view_list li strong.next_list:after {content:'〈'; position: absolute; left:3px; top:50%; margin-top:-7px;;  font-size: 10px; line-height:10px; transform:rotate(90deg); transform-origin:center center}


.news_table_viewB {clear:both;padding:11px 0 20px 0;margin:25px 0 0 0;border-top:2px solid #1a1a1a;border-bottom:1px solid #999999; word-break: keep-all;}
.news_table_viewB:after {display:block;visibility:hidden;clear:both;content:""}
.news_table_viewB .news_view_title {border-bottom:1px solid #999999;padding-bottom:13px;position:relative;}
.news_table_viewB .news_view_title strong {font-size:17px;color:#222222;font-weight:400;line-height:25px;display:block;margin-bottom:10px;}
.news_table_viewB .news_view_title p {font-weight:300;color:#666666;font-size:13px;}
.news_table_viewB .news_view_title .snsarea {position:absolute;right:0;bottom:0;margin-top:20px;}
.news_table_viewB .news_view_title .snsarea a {margin:0 3px 0 0; display: inline-block;}
.news_table_viewB .news_view_title .snsarea a img {width: 55%;}
.news_table_viewB .news_view_content {padding:20px 0 0 0;}
.news_table_viewB .news_view_content * { text-align: left !important;     word-break: keep-all; word-wrap:break-word; }
.news_table_viewB .news_view_content img {height:auto !important;}
.news_table_viewB .news_view_content p {font-size:13px;color:#666666;font-weight:300;line-height:20px;margin-bottom:15px; word-break: keep-all;}
.news_table_viewB .news_view_content p:last-child {margin-bottom:0;}
.news_table_viewB .news_view_content p.sub_title {font-size:12px;color:#222222;font-weight:400;margin-bottom: 10px;}

.news_view_content * {/* font-family:'Noto Sans KR' !important */}

.news_casestudyWrap {clear:both;padding:0;margin:25px 0 0 0;}
.news_casestudyWrap:after {display:block;visibility:hidden;clear:both;content:""}
.news_casestudyWrap li {padding:10px 0 20px 0;border-top:2px solid #1a1a1a;width:100%;cursor:pointer;}
.news_casestudyWrap li:after {display:block;visibility:hidden;clear:both;content:""}
.news_casestudyWrap li:first-child {margin-right:15px;}
.news_casestudyWrap li .img {border:1px solid #e4e4e4;float:left;width:30%; overflow:hidden;}
.news_casestudyWrap li div.info {position:relative;float:right;width:70%; padding-left: 10px;}
.news_casestudyWrap li div.info strong {color:#222;font-weight:300;font-size:16px;margin-bottom:5px;display:block}
.news_casestudyWrap li div.info p {color:#666666;font-weight:300;font-size:12px;margin-bottom:8px;
-webkit-box-orient: vertical;
 word-wrap:break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;-webkit-line-clamp: 3;
}


.news_essayWrap.qsWrap {padding: 0 0 10px;}


.news_essayWrap {clear:both;padding:0;margin:25px 0 0 0;}
.news_essayWrap:after {display:block;visibility:hidden;clear:both;content:""}
/* .news_essayWrap li {width:100%;padding:10px 0 20px 0;border-top:2px solid #1a1a1a;margin:0;} */
.news_essayWrap li:first-child {margin-left:0;}
.news_essayWrap li div {position:relative;}
.news_essayWrap li div strong {color:#222;font-weight:300;font-size:17px;margin-bottom:5px;display:block}
.news_essayWrap li div p {color:#666666;font-weight:300;font-size:13px;margin-bottom:10px;}
.news_essayWrap li div p.txt {color:#666666;font-weight:300;font-size:12px;margin-bottom:15px;}
.news_essayWrap li img {width:100%;}



/* 도입실적 new style */
.section_exhibitions.newArea {padding:75px 10px 35px; margin:0 auto;}
.section_exhibitions.newArea .sec {margin-bottom:50px;}
.section_exhibitions.newArea .main_title_exhibitions .title {font-size:27px; line-height:27px;  color:#000000; margin-bottom:15px; }
.section_exhibitions.newArea .main_title_exhibitions .sub {font-size:13px; color:#666666; font-weight:200; margin-bottom:15px; }
.section_exhibitions.newArea .sec .qsBox {position: relative;}
.section_exhibitions.newArea .sec .qsBox:after {content:''; display: block; clear:both;}
.section_exhibitions.newArea .sec .qsBox .tit {position: absolute; left:0; top:0; height:100%; border-top:1px solid #999999; width:80px; padding-top:15px; font-size:12px; color:#000001;}
.section_exhibitions.newArea .sec .qsBox .list { border-top:1px solid #999999; margin-left:90px; padding-top:15px; font-size:12px; color:#000000; font-weight:300;  padding-bottom:30px;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li{margin-bottom:15px; letter-spacing:-0.01em;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li:last-child {margin-bottom: 0;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li div {padding-bottom:10px;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li div:last-child {padding-bottom:0;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li div p {padding-left:8px; position: relative; letter-spacing:-0.03em;    word-break: keep-all;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li div p a {display: block; color:#000000;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li a { color:#000000;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li div p.link a span {display: inline-block; vertical-align: top; width:10px; height: 15px; background:url('/pub/images/new/icoLoca.png') no-repeat; background-size:10px;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li div p.link a:hover {color:#00a8ff}
.section_exhibitions.newArea .sec .qsBox .list > ul > li div p.link a:hover span { background:url('/pub/images/new/icoLoca_on.png') no-repeat; background-size:10px;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li div p:after {content:''; position: absolute; left:0; top:8px; width:2px; height:2px; background:#878787; border-radius:50%;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li ul {margin-top:10px; padding-left: 7px;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li ul li {position: relative; font-size:11px; color:#555555; margin-bottom:10px; padding-left: 8px;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li ul li:last-child {margin-bottom:0;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li ul li:after {content:''; position: absolute; left:0; top:8px; width: 3px; height:1px; background:#555555;}
.section_exhibitions.newArea .sec .qsBox.border .tit {border-top:2px solid #1a1a1a;   }
.section_exhibitions.newArea .sec .qsBox.border .list {border-top:2px solid #1a1a1a;}
.section_exhibitions.newArea .sec .qsBox:last-child .tit {border-bottom:1px solid #999999;   }
.section_exhibitions.newArea .sec .qsBox:last-child .list {border-bottom:1px solid #999999;}

.section_exhibitions.newArea .sec .qsBox .tit {padding-bottom:35px}
.section_exhibitions.newArea .sec .qsBox .list {padding-bottom:35px}
.section_exhibitions.newArea .sec .qsBox .imgLink:after {display: none;}
.section_exhibitions.newArea .sec .qsBox .imgLink .linkTitle {padding-left:8px; position: relative; letter-spacing:-0.03em;}
.section_exhibitions.newArea .sec .qsBox .imgLink .linkTitle:after {content:''; position: absolute; left:0; top:8px; width:2px; height:2px; background:#878787; border-radius:50%;}
.section_exhibitions.newArea .sec .qsBox .imgLink:after {display: none;}
.section_exhibitions.newArea .sec .qsBox .imgLink a { color:#000;}
.section_exhibitions.newArea .sec .qsBox .imgLink a span {margin-left: 8px; display: inline-block;}
.section_exhibitions.newArea .sec .qsBox .imgLink a em {display: inline-block; vertical-align:middle; position: relative; top:-1px; width:5px; height: 10px; background:url('/pub/images/new/ico_arrow.png') center no-repeat; margin-left:5px; background-size:5px auto;}
.section_exhibitions.newArea .sec .qsBox .imgLink a:hover .linkTitle + span {font-weight:500; color:#00a8ff;}
.section_exhibitions.newArea .sec .qsBox .imgLink a:hover em {background:url('/pub/images/new/ico_arrow_on.png')  center no-repeat; background-size:5px auto;}
.section_exhibitions.newArea .sec .qsBox .imgLink a span.pic {position: relative; display: inline-block; vertical-align: top; margin-top:10px;}
.section_exhibitions.newArea .sec .qsBox .imgLink a span.pic:after {content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; background:rgba(0,0,0,.5); transition:.3s all; opacity:0;}
.section_exhibitions.newArea .sec .qsBox .imgLink a:hover span.pic:after {opacity:1;}
.section_exhibitions.newArea .sec .qsBox .list > ul > li ul li {margin-bottom:10px; line-height:20px;}



/* essay 하단 간격 */
.section_exhibitions.essay{padding-bottom: 50px;}




.table_view_listGrllery {clear:both;padding:0;margin:0px 0 0 0;}
.table_view_listGrllery:after {display:block;visibility:hidden;clear:both;content:""}
.table_view_listGrllery li {display:block;height:100%;}
.table_view_listGrllery li div {display:block;width:100%;height:100%;padding-bottom:30px;position:relative;}
.table_view_listGrllery li div:after {display:block;visibility:hidden;clear:both;content:""}
.table_view_listGrllery li a {display:block;width:100%;height:100%;padding-bottom:30px;}
.table_view_listGrllery li div.ga1 {position:relative;float:left;width:49%;border-top:2px solid #1a1a1a;padding:4px 0 0px 0;margin-bottom:0;}
.table_view_listGrllery li div.ga1:after {display:block;visibility:hidden;clear:both;content:""}
.table_view_listGrllery li div.ga1 strong {color:#222;font-weight:300;font-size:16px;margin-bottom:5px;display:block}
.table_view_listGrllery li div.ga1 p {color:#666666;font-weight:300;font-size:12px;margin-bottom:8px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;overflow: hidden; word-break: keep-all;}
.table_view_listGrllery li div.ga1 p.txt {color:#666666;font-weight:300;font-size:11px;margin-bottom:0px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;overflow: hidden;}
.table_view_listGrllery li img {float:right;width:49%;}
.table_view_listGrllery .text-center {clear:both;text-align:center;margin-top:5px;}
.table_view_listGrllery .text-center a {margin:0 6px; position: relative;}
.table_view_listGrllery .text-center a img {visibility:hidden;}
.table_view_listGrllery .text-center a.btn-next:after {content:'〉'; position: absolute; right:-4px; top:-1px; color:#666; font-size:15px;}
.table_view_listGrllery .text-center a.btn-prev:after {content:'〈'; position: absolute; left:-4px; top:0; color:#666; font-size:15px; transform-origin:center center}



.section_story {clear:both;padding:75px 0px 65px 0px;width:100%;min-width:100%;margin:0 auto;background:url(../images/about/story_section_bg1.png) no-repeat center top;background-size:cover !important;}
.section_story:after {display:block;visibility:hidden;clear:both;content:""}
.section_story p.title {color:#fff;font-size:24px;font-weight:400;padding-left:20px;margin-bottom:15px;text-align:center;}
.section_story .goal_box {color:#fff;padding:17px 0px;line-height:23px;font-size:15px;box-sizing:border-box;font-weight:300;text-align:center;}
.section_story .goal_box p:first-child {margin-bottom:13px;}

.goel_01 {clear:both;width:100%;margin:0px auto;padding:35px 10px; word-break:keep-all; }
.goel_01:after {display:block;visibility:hidden;clear:both;content:""}
.goel_01 li {width:100%;position:relative;box-sizing:border-box;}
.goel_01 li img {width:100%;}
.goel_01 li .box { 
  display: block;
  z-index:100;
  margin: -32px 10px 10px 10px;
  padding:50px 25px 20px 25px;
  border-width: 1px;
  border-style: solid;
  -moz-border-image: -moz-linear-gradient(top, #1b247e 0%, #ff00c8 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #1b247e 0%, #ff00c8 100%);
  border-image: linear-gradient(to left, #1b247e 0%, #ff00c8 100%);
  border-image-slice: 1;

  border-style: solid;



  position:relative;}
.goel_01 li h4 {font-size:18px;color:#000000;font-weight:300;}
.goel_01 li p {font-size:13px;line-height:20px;color:#666666;font-weight:300;margin-top:15px;}

.goel_02 {word-break:keep-all; clear:both;padding:55px 0px 50px 0px;width:100%;min-width:100%;margin:0 auto;background:url(../images/about/story_section_bg3.png) no-repeat center top;text-align:center;background-size:cover !important;}
.goel_02:after {display:block;visibility:hidden;clear:both;content:""}
.goel_02 p.title {color:#fff;font-size:23px;font-weight:400;margin-bottom:15px;}
.goel_02 .goal_box {line-height:20px;font-size:12px;box-sizing:border-box;font-weight:300;color:#fff; padding:0 20px;}
.goel_02 .goal_box strong {font-size:13px;color:#fff;display:block;margin-bottom:10px;}

.section_brand {clear:both;padding:30px 10px 25px 10px;width:100%;min-width:100%;margin:0 auto;background:url(../images/about/story_section_bg4.png) no-repeat center top;text-align:center;background-size:cover !important;}
.section_brand:after {display:block;visibility:hidden;clear:both;content:""}
.section_brand p.title {color:#fff;font-size:23px;font-weight:400;margin-bottom:15px;}
.section_brand .goal_box {color:#fff;padding:17px 0px;line-height:23px;font-size:13px;box-sizing:border-box;font-weight:300;}
.section_brand .goal_box p:first-child {margin-bottom:13px;}
.section_brand .goal_box p.small {font-size:10px;line-height:19px;margin-top:13px;text-align:cneter;color:rgba(255,255,255,0.8);}

.brand_01 {clear:both;width:100%;margin:0px auto;padding:30px 10px;text-align:center;}
.brand_01:after {display:block;visibility:hidden;clear:both;content:""}
.brand_01 .goal_box {line-height:20px;font-size:13px;box-sizing:border-box;font-weight:300;color:#666666;margin-top:15px;text-align:left;}
.brand_01 .goal_box p:first-child {margin-bottom:13px;}
.brand_01 .goal_box p.small {font-size:12px;line-height:20px;margin-top:13px;color:#9a9a9a;}


.brand_02 {clear:both;padding:70px 10px 0 10px;width:100%;min-width:100%;margin:0 auto; Text-align:center; background-size:auto 280px !important; background-position:-450px top !important; }
.brand_02:after {display:block;visibility:hidden;clear:both;content:""}
.brand_02 p.title {color:#fff;font-size:23px;font-weight:400;padding:0px;margin-bottom:30px;}
.brand_02 p {line-height:20px;font-size:13px;box-sizing:border-box;font-weight:300;color:#fff;}
.brand_02 .ci_img {width:100%;margin-top:60px;position:relative;padding-bottom:30px;}
.brand_02 .ci_img img {margin-bottom:15px;width:100%;}
.brand_02 .ci_img p {font-size:13px;line-height:20px;color:#666666;position:absolute;text-align:left;font-weight:300;}
.brand_02 .ci_img a {border:1px solid #e3e3e3;font-size:11px;color:#666666;padding:4px 20px 4px 12px;position:absolute;bottom:0;right:0;background:url(../images/about/story_ci_img2.png) no-repeat 70px 50%; background-size:7px auto;}
.brand_02 .ci_img a:hover {font-weight:500;text-decoration:underline;color:#00a8ff;}
.brand_02 .ci_txt {width:100%;padding:0;margin:0;padding-top:20px;box-sizing:border-box;}
.brand_02 .ci_txt p {font-size:13px;line-height:20px;color:#666666;text-align:left;font-weight:300;}
.brand_02 .ci_txt p:first-child {margin-bottom:13px;}

.section_re {clear:both;font-size:12px;color:#666;font-weight:300;}
.section_re:after {display:block;visibility:hidden;clear:both;content:""}
.section_re p.title {font-size:23px;color:#222222;font-weight: 400;}

.section_re .companywrap {border-top:2px solid #1a1a1a;margin-top:35px;padding-top:8px;}
.section_re .companywrap:after {display:block;visibility:hidden;clear:both;content:""}
.section_re .companywrap .bx-wrapper {}
.section_re .companywrap .slide_v1 li {position:relative;}
.section_re .companywrap .slide_v1 li .slide_box {background:rgba(0,0,0,0.7);padding:10px 15px;position:absolute;bottom:0;left:0;width:100%;color:#fff;font-weight:300;}
.section_re .companywrap .slide_v1 li .slide_box p {font-size:12px;margin-bottom:5px;font-weight:500;}
.section_re .companywrap .slide_v1 li .slide_box p span {background:url(../images/about/img_hospital_line.png) no-repeat center right;padding-right:10px;margin-right:10px;display:inline-block;}
.section_re .companywrap .slide_v1 li .slide_box li {font-size:12px;font-weight:200;padding:5px 0;}
.section_re .companywrap .btn_pager {padding-left:15px;margin-top:-7px;}
.section_re .companywrap .btn_pager a {display:inline-block;font-size:14px;color:#666666;font-weight:300;padding:2px 0 3px 0;}
.section_re .companywrap .btn_pager a span {background:url(../images/about/img_hospital_line_gray.png) no-repeat center right;padding-right:10px;margin-right:10px;display:inline-block;color:#222222;}
.section_re .companywrap .btn_pager a.active {font-weight:500;color:#00a8ff;}
.section_re .companywrap .btn_pager a.active span {color:#00a8ff;}
.section_re .companywrap .btn_pager a.active:after {border-top:1px solid #00a8ff;display:block;content:"";}

.history_sec1 {clear:both;background:url(../images/about/story_section_bg7.png) no-repeat 60% top;padding:45px 10px;width:100%;min-width:100%;margin:0 auto;color:#fff;background-size:cover;}
.history_sec1:after {display:block;visibility:hidden;clear:both;content:""}
.history_sec1 .h2_wrap {font-size:13px;}
.history_sec1 .h2_wrap h3 {font-size:23px;font-weight:400;margin-bottom:5px;}
.history_sec1 .main_title {font-size:16px;line-height:22px;font-weight:500;margin:15px 0 15px 0;}
.history_sec1 .main_title span {font-weight:200;font-size:12px;color:rgba(255,255,255,0.7);display:block;}
.history_sec1 .sub_title {font-size:12px;line-height:20px;font-weight:100;}
.history_sec1 .sub_title p:first-child {margin-bottom:10px;}
.history_sec1 .history_wrap {font-size:12px;font-weight:100;color:rgba(255,255,255,0.5);margin-top:40px;}
.history_sec1 .history_wrap dl {position:relative;margin-top:0px;}
.history_sec1 .history_wrap dt {position:absolute;left:0;margin-top:0px}
.history_sec1 .history_wrap dd {padding-left:32px;margin-top:0px}

.history_sec2 {clear:both;background:#000 url(../images/about/story_section_bg8.png) no-repeat 0% top;padding:45px 10px;width:100%;min-width:100%;margin:0 auto;color:#fff;position:relative;background-size:200%;}
.history_sec2:after {display:block;visibility:hidden;clear:both;content:""}
.history_sec2 .inner {width:100%;}
.history_sec2 .main_title {font-size:15px;line-height:23px;font-weight:500;margin:0px 0 15px 0;}
.history_sec2 .main_title span {font-weight:200;font-size:12px;color:rgba(255,255,255,0.7);display:block;}
.history_sec2 .sub_title {font-size:12px;line-height:20px;font-weight:100;}
.history_sec2 .sub_title p:first-child {margin-bottom:15px;}
.history_sec2 .history_wrap {font-size:11px;font-weight:100;color:rgba(255,255,255,0.5);margin-top:40px;}
.history_sec2 .history_wrap dl {position:relative;margin-top:0px;}
.history_sec2 .history_wrap dt {position:absolute;left:0;margin-top:0px;}
.history_sec2 .history_wrap dd {padding-left:32px;margin-top:0px;}


.history_sec3 {clear:both;background:url(../images/about/story_section_bg9.png) no-repeat center top; background-size:cover;padding:45px 10px;width:100%;min-width:100%;margin:0 auto;color:#fff;position:relative;}
.history_sec3:after {display:block;visibility:hidden;clear:both;content:""}
.history_sec3 .main_title {font-size:15px;line-height:23px;font-weight:500;margin:0px 0 15px 0;}
.history_sec3 .main_title span {font-weight:200;font-size:12px;color:rgba(255,255,255,0.7);display:block;}
.history_sec3 .sub_title {font-size:12px;line-height:20px;font-weight:100;}
.history_sec3 .sub_title p:first-child {margin-bottom:10px;}
.history_sec3 .history_wrap {font-size:11px;font-weight:100;color:rgba(255,255,255,0.5);margin-top:40px;}
.history_sec3 .history_wrap dl {position:relative;margin-top:0px;}
.history_sec3 .history_wrap dt {position:absolute;left:0;margin-top:0px;}
.history_sec3 .history_wrap dd {padding-left:32px;margin-top:0px;}

.section_ir01 {clear:both;width:100%;margin:0px auto 0px;padding:30px 10px 0px 10px;}
.section_ir01:after {display:block;visibility:hidden;clear:both;content:""}
.section_ir01 .ir_title {font-size:12px;color:#666666;font-weight:300;}
.section_ir01 .ir_title h3 {font-size:23px;font-weight:400;color:#222;margin-bottom:5px;}
.section_ir01 .ir_title p {line-height:20px;}
.section_ir01 .ir_wrap_head {border-bottom:2px solid #1a1a1a;font-weight:300;margin-top:30px;position:relative;}
.section_ir01 .ir_wrap_head h4 {font-weight:300;color:#000000;font-size:13px;padding-bottom:10px;}
.section_ir01 .ir_wrap_head p {position:absolute;right:0;top:10px;color:#767676;font-size:11px;}
.section_ir01 .ir_wrap_body {padding:5px 0;position:relative;}
.section_ir01 .ir_wrap_body .count_ir {font-size:11px;color:#222222;font-weight:300;position:relative;padding:20px 0 0 0;}
.section_ir01 .ir_wrap_body .count_ir:after {display:block;visibility:hidden;clear:both;content:""}
.section_ir01 .ir_wrap_body .count_ir span {}
.section_ir01 .ir_wrap_body .count_ir span.up {background:url(../images/about/icon_up.png) no-repeat;text-indent:-9999px;display:inline-block;width:8px;height:4px;margin-right:5px; background-size:8px auto;}
.section_ir01 .ir_wrap_body .count_ir span.down {background:url(../images/about/icon_down.png) no-repeat;text-indent:-9999px;display:inline-block;width:8px;height:4px;margin-right:5px; background-size:8px auto;}
.section_ir01 .ir_wrap_body .count_ir span.txt {display:block;position:absolute;left:0px;top:5px;}
.section_ir01 .ir_wrap_body .count_ir strong {font-size:20px;font-weight:300;margin-right:25px;}
.section_ir01 .ir_wrap_body .count_ir strong.up {color:#b10000;}
.section_ir01 .ir_wrap_body .count_ir strong.down {color:#007abe;}
.section_ir01 .ir_wrap_body .count_before {position:absolute;right:0;top:32px;font-size:12px;color:#222222;font-weight:300;}
.section_ir01 .ir_wrap_body .count_before span {margin-left:5px;}
.section_ir01 .ir_wrap_body .count_before span.up {background:url(../images/about/icon_up.png) no-repeat center 8px;background-size:6px;text-indent:-9999px;display:inline-block;width:6px;height:15px;margin-right:3px;}
.section_ir01 .ir_wrap_body .count_before span.down {background:url(../images/about/icon_down.png) no-repeat center 8px;background-size:6px;text-indent:-9999px;display:inline-block;width:6px;height:15px;margin-right:3px;}
.section_ir01 .ir_wrap_body .count_before strong {font-weight:300;margin-right:20px;}
.section_ir01 .ir_wrap_body .count_before strong.up {color:#b10000;}
.section_ir01 .ir_wrap_body .count_before strong.down {color:#007abe;}
.section_ir01 .ir_wrap_foot {padding:0;position:relative;border-top:1px solid #999999;border-bottom:1px solid #999999;}
.section_ir01 .ir_wrap_foot:after {display:block;visibility:hidden;clear:both;content:""}
.section_ir01 .ir_wrap_foot div.fl_l {float:left;width:49%;}
.section_ir01 .ir_wrap_foot div.fl_r {float:right;width:49%;}
.section_ir01 .ir_wrap_foot li {padding:9px 0;position:relative;display:block;border-bottom:1px solid #d9d9d9;font-size:12px;color:#444444;}
.section_ir01 .ir_wrap_foot li:last-child {border-bottom:none;}
.section_ir01 .ir_wrap_foot li strong {font-weight:300;right:0;position:absolute;color:#666666;}

.section_ir02 {clear:both;width:100%;margin:0px auto 0px;padding:30px 10px 0px 10px;}
.section_ir02:after {display:block;visibility:hidden;clear:both;content:""}
.section_ir02 .ir_wrap_head {border-bottom:2px solid #1a1a1a;font-weight:300;margin-top:30px;position:relative;}
.section_ir02 .ir_wrap_head h4 {font-weight:300;color:#000000;font-size:15px;padding-bottom:5px;}
.section_ir02 .ir_wrap_body {padding:15px 0;position:relative;text-align:center;border-bottom:1px solid #999999; overflow-x:scroll;}
.section_ir02 .ir_wrap_body iframe {width: 1000px;}

.section_ir03 {clear:both;width:100%;margin:0px auto 0px;padding:30px 10px 0px 10px;}
.section_ir03:after {display:block;visibility:hidden;clear:both;content:""}
.section_ir03 .ir_wrap_head {border-bottom: 2px solid #1a1a1a;font-weight:300;margin-top:30px;position:relative;}
.section_ir03 .ir_wrap_head h4 {font-weight:300;color:#000000;font-size:15px;padding-bottom:5px;}

.section_ir04 {clear:both;width:100%;margin:0px auto 0px;padding:30px 10px 30px 10px;}
.section_ir04:after {display:block;visibility:hidden;clear:both;content:""}
.section_ir04 .ir_wrap_head {border-bottom:2px solid #1a1a1a;font-weight:300;margin-top:30px;position:relative;}
.section_ir04 .ir_wrap_head h4 {font-weight:300;color:#000000;font-size:15px;padding-bottom:5px;}
.section_ir04 .ir_wrap_body {padding:0 0 15px 0;position:relative;border-bottom:1px solid #999999;font-size:12px;color:#666666;font-weight:300;line-height:22px;}
.section_ir04 .ir_wrap_body h5 {font-size:13px;color:#000000;margin:15px 0;font-weight:500;}
.section_ir04 .ir_wrap_body h6 {font-size:13px;color:#222222;margin:10px 0 0 0;font-weight:400;}
.section_ir04 .ir_wrap_body p.pl15 {padding-left:8px;}

.section_career01 {clear:both;background:#ffcc05 url(../images/about/carrer_img01.png) no-repeat center top; background-size:cover !important; height:280px;padding:0px 0 0 0;width:100%;min-width:100%;margin:0 auto 0px;position:relative;}
.section_career01 h3 {text-align:center;color:#000000;font-size:13px;font-weight:400;}
.section_career01 .inner {position:relative;}
.career_box {padding:8px 8px 12px 8px;font-weight:300;color:#000000;font-size:12px;position:relative;width:300px;margin:0px auto 15px;background: url(../images/about/carrer_img01_bot.png) no-repeat center bottom; background-size:300px auto;;}
.career_box strong {display:inline-block;color:#000;font-size:16px;}
.career_box p {margin-top:0px;font-weight:300;font-size:12px;line-height:22px;color:#fff;padding:2px 10px;display:inline-block;position:absolute;right:10px;top:9px;background:#33cccc;}
.career01_01 {clear:both;background:url(../images/about/carrer_img02.png) no-repeat center bottom;background-size:cover;padding:27px 10px 10px 10px;width:100%;min-width:100%;margin:0 auto;position:relative;color:#fff;font-weight:300;font-size:13px;}
.career01_01 strong {display:block;margin-bottom:20px;font-weight:400}
.career01_01 p {word-break: keep-all;}
.career01_02 {clear:both;width:100%;margin:20px auto 20px;padding:0px 10px 0px 10px;font-size:12px;color:#666666;line-height:20px;}
.career01_02:after {display:block;visibility:hidden;clear:both;content:""}
.career01_02 p {margin-bottom:10px; word-break: keep-all; overflow-wrap: break-word;}
.career01_02 img {width:100%;margin-top:10px;}

.section_career02 {clear:both;padding:30px 0px 0px 0px;width:100%;min-width:100%;margin:0 auto;position:relative;background-size:cover;}
.section_career02:after {display:block;visibility:hidden;clear:both;content:""}
.section_career02 .ir2_wrap_head {color:#000000;font-weight:300;padding:0 10px;}
.section_career02 .ir2_wrap_head h4 {font-size:23px;font-weight:400;}
.section_career02 .ir2_wrap_head p {font-size:12px;font-size:100; word-break: keep-all;}
.section_career02 .ir2_wrap_body {color:#fff;background:url(../images/about/story_ir_bg1_m.png) no-repeat;margin-top:20px;padding:40px 10px 0px 10px;text-align:right;background-size:cover;height: 565px;}
.section_career02 .ir2_wrap_body:after {display:block;visibility:hidden;clear:both;content:""}
.section_career02 .ir2_wrap_body .title {font-weight:200;font-size:15px;line-height:20px;margin-bottom:30px;}
.section_career02 .ir2_wrap_body dl {}
.section_career02 .ir2_wrap_body dt {font-weight:100;font-size:14px;line-height:20px;padding:5px 0;margin-top:7px;}
.section_career02 .ir2_wrap_body dd {font-weight:100;font-size:12px;line-height:20px;padding:7px 0;}
.section_career02 .ir2_wrap_body a {position: relative; color:#00a8ff;font-size:12px;margin-right:8px;padding:0 8px 0 0;}
.section_career02 .ir2_wrap_body a:after {content:'〉'; position: absolute; right:-7px; top:3px;color:#00a8ff;font-size:12px; line-height:12px;}

.section_career02 .ir2_wrap_body a:hover {font-weight:500;text-decoration:underline;color:#00a8ff;background:url(../images/about/icon_arrwo1.png) no-repeat right 50%;}
.career02_01 {clear:both;background:url(../images/about/story_ir_bg2_m.png) no-repeat 70% top;padding:40px 10px 100px 10px;width:100%;min-width:100%;margin:0 auto;position:relative;background-size:cover;}
.career02_01:after {display:block;visibility:hidden;clear:both;content:""}
.career02_01 .ir2_wrap_body {color:#fff;}
.career02_01 .ir2_wrap_body .title {font-weight:200;font-size:16px;line-height:16px;margin-bottom:30px;}
.career02_01 .ir2_wrap_body dl {}
.career02_01 .ir2_wrap_body dt {font-weight:100;font-size:13px;line-height:20px;padding:5px 0;margin-top:10px;}
.career02_01 .ir2_wrap_body dd {font-weight:100;font-size:12px;line-height:22px;padding:5px 0;}
.career02_01 .ir2_wrap_body a {position: relative; color:#00a8ff;font-size:12px;margin-left:10px;padding:0 10px 0 0; background-size:4px auto;}

.career02_01 .ir2_wrap_body a:after {content:'〉'; position: absolute; right:-6px; top:3px;color:#00a8ff;font-size:12px; line-height:12px;}




.career02_02 {clear:both;background:url(../images/about/story_ir_bg3_m.png) no-repeat;padding:40px 10px 100px 10px;width:100%;min-width:100%;margin:0 auto;position:relative;background-size:cover;height: 565px;}
.career02_02:after {display:block;visibility:hidden;clear:both;content:""}
.career02_02 .inner {width:100%;}
.career02_02 .ir2_wrap_body {color:#fff;text-align:right;}
.career02_02 .ir2_wrap_body .title {font-weight:200;font-size:15px;line-height:15px;margin-bottom:30px;}
.career02_02 .ir2_wrap_body dl {}
.career02_02 .ir2_wrap_body dt {font-weight:100;font-size:14px;line-height:14px;padding:5px 0;margin-top:10px;}
.career02_02 .ir2_wrap_body dd {font-weight:100;font-size:12px;line-height:20px;padding:5px 0;}
.career02_02 .ir2_wrap_body dd a {color:#fff;font-size:12px;margin-left:10px;background:url(../images/about/icon_arrwo.png) no-repeat right 50%;padding:0 15px 0 0; background-size:4px auto;}
.career02_02 .ir2_wrap_body dd a:hover {font-weight:500;text-decoration:underline;color:#00a8ff;background:url(../images/about/icon_arrwo1.png) no-repeat right 50%; background-size:4px auto;}


.section_career03 {clear:both;padding:35px 10px;width:100%;margin:0 auto;position:relative;}
.section_career03:after {display:block;visibility:hidden;clear:both;content:""}
.section_career03 .ir3_wrap_head  {margin-bottom:20px;}
.section_career03 .ir3_wrap_head h4 {font-size:23px;font-weight:400;color:#222222;margin-bottom:5px;}
.section_career03 .ir3_wrap_head p {font-size:12px;font-weight:300;color:#666;}
.tab_wrap {width:100%;border-top:1px solid #1a1a1a;margin-bottom:0px;padding:5px 0 0 0;}
.tab_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.section_career03 ul.tabs {float:right;}
.section_career03 ul.tabs:after {content:" "; display:block; clear:both ;}
.section_career03 ul.tabs.active {}
.section_career03 ul.tabs li {float: left;margin: 0;	padding: 0;overflow: hidden;position: relative;padding-bottom:10px;}
.section_career03 ul.tabs li a {color: #666666; display: block;font-size:12px;	padding: 0px 4px 0px 4px;font-weight:100;background:url(../images/about/bar_tabs.png) no-repeat right center;}
.section_career03 ul.tabs li.active a {font-weight:500;color:#00a8ff;}
.section_career03 ul.tabs li:first-child a {background:none;margin-left:0; background:url(../images/about/bar_tabs.png) no-repeat right center;}
.section_career03 ul.tabs li:last-child a {background:none;margin-right:0;}

.section_career03 .tab_container {clear: both;width: 100%;margin:5px 0 0 0;}
.section_career03 .tab_container:after {content:" "; display:block; clear:both ;}
.section_career03 .tab_content {padding: 0px ;color:#222222;font-size:12px;font-weight:300;line-height:20px;position:relative;}
.section_career03 .tab_content:after {content:" "; display:block; clear:both;}
.section_career03 .tab_content .title {padding-top:15px;clear:both;border-top:1px solid #1a1a1a;}
.section_career03 .tab_content .title h4 {font-size:16px;font-weight:400;margin-top:0px;/*margin-top:5px;*/margin-bottom:15px;}
.section_career03 .tab_content .title span {font-size:12px;font-weight:300;}
.section_career03 .tab_content .title p {color:#666666;font-size:14px;line-height:23px;margin-bottom:5px;}
.section_career03 .tab_content .title a {/*background:url(../images/about/icon_arrow.png) no-repeat right center; background-size:4px auto;*/padding:5px 10px 5px 0px;font-size:12px;color:#00a8ff;font-weight:500;margin-bottom:25px;display:inline-block;}
.section_career03 .tab_content .title a.btn {background:none;display:block;padding:0;margin-top:25px}
.section_career03 .tab_content dl {margin-top:10px;}
.section_career03 .tab_content dt {font-size:14px;color:#999; margin-bottom:5px;line-height:23px; margin-top: 40px;}
.section_career03 .tab_content dt:first-child {margin-top: 0px;}
.section_career03 .tab_content dt a {display:block;margin-top:5px;}
.section_career03 .tab_content dd {margin-bottom:15px; word-break: keep-all;}
.section_career03 .tab_content dd p {padding-left:9px; text-indent:-8px;}
.section_career03 ul.tabs.main_tabs {border-bottom:none;}
.section_career03 ul.tabs.main_tabs li {padding-bottom:0;}
.section_career03 ul.tabs.main_tabs li:last-child a{padding-right:0;}
.section_career03 ul.tabs.main_tabs li a {font-size:16px;background:none;padding:0 38px 0 0;line-height:20px;}
.section_career03 ul.tabs.main_tabs li  a.btn {display:none;}
.section_career04 {clear:both;padding:15px 0px;width:100%;margin:0 auto;position:relative;}
.section_career04:after {display:block;visibility:hidden;clear:both;content:""}
.section_career04 .ir4_wrap_head  {margin-bottom:20px;padding:0 10px;}
.section_career04 .ir4_wrap_head h4 {font-size:23px;font-weight:400;color:#222222;margin-bottom:5px;}

.section_career04 .ir4_wrap_head p {font-size:12px;font-weight:300;color:#666;}
.section_career04 .ir4_wrap_body {}
.section_career04 .ir4_wrap_body .info {margin:0 10px; padding:10px 0; border-top:2px solid #000;margin-top:15px;font-size:13px;line-height:20px;}
.section_career04 .ir4_wrap_body .info h4 {font-size:16px;margin-bottom:5px;}
.section_career04 .ir4_wrap_body .info li {background:url(../images/common/icon.png) no-repeat 0 8px;padding-left:8px; background-size:2px; word-break: keep-all;}
.section_career04 .ir4_wrap_body:after {content:" "; display:block; clear:both;}
.section_career04 .ir4_wrap_body img {width:100%;}
.section_career04 .info a.btn {padding: 10px 15px 10px 20px; color: #fff; background: #000; font-size:13px; font-weight: 300; display: block; margin-top: 20px; text-align:center;}
.section_career04 .info a:after {content:'〉'; margin-left: 10px; color:#fff; font-size:13px; line-height:13px;}
.section_career04 .info a:active span {text-decoration: underline;color:#00a8ff;}
.section_career04 .info a:active:after {color:#00a8ff;}

.companywrap .faq_heading1 {clear:both;font-size:15px;color:#000;font-weight:300;margin-bottom:10px;background:url(../images/about/icon_faq_down.png) no-repeat right center;  background-size:14px auto;display:block;cursor:pointer;}
.companywrap .faq_heading1.active { background:url(../images/about/icon_faq_up.png) no-repeat right center;color:#00aafc; background-size:14px auto; background:none;}
.companywrap .faq_content1 {margin-bottom:0;position:relative;}
.companywrap .faq_content1:after {content:" "; display:block; clear:both;}
.companywrap .faq_content1 img {width:100%;}
.companywrap .slide_box {background:rgba(0,0,0,0.7);padding:10px 15px;position:absolute;bottom:0;left:0;width:100%;color:#fff;font-weight:300;}
.slideCompany {padding-bottom: 20px;}
.companywrap .faq_heading1 span {background:url(../images/about/img_hospital_line.png) no-repeat center right;padding-right:5px;margin-right:5px;display:inline-block;}
.companywrap .slide_box li {font-size:12px;font-weight:200;padding:3px 0 3px 0;background:url(../images/common/icon.png) no-repeat 0 12px; background-size:2px auto;;}


.section_career05 {clear:both;padding:30px 10px;width:100%;margin:0 auto;position:relative;}
.section_career05:after {display:block;visibility:hidden;clear:both;content:""}
.section_career05 .ir4_wrap_head  {margin-bottom:15px;}
.section_career05 .ir4_wrap_head h4 {font-size:23px;font-weight:400;color:#222222;}
.section_career05 .ir4_wrap_head a {/*background:url(../images/about/icon_arrow.png) no-repeat right center; background-size:4px auto;*/padding:5px 10px 5px 0px;font-size:12px;color:#00a8ff;font-weight:500;display:inline-block;}
.section_career05 .ir4_wrap_head a.btn {background:none;display:block;padding:0;}


.section_career05 .ir4_wrap_head a {font-size: 13px;}
.section_career05 .ir4_wrap_body {}
.section_career05 .ir4_wrap_body:after {content:" "; display:block; clear:both;}
.section_career05 .ir4_wrap_body .faq_heading {clear:both;font-size:17px;color:#000;font-weight:300;margin-bottom:5px;background:url(../images/about/icon_faq_down.png) no-repeat right center; background-size:14px auto; display:block;cursor:pointer;}
.section_career05 .ir4_wrap_body .faq_heading.active {background:url(../images/about/icon_faq_up.png) no-repeat right center; background-size:14px auto}
.section_career05 .ir4_wrap_body .faq_content {margin-bottom:20px;}
.section_career05 .ir4_wrap_body .faq_content:after {content:" "; display:block; clear:both;}

.section_career05 .ir4_wrap_body dl {width:100%;border-top:1px solid #000;}
.section_career05 .ir4_wrap_body dt {font-size:14px;color:#444444;font-weight:300;line-height:22px;padding:8px 0 0px 0;    display:block; font-weight:bold;}
.section_career05 .ir4_wrap_body dd {width:100%;font-size:12px;color:#666666;font-weight:300;line-height:22px;padding:7px 0 10px 0px;    word-break: keep-all;}
.section_career05 .ir4_wrap_body dt.first {}
.section_career05 .ir4_wrap_body dd.first {}

.section_contact01 {clear:both;padding:30px 10px 0px 10px;width:100%;margin:0 auto;position:relative;}
.section_contact01:after {display:block;visibility:hidden;clear:both;content:""}

.section_contact01 .wrap_head  {margin-bottom:15px;}
.section_contact01 .wrap_head h4 {font-size:23px;font-weight:400;color:#222222;margin-bottom:5px;}
.section_contact01 .wrap_head p {font-size:12px;font-weight:300;color:#666; word-wrap:break-word;}
.section_contact01 .wrap_body {}
.section_contact01 .wrap_body:after {content:" "; display:block; clear:both;}
.section_contact01 .wrap_body .faq_heading {clear:both;color:#000;font-size:16px;font-weight:300;margin-bottom:0px; padding:5px 0;background:url(../images/about/icon_faq_down.png) no-repeat right center;background-size:14px auto;display:block;cursor:pointer;border-bottom:2px solid #000;margin-top:10px;}
.section_contact01 .wrap_body .faq_heading.active {background:url(../images/about/icon_faq_up.png) no-repeat right center; background-size:14px auto;}
.section_contact01 .wrap_body .faq_content {margin-bottom:20px;}
.section_contact01 .wrap_body .faq_content .news_table_list1 table:first-child {border-top:none !important;}
.section_contact01 .wrap_body .faq_content:after {content:" "; display:block; clear:both;}
.section_contact01 .wrap_body .faq_content .toggle_open_con .fl_l {border-top:1px solid #999999;padding-top:20px;}
.section_contact01 .wrap_body .faq_content .toggle_open_con .fl_r {}
.section_contact01 .wrap_body .faq_content .toggle_open_con .fl_r h5 {font-size:12px;font-weight:400;color:#000;margin:15px 0 10px 0;}
.section_contact01 .wrap_body .faq_content .toggle_open_con .fl_r dt {font-size:12px;font-weight:300;color:#666666;padding:7px 0;float:left;width:20%;}
.section_contact01 .wrap_body .faq_content .toggle_open_con .fl_r dd {font-size:12px;font-weight:300;color:#666666;padding:7px 0;float:left;width:80%;line-height:32px;}
.news_table_list1 table tr.toggle_open th, .news_table_list1 table tr.toggle_open td {display:block;width:100% !important;padding:5px 0 0 0;border-bottom:none;}
.faq_content .news_table_list1 table tr thead th {font-size:14px;}
.news_table_list1 table tr.toggle_open th {font-size:14px;border-top:1px solid #999999;}
 .news_table_list1 table tr.toggle_open td {font-size:12px;line-height:18px;width:100%;}
 .news_table_list1 table tr:first-child.toggle_open th {border-top:none;}
 .news_table_list1 table tr.toggle_open td:last-child {padding-bottom:10px;}

.section_contact02 {clear:both;padding:30px 10px 0px 10px;width:100%;margin:0 auto;position:relative;}
.section_contact02:after {display:block;visibility:hidden;clear:both;content:""}
.section_contact02 .wrap_head  {margin-bottom:15px;}
.section_contact02 .wrap_head h4 {font-size:23px;font-weight:400;color:#222222;margin-bottom:5px;}
.section_contact02 .wrap_head p {font-size:12px;font-weight:300;color:#666; word-break: keep-all;}
.section_contact02 .wrap_body {clear:both;border-top:2px solid #000000;padding-top:10px;font-size:15px;}
.section_contact02 .wrap_body:after {content:" "; display:block; clear:both;}
.section_contact02 .wrap_body span {color:#212121;padding-top:5px;display:block;}
/*.section_contact02 .wrap_body .column_half {margin-bottom:20px;}*/
.section_contact02 .wrap_body .column_half:after {content:" "; display:block; clear:both;}
.section_contact02 .wrap_body .column_half_r {margin-bottom:20px;}
.section_contact02 .wrap_body .column_half_r:after {content:" "; display:block; clear:both;}

.section_contact02 .wrap_body .column_half input, .section_contact02 .wrap_body .column_half_r input {margin-bottom:6px;border:1px solid #e0e0e0;font-weight:300;padding:5px 5px;font-size:12px;width:100%;}
.section_contact02 .wrap_body .column_half textarea, .section_contact02 .wrap_body .column_half_r textarea {margin-bottom:6px;border:1px solid #e0e0e0;font-weight:300;padding:5px 5px;font-size:12px;width:100%;}
.section_contact02 .wrap_body .column_half select, .section_contact02 .wrap_body .column_half_r select {margin-bottom:6px;border:1px solid #e0e0e0;font-weight:300;padding:0px 5px;line-height:30px;height:30px;font-size:12px;width:100%;}
.section_contact02 .wrap_body .column_policy {clear:both;width:100%;height:70px;font-weight:300;padding:5px;border:1px solid #e0e0e0;overflow-y:scroll;font-size:12px;color:#666;border-bottom:none;}
.section_contact02 .wrap_body .column_policy * {font-size: 10px !important;}
.section_contact02 .wrap_body .column_policy h5 {font-size:16px;color:#222222;font-weight:400;margin:10px 0 5px 0;}
.section_contact02 .wrap_body .column_policy h6 {font-size:13px;color:#003768;font-weight:400;margin:10px 0 5px 0;}
.section_contact02 .wrap_body .column_policy p {font-size:12px;color:#666;}
.section_contact02 .wrap_body .column_policy .box {border:1px solid #b6b6b7;background:#f5f5f5;padding:5px;margin:5px 0;}
.section_contact02 .wrap_body .column_policy table {clear: both;display: table;width:100%;border-collapse: separate; border:1px solid #b6b6b7;border-bottom:none;border-right:none;margin:0px 0 0px 0;box-sizing:border-box;border-spacing: 0;}
.section_contact02 .wrap_body .column_policy table thead th {border-bottom:1px solid #b6b6b7;border-right:1px solid #b6b6b7;color:#666;font-size:12px;padding:4px 10px 4px 10px;background:#f3f3f3;box-sizing:border-box;}
.section_contact02 .wrap_body .column_policy table tbody td {border-bottom:1px solid #b6b6b7;border-right:1px solid #b6b6b7;color:#666;font-size:12px;padding:4px 10px 4px 10px;box-sizing:border-box;}
.section_contact02 .wrap_body .text-right {background:#fafafa;padding:5px;border:1px solid #e0e0e0;border-top:none;font-size:11px;color:#222222;}
.section_contact02 .wrap_body .btnpopupWrap {text-align:center;margin:15px 0;}
.section_contact02 .wrap_body .btnpopupWrap a {display:inline-block;width:130px;height:25px;line-height:25px;text-align:center;border:1px solid #e0e0e0;font-size:12px;color:#404041;margin:0 2px;}
.section_contact02 .wrap_body .btnpopupWrap a.submitbtn {border:1px solid #000000;color:#fff;background:#000000;}
.section_contact02 .wrap_body .btnpopupWrap input {display:inline-block;width:100px;height:30px;line-height:30px;text-align:center;border:1px solid #b6b6b7;font-size:13px;color:#404041;margin:0 2px;}
.section_contact02 .wrap_body .btnpopupWrap input.submitbtn {border:1px solid #404041;color:#fff;background:#404041;}

.section_etc {clear:both;padding:30px 10px 30px 10px;width:100%;margin:0 auto;position:relative;}
.section_etc:after {display:block;visibility:hidden;clear:both;content:""}
.section_etc .wrap_head  {margin-bottom:15px;}
.section_etc .wrap_head h4 {font-size:20px;font-weight:400;color:#222222;margin-bottom:5px;}
.section_etc .wrap_head p {font-size:12px;font-weight:300;color:#666;}
.section_etc .column_policy_in p {margin-left:10px !important; margin-right:10px !important;}
.section_etc .column_policy_in ul {margin-left:10px !important; margin-right:10px !important;}
.section_etc .column_policy_in li {padding-left: 10px; position: relative;}
.section_etc .column_policy_in li:before {position: absolute; left:0; top:0;
    content:"·";
    font-size:20px;
    vertical-align:middle;
    line-height:20px;
}
.column_policy_in {clear:both;width:100%;}
.column_policy_in .full {text-align: left; display: block; font-size:11px;}
.column_policy_in h5 {font-size:16px;color:#222222;font-weight:400;margin:10px 0 5px 0;}
.column_policy_in h6 {font-size:12px;color:#003768;font-weight:400;margin:10px 0 5px 0;}
.column_policy_in p {font-size:12px;color:#666;line-height:20px;}
.column_policy_in .box {border:1px solid #b6b6b7;background:#f5f5f5;padding:5px;margin:5px 0;font-size:12px}
.column_policy_in table {clear: both;display: table;width:100%;border-collapse: separate; border:1px solid #b6b6b7;border-bottom:none;border-right:none;margin:0px 0 0px 0;box-sizing:border-box;border-spacing: 0;}
.column_policy_in table thead th {border-bottom:1px solid #b6b6b7;border-right:1px solid #b6b6b7;color:#666;font-size:12px;padding:2px 5px 2px 5px;background:#f3f3f3;box-sizing:border-box;}
.column_policy_in table tbody td {border-bottom:1px solid #b6b6b7;border-right:1px solid #b6b6b7;color:#666;font-size:12px;padding:2px 5px 2px 5px;box-sizing:border-box;}
.column_policy_in ul {margin-left:10px;font-size:12px;color:#666;}

.sitemap_wrap {}
.sitemap_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.sitemap_wrap dl {margin-bottom:25px;}
.sitemap_wrap dl:after {display:block;visibility:hidden;clear:both;content:""}
.sitemap_wrap dt {border-top:2px solid #000;padding:5px 0;color:#000;font-size:14px;font-weight:400;}
.sitemap_wrap dd {border-top:2px solid #000;padding:0px 0;}
.sitemap_wrap dd:after {display:block;visibility:hidden;clear:both;content:""}
.sitemap_wrap dd ul{ font-size:0; }
.sitemap_wrap dd li { display:inline-block; vertical-align:top; width:50%;background:url(../images/common/icon.png) no-repeat 0 12px ;padding-left:7px; padding-right: 10px; background-size:2px auto;}
.sitemap_wrap dd li li {float:none;width:100%;background:none;}
.sitemap_wrap dd li a {color:#878787;font-size:12px;font-weight:300;padding:4px 0;display:block;}
.sitemap_wrap dd li li a {color:#878787;font-size:12px;font-weight:200;line-height:20px;padding:3px 0;}


.dot_new li {background:url(../images/common/icon.png) no-repeat 0 8px ;padding-left:10px; background-size:2px auto;}
.dot_new li p{word-break: keep-all}

.section_etc_404 {clear:both;padding:100px 10px 75px 10px;width:100%;min-width:100%;margin:0 auto;position:relative;background:url(../images/common/etc_bg.png) no-repeat center top;color:#fff;text-align:center;}
.section_etc_404:after {display:block;visibility:hidden;clear:both;content:""}
.etc_404_msg {position:relative;width:100%;margin:0 auto;border-bottom:1px solid #ffffff;text-align:center;padding-bottom:30px;}
.etc_404_msg strong {font-size:70px;font-weight:200;}
.etc_404_msg p {font-size:14px;}
.etc_404_link {margin-top:25px;font-size:12px;}
.etc_404_link p {margin-bottom:25px;}
.etc_404_link a {background:#fff;font-size:12px;padding:4px 5px;border-radius:5px;margin:3px;width:96px;text-align:center;display:inline-block;color:#000;}

.tutor_left {float:left;width:32%;}
.tutor_left h5 {font-size:14px;font-weight:400;color:#000;}
.tutor_left h6 {font-size:11px;font-weight:400;color:#000;margin-top:20px;margin-bottom:8px;}
.tutor_left li a {color:#666666;font-size:11px;font-weight:300;line-height:15px;}
.tutor_left li a:hover, .tutor_left li a.active {font-weight:500;text-decoration:underline;color:#00a8ff;}
.tutor_right {float:right;width:68%;text-align:right;margin-top:80px}
.tutor_right iframe {width: 100%; height: 140px;}

.insider_ul {clear:both;margin-left:3%;}
.insider_ul:after {display:block;visibility:hidden;clear:both;content:""}
.insider_ul li {display: inline-block;vertical-align: top; margin:0 0 3% 3%;-webkit-box-shadow: 5px 5px 0px 0px rgba(224,224,224,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(224,224,224,1);
box-shadow: 5px 5px 0px 0px rgba(224,224,224,1);position:relative;border:1px solid rgba(224,224,224,1);width:44%;}
.insider_ul li img {width:100%;}
.insider_ul li div  {height:100%;width:100%;background:rgba(0,0,0,0.8);padding:10px 0;text-align:center;}
.insider_ul li div a {color:#fff;font-size:13px;}


.sub_layout {padding:55px 0px 0 0px;}

/* #container {padding-top:55px;} */
.toggleList li .openTit {cursor:pointer; margin-bottom: 20px;}
.toggleList li .openTit p span{font-size: 15px;}
/* .toggleList li .hiddenText {display: none;} */


.searchWrap {padding:100px 10px 50px 10px;}
.totalSearch {padding:20px 0; text-align: center; border-top:2px solid #1a1a1a; border-bottom: 1px solid #999999; margin-bottom: 50px;}
.totalSearch .tit { font-size:21px; color:#111111; font-weight:500;  padding-bottom:17px;}
.totalSearch .ipBox { border:1px solid #111111; position: relative; padding-right: 30px;}
.totalSearch .ipBox input {width: 100%; height: 45px; padding:0 50px 0 10px; border:none;}
.totalSearch .ipBox a {position: absolute; right:0; top:0; width:45px; height: 45px; background:#000 url('/m/pub/images/btnSearch_m.png') no-repeat; background-size:45px auto; text-indent:-999em;}


.searchWrap .bigTit {font-size: 23px; color:#111111; padding-bottom: 15px;}
.searchWrap .countSearch {font-size: 12px; color:#666666; font-weight:300; padding-bottom: 10px;}
.searchWrap .countSearch span { color:#034a89; font-weight:400; }
.searchWrap .searchList {margin-bottom:70px;}
.searchWrap .searchList ul {padding-bottom: 20px;  border-top:1px solid #1a1a1a;}
.searchWrap .searchList ul li a {overflow:hidden; display: block; padding:20px 0 20px 0; font-size: 13px; color:#666666; border-bottom:1px solid #d9d9d9;;}
.searchWrap .searchList ul li a .tit {display: block; overflow:hidden; text-overflow:ellipsis; /*white-space:nowrap;*/ word-break: keep-all;}
.searchWrap .searchList ul li a .dateLast {padding-top:10px; font-size:11px;}
.searchWrap .totalMore {text-align: right; display: none;}
.searchWrap .totalMore a {display: inline-block; vertical-align: top; font-size:13px; color:#111111; padding-right: 20px; margin-right:6px; background:url('/m/pub/images/ico_plus_m.png') right center no-repeat; background-size:9px auto;}



.companywrap.selList {padding-top: 0;}
.companywrap.selList .titleBox {position: relative;}
.companywrap.selList .titleBox .mainTit {position: relative;  color:#42b0d2;font-size:12px;  height:35px;  border-bottom:1px solid #dddddd; height: 35px; line-height: 35px;  }
.companywrap.selList .titleBox .mainTit:after {content:'〉';position: absolute; top:50%; margin-top:-5px; right:7px; width: 9px; height: 9px; font-size:15px; color:#333; line-height:15px; transform:rotate(90deg) }

.companywrap.selList .titleBox .mainTit.active:after { transform:rotate(-90deg); right:13px; margin-top:-6px;}
.companywrap.selList .titleBox ul {display: none; position: absolute; left:0; top:35px; width: 100%;  border:1px solid #dddddd; border-bottom:none; z-index: 50; background:#fff; border-top:none; height: 280px; overflow-y:scroll;  }
.companywrap.selList .titleBox ul li {color:#666666; font-size:12px; border-bottom:1px solid #dddddd;  padding:7px 10px; min-height:35px; }
.companywrap.selList .titleBox span {padding-right:5px; margin-right:5px; position: relative;}
.companywrap.selList .titleBox span:after {content:''; position: absolute; right:0; top:50%; width: 1px; height: 6px; margin-top:-3px; background:#dddddd;}

.companywrap.selList .contentbox > ul > li {display: none;}
.companywrap.selList .contentbox > ul > li:first-child {display: block;}


/* 자동입력방지 */
.preventBox {clear:both; margin-bottom:13px;}
.preventBox:after {content:''; display: block; clear:both;}
.preventBox .lt {float:left;}
.preventBox .lt:after {content:''; display: block; clear:both;}
.preventBox .lt .img {float:left; vertical-align: top; width: 125px; height: 30px; border:1px solid #b6b6b7; border-right:none; overflow:hidden;}
.preventBox .lt .img img {width: 100%; height: 30px;}
.preventBox .lt a {float:left; vertical-align: top; width: 30px; height: 30px; border:1px solid #b6b6b7; text-indent:-999em; background:#f8f8f8 url('/pub/images/icoBtnRe.png') center no-repeat; background-size:10px auto;}
.preventBox .rt {margin-left: 160px;}
.preventBox .rt input {width:100%;margin-bottom:12px;border:1px solid #b6b6b7;font-weight:300;padding:5px;font-size:12px; height:30px;}


/* 자동입력방지 */
.section_contact02 .wrap_body .column_half_r.mb0 {margin-bottom: 0;}


/* 블라인드 */
.blindLayout {padding:75px 10px 50px;}
.blindWrap {padding-top:15px; border-top:2px solid #111111;}


.blindWrap .title {font-size:20px; color:#222222; margin-bottom:18px;}
.blindWrap .listTit {cursor:pointer; font-size:14px; color:#222222; margin-bottom:15px;}
.blindWrap .list {margin-bottom:30px;}
.blindWrap .list ul li {margin-bottom:5px;}
.blindWrap .list ul li .tit {cursor:pointer; font-size:12px; color:#666666;  display: inline-block; vertical-align: top;}
.blindWrap .list ul li .hidden {display: none;}
.blindWrap .list ul li .hidden .youtube {position: relative; padding-bottom:56.25%;}
.blindWrap .list ul li .hidden .youtube iframe {position: absolute; left:0; top:0; width: 100%; height: 100%;}
.blindWrap .list ul li.open .tit {color:#00a8ff; border-bottom: 1px solid #00a8ff;}
.blindWrap .list ul li.open .hidden {display:block; padding:10px 0 15px 0;}


.thumbList ul:after {content:''; display: block; clear:both;}
.thumbList ul li {float:left; width:48%; margin-bottom:8%;}
.thumbList ul li:nth-child(2n) {margin-left:4%;}
.thumbList ul li a{display: block;}



/* 팝업 */
.todayPop {z-index: 9999 !important; background:#fff; }
.todayPop .in {background:#fff; padding:10px;}
.todayPop .todayNot {background:#333333; padding:8px 0 10px 15px; position: relative; text-align: left; }
.todayPop .todayNot input {position: absolute; visibility: hidden;}
.todayPop .todayNot label {font-size:13px; color:#fff; line-height:13px; padding-left:18px; position: relative; }
.todayPop .todayNot label:after {content:''; position: absolute; left:0; top:5px; width:12px; height:12px; background:#eeeeee; border-radius:3px; }
.todayPop .todayNot input:checked + label:before {content:''; position: absolute; left:0; top:5px; width:12px; height:12px; z-index: 10; background:url('/pub/images/ico_checkToday.png') center no-repeat; background-size:8px auto; border-radius:3px; }
.todayPop .btn_popup_close {position: absolute; right:0; top:-20px; width:20px; height:15px; background:url('/pub/images/menu_close.png') center no-repeat; background-size:20px auto; text-indent:-999em;}


/* 아이폰 확대방지 */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

/* AI Platform */
.section_partner{background:#f6f6f6;}
.section_partner .partner_inner{padding:0 10px;}
.section_partner .partner_inner > .tit{font-size:17px; color:#00a8ff; text-align:center; font-weight:300; line-height:normal; padding:50px 0 10px;}
.section_partner .partner_inner > .txt{font-size:12px; font-weight:300; line-height:20px; color:#000; text-align:center; padding-bottom:20px;}
.section_partner .partner_inner .tabList{display:flex; flex-wrap:wrap; margin-bottom:30px; height:161px; overflow-y:auto; overflow-x:hidden; top:0;    transition: height 0.5s;}

.section_partner .partner_inner .tabList > li{width:calc((100% - 16px)/3); height:46px; margin-right:8px; background:#fff; border-radius:10px; margin-bottom:8px; position:relative;}
.section_partner .partner_inner .tabList > li.active{box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.20);}
.section_partner .partner_inner .tabList > li:nth-child(3n+3){margin-right:0;}
.section_partner .partner_inner .tabList > li:nth-last-of-type(-n+3){margin-bottom:0;}
.section_partner .partner_inner .tabList > li img{position:absolute; left:50%; top:50%; transform:translate(-50%, -50%) scale(0.6);}
.section_partner .partner_inner .tabList > li > a{position:absolute; width:100%; height:100%; opacity:0;}
.section_partner .partner_inner .itemList{display:flex; flex-wrap:wrap;padding-bottom:54px;}
.section_partner .partner_inner .itemList > li{width:100%; margin-bottom:16px; position:relative; background:#fff;}
.section_partner .partner_inner .itemList > li.on{display:none;}
.section_partner .partner_inner .itemList > li img{width:100%;}
.section_partner .partner_inner .itemList > li .textBox{padding:12px; color:#000;}
.section_partner .partner_inner .itemList > li .textBox .tit{font-size:13px; line-height:18px; margin-bottom:4px;}
.section_partner .partner_inner .itemList > li .textBox .title{font-size:22px; font-weight:500; line-height:24px; margin-bottom:10px;}
.section_partner .partner_inner .itemList > li .textBox .txt{font-size:13px; margin-bottom:16px; color:#333; line-height:22px; overflow: hidden; white-space: normal;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.section_partner .partner_inner .itemList > li .textBox .chipList{display:flex; flex-wrap:wrap; position:static; font-size:12px;}
.section_partner .partner_inner .itemList > li .textBox .chipList li{padding:4px 12px; color:#fff; border-radius:50px; margin-right:8px;}
.section_partner .partner_inner .itemList > li .textBox .chipList li:last-child{margin-right:0;}
.section_partner .partner_inner .itemList > li .textBox .chipList li.fir{background:#00A8FF;}
.section_partner .partner_inner .itemList > li .textBox .chipList li.sec{background:#000;}
.section_partner .partner_inner .tabList::-webkit-scrollbar {
    width: 2px; background-color:#dadada;
}
.section_partner .partner_inner .tabList::-webkit-scrollbar-thumb {
    background-color: #014B89;
}
.section_partner .partner_inner .changeTab.change{width:100%; height:60px; position:fixed; top:55px; left:0;z-index: 99999; background:#fff; padding:10px; display:block;box-shadow: 0px 4px 4px 0px rgba(150, 150, 150, 0.25); margin-bottom:0;} 
.section_partner .partner_inner .changeTab.change .init{display:block; height: 100%;display: flex; align-items: center; padding: 10px;font-size: 14px;font-weight: 700;}
.section_partner .partner_inner .changeTab.change .init::before {
	content: "";
	position: absolute;
	width: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid #014b89;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	height: 0;
	top: 27px;
	right: 25px;
}
.section_partner .partner_inner .changeTab.change .tabList{height:0;}
.section_partner .partner_inner .changeTab.change .tabList li{ width:100%; margin-bottom:0; box-shadow:unset;border-radius:0;background:#fff; margin-right:0; padding:10px;}
.section_partner .partner_inner .changeTab.change .tabList li:not(:last-child){border-bottom:1px solid #dadada;}
.section_partner .partner_inner .changeTab.change .tabList li.active{box-shadow:unset; transform:unset;}
.section_partner .partner_inner .changeTab.change .tabList li img{ display:none;}
.section_partner .partner_inner .changeTab.change .tabList li a{opacity:1; position:static;width:100%; height:100%; display:inline-block;}

.section_partner .partner_inner .changeTab.change .tabList.on{height:229px;}
.init{border:1px solid #dadada; display:none;}

.section_partner .banner_wrap{ background:#00A8FF; padding:41px 20px 30px; color:#fff;}
.section_partner .banner_wrap .banner_inner{width:100%;}
.section_partner .banner_wrap .banner_inner .left{padding-right:0; font-size:31px; line-height:33px; margin-bottom:18px;}
.section_partner .banner_wrap .banner_inner .right li:not(:last-child){padding-left:13px; position:relative; font-size:13px; line-height:normal;}
.section_partner .banner_wrap .banner_inner .right li:not(:last-child)::before{content:""; position:absolute; width:3px; height:3px; background:#fff;top:10px; left:0; border-radius:100%;}

li.talkBtn.btn-contactus {
    background: url(/images/chat.png)no-repeat left 102px center;
    margin: 32px 0 0;
    position: static;
    width: auto; font-size:22px; line-height:normal;
    height: auto;
    border: 1px solid #fff;
    text-indent: unset;
    padding: 10px;
		padding-left:54px;
		text-align:center; width:320px;
    border-radius: 50px;
    display: inline-block;
}


/* 쿠키 팝업 */
.userConfirmPopup{position: fixed; top: 0; left: 0; z-index: 9999999; background-color: rgba(0,0,0,0.4); width: 100%; height: 100%;}
.userConfirmPopup button{border:none; outline:0; background-color: transparent;}
.userConfirmPopup .userConfirmInner{background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 14px; text-align: center; padding: 50px 0; width: calc(100% - 20px); max-width: 680px; color: #000; padding: 50px 10px;}
.userConfirmPopup .userConfirmInner .logo{margin: 0 auto 30px; display: block; width: 110px; }
.userConfirmPopup .userConfirmInner .closeBtn{position: absolute; right: 10px; top: 10px;}
.userConfirmPopup .userConfirmInner .closeBtn svg{width: 24px; height: 24px;}
.userConfirmPopup .userConfirmInner .txt1{font-size: 20px; color: #000; margin-bottom: 20px; font-weight: 600;}
.userConfirmPopup .userConfirmInner .txt1Sub{font-size: 12px;}
.userConfirmPopup .userConfirmInner .btnWrap{display: flex; align-items: center; justify-content: center; margin: 14px 0 20px;}
.userConfirmPopup .userConfirmInner .btnWrap button{width:100px; height: 35px; text-align: center; line-height: 35px; background-color: #fff; color: #666666; font-weight: 300; border: 1px solid #D8D8D8; margin: 0 5px;}
.userConfirmPopup .userConfirmInner .btnWrap button.yes{background-color: #0333BF; color: #fff; border-color: #0333BF;}
.userConfirmPopup .userConfirmInner span{color: #434343; font-size: 12px;}



@media screen and (max-width: 500px) {
    .userConfirmPopup .userConfirmInner .btnWrap{display: block; }
    .userConfirmPopup .userConfirmInner .btnWrap button{width: 100%; margin: 0; }
    .userConfirmPopup .userConfirmInner .btnWrap button.yes{margin-bottom: 10px;}
}