@charset "utf-8";

.fcRed {
  color: #f00 !important;
}
.fcPoint {
  color: #0c2e86 !important;
}

/* ========================================================================================================== */
/* ============================================= 버튼 및 폼태그 공통 CSS ============================================ */
/* ========================================================================================================== */
img.essenImg {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
}

img {
  max-width: 100%;
  margin: 0 auto;
}

a.conLink {
  text-decoration: none;
  color: inherit;
}
a.conLink:hover,
a.conLink:focus {
}
a img {
  vertical-align: middle;
}

input[type="text"] {
  margin: 0;
  padding: 0;
}

a,
input[type="submit"],
input[type="button"],
button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0 none;
  cursor: pointer;
}
textarea {
  margin: 0;
}

select,
input[type="text"],
input[type="password"],
textarea {
  height: 35px;
  padding: 5px 10px 7px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
}
select {
  height: 35px;
  padding: 0;
}
textarea {
  height: 150px;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 5px 0 20px;
}
input[type="radio"]:first-child,
input[type="checkbox"]:first-child {
  margin-left: 0;
}

td label,
td span:not(#content_parent) {
  display: inline-block;
} /* 에디터 id부분만 적용안되도록 예외처리 김상훈 K 2018-07-19 */

/* 버튼 영역 */
.btnArea {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
.btnArea .posTL,
.btnArea .posTR {
  overflow: hidden;
}
.btnArea .posTL > *,
.btnArea .posTR > * {
  float: left;
  margin-left: 5px;
}
.btnArea .posTL > *:first-child,
.btnArea .posTR > *:first-child {
  margin-left: 0;
}

.btn a,
.btn input,
.btn button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 0px 16px;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  text-align: center !important;
}

.btn a {
  height: auto;
  line-height: 19px;
  padding: 7px 15px;
}
.btn a img {
  padding-right: 5px;
  vertical-align: top;
}
.btn i {
  padding-right: 5px;
}

span.btn {
  display: inline-block;
  vertical-align: top;
}

.btn .btnBg {
  width: 100%;
  height: 100%;
  border: 0 none;
  padding: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
a.btnBg {
  display: block;
  height: 100%;
  text-indent: -10000px;
}

.btn .btnArr,
.btn .btnCancel {
  background-position: right center;
  background-repeat: no-repeat;
  text-align: left !important;
}
.btn .btnArr {
  background-image: url("/image/common/btnBl_arr.png");
  background-repeat: no-repeat;
}
.btn .btnCancel {
  background-image: url("/image/common/btnBl_cancel.png");
  background-repeat: no-repeat;
}

.btn .fullBtn {
  width: 100%;
  font-size: 16px;
}
.btn a.fullBtn {
  padding: 7px 0 8px;
}

.btn .middleBtn {
  width: 400px;
  font-size: 16px;
}
.btn a.middleBtn {
  padding: 7px 0 8px;
}

.btn .btnHome:before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* 기본버튼 */
.btn a.btnDef,
.btn input.btnDef,
.btn button.btnDef {
  min-width: 70px;
  padding: 10px 0px 16px;
  font-size: 16px;
}

/* 큰 버튼 height:24px */
.btn .btnBig {
  min-width: 150px !important;
  height: 50px;
  padding: 8px 30px 10px;
  font-size: 1.2em;
  font-weight: normal;
}
.btn a.btnBig,
.btn > span.btnBig {
  min-width: 58px;
  height: auto;
  padding: 14px 20px 15px;
}

div.btnArea * {
  margin-left: 10px;
}
div.btnArea *:first-child {
  margin-left: 0;
}

/* 작은 버튼 height:24px */
.btn .btnSmall {
  height: 24px;
  padding: 1px 10px 2px;
  font-size: 12px;
}
.btn a.btnSmall {
  height: auto;
  padding: 3px 10px 5px;
  line-height: 14px;
}

table.inputTbl .btnSmall {
  height: 35px;
  font-size: 12px;
}
table.inputTbl a.btnSmall,
.btn > span.btnSmall {
  height: 18px;
  padding: 9px 13px 6px;
}

.btn > span {
  display: inline-block;
  position: relative;
}
.btn > span .opacity0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0 none;
  text-align: center;
}

/* 하늘색 */
.btn .btnDef {
  background-color: #0c2e86;
  border-color: #0c2e86;
  color: #fff !important;
}
/* 남색 */
.btn .btnPoint {
  background-color: #053e87;
  border-color: #053e87;
  color: #fff !important;
}
/* 회색 */
.btn .btnGrey {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
  color: #fff !important;
}
/* 연회색 */
.btn .btnLGrey {
  background-color: #eee;
  border-color: #eee;
  color: #000 !important;
}
/* 빨간색 */
.btn .btnRed,
.btnToday {
  background-color: #e72259;
  border-color: #e72259;
  color: #fff !important;
}
/* 주황색 */
.btn .btnOrg,
.btnView {
  background-color: #ec6628;
  border-color: #ec6628;
  color: #fff !important;
}
/* 녹색 */
.btn .btnGreen {
  background-color: #26c6e8;
  border-color: #26c6e8;
  color: #fff !important;
}
/* 흰색 */
.btn .btnWhite,
.btnRegist {
  background-color: #fff;
  border-color: #e5e5e5;
  color: #323232 !important;
}
/* 보라색 */
.btn .btnPurple,
.btnPreview {
  background-color: #6d2d88;
  border-color: #6d2d88;
  color: #fff !important;
}
/* 노란색 */
.btn .btnYellow,
.btnSubmit {
  background-color: #ee9141;
  border-color: #ee9141;
  color: #fff !important;
}
/* 네이비 */
.btn .btnNavy {
  color: #fff;
  background-color: #0c2e86 !important;
  border-color: #0c2e86 !important;
}
/* 검정 */
.btn .btnBlack {
  color: #fff;
  background-color: #202020 !important;
  border-color: #202020 !important;
}

/* border+하늘색 */
.btn .btnBdDef {
  background-color: #fff;
  border-color: #0c2e86;
  color: #0c2e86 !important;
}
/* border+남색 */
.btn .btnBdPoint {
  background-color: #fff;
  border-color: #053e87;
  color: #053e87 !important;
}
/* border+회색 */
.btn .btnBdGrey {
  background-color: #fff;
  border-color: #b0b0b0;
  color: #b0b0b0 !important;
}

.btn .btnWrite,
.btn .btnCheck,
/* .btn .btnList */
.btn .btnReply,
.btn .btnDel,
.btn .btnReset,
.btn .btnBook,
.btn .btnDown {
  position: relative;
}
.btn .btnWrite:after,
.btn .btnCheck:after,
/* .btn .btnList:after */
.btn .btnReply:after,
.btn .btnDel:after,
.btn .btnReset:after,
.btn .btnBook:after,
.btn .btnDown:after {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* .btn .btnWrite:after, .btn .btnCheck:after {content: "\f14a";font-weight: 400;} */
/* .btn .btnList:after {content: "\f0ca";} */
.btn .btnReply:after {
  content: "\f3e5";
}
.btn .btnDel:after {
  content: "\f2ed";
}
/* .btn .btnReset:after {content: "\f057";font-weight: 400;} */
.btn .btnBook:after {
  content: "\f02d";
}
.btn .btnDown:after {
  content: "\f019";
}

/* 파일첨부 */
div.selectFile {
  overflow: hidden;
  margin-top: 5px;
}
div.selectFile:first-child {
  margin-top: 0;
}
div.selectFile p {
  float: left;
}
div.selectFile p input[type="text"] {
  height: 35px;
  padding: 4px 10px;
}
div.selectFile p.find {
  position: relative;
  width: 80px;
  height: 24px;
  padding: 5px 0 6px;
  margin-left: 5px;
  background-color: #393939;
  color: #fff;
  text-align: center;
}
div.selectFile p.find input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0 none;
}

.multi div.selectFile {
  float: none;
}

.listNum {
}
.listNum li {
  list-style: decimal !important;
  list-style-position: inside !important;
}

ul.listBar,
ul.listBar > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.listBar > li {
  position: relative;
  padding-left: 12px;
}
ul.listBar > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
}

.subTit_Bl {
  font-size: 24px;
  color: #13a9c9;
  font-weight: bold;
  padding-left: 40px;
  background: url(/image/sub/kindTit.png) no-repeat left 6px;
}
.boldTit {
  font-family: "NotoSansKr Bold", sans-serif;
  font-size: 18px;
  margin: 30px 0 10px;
  color: #333;
}
.pointTit {
  font-family: "NotoSansKr Bold", sans-serif;
  font-size: 18px;
  margin: 30px 0 10px;
  color: #4a669e;
}

.btnRound {
  border-radius: 20px;
}
.bgBox {
  background-color: #eef4f8;
  padding: 55px 40px 25px 40px;
  background-repeat: no-repeat;
  color: #666666;
}
.bgBox span {
  display: block;
  text-align: right;
  margin-top: 20px;
}
.indent {
  position: absolute;
  top: -99999px;
  left: -99999px;
  height: 1px;
  width: 1px;
  line-height: 0;
}
.imgArea {
  margin-bottom: 20px;
  text-align: center;
}
.imgArea:last-child {	
	margin-bottom: 0;
}
div.contents .imgArea p {
  font-size:13px;
  text-align: left;
}

.imgArea img + img {
	margin-top: 30px;
}


/* 탭메뉴 */
ul.tabMenu,
ul.tabMenu li,
ul.tabMenu a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
ul.tabMenu {
  margin-bottom: 30px;
}
ul.tabMenu:after {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  content: "";
}
ul.tabMenu > li {
  float: left;
  width: 50%;
}
ul.tabMenu li a {
  display: table-cell;
  width: 800px;
  height: 50px;
  padding: 0 5px;
  border: 1px solid #843d1d;
  border-left: 0 none;
  color: #843d1d;
  font-size: 18px;
  line-height: 20px;
  font-family: "NotoSansKR Regular", sans-serif;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

ul.tabMenu li:first-child a {
  border-left: 1px solid #843d1d;
}
ul.tabMenu li.on a {
  background-color: #843d1d;
  border-color: #843d1d;
  color: #fff;
}

ul.col2ea > li {
  width: 50%;
}
ul.col3ea > li {
  width: 33.3%;
  border-top: 0;
  box-sizing:border-box;

}
ul.col3ea > li a {
	border-top: 0;
}
ul.col3ea > li:nth-child(-n+3) a{
  border-top: 1px solid #843d1d;
}
ul.col3ea > li:nth-child(3n+1) a{
  border-left: 1px solid #843d1d;
}
ul.col3ea > li:first-child {
  width: 33.4%;
}

ul.col4ea li a {
  height: 107px;
}

ul.col4ea > li {
  width: 25%;
}

ul.twoLine > li a,
ul.twoLine > li.on a {
  font-size: 15px;
  padding: 0 17px;
  height: 55px;
  display: table-cell;
  width: 500px;
  vertical-align: middle;
  box-sizing: border-box;
}

div.tabCon {
  /* display: none;*/
  padding: 25px 0 80px 0;
}

table.tblDef,
table.inputTbl {
  border-top: 1px solid #843d1d;
  border-bottom: 1px solid #d2d2d2;
}
table.tblDef > * > tr > *,
table.inputTbl > * > tr > * {
  padding: 10px 20px;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  color: #3d3d3d;
  text-align: center;
  font-family: "NotoSansKR Regular", sans-serif;
  font-weight: normal;
}
table.tblDef > thead > tr:first-child > *,
table.tblDef colgroup + tbody > tr:first-child > *,
table.inputTbl > thead > tr:first-child > *,
table.inputTbl colgroup + tbody > tr:first-child > * {
  border-top: 0 none;
}
table.tblDef > * > tr > *:first-child,
table.inputTbl > * > tr > *:first-child {
  border-left: 0 none;
}
table.tblDef > * > tr > th,
table.inputTbl > * > tr > th {
  background-color: #f5f3f1;
  color: #000;
  text-align: center;
  font-family: "NotoSansKR Medium", sans-serif;
}

table .bdLeft {
  border-left: 1px solid #cab5a8 !important;
}

.labelTit {
  font-size: 20px;
  line-height: 35px;
  color: #d5560b;
  font-family: "NotoSansKR bold", sans-serif;
  text-align: center;
  padding-bottom: 10px;
}
.txtLine {
  box-shadow: inset 0 -1px 0 #d5560b;
}
table.imgTbl {
  width: 100%;
  display: flex;
  /* align-items: center;
  justify-content: center; */
}
table.imgTbl tbody {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

table.imgTbl tr {
  width: calc(100% / 3 - 30px);
  display: flex;
  flex-direction: column;
  border: 1px solid #4a669e;
}

.imgTbl {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  box-sizing: border-box;
}
.imgTbl * {
  box-sizing: border-box;
}
.imgTbl > li {
  width: calc((100% - 31px) / 3);
  border: 1px solid #4a669e;
}
.imgTbl .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 185px;
}
.imgTbl .pic_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 5px;
  background-color: #4a669e;
  color: #fff;
  line-height: 1.3;
}

@media all and (max-width: 720px) {
  ul.tabMenu,
  ul.tabMenu li,
  ul.tabMenu a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
  }
  ul.tabMenu {
    margin-bottom: 30px;
  }
  ul.tabMenu:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    content: "";
  }
  ul.tabMenu > li {
    float: left;
    width: 50%;
  }
  ul.tabMenu li a {
    height: 66px;
    border: 1px solid #843d1d;
    border-left: 0 none;
    color: #444;
    font-size: 12px;
    line-height: 14px;
    font-family: "NotoSansKR Regular", sans-serif;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }
  ul.tabMenu li:first-child a {
    border-left: 1px solid #843d1d;
  }
  ul.tabMenu li.on a {
    background-color: #843d1d;
    border-color: #843d1d;
    color: #fff;
  }

  ul.col3ea > li {
    width: 33.33% !important;
  }
  ul.col3ea > li a {
    min-height: 28px;
	border-top: 0;
  }
  ul.col3ea > li:nth-child(-n+3) a {
	border-top: 1px solid #843d1d;
  }

  ul.col4ea > li a {
    border-top: 0 none;
  }
  ul.col4ea > li:nth-child(1) a,
  ul.col4ea > li:nth-child(2) a {
    border-top: 1px solid #843d1d;
  }

  ul.col4ea > li:nth-child(2n + 1) {
    clear: both;
  }
  ul.col4ea > li:nth-child(2n + 1) a {
    border-left: 1px solid #4a669e;
  }

  ul.twoLine > li a,
  ul.twoLine > li.on a {
    font-size: 12px;
    padding: 0;
    display: table-cell;
  }
  ul.twoLine > li,
  ul.twoLine > li.on {
    font-size: 12px;
    padding: 0;
    width: 50%;
  }

  table.tblDef > * > tr > * {
    padding: 5px;
  }
  .pointTit {
    font-size: 16px;
  }

  .imgTbl {
    gap: 10px;
  }
  .imgTbl > li {
    width: calc((100% - 11px) / 2);
    background-color: #4a669e;
  }
  .imgTbl .pic {
    height: 120px;
    padding: 10px;
    background-color: #fff;
  }
  .imgTbl .pic img {
    height: 100%;
  }
  .imgTbl .pic_txt {
    max-height: 65px;
    font-size: 12px;
  }
  .imgArea  {
	margin-bottom: 15px;
  }

	  
	.imgArea img + img {
		margin-top: 15px;
	}
}

/* 초음파 이상태아의 진단과 상담 발간 */
ul.userList {
  list-style: none;
  width: 100%;
  margin: 0;
  font-size: 0;
}
ul.userList::after {
  content: "";
  display: block;
  clear: both;
}
ul.userList li {
  list-style: none;
  position: relative;
  float: left;
  padding: 0px 10px 0px 142px;
  width: 248px;
  height: 152px;
  vertical-align: top;
  font-size: 15px;
  color: #353535;
  line-height: 25px;
  margin-bottom: 20px;
}
ul.userList li:nth-child(odd) {
  clear: both;
}
ul.userList li img {
  position: absolute;
  min-height: 152px;
  left: 0px;
  top: 0;
}
ul.userList li span.name {
  display: inline-block;
  color: #222;
  padding-top: 80px;
  font-family: "NotoSansKR bold", sans-serif;
}
ul.userList li span.group {
  font-size: 13px;
}

p.con {
  font-size: 16px;
  line-height: 30px;
}

/* ISUOG World Congress (Virtual) 2020 */
p.infobox {
  background-color: #f5f5f5;
  text-align: center;
  padding: 25px 0;
  font-size: 15px;
}
p.infobox .tit {
  font-size: 20px;
  font-family: "NotoSansKR medium", sans-serif;
}
p.infobox .group {
  color: #000;
}

ul.reference {
  margin: 10px 0 20px;
}
ul.reference li {
  margin-bottom: 10px;
  color: #3d3d3d;
  font-weight: normal;
  font-family: "NotoSansKR Regular";
  text-align: left;
}

ul.imgList,
ul.imgList li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.imgList {
}
ul.imgList:after {
  display: block;
  clear: both;
  content: "";
  font-size: 0;
  line-height: 0;
}

ul.imgList li img {
  display: block;
  width: 100%;
}
ul.imgList li span {
  display: block;
  background-color: #eaeaea;
  padding: 10px 0;
  text-align: center;
}

@media all and (min-width: 721px) {
  ul.imgList li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  ul.imgList li:nth-child(odd) {
    float: left;
  }
  ul.imgList li:nth-child(even) {
    float: right;
  }
}

@media all and (max-width: 720px) {
  p.infobox {
    padding: 25px 10px;
    word-break: keep-all;
  }
  p.infobox .tit {
    font-size: 17px;
    font-family: "NotoSansKR medium", sans-serif;
  }
  ul.imgList li {
    margin-bottom: 10px;
  }
}

/* lecture */

div.intro_top {
  position: relative;
  display: table-cell;
  padding-left: 155px;
  vertical-align: middle;
}
div.intro_top strong {
  display: block;
  font-size: 28px;
  color: #4a669e;
  font-family: "notosanskr medium", sans-serif;
  font-weight: 200;
  margin-bottom: 5px;
}
div.intro_top span {
  font-size: 15px;
}
div.intro_top img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

div.intro_top + div {
  color: #3d3d3d;
  line-height: 1.7;
  text-align: justify;
  font-weight: 400;
}

div.intro_top + div ul {
  margin-bottom: 10px;
}
div.intro_top + div li a {
  color: #1e4bb0;
  text-decoration: underline;
}
div.intro_top + div p img {
  display: block;
}

/* 220120 */
/* intro_top type 추가 */
div.intro_top.typeB {
  padding: 60px 0 0 150px;
  margin-bottom: 0;
}
div.intro_top.typeC {
  padding-top: 90px;
}
div.intro_top.typeD {
  padding-top: 120px;
}
div.intro_top.typeE {
  padding: 0;
}
div.intro_top.typeE strong {
  margin-bottom: 10px;
}
div.intro_top.photo {
  padding-left: 280px !important;
}

span.eventTit {
  display: block;
  font-size: 20px;
  color: #4a669e;
  font-family: "notosanskr medium", sans-serif;
  font-weight: 200;
  margin-bottom: 10px;
}

div.imgBox {
  position: relative;
  margin: 15px 0;
  border: 1px solid #e5e5e5;
}
div.imgBox span.imgInfo {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #e5e5e5;
  text-align: center;
  font-size: 16px;
}
div.imgBox img {
  display: block;
  margin: 0 auto;
}

div.tableList {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 30px;
}
div.tableList div.listTit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.tableList div.listTit ul {
  align-item: center;
}
div.tableList div.listTit li:first-child {
  float: left;
  font-size: 17px;
  color: #222222;
}
div.tableList div.listTit li:last-child {
  float: right;
  font-size: 15px;
  color: #a6a6a6;
}

div.tableList ul.listTxt li {
  padding: 3px 0 3px 10px;
  font-size: 17px;
  color: #3d3d3d;
  border-bottom: 1px solid #d2d2d2;
}
div.tableList ul.listTxt li:first-child {
  border-top: 1px solid #4a669e;
}

h6.nameTit {
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #4a669e;
}
h6.nameTit.gray {
  color: #898989 !important;
  font-weight: normal !important;
}
/* //220120 */

/* 220125 */
div.introTeam {
}
div.introTeam ul::after {
  display: block;
  content: "";
  clear: both;
}
div.introTeam ul li {
  position: relative;
  float: left;
  padding-left: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
div.introTeam ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 12px;
  background-color: #000;
}
div.introTeam ul li dl {
  position: relative;
  padding-left: 180px;
}
div.introTeam ul li dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  text-align: justify;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
div.introTeam ul li dd {
  font-size: 17px;
  color: #3d3d3d;
}

div.introTeam ul.col1ea li {
  width: 100%;
  font-zise: 0;
}
div.introTeam ul.col1ea li dd {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-bottom: 5px;
}

div.introTeam ul.typeB li::before {
  display: none;
}
div.introTeam ul.typeB dl {
  position: absolute;
  width: 500px;
  top: -46px;
  left: 43px;
}
div.introTeam ul.typeB dt {
  width: auto;
}
div.introTeam ul.typeB dt span {
  margin: 0 20px;
}

span.subTeamTit {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  font-size: 20px;
  color: #4a669e;
  z-index: 1;
}
span.subTeamTit::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -3px;
  width: calc(100% + 10px);
  height: 14px;
  border-radius: 5px;
  background-color: #e4e8f1;
  z-index: -1;
}
/* //220125 */

p.dec {
  padding: 10px 0;
  background-color: #eaeaea;
  text-align: center;
}

ul.listBl,
ul.listBl li,
ul.listBl a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
ul.listBl {
  list-style: none;
}
ul.listBl li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: #222;
  border-radius: 50%;
}
ul.listBl li {
  text-indent: -15px;
  margin-left: 15px;
}

@media all and (min-width: 721px) {
  div.intro_top {
    width: 1000px;
    height: 152px;
    padding: 0 0 20px 155px;
    vertical-align: middle;
  }
  div.intro_top strong {
    font-size: 20px;
    color: #4a669e;
    margin-bottom: 50px;
    text-align: left;
  }
  div.intro_top strong.line {
    font-size: 20px;
    color: #4a669e;
    margin-bottom: 25px;
    text-align: left;
  }
  div.intro_top span {
    font-size: 20px;
    color: #898989;
  }
  div.intro_top span b {
    color: #000;
  }
  div.intro_top span.nostrong {
    display: block;
    padding-top: 85px;
  }
  div.intro_top span.nogroup {
    display: block;
    padding-top: 22px;
  }
  div.intro_top + div {
    font-size: 16px;
  }

  div.noimg {
    padding: 22px 0 0 0;
    margin-bottom: 20px;
  }

  div.imgWrap {
  }
  div.imgWrap:after {
    display: block;
    clear: both;
    content: "";
    font-size: 0;
    line-height: 0;
  }
  div.imgWrap > p {
    float: left;
  }
  div.imgWrap > p.txt {
    width: calc(100% - 270px);
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
  }
}

@media all and (max-width: 720px) {
  div.intro_top {
    height: 94px;
    padding: 0 0 15px 90px;
  }
  div.intro_top strong {
    font-size: 13px;
    margin-bottom: 5px;
  }
  div.intro_top span {
    font-size: 13px;
  }
  div.intro_top span.nostrong {
    display: block;
    padding-top: 24px;
  }
  div.intro_top span.nogroup {
    display: block;
    padding-top: 19px;
  }
  div.intro_top img {
    width: 80px;
  }

  /* 220120 */
  /* intro_top type 추가 */
  div.intro_top.typeB {
    padding: 0 0 0 90px;
    margin-bottom: 0;
  }
  div.intro_top.typeB strong {
    margin-bottom: 0;
    font-size: 20px;
  }
  div.intro_top.typeC {
    padding-top: 50px;
  }
  div.intro_top.typeD {
    padding-top: 65px;
  }
  div.intro_top.photo {
    padding-left: 180px !important;
  }
  div.intro_top.photo img {
    width: 160px;
  }
  div.imgBox span.imgInfo {
    font-size: 12px;
  }
  div.imgBox span.imgInfo br {
    display: none;
  }

  div.tableList {
    padding-top: 0;
  }
  div.tableList div.listTit {
    position: static;
  }
  div.tableList div.listTit li {
    float: none !important;
  }
  div.tableList div.listTit li:first-child {
    float: left;
    font-size: 15px;
  }
  div.tableList div.listTit li:last-child {
    float: right;
    font-size: 13px;
  }
  div.tableList ul.listTxt li {
    font-size: 14px;
  }

  span.nameTit {
    display: block;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #4a669e;
  }
  /* // 220120 */

  /* 220125 */
  div.introTeam ul.col1ea li dd {
    width: 100%;
  }
  div.introTeam ul.col2ea li {
    width: 100%;
  }
  div.introTeam ul.typeB dl {
    position: static;
    height: 30px;
  }
  div.introTeam ul.typeB dt span {
    margin: 0;
  }
  /* //220125 */

  div.line {
    padding: 0 0 0 90px;
    margin-bottom: 15px;
  }
  div.intro_top strong.line {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left;
  }

  div.intro_top + div {
    font-size: 14px;
  }

  div.noimg {
    padding: 32px 0 0 0;
    margin-bottom: 15px;
  }
}

/* sub02 */
div.sub02 div.sub-tit-area {
	font-size:15px;
	color: #353535;
	margin-bottom: 30px;
}
div.sub02 div.sub-tit-area h3 {
	font-weight: bold;
	font-size:20px;
}
div.sub02 p {
	margin-bottom: 20px;
}
@media all and (max-width: 720px) {
	div.sub02 div.sub-tit-area {
		margin-bottom: 15px;
		font-size:14px;
	}
	div.sub02 div.sub-tit-area h3 {
		font-size:16px;
	}	
	div.sub02 p {
		margin-bottom: 5px;
	}	
	div.sub02 ul.tabMenu li a {
		height: 40px;
	}
}

/* sub04 */
div.sub04 .listNum > li {
  list-style: decimal !important;
  list-style-position: inside !important;
  text-indent: -12px;
  padding-left: 12px;
}
div.sub04 dl dt {
	font-weight: bold;
	margin: 30px 0 10px;
}
div.sub04 .listBl li {
	margin-top: 15px;
}
div.sub04 dl.refrence * {
	font-size:13px;
}
div.sub04 dl.refrence dt {
	margin-bottom: 0;
}
@media all and (max-width: 720px) {
		
	div.sub04 dl dt {
		font-weight: bold;
		margin: 15px 0 5px;
	}
		
	div.sub04 .listBl li {
		margin-top: 5px;
	}
	
	div.sub04 ul.tabMenu li a {
		height: 40px;
	}
}

/* sub08 */
div.sub08 .imgArea p {
	margin-top: 10px;
	margin-bottom: 0;
	font-family: 'NotoSansKR DemiLight',sans-serif;
	color: #000;
}
@media all and (max-width: 720px) {
	div.sub08 .imgArea p {
		margin-top: 5px;
	}
}
/* sub06 */
div.sub06 dl {
	padding-left: 20px;
}
div.sub06 dl dt {
	margin: 10px 0 5px;
}
div.sub06 ul.list-num > li {
	position: relative;
	padding-left: 20px;
	margin-top: 20px;
}
div.sub06 ul.list-num > li ul {
	margin-top: 5px;
}
div.sub06 ul.list-num > li span {
	position: absolute;
	left: 0;
	top: 0;
}
div.sub06 h4 {
	margin: 20px 0 5px;
	font-size:16px;
}
div.sub06 ul li {
	margin-bottom: 5px;
}
div.sub06 .with-img + .with-img {
	margin-top: 15px;
}
div.sub06 .with-img p.img {
	float: right;
	margin: 0 0 1em 1em;
}
div.sub06 .with-img:after {
	clear: both;
	content:'';
	display: block;
}
div.sub06 .with-img > ul {
	padding-left: 20px;
}

div.sub06 dl.refrence {
	padding-left: 0;
	margin-top: 30px;
}

div.sub06 dl.refrence dt {
	font-weight: bold;
	margin-bottom: 5px;
}
div.sub06 div.imgArea {
	margin-top: 5px;
}
@media all and (max-width: 720px) {
	div.sub06 h4 {
		font-size:14px;
		margin: 15px 0 5px;
	}
	div.sub06 dl {
		padding-left: 10px;
	}
	div.sub06 .with-img	{
		display:flex;
		flex-direction : column-reverse;
		margin-top: 15px;
	}
	div.sub06 .with-img > ul {
		padding-left: 10px;
	}
	div.sub06 .with-img p.img {
		float: none;
		text-align: center;
	}	
	div.sub06 ul.tabMenu li a {
		height: 40px;
	}

}



/* add style - 25.02.13 mj.park */
div.contents p{
	text-align: justify;
}
.pubInfo > ul{
	text-align:center;
}
.pubInfo > ul > li{
	display:inline-block;
	position:relative;
	padding:0 25px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:1;
	letter-spacing:-0.02em;
	vertical-align:top;
}
.pubInfo > ul > li + li:before{
	display:block;
	content:'';
	clear:both;
	position:absolute;
	top:2px;
	left:0;
	width:1px;
	height:14px;
	background-color: #fff;
}
.info-box{
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}
.info-box .img-wrap{
	flex: 0 0 auto;
	width: 130px;
	/* border: 1px solid #458bd3; */
}
.info-box .img-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-box .text-wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 0;
	letter-spacing: -0.07em;
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	line-height: 1.3;
}
.info-box .text-wrap.align-bottom{
	margin-top: auto;
}
.info-box .text-wrap.align-bottom{
	color: #898989;
}
.info-box strong{
	display: block;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 500;
	color: #4a669e;
}
.video-wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;
	background-color: #f3f3f3;
}
.video-wrap > iframe,
.video-wrap > video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sub-tab-wrap{
	margin-bottom: 30px;
	box-sizing: border-box;
}
.sub-tab-wrap *{
	box-sizing: border-box;
}
.sub-tab-menu{
	display: flex;
}
.sub-tab-menu > li{
	display: block;
	flex: 1;
	height: 55px;
	border: 1px solid #458bd3;
	border-left: 0;
	text-align: center;
}
.sub-tab-menu > li:first-child{
	border-left: 1px solid #458bd3;
}
.sub-tab-menu > li > a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	color: #4a669e;
	letter-spacing: -0.025em;
	transition: 0.3s ease;
	box-sizing: border-box;
}
.sub-tab-menu > li.on > a,
.sub-tab-menu > li:hover > a{
	background-color: #458bd3;
	color: #fff;
}
.sub-tab-menu.n4 > li{
	height: 80px;
}

.table-wrap{
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #4a669e;
}
.cst-table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
.cst-table th,
.cst-table td{
	padding: 12px 15px;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	border: 1px solid #d2d2d2;
	text-align: center;
}
.cst-table th:first-child,
.cst-table td:first-child{
	border-left: 0;
}
.cst-table th:last-child,
.cst-table td:last-child{
	border-right: 0;
}
.cst-table .text-left{
	text-align: left;
}
.cst-table th{
	font-weight: 500;
	color: #222222;
}
.cst-table thead th{
	background-color: #edeff5;
}

.list-type,
.list-type > li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 1.7;
}
.list-type{
	margin-bottom: 20px;
}
.list-type > li .list-type{
	margin: 0;
}
.list-type-decimal{
	counter-reset: number 0;
}
.list-type-decimal > li {
	position: relative;
	padding-left: 20px;
}
.list-type-decimal > li::before {
	content: counter(number) '.';
	counter-increment: number 1;
	position: absolute;
	left: 0;
	top: 0;
}
.list-type-decimal.text-skyblue > li::before{
	color: #458bd3;
	font-weight: 500;
}
.list-type-dot > li{
    padding-left: 15px;
}
.list-type-dot > li:before{
    display: inline-block;
	content: '·';
	font-size: 20px;
	margin-left: -15px;
	color: #000;
	line-height: 1.2;
	vertical-align: top;
}

.list-type.text-skyblue{
	color: inherit;
}
.text-skyblue{
	color: #458bd3;
}
.text-center{
	text-align: center !important;
}
.imgArea .img-tit{
	margin-top: 10px;
	line-height: 1.3;
}

.imgArea.n2{
	display: flex;
	gap: 10px;
}
.table-contop{
	margin-bottom: 10px;
}

@media all and (max-width:720px){
	div.titArea div.pubInfo{
		padding: 10px 0;
	}
	.pubInfo > ul{
		margin: 0 !important;
		line-height: 1;
		vertical-align: top;
	}
	.pubInfo > ul > li{
		padding: 0 10px;
		font-size: 11px;
		line-height: 1.2;
	}
	.pubInfo > ul > li + li:before{
		height: 10px;
	}

	.subTit{
		padding-left: 25px;
		background-size: 13px;
		background-position: 0 7px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.info-box{
		gap: 15px;
		margin-bottom: 20px;
	}
	.info-box .img-wrap{
		width: 80px;
	}
	.info-box .text-wrap{
		padding: 0;
		font-size: 15px;
	}
	.info-box strong{
		font-size: 16px;
	}
	.video-wrap{
		margin-bottom: 20px;
	}

	.sub-tab-wrap{
		margin-bottom: 20px;
	}
	.sub-tab-menu > li{
		height: 45px;
	}
	.sub-tab-menu > li > a{
		font-size: 13px;
		line-height: 1.1;
	}
	.sub-tab-menu.n4{
		flex-wrap: wrap;
	}
	.sub-tab-menu.n4 > li{
		flex: inherit;
		width: 50%;
		height: 50px;
		border-top: 0;
	}
	.sub-tab-menu.n4 > li:nth-child(-n+2){
		border-top: 1px solid #458bd3;
	}
	.sub-tab-menu.n4 > li:nth-child(2n+1){
		border-left: 1px solid #458bd3;
	}
	.table-wrap{
		margin-bottom: 10px;
	}
	.cst-table th, 
	.cst-table td{
		padding: 10px;
		font-size: 14px;
	}

	.list-type > li{
		font-size: 14px;
		line-height: 1.6;
	}
	.tm20{
		margin-top: 10px !important;
	}
	p + .list-type{
		margin-top: 10px;
	}
	.imgArea{
		margin-top: 15px;
	}
	.refrence{
		margin-top: 15px;
	}
	.imgArea.n2{
		flex-wrap: wrap;
		flex-direction: colum;
	}
	.imgArea.n2 .img{
		width: 100%;
	}

	.list-type-dot > li:before{
		line-height: 1;
	}
	
	.cst-table th,
	.cst-table td{
		word-break: break-word;
	}
}