@charset "utf-8";


/*서브-상단비주얼 */
#svisual{width:100%; height:299px; background: url(../img/sub/s_main01.jpg) no-repeat center bottom; min-width:1100px; padding-top:78px}
#svisual_comm{width:100%; height:210px; background: url(../img/sub/s_main_comm.jpg) no-repeat center center; min-width:1100px; }
#svisual .svisual_in{width:1100px; margin:0 auto; height:399px; text-align:center; letter-spacing:-1.2px; padding: 0;}
#svisual .svisual_in .s_text h2{font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; font-size:2.8em; font-weight:500; color:#fff; /*text-align:center ;*/padding-top:0px;}
#svisual .svisual_in .s_text p{font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; font-size: 1.20em; color:rgb(255,255,255,0.8);color:rgba(255,255,255,0.8); padding-top:10px; font-weight:400; line-height:1.2em /*text-align:center*/}
#svisual_comm .svisual_in{width:1100px; margin:0 auto; height:235px; /*text-align:center;*/ letter-spacing:-1.2px; }
#svisual_comm .svisual_in .s_text h2{font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; font-size:5.0em; font-weight:500; padding-top:45px; color:#fff; text-align:center}
#svisual_comm .svisual_in .s_text p{font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; font-size: 1.20em; color:rgba(255,255,255,0.7); padding-top:10px; font-weight:400;text-align:center}
@media (max-width: 991px) {
#svisual{height:140px; background: url(../img/sub/s_main01.jpg) no-repeat center top; background-size:cover; min-width:100%;}
#svisual_comm{height:140px; background: url(../img/sub/s_main01.jpg) no-repeat center top; background-size:cover; min-width:100%;}
#svisual .svisual_in{width:100%; height:120px;}
#svisual .svisual_in .s_text h2{font-size:2.00em; padding-top:25px; text-align:center}
#svisual .svisual_in .s_text p{font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; font-size: 1.20em; color:rgba(255,255,255,0.7); padding-top:10px; font-weight:400;text-align:center; line-height:1.2em}
#svisual_comm .svisual_in{width:100%; height:120px;}
#svisual_comm .svisual_in .s_text h2{font-size:2.00em; padding-top:25px; text-align:center}
#svisual_comm .svisual_in .s_text p{font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; font-size: 1.20em; color:rgba(255,255,255,0.7); padding-top:10px; font-weight:400;text-align:center; line-height:1.2em}
}


/*서브상단 location*/
#location h3 { display: none;}
#location { 
    height: 56px; 
	width: 100%; 
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 0; 
	position:absolute; 
	z-index:1; 
	background: rgb(255,255,255,1.0);
	background: rgba(255,255,255,1.0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	/*box-shadow: 0px 2px 2px rgb(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);*/
	}
#location.fixed {
  position: fixed;
  top: 60px;
}
#location.slide-up {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media only screen and (min-width: 1024px) {
  #location.fixed {
    top: 0px;
    /* fixes a bug where nav and subnab move with a slight delay */
    box-shadow: 0 -6px 0 #25283D;
  }
  #location.slide-up {
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
.location_box .text li.home a { display: inline-block; background: url('../img/common/icon_home.png') no-repeat; width: 21px; height: 18px; z-index: 1; vertical-align: middle;}
.location_box { width: 1100px; margin: 0px auto;}
.location_box .text { float: left; height: 52px;}
.location_box .text ul { height: 52px;}
.location_box .text li.home { padding: 0 0 0;}
.location_box .text li { margin: 0 15px 0 10px; display: inline; height: 52px; line-height: 52px; color: #686868; font-size:1.15em; font-weight:500; font-family: 'Nanum Gothic', sans-serif,"돋움", "굴림", tahoma, sans-serif; letter-spacing:-.020em}
.location_box .text li.current{ color: #404040; font-size:1.15em; font-weight:600;}

@media screen and (max-width:767px) {
#location { 
    height: 56px; 
	width: 100%; 
	border-top: 0px;
	border-bottom: 1px solid #dadada;
	padding: 0; 
	position:relative; 
	z-index:1; 
	background: rgb(255,255,255,1.0);
	background: rgba(255,255,255,1.0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	/*box-shadow: 0px 2px 2px rgb(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);*/
	top:90px;
	}
  #location.fixed {
    top: 0px;
    /* fixes a bug where nav and subnab move with a slight delay */
    box-shadow: 0 -6px 0 #25283D;
  }
  #location.slide-up {
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
.location_box .text li.home a { display: inline-block; background: url('../img/common/icon_home.png') no-repeat; width: 21px; height: 18px; z-index: 1; vertical-align: middle;}
.location_box { width: 1100px; margin: 0px auto;}
.location_box .text { float: left; height: 52px;}
.location_box .text ul { height: 52px;}
.location_box .text li.home { padding: 0 0 0 15px;}
.location_box .text li { margin: 0 7px 0 5px; display: inline; height: 52px; line-height: 52px; color: #686868; font-size:1.05em; font-weight:500; font-family: 'Nanum Gothic', sans-serif,"돋움", "굴림", tahoma, sans-serif; letter-spacing:-.050em}
.location_box .text li.current{ color: #404040; font-size:1.05em; font-weight:600;}
}


/* 서브상단 3차메뉴 */
.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  /*display: block;*/
  /*background-color: #393d41;*/
  z-index: 1;
  /*padding: 1em;*/
  border-radius: 2px;
  cursor: pointer;
}
.select .placeholder:hover {
  /*background: #34383c;*/
}
.select .placeholder:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\f077';
}
.select.is-open ul {
  display: block;
  box-shadow: 0px 2px 2px rgb(0,0,0,0.1);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.select.select--white .placeholder {
  background: #fff;
  color: #555;
  padding: 0 40px 0 0;
  display: inline-block;
}
.select.select--white .placeholder:hover {
  /*background: #fafafa;*/
}
.select ul {
  display: none;
  position: absolute;
  width: 160px;
  background: #fff;
  top: 210%;
  left: -30px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  height:auto !important;
  border-left:1px solid #dadada;
  border-right:1px solid #dadada;
  border-bottom:1px solid #dadada;
}
.select ul li {
  display: block !important;
  text-align: left;
  color: #999;
  cursor: pointer;
  height:auto !important;
  line-height:30px !important; 
  font-size: 0.95em !important;
  margin:0 !important;
}
.select ul li a { 
  display:block;
  padding: 5px 10px ;
  border-bottom:1px solid #ececec;
}
.select ul li:last-child a { 
  display:block;
  padding: 5px 10px ;
  border-bottom:0px;
}
.select ul li:hover a { 
  background: #4b545e;
  color: #fff;
}


.box{ /*box-shadow: 0 1px 1px rgba(0,0,0,0.08); box-shadow: 0 1px 1px rgb(0,0,0,0.08);*/  margin-bottom:30px; max-width:800px;  margin:0px auto}
.box .photo img{ /*width:100%*/}
.box .content{ padding:20px 20px 30px; text-align:center;/* border-right:1px solid #efefef; border-left:1px solid #efefef; border-bottom:1px solid #efefef;*/}
.box .content p.title{font-size:3.0em; line-height:0.8em;color:#fff; font-weight:500; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.055em}
.box .content p.st{font-size:1.70em; line-height:0em;color:rgba(255,255,255,0.7);color:rgb(255,255,255,0.7); font-weight:300; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.055em}
.box .content p{ ;color:rgba(255,255,255,0.7);color:rgb(255,255,255,0.7); font-size:1.45em; line-height:1.4em; margin:17px 0 0}


/*3차메뉴*/
.subtitle_tabs {
    width: 100%;
    text-align: center;
    border-top: 1px solid #cac6c5;
    margin-bottom: 65px;
}
.subtitle_tabs li {
    display: inline-block;
    font-size: 14px;
}
@media screen and (max-width:767px) {
.subtitle_tabs li {
    display: inline-block;
    font-size: 14px;
	width:100%;
}	
}
.subtitle_tabs li.active a {
    border-bottom: 2px solid #659336;
    color: #659336;
	font-weight:600;
}
.subtitle_tabs li a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 33px;
}
.subtitle_tabs_line {
    width: 100%;
    height: 1px;
    background: #cac6c5;
    margin-top: -1px;
    z-index: -10;
}


/* 반응형 박스형 문단처리 */
.sub_imgcontent_wrap5 {
    width: 100%;
    /*margin-bottom: 35px;*/
    border: 1px solid #cac6c5;
    min-height: 100px;
    overflow: hidden;
}
.sub_imgcontent_wrap5 h3 {
    display: inline-block;
    width: 100%;
    height: 45px;
    float: left;
    text-align: center;
    font-size: 1.5em;
	font-weight:600;
	line-height:45px;
    font-family: 'Nanum Gothic', sans-serif,"돋움", "굴림", tahoma, sans-serif;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff);
}
.exercise_bg01 {
    background: url('../img/sub/medi02_01.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg02 {
    background: url('../img/sub/medi02_02_01.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg03 {
    background: url('../img/sub/medi02_03_01.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg04 {
    background: url('../img/sub/medi03_01.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg05 {
    background: url('../img/sub/medi04_01.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg06 {
    background: url('../img/sub/medi04_02.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg07 {
    background: url('../img/sub/medi04_03.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg08 {
    background: url('../img/sub/medi04_04.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg09 {
    background: url('../img/sub/medi04_05.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg10 {
    background: url('../img/sub/medi04_06.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg11 {
    background: url('../img/sub/medi04_07.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg12 {
    background: url('../img/sub/medi04_08.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg13 {
    background: url('../img/sub/medi05_01.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg14 {
    background: url('../img/sub/medi06_01.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg15 {
    background: url('../img/sub/medi06_02.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg16 {
    background: url('../img/sub/medi06_03.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg17 {
    background: url('../img/sub/medi06_04.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg18 {
    background: url('../img/sub/medi06_05.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg19 {
    background: url('../img/sub/medi07_01.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg20 {
    background: url('../img/sub/medi04_09.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.exercise_bg21 {
    background: url('../img/sub/medi02_03.jpg') no-repeat top left;
        background-size: auto auto;
    background-size: 100%;
}
.sub_imgcontent_img {
    width: 48%;
    float: left;
    min-height: 100px;
}

.sub_imgcontent_text {
    width: 52%;
    float: right;
}
.sub_imgcontent_text p {
    width: 90%;
    margin: 25px auto 35px auto;
    line-height: 180%;
}

@media screen and (max-width:767px) {
.sub_imgcontent_img {
    width: 100%;
    float: left;
    min-height: 150px;
}

.sub_imgcontent_text {
    width: 100%;
    float: right;
}
}


/*미션*/
.mission{width:100%; background:url(../img/sub/mission.jpg) no-repeat center top; padding:440px 0 0 0; height:700px}
@media screen and (max-width:767px) {
.mission{width:100%; background:url(../img/sub/m_mission.jpg) no-repeat center top; padding:320px 0 0 0; height:700px; background-size:100%}
}

.manager_01{ width:200px; height:200px; border-radius:100%; background:#b73034; padding:20px 0 10px 0; float:right}
.manager_01 img{ margin:0 0 10px}
.manager_01 .t{padding:0;word-break:break-all; font-size:1.5em; line-height:1.2em;color:#fff; font-weight:bold; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em; margin: 0 0 7px;}
.manager_01 .c{padding:0;word-break:break-all; font-size:1.1em; line-height:1.2em;color:rgb(255,255,255,0.7); color:rgba(255,255,255,0.7);font-weight:400; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em; margin: 0 0 7px;}

.manager_02{ width:200px; height:200px; border-radius:100%; background:#605151; padding:20px 0 10px 0; margin:0px auto}
.manager_02 img{ margin:0 0 10px}
.manager_02 .t{padding:0;word-break:break-all; font-size:1.5em; line-height:1.2em;color:#fff; font-weight:bold; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em; margin: 0 0 7px;}
.manager_02 .c{padding:0;word-break:break-all; font-size:1.1em; line-height:1.2em;color:rgb(255,255,255,0.7);color:rgba(255,255,255,0.7); font-weight:400; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em; margin: 0 0 7px;}


.manager_03{ width:200px; height:200px; border-radius:100%; background:#dea635; padding:20px 0 10px 0; float:left}
.manager_03 img{ margin:0 0 10px}
.manager_03 .t{padding:0;word-break:break-all; font-size:1.5em; line-height:1.2em;color:#fff; font-weight:bold; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em; margin: 0 0 7px;}
.manager_03 .c{padding:0;word-break:break-all; font-size:1.1em; line-height:1.2em;color:rgb(255,255,255,0.7); color:rgba(255,255,255,0.7);font-weight:400; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em; margin: 0 0 7px;}


.manager_04{ width:270px; height:270px; border-radius:100%; background:#292b89; padding:60px 0 10px 0; margin:0px auto}
.manager_04 .t{padding:0;word-break:break-all; font-size:1.85em; line-height:1.2em;color:#fff; font-weight:bold; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em;}
.manager_04 .c{padding:0;word-break:break-all; font-size:1.10em; line-height:1.2em;color:#fff; font-weight:bold ;letter-spacing:-.055em; opacity:0.7}

@media screen and (max-width:767px) {
.manager_01{ width:200px; height:200px; border-radius:100%; background:#b73034; padding:30px 0 10px 0; margin:10px auto; float:none}
.manager_01 .t{padding:0;word-break:break-all; font-size:1.5em; line-height:1.2em;color:#fff; font-weight:bold; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em; margin: 0 0 7px;}
.manager_01 .c{padding:0;word-break:break-all; font-size:1.10em; line-height:1.2em;color:#fff; font-weight:bold ;letter-spacing:-.055em; opacity:0.7}

.manager_02{ width:200px; height:200px; border-radius:100%; background:#605151; padding:30px 0 10px 0; margin:10px auto}
.manager_02 .t{padding:0;word-break:break-all; font-size:1.5em; line-height:1.2em;color:#fff; font-weight:bold; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em; margin: 0 0 7px;}
.manager_02 .c{padding:0;word-break:break-all; font-size:1.10em; line-height:1.2em;color:#fff; font-weight:bold ;letter-spacing:-.055em; opacity:0.7}

.manager_03{ width:200px; height:200px; border-radius:100%; background:#dea635; padding:30px 0 10px 0; margin:10px auto; float:none}
.manager_03 .t{padding:0;word-break:break-all; font-size:1.5em; line-height:1.2em;color:#fff; font-weight:bold; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em; margin: 0 0 7px;}
.manager_03 .c{padding:0;word-break:break-all; font-size:1.10em; line-height:1.2em;color:#fff; font-weight:bold ;letter-spacing:-.055em; opacity:0.7}

.manager_04{ width:270px; height:270px; border-radius:100%; background:#292b89; padding:60px 0 10px 0; margin:10px auto}
.manager_04 .t{padding:0;word-break:break-all; font-size:1.85em; line-height:1.2em;color:#fff; font-weight:bold; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.05em;}
.manager_04 .c{padding:0;word-break:break-all; font-size:1.10em; line-height:1.2em;color:#fff; font-weight:bold ;letter-spacing:-.055em; opacity:0.7}	
}


/* start 내용_단락01*/
.para_list{ /*border:1px solid #dfdfdf; padding:20px; border-radius:3px; box-shadow: 1px 1px 1px #dfdfdf*/}
.para_list h4 { font-size: 1.50em; line-height: 1.0em; font-weight: 500; letter-spacing: -.095em; display: block; padding: 5px 0 15px 0; color: #555; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.para_list li{font-size:1.20em; margin-bottom:8px;padding-left:12px;background:url(../img/common/bul_li_t1.png) no-repeat 0 8px; font-weight:500; width: 100%; color: #135ea2;}
.para_list li.none{margin-bottom:8px;padding-left:12px;background:none; }
.para_list li em{font-weight:bold;color:#2166b2;font-size:1.20em; line-height:1.8em;letter-spacing:-.055em}
.para_list li li{margin-bottom:0;padding-left:10px;background:url(../img/common/bul_li_t2.png) no-repeat 0 7px;font-size:1.00em; letter-spacing:-.015em; color:#666; font-weight:400}
.para_list li li.none{margin-bottom:0;padding-left:10px;background:none;font-size:1.00em; letter-spacing:-.015em; color:#666}
/* end 내용_단락01*/

/* start 내용_단락02*/
.para_list02{width: 86%;margin: 15px 7%;}
.para_list02 h4 { font-size: 1.50em; line-height: 1.0em; font-weight: bold; letter-spacing: -.095em; display: block; padding: 5px 0 15px 0; color: #v; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.para_list02 li{margin-bottom:8px;background:url(../img/common/bul_li_t1.png) no-repeat 0 10px; }
.para_list02 li.none{margin-bottom:8px;padding-left:12px;background:none; }
.para_list02 li em{font-weight:500;color:#4a4a4a;font-size:1.35em; line-height:1.2em;letter-spacing:-.055em; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.para_list02 li li{margin:5px 0 0 0;background:url(../img/common/bul_li_t2.png) no-repeat 0 7px;font-size:1.05em; letter-spacing:-.015em; color:#666}
.para_list02 li li.none{margin-bottom:0;padding-left:10px;background:none;font-size:1.00em; letter-spacing:-.015em; color:#666}
/* end 내용_단락02*/
@media screen and (max-width:767px) {
/* start 내용_단락02*/
.para_list02{width: 86%;margin: 15px 7%;}
.para_list02 h4 { font-size: 1.50em; line-height: 1.0em; font-weight: bold; letter-spacing: -.095em; display: block; padding: 5px 0 15px 0; color: #v; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.para_list02 li{margin-bottom:8px;background:url(../img/common/bul_li_t1.png) no-repeat 0 10px; text-align:center}
.para_list02 li.none{margin-bottom:8px;padding-left:12px;background:none; }
.para_list02 li em{font-weight:500;color:#4a4a4a;font-size:1.00em; line-height:1.2em;letter-spacing:-.055em; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.para_list02 li li{margin:5px 0 0 0;background:url(../img/common/bul_li_t2.png) no-repeat 0 7px;font-size:0.90em; letter-spacing:-.015em; color:#666}
.para_list02 li li.none{margin-bottom:0;padding-left:10px;background:none;font-size:1.00em; letter-spacing:-.015em; color:#666}
/* end 내용_단락02*/
}


/* 내용-연혁 */
.his{ background:url(../img/sub/global_map.jpg) no-repeat left top}
.his_ul li{/*border-bottom:1px solid #e5e6e6;*/overflow:hidden;padding:15px 0;position:relative;/*margin-left:10px*/}
.his_ul li.no_border{border:none}
.his_ul li strong{color:#564f4f;font-size:1.5em;left:0;letter-spacing:-1px;line-height:32px;position:absolute;top:15px;background:url(../img/sub/icon_his_y.png) no-repeat 0 8px;padding-left:25px}
.his_ul li .history_dl{margin:0 0 0;padding:5px 0 0 15%;position:relative;}
.his_ul li .history_dl *{margin:0;padding:0;}
.his_ul li .history_dl dt{font-weight:600;left:17%;position:absolute;top:5px;}
.his_ul li .history_dl dd{padding:0 0 0 10%;}
.his_ul{background:url(../img/sub/y_line.gif) repeat-y 5px 0;margin-top:15px}

@media all and (max-width:800px) {
.his{ background:url(../img/sub/m_global_map.jpg) no-repeat right top}
.his_top{background:none;}
.his_ul li strong{position:relative;top:auto;left:auto;background:url(../img/sub/icon_his_y.png) no-repeat 0 4px;}

.his_ul li .history_dl{padding:0 0 0 8%;}
.his_ul li .history_dl dt{position:relative;top:auto;left:auto}
.his_ul li .history_dl dd{padding-left:0;}
}

/* 4ea 배너*/
.b4_list{ width:100%; padding:0; margin:0}
.b4_list ul{}
.b4_list li:first-child{ display:inline-block; width:25%; margin:0}
.b4_list li:nth-child(2){ display:inline-block; width:24.25%; margin:0 0.25% 0 0.5%}
.b4_list li:nth-child(3){ display:inline-block; width:24.25%; margin:0 0.5% 0 0.25%}
.b4_list li:nth-child(4){ display:inline-block; width:25%; margin:0}
.b4_list li:nth-child(5){ display:inline-block; width:25%; margin:0}
.b4_list li:nth-child(6){ display:inline-block; width:24.25%; margin:0 0.25% 0 0.5%}
.b4_list li .boxarea { /*box-shadow: 0 1px 1px rgba(0,0,0,0.08); */ margin-bottom:30px}
.b4_list li .boxarea .photo{ width:100%; padding:5%; background:#eaeaea;  text-align:center}
.b4_list li .boxarea .photo img{ height:150px; text-align:center}
.b4_list li .boxarea .content{ padding:30px; text-align:center; border-right:1px solid #d5d5d5; border-left:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; min-height:210px}
.b4_list li .boxarea .content p.title{font-size:1.35em; line-height:1.4em;color:#b73034; font-weight:500; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.01em; margin:0 0 10px}
.b4_list li .boxarea .content p.st{font-size:0.95em; line-height:0em;color:#7d7771; font-weight:300; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.055em}
.b4_list li .boxarea .content p{ color:#747481; font-size:1.02em; line-height:1.4em; margin:0 0 7px}

@media screen and (max-width:767px) {
.b4_list{ width:100%; padding:0; margin:0}
.b4_list ul{}
.b4_list li:first-child{ display:inline-block; width:49%; margin:0 1% 0 0}
.b4_list li:nth-child(2){ display:inline-block; width:49%; margin:0 0 0 1%}
.b4_list li:nth-child(3){ display:inline-block; width:49%; margin:0 1% 0 0}
.b4_list li:nth-child(4){display:inline-block; width:49%; margin:0 0 0 1%}
.b4_list li:nth-child(5){ display:inline-block; width:49%; margin:0 1% 0 0}
.b4_list li:nth-child(6){ display:inline-block; width:49%; margin:0 0 0 1%}
.b4_list li .boxarea { /*box-shadow: 0 1px 1px rgba(0,0,0,0.08);*/}
.b4_list li .boxarea .photo img{ width:100%; height:auto; }
.b4_list li .boxarea .content{ text-align:center;border-right:1px solid #d5d5d5; border-left:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; min-height:300px}
}


/* 조직도 */
.org_wrap {width:100%; margin:20px 0 0 0; position: relative;}
.org_wrap .org_headoffice{position:relative; background:url(../img/sub/bg_org_headoffice.gif) no-repeat center 50px; text-align:center; }
.org_wrap .org_headoffice .headoffice_top span{display:inline-block; }
.org_wrap .org_headoffice .headoffice_top span.chief_st{width:178px; height:50px; padding:11px; font-size:1.286em; color:#fff; font-weight:600; letter-spacing:-1px;}
.org_wrap .org_headoffice .headoffice_top span.chief{background:#1260a2; }
.org_wrap .org_headoffice .headoffice_top span.deputy_chief{margin-top:30px; background:#24aee1; }
.org_wrap .org_headoffice .headoffice_top span.immediate_st{margin-top:30px; position:relative; width:178px; /*height:50px;*/ padding:11px; font-size:1.143em; color:#fff; font-weight:600; letter-spacing:-1px; background:#24aee1;/*left: 50%; margin-left: 100px; */}
.org_wrap .org_headoffice .headoffice_top span.immediate_part1{top:43px; right:0; }
.org_wrap .org_headoffice .headoffice_top span.immediate_part2{/*top:128px; right:0*/; }
.org_wrap .org_headoffice .headoffice_top .org_part{overflow:hidden; margin:93px 0 0 -10px; }
.org_wrap .org_headoffice .headoffice_top .org_part li{float:left; width:200px; margin-bottom:10px; padding:18px 0; background:#eee; border:1px solid #e0e0e0; font-size:1.071em; color:#333; letter-spacing:-1px; }
.org_wrap .org_headoffice .headoffice_top .org_part li a{display:block; margin-left:10px; padding:18px 0; background:#eee; border:1px solid #e0e0e0; font-size:1.071em; color:#333; letter-spacing:-1px; }

/* 내용-조직도 상부팀 */
.org_wrap .org_headoffice .headoffice_substructure{overflow:hidden; margin:60px 0 0 0; display: inline-block;}
.org_wrap .org_headoffice .headoffice_substructure .org_subbox{float:left; width:140px; margin:5px; /*background:url(/images/kr/intro/bg_org_sub.gif) no-repeat;*/ text-align:center;  }
.org_wrap .org_headoffice .headoffice_substructure .org_subcont p.org_sub_title{width:140px; /*height:37px;*/ padding:10px 0; font-size:1.143em; color:#fff;  font-weight:400; letter-spacing:-.010em; background:#3a3a3a;; }
.org_wrap .org_headoffice .headoffice_substructure .org_subcont ul{margin-top:21px; }
.org_wrap .org_headoffice .headoffice_substructure .org_subcont ul li{margin-bottom:5px; font-size:1.071em; letter-spacing:-1px; padding:12px 0; border:1px solid #ddd; color:#333; background: #fff;}
.org_wrap .org_headoffice .headoffice_substructure .org_subcont ul li a{display:block; padding:12px 0; border:1px solid #ddd; color:#333; }

/* 내용-조직도 하부팀 */
.org_wrap .org_substructure {overflow:hidden; margin:45px 0 0 0; display: inline-block;}
.org_wrap .org_substructure .org_subbox{float:left; width:100px; margin:5px; /*background:url(/images/kr/intro/bg_org_sub.gif) no-repeat;*/ text-align:center;  }
.org_wrap .org_substructure .org_subcont p.org_sub_title{width:100px; height:37px; padding:5px 0 0 0; font-size:1.143em; color:#fff;  font-weight:600; letter-spacing:-1px; background:#6d727c; }
.org_wrap .org_substructure .org_subcont ul{margin-top:21px; }
.org_wrap .org_substructure .org_subcont ul li{margin-bottom:5px; font-size:1.071em; letter-spacing:-1px; }
.org_wrap .org_substructure .org_subcont ul li a{display:block; padding:12px 0; border:1px solid #ddd; color:#333; }

.org_wrap .org_substructure .org_dong{width:300px;}
.org_wrap .org_substructure .org_dong ul{overflow:hidden; margin-left:-4px;}
.org_wrap .org_substructure .org_dong ul li{float:left; width:50%;}
.org_wrap .org_substructure .org_dong ul li a{display:block; margin-left:4px; color:#333; }


@media (max-width: 570px) {
/* 내용-행정조직도 */
.org_wrap {width:100%; margin:20px 0 0 0; position: relative;}
.org_wrap .org_headoffice{position:relative; background:none; text-align:center; }
.org_wrap .org_headoffice .headoffice_top span{display:inline-block; }
.org_wrap .org_headoffice .headoffice_top span.chief_st{width:100%; height:50px; padding:11px; font-size:1.286em; color:#fff; font-weight:600; letter-spacing:-1px;}
.org_wrap .org_headoffice .headoffice_top span.chief{background:#1260a2; }
.org_wrap .org_headoffice .headoffice_top span.deputy_chief{margin-top:30px; background:#24aee1; }
.org_wrap .org_headoffice .headoffice_top span.immediate_st{margin-top:30px; position:relative; width:100%; height:50px; padding:11px; font-size:1.143em; color:#fff; font-weight:600; letter-spacing:-1px; background:#24aee1; left: 0; margin-left: 0;}
.org_wrap .org_headoffice .headoffice_top span.immediate_part1{top:43px; right:0; }
.org_wrap .org_headoffice .headoffice_top span.immediate_part2{/*top:128px; right:0;*/ }
.org_wrap .org_headoffice .headoffice_top .org_part{overflow:hidden; margin:93px 0 0 -10px; }
.org_wrap .org_headoffice .headoffice_top .org_part li{float:left; width:100%; margin-bottom:10px;  }
.org_wrap .org_headoffice .headoffice_top .org_part li a{display:block; margin-left:10px; padding:18px 0; background:#eee; border:1px solid #e0e0e0; font-size:1.071em; color:#333; letter-spacing:-1px; }

/* 내용-조직도 상부조직 */
.org_wrap .org_headoffice .headoffice_substructure{overflow:hidden; margin:40px 0 0 0; display: inline-block; width: 100%;}
.org_wrap .org_headoffice .headoffice_substructure .org_subbox{float:left; width:100%; margin:10px 0; /*background:url(/images/kr/intro/bg_org_sub.gif) no-repeat;*/ text-align:center;  }
.org_wrap .org_headoffice .headoffice_substructure .org_subcont p.org_sub_title{width:100%; /*height:37px;*/ padding:10px 0; font-size:1.143em; color:#fff;  font-weight:600; letter-spacing:-1px; background:#1b1b1b;; }
.org_wrap .org_headoffice .headoffice_substructure .org_subcont ul{margin-top:21px; }
.org_wrap .org_headoffice .headoffice_substructure .org_subcont ul li{margin-bottom:5px; font-size:1.071em; letter-spacing:-1px; }
.org_wrap .org_headoffice .headoffice_substructure .org_subcont ul li a{display:block; padding:12px 0; border:1px solid #ddd; color:#333; }

/* 내용-조직도 하부조직 */
.org_wrap .org_substructure {overflow:hidden; margin:45px 0 0 0; display: inline-block;  width: 100%;}
.org_wrap .org_substructure .org_subbox{float:left; width:100%; margin:5px 0; /*background:url(/images/kr/intro/bg_org_sub.gif) no-repeat;*/ text-align:center;  }
.org_wrap .org_substructure .org_subcont p.org_sub_title{width:100%; height:37px; padding:5px 0 0 0; font-size:1.143em; color:#fff;  font-weight:600; letter-spacing:-1px; background:#6d727c; }
.org_wrap .org_substructure .org_subcont ul{margin-top:21px; }
.org_wrap .org_substructure .org_subcont ul li{margin-bottom:5px; font-size:1.071em; letter-spacing:-1px; }
.org_wrap .org_substructure .org_subcont ul li a{display:block; padding:12px 0; border:1px solid #ddd; color:#333;}

.org_wrap .org_substructure .org_dong{width:300px;}
.org_wrap .org_substructure .org_dong ul{overflow:hidden; margin-left:-4px;}
.org_wrap .org_substructure .org_dong ul li{float:left; width:50%;}
.org_wrap .org_substructure .org_dong ul li a{display:block; margin-left:4px; color:#333; }
}


/* 2018.01.12 추가-최은정 */
/*내용부분*/
.ct_height{ height:40px;}
p.pt1{ font-size:1.2em; color:#444; line-height:1.5em;}
p.pt2{ font-size:1.2em; color:#444; line-height:1.5em; font-weight:400;}
p.psmall{ font-size:1em; color:#777; line-height:1.5em;}
p.psmall2{ font-size:1em; color:#666; line-height:1.2em;}
p.psmall3{ font-size:1em; color:#666; line-height:1.2em; text-align:right;}
p.psmall i{ font-size:0.5em;}
h2.cont_t1{ font-size:1.65em; color:#333; font-weight:600; line-height:2em; display:inline-block; border-top:2px solid #333; margin-bottom:5px;}
h4.cont_t1{ font-size:1.35em; color:#333; font-weight:600; line-height:1.7em; display:inline-block; border-top:2px solid #333;}
h4.cont_t2{ font-size:1.35em; color:#222; line-height:2em; display:inline-block; font-weight:600;}
h4.cont_t2:before{ display:inline-block; content:"|"; font-size:1em; font-weight:600; color:#698d5d; padding-right:3px;}

.se_img{ text-align:right; margin-right:50px;}

.rnd_mark01{ background:url(../img/sub/rnd_mark01.gif) no-repeat left top; padding-left:70px;}
.rnd_mark02{ background:url(../img/sub/rnd_mark02.gif) no-repeat left top; padding-left:70px; padding-bottom:80px;}
@media screen and (max-width:767px) {
#ctt img{ width:100%;}
.se_img{ text-align:center; margin-bottom:20px; margin-right:0;}
#ctt .se_img img{ width:60%; margin:0 auto;}
}



