@charset "UTF-8";
/*-------------------------------------------------
title       : 콘텐츠
Author      : lhj
Create date : 2023-06
-------------------------------------------------*/
.title1 {
  font-size: 3.5rem;
  line-height: 1.4857142857;
  color: #222;
  position: relative;
  padding-top: 2.7rem;
  display: block;
  margin-top: 7.5rem;
}
.title1::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: #5500DE;
  opacity: 0.65;
  border-radius: 50%;
}
.title1::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1.1rem;
  width: 1.7rem;
  height: 1.7rem;
  background: #E30CEB;
  opacity: 0.65;
  border-radius: 50%;
}
.title1:first-of-type {
  margin-top: 0;
}

.title2 {
  font-size: 2.5rem;
  line-height: 1.32;
  font-weight: 700;
  color: #333;
  display: block;
  margin: 7rem 0 2rem;
}

.s_tit {
  font-size: 2.5rem;
  line-height: 1.32;
  font-weight: 700;
  color: #333;
  margin-top: 4.5rem;
}

.c_tit {
  font-size: 2.1rem;
  line-height: 1.5714285714;
  color: #672ACB;
  font-weight: 700;
  margin-top: 2.5rem;
  display: block;
}
.c_tit.type2 {
  margin: 4.5rem 0 2rem;
}

.txt {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 500;
  color: #666;
}

.bul1 {
  margin-top: 2rem;
}
.bul1 > li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 400;
  color: #555;
}
.bul1 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #CBCBCB;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.bul1 > li + li {
  margin-top: 1rem;
}
.bul1 > li span {
  display: inline-block;
  font-weight: 600;
  color: #333;
}

p.bul1 {
  position: relative;
  padding-left: 1.3rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 400;
  color: #555;
  display: block;
}
p.bul1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #CBCBCB;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
p.bul1 span {
  display: inline-block;
  font-weight: 600;
  color: #333;
}

.bul2 > li {
  position: relative;
  padding-left: 1.4rem;
}
.bul2 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  background: url("/images/sub/bul2.svg") no-repeat;
  background-size: cover;
  width: 0.8rem;
  height: 0.8rem;
}
.bul2 > li + li {
  margin-top: 1rem;
}

.btn_link2 {
  display: inline-block;
  position: relative;
  padding-right: 2.5rem;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_link2::after {
  content: "\ecaf";
  font-family: "remixicon";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.btn_link2:hover::after, .btn_link2:focus::after {
  color: #4E15CE;
}

.btn_go {
  display: inline-block;
  padding: 1.5rem 1rem;
  text-align: center;
  border: 1px solid #D1D1D1;
  background: #fff;
  color: #000;
  border-radius: 5px;
  min-width: 15rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_go::after {
  content: "\eeb8";
  font-family: "remixicon";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #000;
  margin-left: 0.6rem;
}
.btn_go:hover, .btn_go:focus {
  border: 1px solid transparent;
  background: #4E15CE;
  color: #fff;
  font-weight: 600;
}
.btn_go:hover::after, .btn_go:focus::after {
  color: #fff;
}

.btn_down {
  display: inline-block;
  padding: 1.5rem 1rem;
  text-align: center;
  border: 1px solid #D1D1D1;
  background: #fff;
  color: #000;
  border-radius: 5px;
  min-width: 15rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_down::after {
  content: "\ec54";
  font-family: "remixicon";
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #000;
  margin-left: 0.6rem;
}
.btn_down:hover, .btn_down:focus {
  border: 1px solid transparent;
  background: #4E15CE;
  color: #fff;
  font-weight: 600;
}
.btn_down:hover::after, .btn_down:focus::after {
  color: #fff;
}

.btn_down2 {
  float: right;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #444;
  min-width: 15.3rem;
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1rem;
  vertical-align: middle;
}
.btn_down2::before {
  content: "";
  background: url("../../images/sub/file/xlsx.png");
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.intro {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 7.5rem;
  padding: 5.7rem 7rem 7.8rem;
}
.intro::before {
  content: "";
  position: absolute;
  background: url("/images/sub/intro_bg2.jpg") no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.intro.type2::before {
  background: url("/images/sub/intro_bg3.jpg") no-repeat;
  background-size: cover;
}
.intro .desc {
  display: block;
}
.intro em {
  font-size: 1.7rem;
  font-weight: 400;
  color: #EC6FFF;
  display: block;
  padding-bottom: 0.8rem;
  position: relative;
}
.intro em::after {
  content: "";
  position: absolute;
  left: -7rem;
  bottom: 0;
  width: 33.4rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.intro strong {
  font-size: 3rem;
  line-height: 1.2666666667;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 3.1rem 0 2.1rem;
}
.intro p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: block;
}

.intro_wrap {
  position: relative;
  margin-bottom: 8.6rem;
}
.intro_wrap .img {
  display: block;
}
.intro_wrap .img img {
  border-radius: 0.6rem;
}
.intro_wrap .desc {
  position: absolute;
  right: 5rem;
  top: 4.8rem;
  background: linear-gradient(306deg, #4B1EC4 0%, #9635D3 100%);
  width: 100%;
  max-width: 61.4rem;
  height: 100%;
  min-height: 33.5rem;
  display: inline-block;
  border-radius: 3rem 0;
  padding: 6.6rem 7.2rem 5rem 6.2rem;
}
.intro_wrap .desc strong {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-top: 8.6rem;
  display: block;
}
.intro_wrap .desc strong::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/sub/intro_icon.png") no-repeat;
  background-size: cover;
  width: 6.4rem;
  height: 7rem;
}
.intro_wrap .desc p {
  color: #fff;
  opacity: 0.71;
  display: block;
  margin-top: 1.5rem;
}

.radiation1 {
  margin-top: 2.7rem;
}
.radiation1:after {
  display: block;
  clear: both;
  content: "";
}
.radiation1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5rem;
}
.radiation1 > ul > li {
  width: calc(50% - 5rem);
  max-width: 100%;
  margin-left: 5rem;
}
.radiation1 > ul > li .desc {
  display: block;
  padding-top: 3.9rem;
}
.radiation1 > ul > li em {
  display: block;
  font-size: 1.7rem;
  line-height: 1.8235294118;
  font-weight: 500;
  color: #7D2CFF;
}
.radiation1 > ul > li strong {
  display: block;
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 700;
  color: #444;
}
.radiation1 > ul > li p {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #666;
  margin-top: 2rem;
}

.radiation2 .desc_box {
  background: #F8F8F8;
  border: 1px solid #E0E0E0;
  padding: 4.5rem 7.6rem;
  display: block;
  border-radius: 1rem;
  margin-top: 2.7rem;
}
.radiation2 .desc_box p {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #555;
}
.radiation2 .img_wrap {
  border: 1px solid #E0E0E0;
  border-radius: 1rem;
  margin-top: 6.2rem;
}
.radiation2 .img_wrap .img {
  display: block;
  text-align: center;
  padding: 8rem 1rem;
}
.radiation2 .img_wrap .sources {
  display: block;
  background: #F5F5F5;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 2.2rem 1rem;
  border-radius: 0 0 1rem 1rem;
}

.s_desc {
  font-size: 1.8rem;
  font-weight: 500;
  color: #555;
  margin-top: 1.7rem;
}

.list_box {
  background: #F7F7F7;
  padding: 2.7rem 3rem;
  display: block;
  margin-top: 1.5rem;
}
.list_box > li {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 400;
  color: #555;
}
.list_box > li span {
  display: inline-block;
  font-weight: 600;
  color: #333;
}

.facility_wrap {
  margin-top: 2.3rem;
}
.facility_wrap .list {
  padding: 6.8rem 5rem 4.4rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}
.facility_wrap .list + .list {
  margin-top: 1.5rem;
}
.facility_wrap strong {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #444;
  margin-bottom: 2.7rem;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.facility_wrap strong:hover, .facility_wrap strong:focus {
  color: #4E15CE;
}
.facility_wrap .box {
  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;
  padding-bottom: 2rem;
}
.facility_wrap .box + .box {
  border-top: 1px dashed #ddd;
  padding-top: 2rem;
}
.facility_wrap .box:last-of-type {
  padding-bottom: 0;
}
.facility_wrap .box .tit {
  display: block;
  padding-right: 1rem;
}
.facility_wrap .box p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #666;
}
.facility_wrap.type2 .box + .box {
  border-top: 0 none;
}
.facility_wrap.type2 .box p {
  margin-top: 3rem;
}
.facility_wrap.type2 .tt {
  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;
}
.facility_wrap.type2 .tt + .tt {
  padding-top: 5rem;
}

.db_wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 1.7rem);
}
.db_wrap > ul > li {
  width: calc(50% - 1.7rem);
  margin: 1.7rem 1.7rem 0 0;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.7rem);
          flex: 0 0 calc(50% - 1.7rem);
  min-height: 17rem;
}
.db_wrap > ul > li strong {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #444;
  width: calc(100% - 15rem);
}
.db_wrap > ul > li .btn_go {
  margin-left: 1rem;
}
.db_wrap > ul .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 5.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

#dbtab {
  display: none;
}

.db_tabmenu {
  position: relative;
}
.db_tabmenu .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-left: 1px;
}
.db_tabmenu .tab_list > li {
  border: 1px solid #ddd;
  background: #fff;
  width: 16.66%;
  margin: -1px 0 0 -1px;
}
.db_tabmenu .tab_list > li a {
  display: block;
  font-size: 1.7rem;
  font-weight: 400;
  color: #767676;
  position: relative;
  text-align: center;
  padding: 2rem 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.db_tabmenu .tab_list > li.active, .db_tabmenu .tab_list > li:hover, .db_tabmenu .tab_list > li:focus {
  background: #4E15CE;
  border-color: #4E15CE;
}
.db_tabmenu .tab_list > li.active a, .db_tabmenu .tab_list > li:hover a, .db_tabmenu .tab_list > li:focus a {
  color: #fff;
  font-weight: 500;
}

.img_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2.3rem;
}
.img_2 .img {
  margin-left: 2.3rem;
}

.img_border {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  padding: 6rem 11rem;
  margin-bottom: 7rem;
}

.privacy_box {
  display: table;
  width: 100%;
  background: #fff;
  border-radius: 0.6rem;
  border: 1px solid #ddd;
  padding: 4.4rem 6.2rem;
  margin-bottom: 5.8rem;
}
.privacy_box > * {
  display: table-cell;
}
.privacy_box .img {
  width: 11.8rem;
  vertical-align: middle;
}
.privacy_box .desc {
  vertical-align: middle;
  padding-left: 3.5rem;
}
.privacy_box .desc strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
  padding-bottom: 1.9rem;
}
.privacy_box .desc p {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #575757;
}

.privacy_desc h4 {
  margin-bottom: 3.2rem;
}
.privacy_desc .p_txt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #666;
}