@charset "utf-8";


/*서브-상단비주얼 */
#svisual{width:100%; height:320px; background: url(../img/sub/s_main01.jpg) no-repeat center bottom;padding-top:58px}
#svisual_comm{width:100%; height:210px; background: url(../img/sub/s_main_comm.jpg) no-repeat center center; }
#svisual .svisual_in{width:1200px; margin:0 auto; height:399px; text-align:left; letter-spacing:-1.2px; padding: 135px 0 0;}
#svisual .svisual_in .s_text h2{font-family: 'Titillium Web', sans-serif, tahoma, sans-serif; font-size:3.2em; font-weight:600; 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.35em; color:rgb(255,255,255,0.9);color:rgba(255,255,255,0.9); padding-top:5px; font-weight:500; line-height:1.2em; /*text-align:center*/text-shadow: 0px 1px 3px rgb(0,0,0,.3); text-shadow: 0px 1px 3px rgba(0,0,0,.3);}
#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: 1099px) {
#svisual .svisual_in{width:100%; margin:0 auto; height:399px; text-align:center; letter-spacing:-1.2px; padding: 110px 0 0;}
}
@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: 1100px; 
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
	padding: 0 20px; 
	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: #555; font-size:1.20em; font-weight:500; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; letter-spacing:-.020em}
.location_box .text li.current{ color: #404040; font-size:1.27em; font-weight:600;}
@media screen and (max-width:1099px) {
.location_box { width: 100%; margin: 0px auto;}
}
@media screen and (max-width:992px) {
#location { 
    height: 56px; 
	width: 100%; 
	border-top: 0px;
	border-bottom: 1px solid #dadada;
	border-right:0px;
	border-left:0px;
	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:82px;
	}
  #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: 100%; 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: 0px 5px; display: inline; height: 52px; line-height: 52px; color: #686868; font-size:1.05em; font-weight:500; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; letter-spacing:-.050em}
.location_box .text li.current{ color: #404040; font-size:1.05em; font-weight:600;}
}


/*location*/
.location{background: rgb(235, 97, 0); background: rgba(235, 97, 0); font-family: Arial, Helvetica, sans-serif; color: #fff;padding: 4% 5%;  background-position: left top; background-repeat: no-repeat; background-size: cover; min-height: 530px;height: auto; height: 530px;}
.location h1{    font-family: Arial, Helvetica, sans-serif;font-weight: 700;line-height: 1.4em; font-size: 2.6em;margin-bottom: 20px;}
.location p{ color: #fff; font-size: 15px;}
.location .border{border-top: 1px solid #fff;  border-left: 1px solid #fff; border-right: 1px solid #fff; font-size: 16px; padding: 5px 15%;}


/* 서브상단 3차메뉴 */
.select_2depth {
  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_2depth .placeholder {
  position: relative;
  /*display: block;*/
  /*background-color: #393d41;*/
  z-index: 1;
  /*padding: 1em;*/
  border-radius: 2px;
  cursor: pointer;
  top: -3px;
}
.select_2depth .placeholder:hover {
  /*background: #34383c;*/
}
.select_2depth .placeholder:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select_2depth.is-open .placeholder:after {
  content: '\f077';
}
.select_2depth.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_2depth.select--white .placeholder {
  /*background: #fff*/;
  color: #555;
  padding: 0 40px 0 0;
  display: inline-block;
}
@media screen and (max-width:767px) {
.select_2depth.select--white .placeholder {
  background: #fff;
  color: #555;
  padding: 0 17px 0 0;
  display: inline-block;
}	
}
.select_2depth.select_2depth--white .placeholder:hover {
  /*background: #fafafa;*/
}
.select_2depth ul {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  top: 165%;
  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_2depth 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_2depth ul li a { 
  display:block;
  padding: 15px 10px ;
  border-bottom:1px solid #ececec;
  font-size: 0.9em;
  letter-spacing: .020em;
  font-weight: 400;
  line-height: 1.2em;
}
.select_2depth ul li:last-child a { 
  display:block;
  padding: 15px 10px ;
  border-bottom:0px;
}
.select_2depth ul li:hover a { 
  background: #362de4;
  color: #fff;
}

.pro p{ font:1.30em; font-weight:600}


/*3차메뉴*/
.subtitle_tabs {
    width: 100%;
    text-align: center;
    /*border-top: 1px solid #cac6c5;*/
    margin-bottom: 35px;
}
.subtitle_tabs li {
    display: inline-block;
    font-size: 14px;
}
@media screen and (max-width:767px) {
.select_2depth ul { top: 195%; width:150px}
.subtitle_tabs li {
    display: inline-block;
    font-size: 14px;
	width:100%;
}	
}
.subtitle_tabs li.active a {
    border-bottom: 2px solid #0c3b73;
    color: #0c3b73;
    font-weight: 600
	font-size: 1.20em;
    line-height: 2.2em;
}
.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:'Noto Sans KR', 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;
}
}

/* 3ea 배너*/
.s3_list{ width:100%; padding:0; margin:0px auto}
.s3_list ul{}
.s3_list li{ display:inline-block; width:33.33333%;}
.s3_list li .box{ /*background:#fff;*/ margin-bottom:20px}
.s3_list li .box .photo{ text-align:center; padding:20px 0 0}
.s3_list li .box .content{ padding:20px 5px 30px 5px; text-align:center; /*border-right:1px solid #efefef; border-left:1px solid #efefef; border-bottom:1px solid #efefef;*/}
.s3_list li .box .content p.title{font-size:1.35em; line-height:0.8em;color:#1b1b1b; font-weight:500; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.015em}
.s3_list li .box .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}
.s3_list li .box .content p{ color:rgb(51,51,51,0.6);color:rgba(51,51,51,0.6); font-size:1.00em; line-height:1.35em; margin:17px 0 0}
.s3_list li .box .content p.more{ color:#ff3c00; font-size:0.95em; line-height:1.35em; margin:17px 0 0}

/* 4ea 배너*/
.s4_list{ width:100%; padding:0; margin:0px auto}
.s4_list ul{}
.s4_list li{ display:inline-block; width:25%;}
.s4_list li .box{ /*background:#fff;*/ margin-bottom:20px}
.s4_list li .box .photo{ text-align:center; padding:20px 0 0}
.s4_list li .box .content{ padding:20px 5px 30px 5px; text-align:center; /*border-right:1px solid #efefef; border-left:1px solid #efefef; border-bottom:1px solid #efefef;*/}
.s4_list li .box .content p.title{font-size:1.35em; line-height:0.8em;color:#1b1b1b; font-weight:500; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.015em}
.s4_list li .box .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}
.s4_list li .box .content p{ color:rgb(51,51,51,0.6);color:rgba(51,51,51,0.6); font-size:1.00em; line-height:1.35em; margin:17px 0 0}
.s4_list li .box .content p.more{ color:#ff3c00; font-size:0.95em; line-height:1.35em; margin:17px 0 0}

/* ceo인사말 */
.introduce{ background:url(../img/sub/introduce_bg.gif) right bottom no-repeat}
.m2_list{ width:100%; padding:0; margin:0}
.m2_list ul{}
.m2_list li{ display:inline-block; width:49% !important; margin:0 1% 0 0}
.m2_list li:last-child{ display:inline-block; width:49% !important; margin:0 0 0 1%}
.m2_list li .box{ box-shadow: 0 1px 1px rgba(0,0,0,0.08);  margin-bottom:30px}
.m2_list li .box .photo img{ width:100%}
.m2_list li .box .content{ padding:30px; text-align:center; /*border-right:1px solid #efefef; border-left:1px solid #efefef; border-bottom:1px solid #efefef;*/}
.m2_list li .box .content p.title{font-size:2.25em; line-height:0.8em;color:#55514d; font-weight:500; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;letter-spacing:-.055em}
.m2_list li .box .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}
.m2_list li .box .content p{ color:#51442b; font-size:1.22em; line-height:1.4em;}

@media screen and (max-width:991px) {
.m2_list{ /*width:100%;*/ padding:0; margin:0}
.m2_list ul{}
.m2_list li{ display:inline-block; width:100%; margin:0}
.m2_list li:last-child{display:inline-block; width:100%; margin:0}
.m2_list li .box{ box-shadow: 0 1px 1px rgba(0,0,0,0.08);}
.m2_list li .box .photo{ max-width:100%}
.m2_list li .box .content{ text-align:center;/*border-right:1px solid #efefef; border-left:1px solid #efefef; border-bottom:1px solid #efefef;*/}
}


/*미션*/
.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}	
}

/* 프로세스 */
.process01 {}
.process01 .top {margin-top:120px;}
.process01 .center{ text-align:center;}
.process01 .togo{font-size:1.25em; display: inline-block; letter-spacing:-1.2px; color:#3da9d4; font-weight:500; margin-top:20px; padding:12px 15px; border-bottom:3px solid #3da9d4;}
.process01 .togo:hover{}
.process01 .btitle{font-size:2.18em; font-weight:500; margin-bottom:30px; text-align:center;}
.sabout {width:1200px; margin:0 auto; text-align:center;}
.sabout .les {}
.sabout .les li {width:calc(25% - 12px); border:1px solid #dadada; transition: all 0.7s; float:left; margin-right:15px; margin-bottom:15px; min-height:330px;}
.sabout .les li:nth-child(4n) {margin-right:0;}
.sabout .les li dl {padding:30px 22px; }
.sabout .les li dl dt {width:120px; height:120px; overflow:hidden; border-radius:50%; margin:0 auto 20px auto; color:#000;}
.sabout .les li dl dt img {width:100%; height:auto}
.sabout .les li dl dd .about_t {font-size:1.37em; font-weight:500; color:#111}
.sabout .les li dl dd .about_s {font-size:1.10em; padding:10px 0 0 0; line-height:1.4em; color:#888}

@media screen and (max-width:1199px) {
.process01 {}
.process01 .top {margin-top:50px;}
.process01 .togo{font-size:1.18em;margin-top:8px;}
.process01 .btitle{font-size:1.5em; letter-spacing:-1.2px; margin-bottom:12px;}
.sabout {width:100%; }
.sabout .les {margin-top:5px;}
.sabout .les li {width:calc(50% - 3px); transition: all 0.7s; margin-right:6px; margin-bottom:6px; min-height:216px;}
.sabout .les li:nth-child(2n) {margin-right:0 !important;}
.sabout .les li dl {padding:8px; }
.sabout .les li dl dt {width:75px; height:75px; }
.sabout .les li dl dd .about_t {font-size:1.27em;}
.sabout .les li dl dd .about_s {font-size:1.05em; letter-spacing:-1.2px;}
}

@media screen and (max-width:767px) {
.process01 {}
.process01 .top {margin-top:50px;}
.process01 .togo{font-size:1.18em;margin-top:8px;}
.process01 .btitle{font-size:1.5em; letter-spacing:-1.2px; margin-bottom:12px;}
.sabout {width:100%; }
.sabout .les {margin-top:5px;}
.sabout .les li {width:calc(50% - 3px); transition: all 0.7s; margin-right:6px; margin-bottom:6px; min-height:216px;}
.sabout .les li:nth-child(2n) {margin-right:0 !important;}
.sabout .les li dl {padding:8px; }
.sabout .les li dl dt {width:75px; height:75px; }
.sabout .les li dl dd .about_t {font-size:1.1em;}
.sabout .les li dl dd .about_s {font-size:0.88em; letter-spacing:-1.2px;}
}


/* 사업안내 box */
.busi_box{background: #f7f7f6; padding: 30px;border-top: 2px solid #c2bdb9;}
.s_content_p2p img{width:100%}

/* 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.15em; margin-bottom:8px;/*padding-left:12px;*/background:url(../img/common/bul_li_t1.png) no-repeat 0 8px; font-weight:400; width: 100%; color: #555;}
.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 내용_단락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 .col-md-1{ width:54px}
.para_list .col-md-2{ width:70px}
.para_list .col-md-3{ width:100px}
.para_list .col-md-4{ width:120px}
.para_list .col-md-5{ width:240px}
.para_list dd{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; text-align: left !important;}
.para_list dd.none{margin-bottom:8px;padding-left:12px;background:none; }
.para_list dd em{font-weight:bold;color:#2166b2;font-size:1.20em; line-height:1.8em;letter-spacing:-.055em}
.para_list dd dd{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 dd dd.none{margin-bottom:0;padding-left:10px;background:none;font-size:1.00em; letter-spacing:-.015em; color:#666}
/* end 내용_단락01*/

/* start 내용_단락02*/
.para_list02 .parabox{ padding:30px; background:#fff}
.para_list02{width: 95%;margin: 0 0 0 5%;}
.para_list02 h4 { font-size: 1.70em; line-height: 1.0em; font-weight: bold; letter-spacing: -.010em; display: block; padding: 5px 0 15px 0; color: #v; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.para_list02 h4 span{ display:block; margin:8px 0 0; font-size:0.8em; font-weight:500; color:#777}
.para_list02 li{margin-bottom:8px;background:url(../img/common/c_icon10.gif) no-repeat 0 4px; }
.para_list02 li span.t{font-size:1.37em; font-weight:500; padding:0 0 0 23px}
.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.22em; letter-spacing:-.015em; color:#666; padding:0 0 0 10px}
.para_list02 li li.none{margin-bottom:0;padding-left:0px;background:none;font-size:1.15em; letter-spacing:-.015em; color:#666}

/* end 내용_단락02*/
@media screen and (max-width:992px) {
.para_list02 .parabox{ padding:10px; background:#fff}
.busi_box{background: #f7f7f6; padding: 10px;border-top: 2px solid #c2bdb9;}
}

@media screen and (max-width:767px) {
/* start 내용_단락02*/
.para_list02{width: 100%;margin: 0;}
.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/c_icon10.gif) no-repeat 0 4px;}
.para_list02 li.none{margin-bottom:8px;padding-left:12px;background:none; }
.para_list02 li em{font-weight:500;color:#4a4a4a;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; letter-spacing:-.015em; color:#666}
.para_list02 li li.none{margin-bottom:0;padding-left:10px;background:none;letter-spacing:-.015em; color:#666}
/* end 내용_단락02*/
}


/*history*/
.history{ color: #444444;font-family: Arial, Helvetica, sans-serif;}
.history dl{position:relative; padding-bottom:10px; margin-bottom:20px;}
.history dl dt{font-size:3.5em; line-height:1.5em; margin-top:5px; font-weight:300; display:block; width:224px; border-top: 3px solid #444;}
.history dl dd{line-height: 2em;font-size: 15px; letter-spacing: 0;}
.history dl dd span{display:inline-block; width:100px; margin-right:10px; font-weight:500; font-size:1.3em;}
.history .col-sm-8{border-top: 3px solid #444;margin-left: 50px; padding-top: 20px;margin-top: 5px; width: 820px;}
.history .row{margin-top: 50px; margin-right:0 !important; margin-left:0 !important}
@media screen and (max-width:767px) {
.history{padding: 10px;}
.history dl dt{margin: 0 auto 15px; width: 100%;}
.history dl dd span{display:block; width:120px; margin-right:10px; font-weight:600; font-size:1.6em;}
.history .col-sm-8{width:100%;margin: 0 auto;}
.history dl dd span{width:34px;}

}

/* 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:#76b227; }
.org_wrap .org_headoffice .headoffice_top span.deputy_chief{margin-top:30px; background:#f9a217; }
.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:#f9a217;left: 50%; margin-left: -800px;}
.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:#76b227; }
.org_wrap .org_headoffice .headoffice_top span.deputy_chief{margin-top:30px; background:#f9a217; }
.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:#f9a217; 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; }
}


/* 탭관련_06ea */
.wrapper {
  max-width:100%;
  margin-right: auto;
  margin-left: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px !important;
    font-weight: 700;
}

/* tabs */
.tabs {
  /*border-right: 1px solid #ccc;*/
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs input[type=radio] {
  display: none;
}
.tabs label {
  display: block;
  float: left;
  width: 16.666%;
  padding:10px 18px;
  border-top: 1px solid #ff5300;;
  border-bottom: 1px solid #ff5300;;
  /*border-right: none;*/
  background: #fff;
  text-align: center;
  font-weight: 500;
  color: #635c58;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  font-size: 1.2em;
}
.tabs label:hover {
  background-color: white;
}
.tabs [id^="tab"]:checked + label {
  /*border-bottom-color: white;*/
  background:#ff5300;
  color: #fff;
}

.tab-content {
  display: none;
  float: left;
  width: 100%;
  padding: 3em 0 1em 0;
  background:#fff;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
  display: block;
}

#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
}
.other-content {
  color: white;
}

@media only screen and (max-width: 768px) {
  .tabs label {
    float: none;
    width: 100%;
	border-top: 1px solid #ff5300;;
	border-bottom: 0px solid #ff5300;
	font-size: 1.0em;
  }
}
@media only screen and (max-width: 480px) {
}




/* 탭관련_07ea */
.wrapper{
  max-width:100%;
  margin-right: auto;
  margin-left: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px !important;
    font-weight: 700;
}

/* tabs07 */
.tabs07 {
  /*border-right: 1px solid #ccc;*/
}
.tabs07:after {
  content: "";
  display: table;
  clear: both;
}
.tabs07 input[type=radio] {
  display: none;
}
.tabs07 label {
  display: block;
  float: left;
  width: 14.28%;
  padding:10px 18px;
  border-top: 1px solid #ff5300;;
  border-bottom: 1px solid #ff5300;;
  /*border-right: none;*/
  background: #fff;
  text-align: center;
  font-weight: 500;
  color: #635c58;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  font-size: 1.05em;
  height:58px;
}
.tabs07 label:hover {
  background-color: white;
}
.tabs07 [id^="tab"]:checked + label {
  /*border-bottom-color: white;*/
  background:#ff5300;
  color: #fff;
}

.tab-content07 {
  display: none;
  float: left;
  width: 100%;
  padding: 3em 0 1em 0;
  background:#fff;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
  display: block;
}

#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
}

#tab7:checked ~ #tab-content7,
#tab8:checked ~ #tab-content8,
#tab9:checked ~ #tab-content9 {
  display: block;
}

.other-content {
  color: white;
}

@media only screen and (max-width: 768px) {
  .tabs07 label {
    float: none;
    width: 100%;
	border-top: 1px solid #ff5300;;
	border-bottom: 0px solid #ff5300;
	height:auto !important;
	font-size: 1.0em;
  }
}
@media only screen and (max-width: 480px) {
}



/* 탭관련_03ea */
.wrapper {
  max-width:100%;
  margin-right: auto;
  margin-left: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px !important;
    font-weight: 700;
}

/* tabs03 */
.tabs03 {
  /*border-right: 1px solid #ccc;*/
}
.tabs03:after {
  content: "";
  display: table;
  clear: both;
}
.tabs03 input[type=radio] {
  display: none;
}
.tabs03 label {
  display: block;
  float: left;
  width: 33.333333%;
  padding:10px 18px;
  border-top: 1px solid #ff5300;;
  border-bottom: 1px solid #ff5300;;
  /*border-right: none;*/
  background: #fff;
  text-align: center;
  font-weight: 500;
  color: #635c58;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  font-size: 1.05em;
}
.tabs03 label:hover {
  background-color: white;
}
.tabs03 [id^="tab"]:checked + label {
  /*border-bottom-color: white;*/
  background:#ff5300;
  color: #fff;
}

.tab-content03 {
  display: none;
  float: left;
  width: 100%;
  padding: 3em 0 1em 0;
  background:#fff;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
  display: block;
}

.other-content {
  color: white;
}

@media only screen and (max-width: 768px) {
  .tabs03 label {
    float: none;
    width: 100%;
	border-top: 1px solid #ff5300;;
	border-bottom: 0px solid #ff5300;
	font-size: 1.0em;
  }
}
@media only screen and (max-width: 480px) {
}



/* 탭관련_05ea */
.wrapper {
  max-width:100%;
  margin-right: auto;
  margin-left: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px !important;
    font-weight: 700;
}

/* tabs05 */
.tabs05 {
  /*border-right: 1px solid #ccc;*/
}
.tabs05:after {
  content: "";
  display: table;
  clear: both;
}
.tabs05 input[type=radio] {
  display: none;
}
.tabs05 label {
  display: block;
  float: left;
  width: 20%;
  padding:10px 18px;
  border-top: 1px solid #ff5300;;
  border-bottom: 1px solid #ff5300;;
  /*border-right: none;*/
  background: #fff;
  text-align: center;
  font-weight: 500;
  color: #635c58;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  font-size: 1.05em;
}
.tabs05 label:hover {
  background-color: white;
}
.tabs05 [id^="tab"]:checked + label {
  /*border-bottom-color: white;*/
  background:#ff5300;
  color: #fff;
}

.tab-content05 {
  display: none;
  float: left;
  width: 100%;
  padding: 3em 0 1em 0;
  background:#fff;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
  display: block;
}

#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
}

#tab7:checked ~ #tab-content7,
#tab8:checked ~ #tab-content8,
#tab9:checked ~ #tab-content9 {
  display: block;
}

.other-content {
  color: white;
}

@media only screen and (max-width: 768px) {
  .tabs05 label {
    float: none;
    width: 100%;
	border-top: 1px solid #ff5300;;
	border-bottom: 0px solid #ff5300;
	font-size: 1.0em;
  }
}
@media only screen and (max-width: 480px) {
}


/*3차 tab*/
.css3-tab {
  list-style: none;
  margin: 0 auto 10px;
  padding: 20px 0 0 0;
  position: relative;
  width: 100%;
}
.css3-tab input[type='radio'] {
  display: none;
}
.css3-tab .css3-tab-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.css3-tab .css3-tab-nav label {
  display: table-cell;
  background-color: #666;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  transition: all .3s ease 0s;
}
.css3-tab .css3-tab-nav label:hover {
  cursor: pointer;
  background: white;
  color: #666666;
  transition: all .3s ease 0s;
}
@media (max-width: 692px) {
  .css3-tab .css3-tab-nav {
    display: block;
    margin: 0 0 20px;
  }
  .css3-tab .css3-tab-nav label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
}
.css3-tab .css3-tab-content {
  overflow: hidden;
  padding: 0px;
  display: none;
  background: #FFF;
  clear: left;
  box-sizing: border-box;
}
.css3-tab input[id='tabOne']:checked ~ .css3-tab-nav label[for='tabOne'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab input[id='tabOne']:checked ~ div.tab-one {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab input[id='tabTwo']:checked ~ .css3-tab-nav label[for='tabTwo'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab input[id='tabTwo']:checked ~ div.tab-two {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab input[id='addNew']:checked ~ .css3-tab-nav label[for='addNew'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab input[id='addNew']:checked ~ div.add-new {
  display: block;
  border-top: solid 3px #ff5300;
}



/*3차 tab02*/
.css3-tab02 {
  list-style: none;
  margin: 0 auto 10px;
  padding: 20px 0 0 0;
  position: relative;
  width: 100%;
}
.css3-tab02 input[type='radio'] {
  display: none;
}
.css3-tab02 .css3-tab02-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.css3-tab02 .css3-tab02-nav label {
  display: table-cell;
  background-color: #666;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  transition: all .3s ease 0s;
}
.css3-tab02 .css3-tab02-nav label:hover {
  cursor: pointer;
  background: white;
  color: #666666;
  transition: all .3s ease 0s;
}
@media (max-width: 692px) {
  .css3-tab02 .css3-tab02-nav {
    display: block;
    margin: 0 0 20px;
  }
  .css3-tab02 .css3-tab02-nav label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
}
.css3-tab02 .css3-tab02-content {
  overflow: hidden;
  padding: 0px;
  display: none;
  background: #FFF;
  clear: left;
  box-sizing: border-box;
}
.css3-tab02 input[id='tabOne02']:checked ~ .css3-tab02-nav label[for='tabOne02'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab02 input[id='tabOne02']:checked ~ div.tab-one02 {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab02 input[id='tabTwo02']:checked ~ .css3-tab02-nav label[for='tabTwo02'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab02 input[id='tabTwo02']:checked ~ div.tab-two02 {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab02 input[id='addNew02']:checked ~ .css3-tab02-nav label[for='addNew02'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab02 input[id='addNew02']:checked ~ div.add-new02 {
  display: block;
  border-top: solid 3px #ff5300;
}


/*3차 tab03*/
.css3-tab03 {
  list-style: none;
  margin: 0 auto 10px;
  padding: 20px 0 0 0;
  position: relative;
  width: 100%;
}
.css3-tab03 input[type='radio'] {
  display: none;
}
.css3-tab03 .css3-tab03-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.css3-tab03 .css3-tab03-nav label {
  display: table-cell;
  background-color: #666;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  transition: all .3s ease 0s;
  width: 25%;
}
.css3-tab03 .css3-tab03-nav label:hover {
  cursor: pointer;
  background: white;
  color: #666666;
  transition: all .3s ease 0s;
}
@media (max-width: 692px) {
  .css3-tab03 .css3-tab03-nav {
    display: block;
    margin: 0 0 20px;
  }
  .css3-tab03 .css3-tab03-nav label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
}
.css3-tab03 .css3-tab03-content {
  overflow: hidden;
  padding: 0px;
  display: none;
  background: #FFF;
  clear: left;
  box-sizing: border-box;
}
.css3-tab03 input[id='tabOne03']:checked ~ .css3-tab03-nav label[for='tabOne03'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab03 input[id='tabOne03']:checked ~ div.tab-one03 {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab03 input[id='tabTwo03']:checked ~ .css3-tab03-nav label[for='tabTwo03'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab03 input[id='tabTwo03']:checked ~ div.tab-two03 {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab03 input[id='addNew03']:checked ~ .css3-tab03-nav label[for='addNew03'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab03 input[id='addNew03']:checked ~ div.add-new03 {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab03 input[id='add02New03']:checked ~ .css3-tab03-nav label[for='add02New03'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab03 input[id='add02New03']:checked ~ div.add02-new03 {
  display: block;
  border-top: solid 3px #ff5300;
}


/*3차 tab04*/
.css3-tab04 {
  list-style: none;
  margin: 0 auto 10px;
  padding: 20px 0 0 0;
  position: relative;
  width: 100%;
}
.css3-tab04 input[type='radio'] {
  display: none;
}
.css3-tab04 .css3-tab04-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.css3-tab04 .css3-tab04-nav label {
  display: table-cell;
  background-color: #666;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  transition: all .3s ease 0s;
  width: 25% !important;
}
.css3-tab04 .css3-tab04-nav label:hover {
  cursor: pointer;
  background: white;
  color: #666666;
  transition: all .3s ease 0s;
}
@media (max-width: 692px) {
  .css3-tab04 .css3-tab04-nav {
    display: block;
    margin: 0 0 20px;
  }
  .css3-tab04 .css3-tab04-nav label {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
}
.css3-tab04 .css3-tab04-content {
  overflow: hidden;
  padding: 0px;
  display: none;
  background: #FFF;
  clear: left;
  box-sizing: border-box;
}
.css3-tab04 input[id='tabOne04']:checked ~ .css3-tab04-nav label[for='tabOne04'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab04 input[id='tabOne04']:checked ~ div.tab-one04 {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab04 input[id='tabTwo04']:checked ~ .css3-tab04-nav label[for='tabTwo04'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab04 input[id='tabTwo04']:checked ~ div.tab-two04 {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab04 input[id='addNew04']:checked ~ .css3-tab04-nav label[for='addNew04'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab04 input[id='addNew04']:checked ~ div.add-new04 {
  display: block;
  border-top: solid 3px #ff5300;
}
.css3-tab04 input[id='add02New04']:checked ~ .css3-tab04-nav label[for='add02New04'] {
  background: #ff5300;
  color: #fff;
  cursor: default;
}
.css3-tab04 input[id='add02New04']:checked ~ div.add02-new04 {
  display: block;
  border-top: solid 3px #ff5300;
}