@charset "UTF-8";
body select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  line-height: 1.4;
  padding: 0px 35px 0 10px;
}

body select::-ms-expand {
  display: none;
}

body .selectWrap .select {
  position: relative;
}

body .selectWrap .select + .select {
  margin-left: 10px;
}

body .selectWrap .select .select__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  /* down arrow */
  border-width: 5px 5px 0px 5px;
  border-color: #222 transparent transparent transparent;
  /* up arrow
        border-width: 0px 4px 6px 4px;
        border-color: transparent transparent #222 transparent;
        */
}

body .chkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body .chkWrap input[type="checkbox"] {
  display: none;
}

body .chkWrap input[type="checkbox"]:checked + label {
  color: #395fa8;
  font-weight: 500;
}

body .chkWrap input[type="checkbox"]:checked + label::before {
  background: url("/resources/img/ico__check_on.jpg") no-repeat 0 0;
}

body .chkWrap label {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body .chkWrap label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 1px;
  background: url("/resources/img/ico__check.jpg") no-repeat 0 0;
}

.main {
  min-width: 1250px;  
}

.main form {
  width: 100%;
}

.main .searchWrap {
  min-height: 105px;
}

.main .searchWrap h3 {
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  min-width: 100px;
}

.main .searchWrap .content {
  padding: 30px 0;
  margin: 0 auto;
}

.main .searchWrap .integratedSearchSection {
  background: #f0f3fc;
  min-width: 1250px; margin: 0 auto;
}
.main .searchWrap .integratedSearchSection .content {margin: 0 auto;}


.main .searchWrap .integratedSearchSection .integratedSearchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.main .searchWrap .integratedSearchSection .integratedSearchWrap .integratedSearch_tit {
  font-size: 17px;
  font-weight: 500;
}

.main .searchWrap .integratedSearchSection .integratedSearchWrap .integratedSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main .searchWrap .integratedSearchSection .integratedSearchWrap .integratedSearch .selectWrap {
  margin: 0 10px 0 0px;
}

.main .searchWrap .integratedSearchSection .integratedSearchWrap .integratedSearch .selectWrap select {
  height: 45px;
  line-height: 45px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}

.main .searchWrap .integratedSearchSection .integratedSearchWrap .integratedSearch .inputWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main .searchWrap .integratedSearchSection .integratedSearchWrap .integratedSearch .inputWrap input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 0 10px;
  background: #fff !important;
}

.main .searchWrap .detailedSearchSection {
  background: #f5f5f5;
  display: none;
  border-top: 1px solid #d2d2d2;
}

.main .searchWrap .detailedSearchSection .detailedSearchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main .searchWrap .detailedSearchSection .detailedSearchWrap .detailedSearchCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main .searchWrap .detailedSearchSection .detailedSearchWrap .detailedSearchCont input {
  height: 45px;
  line-height: 45px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 0 10px;
  width: 322px;
}

.main .searchWrap .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .searchWrap .btnWrap button,
.main .searchWrap .btnWrap a {
  width: 110px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
}

.main .searchWrap .btnWrap button span,
.main .searchWrap .btnWrap a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2px;
}

.main .searchWrap .btnWrap button span::before,
.main .searchWrap .btnWrap a span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.main .searchWrap .btnWrap button {
  background: #395fa8;
  margin-left: 10px;
}

.main .searchWrap .btnWrap button span::before {
  background: #395fa8 url("/resources/img/ico__search.jpg") no-repeat center center;
}

.main .searchWrap .btnWrap a {
  background: #1c1f2e;
  margin-left: 10px;
}

.main .searchWrap .btnWrap a span::before {
  background: #1c1f2e url("/resources/img/ico__detail.jpg") no-repeat 0 0;
}

.main .content {
  width: 1025px;  
  padding: 50px 0;  
}

.main .content.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .content.col2.sf > div:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main .content.col2.sf > div:last-of-type {
  width: 360px;
  margin-left: 40px;
}

.main .content.col2.ff > div:first-child {
  width: 50%;
}

.main .content.col2.ff > div:last-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}

.main h3 {
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 20px;
}

.main h3 span {
  font-weight: 600;
}

.main .tabUl_tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main .tabUl_tit li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}

.main .tabUl_tit li:first-of-type strong {
  border-left: 1px solid #e2e2e2;
  border-radius: 5px 0 0 5px;
}

.main .tabUl_tit li:last-of-type strong {
  border-radius: 0 5px 5px 0;
}

.main .tabUl_tit li.on {
  border-color: #395fa8;
}

.main .tabUl_tit li.on strong {
  background: #395fa8;
  color: #fff;
}

.main .tabUl_tit li.on::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #395fa8 transparent transparent transparent;
}

.main .tabUl_tit li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-left: none;
}

.main .tabUl_cont.col2 ul li {
  width: 50%;
}

.main .tabUl_cont.col2 ul li:nth-of-type(odd) a {
  margin-right: 5px;
}

.main .tabUl_cont.col2 ul li:nth-of-type(even) a {
  margin-left: 5px;
}

.main .tabUl_cont.col2 ul li:nth-of-type(n + 2) a {
  margin-bottom: 10px;
}

.main .tabUl_cont.col4 strong,
.main .tabUl_cont.col4 a {
  background: #fff;
}

.main .tabUl_cont.col4 ul li {
  width: calc(25% - 10px);
}

.main .tabUl_cont.col4 ul li + li {
  margin-left: 10px;
}

.main .tabUl_cont.col4 ul li a {
  border-color: #fff !important;
}

.main .tabUl_cont > li {
  display: none;
}

.main .tabUl_cont > li.on {
  display: block;
}

.main .tabUl_cont > li.on ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main .tabUl_cont > li.on ul li a {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 20px;
  display: block;
}

.main .tabUl_cont > li.on ul li a p {
  margin-bottom: 10px;
}

.main .tabUl_cont > li.on ul li a p strong {
  border: 1px solid #395fa8;
  color: #395fa8;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 5px;
}

.main .tabUl_cont > li.on ul li a dt {
  font-size: 19px;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.6em;
  height: 1.6em;
  margin-bottom: 10px;
}

.main .tabUl_cont > li.on ul li a dd {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.main .tabUl_cont > li.on ul li a dd span {
  letter-spacing: -1px;
}

.main .tabUl_cont > li.on ul li a dd span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
  margin: 0 10px;
}

.main .sordbfUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  height: 333px;
}

.main .sordbfUl li {
  width: 30%;
}

.main .sordbfUl li a {
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  display: block;
}

.main .sordbfUl li a::before {
  content: "";
  display: inline-block;
  width: 85px;
  height: 85px;
  margin-bottom: 5px;
}

.main .sordbfUl li:first-of-type a::before {
  background: url("/resources/img/img__sordbf1.jpg") no-repeat 0 0;
}

.main .sordbfUl li:nth-of-type(2) a::before {
  background: url("/resources/img/img__sordbf2.jpg") no-repeat 0 0;
}

.main .sordbfUl li:nth-of-type(3) a::before {
  background: url("/resources/img/img__sordbf3.jpg") no-repeat 0 0;
}

.main .sordbfUl li:nth-of-type(4) a::before {
  background: url("/resources/img/img__sordbf4.jpg") no-repeat 0 0;
}

.main .sordbfUl li:nth-of-type(5) a::before {
  background: url("/resources/img/img__sordbf5.jpg") no-repeat 0 0;
}

.main .sordbfUl li:nth-of-type(6) a::before {
  background: url("/resources/img/img__sordbf6.jpg") no-repeat 0 0;
}

.main .sordbfUl li:nth-of-type(n + 3) {
  margin-bottom: 25px;
}

.main .bg .content{}
.main .bg.f5 {
  background: #f5f5f5;
  margin: 0 auto;
}

.main .relatedSiteWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.main .relatedSiteWrap h3 {
  padding-bottom: 0;
  width: 130px;
  line-height: 1.4;
  font-size: 20px;
}

.main .relatedSiteWrap h3 span {
  color: #395fa8;
}

.main .relatedSiteWrap h3 .ctlWrap span {
  cursor: pointer;
}

.main .relatedSiteWrap h3 .ctlWrap span.play {
  display: none;
}

.main .relatedSiteWrap .relatedSiteCont {
  width: 890px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.main .relatedSiteWrap .relatedSiteCont .relatedSiteUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.main .relatedSiteWrap .relatedSiteCont .relatedSiteUl li {
  min-width: 170px;
  width: 170px !important;
  height: 70px;
}

.main .relatedSiteWrap .relatedSiteCont .relatedSiteUl li + li {
  margin-left: 10px;
}

.main .relatedSiteWrap .relatedSiteCont .relatedSiteUl li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 15px;
  border: 1px solid transparent;
}

.main .relatedSiteWrap .relatedSiteCont .relatedSiteUl li a:hover {
  border: 1px solid #395fa8;
}

.main .relatedSiteWrap .relatedSiteCont .relatedSiteUl li a img {
  max-width: 100%;
  height: auto;
}

.main .boardUl {
  border-top: 1px solid #395fa8;
}

.main .boardUl li a {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  width: 100%;
  padding: 10px 0;
}

.main .boardUl li a span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4em;
  height: 1.4em;
  font-size: 17px;
  display: block;
}

.main .boardUl li a p {
  font-size: 15px;
  color: #666;
}

.main .boardWrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main .boardWrap h3 a:last-of-type {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contWrap_dh {width: 1250px; margin: 0 auto; position: relative;}
.contArea_dh {}