@charset "UTF-8";

#wrap {
  position: relative;
  width: 100%;
}

/* 좌우로 클릭되는 서브비쥬얼 영역 */
#slide_menu_wrap {
  background-color: #0c0c0c;
  margin: 70px 0 0 0;
  width: 100%;
  height: 120px;
}
.slide_menu_title {
  position: relative;
  width: 96%;
  max-width: 1300px;
  height: 120px;
  padding: 0;
  margin: 0 auto;
  display: table;
}
.slide_menu_title:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.slide_menu_title > .slide_menu_title_prev {
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 120px;
  background: url(../../images/sub/btn_prvmenu.png) 5% 50% no-repeat;
  z-index: 10;
}
.slide_menu_title > .slide_menu_title_prev > a {
  display: table-cell;
  vertical-align: middle;
  min-width: 30px;
  height: 120px;
  font-size: 0em;
  font-size: 0rem;
}
.slide_menu_title > .slide_menu_title_next {
  display: table;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 120px;
  background: url(../../images/sub/btn_nextmenu.png) 95% 50% no-repeat;
  z-index: 10;
}
.slide_menu_title > .slide_menu_title_next > a {
  display: table-cell;
  vertical-align: middle;
  min-width: 30px;
  height: 120px;
  font-size: 0em;
  font-size: 0rem;
}
.slide_menu_title > h3.title {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 120px;
  padding: 0 0px;
  text-align: center;
  font-size: 1.625em;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 50px;
  z-index: 1;
  color: #fff;
}

/* scontent_wrap 서브내용이 들어가는 공간 */
#scontent_wrap {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 25px 0;
}
#scontent_wrap::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.scontent1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  box-sizing: border-box;
}

/* 좌우로 클릭되는 서브비쥬얼 영역 */
.sub_top {
  padding: 150px 0 50px 0;
  text-align: center;
  background: #377ad5;
  color: #fff;
  border-radius: 0;
  position: relative;
  z-index: -2;
}
.sub_top:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "11";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sub_top_Biz {
  background: url(../../images/main/mProduct_01.jpg) 0px 8px no-repeat;
  background-size: cover;
}
.sub_top_Com {
  background: url(../../images/main/mProduct_07.jpg) 0px 8px no-repeat;
  background-size: cover;
}
.sub_top_Partner {
  background: url(../../images/main/mProduct_02.jpg) 0px 8px no-repeat;
  background-size: cover;
}

.sub_top h2 {
  font-size: 1.5rem;
  z-index: 2;
}
.sub_top h3 {
  font-size: 4rem;
  line-height: 4rem;
  padding: 20px 0 10px 0;
  z-index: 2;
}
.sub_top p {
  font-size: 2rem;
  font-weight: 500;
  z-index: 2;
}

/* 로케이션*/
.path {
  text-align: left;
  padding: 0;
  font-weight: normal;
  margin: 10px 0 10px 0;
  font-size: 0.75em;
  font-size: 0.75rem;
}
.path img {
  margin-right: 5px;
  margin-top: -2px;
}

/* Heading & Title Style */
h3 {
  clear: both;
  line-height: 25px;
  margin: 0 0 20px 0px;
  font-size: 1.125em;
  font-size: 2.5rem;
  padding: 0 0 0 0;
}
h3::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}

h4 {
  clear: both;
  line-height: 25px;
  margin: 0 0 20px 0px;
  font-size: 1.125em;
  font-size: 2rem;
  padding: 0 0 0 0;
  font-weight: 400;
}
h4::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}

.fsDT01 {
  font-size: 2rem;
}

/* 탭박스 */
.depth4_tab {
  position: relative;
  margin: 0 0 70px 0;
}
.depth4_tab:after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  content: "";
}
.depth4_tab ul {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.depth4_tab ul > * {
  padding-right: 0px;
  vertical-align: middle;
}
.depth4_tab ul li {
  flex: auto;
  width: 33.3333%;
  position: relative;
  margin: -1px 0 0 -1px;
  border: 1px solid #e1e1e1;
  color: #666;
  font-weight: 500;
  display: table;
  table-layout: fixed;
  border-radius: 0;
}
.depth4_tab ul li:nth-child(n + 7) {
  flex: inherit;
  width: calc(16.667% + 1px);
}
.depth4_tab ul.ver_02 li {
  width: auto;
  flex: 1 !important;
}
.depth4_tab ul.ver_04 li {
  width: 25%;
}
.depth4_tab ul.ver_04 li:nth-child(n + 5) {
  flex: inherit;
  width: calc(25% + 1px);
}
.depth4_tab ul.ver_05 li {
  width: 20%;
}
.depth4_tab ul.ver_05 li:nth-child(n + 6) {
  flex: inherit;
  width: calc(20% + 1px);
}
.depth4_tab ul.ver_07 li {
  width: 14.28571%;
}
.depth4_tab ul.ver_07 li:nth-child(n + 5) {
  flex: inherit;
  width: calc(14.28571% + 1px);
}
.depth4_tab ul li.active {
  border-color: transparent;
  font-weight: 700;
  color: #333;
}
.depth4_tab ul li.active:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: 0px;
  border: 2px solid #368edd;
  z-index: 1;
}
.depth4_tab ul a {
  position: relative;
  display: block;
  line-height: 25px;
  padding: 20px 0;
  text-align: center;
  z-index: 1;
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
  font-size: 2rem;
}

.depth4_tab.hid {
  display: none;
}

/*.depth4_tab ul { display:-ms-flexbox;display:flex;flex-wrap:wrap;margin-bottom:3rem}
.depth4_tab ul > * {padding-right:0px;vertical-align:middle}
.depth4_tab ul li {flex:auto;width:16.667%;position:relative;margin:-1px 0 0 -1px;border:1px solid #E1E1E1;background-color:#fff;font-size:1.7rem;color:#999;font-weight:500;display:table;table-layout:fixed}
.depth4_tab ul li:nth-child(n+7){flex:inherit;width:calc(16.667% + 1px)}
.depth4_tab ul.ver_02 li{width:auto;flex:1 !important}
.depth4_tab ul.ver_04 li{width:25%}
.depth4_tab ul.ver_04 li:nth-child(n+5){flex:inherit;width:calc(25% + 1px)}
.depth4_tab ul.ver_05 li{width:20%}
.depth4_tab ul.ver_05 li:nth-child(n+6){flex:inherit;width:calc(20% + 1px)}
.depth4_tab ul.ver_07 li{width:14.28571%}
.depth4_tab ul.ver_07 li:nth-child(n+5){flex:inherit;width:calc(14.28571% + 1px)}
.depth4_tab ul li.active {border-color:transparent;font-weight:600;color:#233271}
.depth4_tab ul li.active:before{content:"";position:absolute;left:-1px;right:-1px;top:-1px;bottom:-1px;border:3px solid #368edd;z-index:1}
.depth4_tab ul a {position:relative;display:block;line-height:25px;padding:12px 0;text-align:center;z-index:1;width:100%;display:table-cell;text-align:center;vertical-align:middle;word-wrap:break-word}
.depth4_tab ul a:hover,
.depth4_tab ul a:focus{text-decoration:underline}
.depth4_tab.hid{display:none}
*/

/* table style */
table.tstyle01 {
  width: 100%;
  border: none;
  border-top: 1px solid #333;
  letter-spacing: 0;
  border-left: 1px solid #e6e6e6;
  border-collapse: collapse;
}
table.tstyle01::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
table.tstyle01 caption {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
table.tstyle01 thead th {
  font-weight: bold;
  text-align: center;
  background: #efefef;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 7px;
  word-break: break-all;
}
table.tstyle01 thead td {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 7px;
  border-right: 1px solid #e6e6e6;
}
table.tstyle01 tbody th {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  padding: 7px;
  border-right: 1px solid #e6e6e6;
  line-height: 18px;
  background: #f2f5f8;
  word-break: break-all;
}
table.tstyle01 tbody td {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 7px;
  border-right: 1px solid #e6e6e6;
  word-break: break-all;
  background: #fff;
}
table.tstyle01 tbody td img {
  width: 100%;
}
table.tstyle01 tbody td.a_left {
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  border-right: 1px solid #e6e6e6;
}

/* 공통*/
dl dt {
  font-weight: 500;
}
.div_line {
  margin: 80px 0;
  border-top: 1px solid #eee;
}
.div_line::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
div,
dl,
li {
  border-radius: 5px;
}

ul.listS01 {
  position: relative;
  width: 100%;
}
ul.listS01::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.listS01 li {
  padding: 0 0 0 15px;
  letter-spacing: 0px;
  margin: 0 0 5px 0;
  font-size: 0.875em;
  font-size: 1.5rem;
  position: relative;
}
ul.listS01 li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  content: "";
}

ul.listS02 {
  position: relative;
  width: 100%;
}
ul.listS02::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.listS02 li {
  padding: 5px 0 5px 45px;
  letter-spacing: 0px;
  margin: 0 0 5px 0;
  font-size: 0.875em;
  font-size: 1.5rem;
  position: relative;
}
ul.listS02 li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #666;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
ul.listS02 li:nth-child(1):before {
  content: "1";
}
ul.listS02 li:nth-child(2):before {
  content: "2";
}
ul.listS02 li:nth-child(3):before {
  content: "3";
}
ul.listS02 li:nth-child(4):before {
  content: "4";
}
ul.listS02 li:nth-child(5):before {
  content: "5";
}
ul.listS02 li:nth-child(6):before {
  content: "6";
}
ul.listS02 li:nth-child(7):before {
  content: "7";
}
ul.listS02 li:nth-child(8):before {
  content: "8";
}
ul.listS02 li:nth-child(9):before {
  content: "9";
}
ul.listS02 li:nth-child(10):before {
  content: "10";
}

ul.lv2 {
  position: relative;
  width: 100%;
}
ul.lv2::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.lv2 li {
  background: url(../../images/sub/icon/bullet03.png) 3px 9px no-repeat;
  padding: 0 0 0 15px;
  letter-spacing: 0px;
  margin: 0 0 5px 0;
  font-size: 0.875em;
  font-size: 0.875rem;
}

ul.lv2_none {
  position: relative;
  width: 100%;
}
ul.lv2_none::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.lv2_none li {
  background: url(none);
  padding: 0;
  letter-spacing: 0px;
  margin: 0 0 18px 0;
  font-size: 0.875em;
  font-size: 0.875rem;
}
ul.lv2_none li span {
  border-radius: 100px;
  background: #2788f2;
  color: #fff;
  padding: 5px;
}

ul.lv3 {
  position: relative;
  width: 100%;
}
ul.lv3::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.lv3 li {
  background: url(../../images/sub/icon/bullet05.png) 0px 11px no-repeat;
  padding: 0 0 0 10px;
  letter-spacing: 0px;
  margin: 0 0 5px 0;
  font-size: 0.815em;
  font-size: 0.815rem;
}

/* 회사소개*/
.com_Intro03 {
  font-size: 2.7rem;
  color: #666;
  padding: 70px 0 0 0;
  line-height: 5rem;
}
.comValue {
  display: flex;
  flex-wrap: wrap;
  margin: 35px auto;
  width: 70%;
}
.comValue .item {
  width: calc(33% - 2rem);
  text-align: center;
  margin: 0 1rem;
}
.comValue .item span {
  display: inline-block;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.2rem;
  padding: 70px 0 0 0;
  font-weight: 700;
}
.bgBlue01 {
  background: #3075d3;
}
.bgBlue02 {
  background: #265da8;
}
.bgBlue03 {
  background: #578025;
}

.com_Intro02 {
  font-size: 3rem;
  background: linear-gradient(45deg, #265da8, #243f64);
  padding: 40px 25px;
  margin: 80px 0;
  border-radius: 5px;
  color: #fff;
}
.com_Intro02 span {
  display: block;
  font-size: 1.8rem;
  padding: 10px 0 0 0;
}

.com_Intro {
  margin: 100px 0;
}
.com_Intro::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.com_Intro dt {
  float: left;
  width: 20%;
  font-size: 3rem;
  color: #084699;
  font-weight: 700;
}
.com_Intro dd {
  float: right;
  width: 80%;
}
.comInfo {
  border-top: 1px solid #ddd;
}
.comInfo li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.comInfo li::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.comInfo strong {
  float: left;
  width: 30%;
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 25px;
}
.comInfo strong:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  width: 5px;
  height: 5px;
  background: #075ed4;
  border-radius: 50%;
}
.comInfo p {
  float: right;
  width: 70%;
}

/* 조직도*/
.esvali_org {
  margin: 50px 0 0 0;
}
.esvali_org_first {
  position: relative;
  padding: 0 0 40px 0;
}
.esvali_org_first:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.esvali_org_first p {
  text-align: center;
  background: #20467b;
  text-align: center;
  width: 200px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 80px 0 0 0;
  margin: 0 auto;
  border-radius: 50%;
  height: 200px;
  position: relative;
}
.esvali_org_first p:before {
  width: 1px;
  height: 50px;
  border-left: 1px solid #ccc;
  position: absolute;
  bottom: -50px;
  left: 50%;
  content: "";
}
.esvali_org_second {
  position: relative;
  padding: 0 2%;
  margin: 50px 0 0 0;
}
.esvali_org_second:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.esvali_org_second > ul > li {
  width: 22%;
  float: left;
  position: relative;
  padding: 0;
  text-align: center;
  position: relative;
  margin: 0 1%;
}
.esvali_org_second > ul > li:after {
  width: 100%;
  height: 1px;
  border-top: 1px solid #ccc;
  position: absolute;
  top: -40px;
  left: 50%;
  content: "";
}
.esvali_org_second > ul > li:before {
  width: 1px;
  height: 40px;
  border-left: 1px solid #ccc;
  position: absolute;
  top: -40px;
  left: 50%;
  content: "";
}
.esvali_org_second > ul > li.org01 ul,
.esvali_org_second > ul > li.org03 ul {
  border: 1px solid #ccc;
  margin: 10px 0 0 0;
  border-radius: 5px;
}
.esvali_org_second > ul > li.org02 {
  width: 50%;
}
.esvali_org_second > ul > li.org02:after {
  width: 100%;
  height: 1px;
  border-top: 1px solid #ccc;
  position: absolute;
  top: -40px;
  left: 0%;
  content: "";
}
.esvali_org_second > ul > li.org03:after {
  width: 70%;
  height: 1px;
  border-top: 1px solid #ccc;
  position: absolute;
  top: -40px;
  left: -20%;
  content: "";
}

.esvali_org_second .partName01 {
  text-align: center;
  border: 2px solid #20467b;
  display: block;
  padding: 10px 5px;
  border-radius: 5px;
  font-weight: 500;
  background: #fff;
}
.esvali_org_second .partName02 {
  text-align: center;
  border: 1px solid #d2d7df;
  display: block;
  padding: 10px 5px;
  border-radius: 5px;
  background: #edf1f7;
  margin: 20px 0 0 0;
  position: relative;
}
.esvali_org_second .partName02:before {
  width: 1px;
  height: 20px;
  border-left: 1px solid #ccc;
  position: absolute;
  top: -20px;
  left: 50%;
  content: "";
}
.esvali_org_second > ul > li > ul > li {
  width: 100%;
  position: relative;
  margin: 5px 0;
  padding: 5px 10px 5px 20px;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
}
.esvali_org_second > ul > li > ul > li:before {
  width: 3px;
  height: 3px;
  background: #777;
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
}
.esvali_org_second > ul > li.org02 > ul {
  margin: 15px 0 0 0;
  position: relative;
}
.esvali_org_second > ul > li.org02 > ul:before {
  width: 1px;
  height: 20px;
  border-left: 1px solid #ccc;
  position: absolute;
  top: -15px;
  left: 50%;
  content: "";
}
.esvali_org_second > ul > li.org02 > ul > li {
  width: 45%;
  float: left;
  border: none;
  margin: 0 2.5%;
  background: none;
}
.esvali_org_second > ul > li.org02 > ul > li:before {
  display: none;
}
.esvali_org_second > ul > li.org02 .partName01 {
  display: block;
  width: 50%;
  margin: 0 auto;
  letter-spacing: -0.05em;
}
.esvali_org_second > ul > li.org02 > ul > li:after {
  width: 111%;
  height: 1px;
  border-top: 1px solid #ccc;
  position: absolute;
  top: 5px;
  left: 52.5%;
  content: "";
}
.esvali_org_second > ul > li.org02 > ul > li:last-child:after {
  display: none;
}
.esvali_org_second > ul > li.org02 > ul > li > ul {
  border: 1px solid #ccc;
  margin: 10px 0 0 0;
  border-radius: 5px;
}
.esvali_org_second > ul > li.org02 > ul > li > ul > li {
  margin: 5px 0;
  padding: 5px 10px 5px 20px;
  position: relative;
  border-radius: 5px;
  background: #fff;
  word-break: break-all;
  text-align: left;
}
.esvali_org_second > ul > li.org02 > ul > li > ul > li:before {
  width: 3px;
  height: 3px;
  background: #777;
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
}

.biz_area {
  display: flex;
  flex-wrap: wrap;
}
.biz_area::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.biz_area > div {
  width: calc(33% - 1rem);
  text-align: left;
  margin: 0 1.5rem 0 0;
}
.biz_area > div:last-child {
  margin: 0;
}
.biz_area > div p {
  width: 100%;
  font-size: 2rem;
  padding: 10px 0;
  background: #2e6cbf;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  margin: 0 0 15px 0;
  text-align: center;
}
.biz_area > div > ul > li {
  font-weight: 500;
  padding: 5px 0 5px 10px;
}
.biz_area > div > ul > li > ul {
  margin: 5px 0 20px 0;
}
.biz_area > div > ul > li > ul > li {
  font-weight: 300;
  position: relative;
  padding: 1px 0 1px 15px;
  word-break: break-all;
}
.biz_area > div > ul > li > ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
  width: 10px;
  height: 5px;
}

@media (max-width: 1024px) {
  .com_Intro03 {
    font-size: 2rem;
    padding: 30px 0 0 0;
    line-height: 3rem;
  }
  .comValue {
    width: 100%;
  }
  .comValue .item span {
    height: 100px;
    width: 100px;
    font-size: 2rem;
    padding: 0;
    line-height: 100px;
  }

  .com_Intro02 {
    font-size: 2rem;
    padding: 25px;
    margin: 40px 0;
    border-radius: 5px;
  }

  .com_Intro {
    margin: 50px 0;
  }
  .com_Intro::after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    content: "";
  }
  .com_Intro dt {
    width: 100%;
    font-size: 2.5rem;
    padding: 0 0 10px 0;
  }
  .com_Intro dd {
    width: 100%;
  }
  .comInfo li {
    padding: 10px 0;
  }
  .comInfo strong {
    width: 30%;
    font-size: 1.75rem;
  }
  .comInfo strong:before {
    position: absolute;
    top: 6px;
    left: 10px;
  }

  .esvali_org {
    margin: 20px 0 0 0;
  }
  .esvali_org_first p {
    width: 140px;
    font-size: 1.75rem;
    padding: 0;
    height: 140px;
    line-height: 140px;
  }
  .esvali_org_second {
    padding: 0;
  }
  .esvali_org_second > ul > li.org02 .partName01 {
    letter-spacing: -0.08em;
  }
}

/* 연혁*/
.history_wrap {
  padding: 0 0 0 45%;
  box-sizing: border-box;
  position: relative;
  margin: 40px 0 0 0;
}
.history_wrap::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.history_wrap h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  background: none;
  padding: 0;
  color: #666;
  font-size: 1.7rem;
  color: #2867bb;
  font-weight: 500;
}
.history_wrap h4 span {
  display: block;
  font-size: 2rem;
  margin: 15px 0 0 0;
  color: #333;
  line-height: 3rem;
}
.history_wrap .history:last-child {
  padding: 0;
}
.history_wrap .history:last-child:after {
  width: 5px;
  height: 5px;
  background: #84b4f6;
  position: absolute;
  bottom: -5px;
  left: -2px;
  content: "";
  border-radius: 50%;
}
.history {
  position: relative;
  padding: 0 0 50px 0;
}
.history:before {
  width: 1px;
  height: 100%;
  border-left: 1px solid #84b4f6;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}
.history::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
h5.year {
  font-weight: 700;
  font-size: 1.25em;
  font-size: 2rem;
  padding: 0 0 20px 20px;
  position: relative;
  line-height: 2rem;
  color: #3d6baa;
}
h5.year:before {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  position: absolute;
  top: 5px;
  left: -5px;
  content: "";
  border-radius: 5px;
  background: #fff;
}

.history ul li::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.history ul span:first-child {
  width: 16%;
  float: left;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 5px 0 5px 5px;
  text-indent: 16px;
  font-size: 1.5rem;
}
.history ul span:last-child {
  width: 84%;
  float: right;
  margin: 0 0 5px 0;
  font-size: 1.5rem;
  padding: 5px 0;
  letter-spacing: -0.05em;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .history_wrap {
    padding: 100px 0 0 0;
  }
  .history_wrap h4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .history_wrap h4 span {
    font-size: 1.75rem;
    margin: 5px 0 0 0;
  }
}

.award {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}
.award p {
  width: calc(25% - 1rem);
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 1rem 0 0;
  background: rgba(0, 0, 0, 0.3);
  background: url(../../images/sub/company/award_bg.jpg) 50% 50% no-repeat;
  padding: 40px;
  border-radius: 10px;
}
.award p span:first-child {
  width: 200px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 290px;
}
.award p span img {
  width: 220px;
  max-width: 220px;
  position: relative;
  top: -10px;
  left: -10px;
}
.award p span:last-child {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.5rem;
  padding: 15px;
  margin: 15px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.award p span:last-child em {
  display: block;
  padding: 0 15px 0 0;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 8px 0;
}

.mapbox {
  border: 1px solid #ddd;
  background: #f7f7f7 url(../../images/sub/company/map2026.png) 50% 50%
    no-repeat;
  height: 450px;
  margin: 70px 0 0 0;
}
dl.com_info {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
dl.com_info::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
dl.com_info dt {
  width: 15%;
  font-weight: 500;
  background: url(../../images/sub/icon/bullet02.png) 0 5px no-repeat;
  padding: 0 0 15px 20px;
  margin: 0;
  font-size: 2rem;
}
dl.com_info dd {
  width: 85%;
  padding: 0 0 15px 0;
  font-size: 1.75rem;
}

.customer_list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.customer_list li {
  width: calc(20% - 1rem);
  border: 1px solid #ddd;
  text-align: center;
  padding: 15px 0;
  margin: 0 1rem 1rem 0;
}

@media (max-width: 1024px) {
  .award {
    padding: 50px 0;
  }
  .award p {
    width: calc(100% - 0rem);
    margin: 1rem;
    padding: 15px;
  }
  .award p span:first-child {
    width: 150px;
    height: 220px;
  }
  .award p span img {
    width: 170px;
    max-width: 170px;
  }

  .mapbox {
    background-size: 100% 100%;
    height: 200px;
  }
  dl.com_info dt {
    width: 100%;
    font-weight: bold;
    background: url(../../images/sub/icon/bullet02.png) 0 1px no-repeat;
    margin: 0;
    padding: 0 0 5px 20px;
  }
  dl.com_info dd {
    width: 100%;
  }

  .customer_list li {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

.conBox {
  background: #fff;
  padding: 25px 0;
}
.conBox img {
  max-width: 100%;
}
.imgBox80 {
  background: #fff;
  padding: 35px 0;
}
.imgBox80 img {
  max-width: 80%;
}

@media (max-width: 1024px) {
  .imgBox80 img {
    max-width: 100%;
  }
}

/* Fortify SAST */
.fortifyT1 {
  background: #f7f7f7;
  padding: 35px 25px;
  display: flex;
  flex-wrap: wrap;
}
.fortifyT1 p {
  padding: 80px 0 25px 0;
  border-radius: 10px;
  width: calc(20% - 2rem);
  color: #fff;
  text-align: center;
  margin: 0 1rem;
  font-size: 2rem;
}
.fortifyT1 p:nth-child(1) {
  background: #377ad5 url(../../images/sub/product/fortify_bg05.png) 50% 20px
    no-repeat;
}
.fortifyT1 p:nth-child(2) {
  background: #377ad5 url(../../images/sub/product/fortify_bg05.png) 50% -180px no-repeat;
}
.fortifyT1 p:nth-child(3) {
  background: #377ad5 url(../../images/sub/product/fortify_bg05.png) 50% -380px no-repeat;
}
.fortifyT1 p:nth-child(4) {
  background: #377ad5 url(../../images/sub/product/fortify_bg05.png) 50% -580px no-repeat;
}
.fortifyT1 p:nth-child(5) {
  background: #377ad5 url(../../images/sub/product/fortify_bg05.png) 50% -780px no-repeat;
}

.graphBox {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #fff;
  height: 390px;
  position: relative;
}
.graphBox:before {
  position: absolute;
  bottom: 18%;
  left: 1%;
  width: 98%;
  height: 70%;
  border-bottom: 2px solid #666;
  content: "";
}

.graphBox dl {
  position: relative;
  width: calc(20% - 4rem);
  margin: 0 2rem;
}
.graphBox dl::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.graphBox dt {
  position: absolute;
  bottom: 4%;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 1.7rem;
}
.graphBox dd {
  position: absolute;
  bottom: 14.5%;
  left: 0;
  width: 100%;
}
.graphBox p {
  width: 100%;
  font-size: 1.5rem;
}
.graphBox p span {
  background: #004687;
  display: block;
}
.graphBox dl:nth-child(1) span {
  height: 30px;
}
.graphBox dl:nth-child(2) span {
  height: 60px;
}
.graphBox dl:nth-child(3) span {
  height: 80px;
}
.graphBox dl:nth-child(4) span {
  height: 140px;
}
.graphBox dl:nth-child(5) span {
  height: 230px;
}
.mgtDIFF70 {
  margin-top: 20px !important;
}

.fortify_s {
  background: #fff url(../../images/sub/product/fortify_logo1.png) 50% 50%
    no-repeat;
  background-size: 220px;
  position: relative;
  height: 400px;
}
.fortify_s::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.fortify_s li {
  width: 35%;
}
.fortify_s li dt {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  color: #2d5393;
}
.fortify_s li dt:before {
  position: absolute;
  top: -6px;
  left: -10px;
  width: 10px;
  height: 10px;
  background: #2d5393;
  border-radius: 50%;
  content: "";
}
.fortify_s li dd {
  font-size: 1.75rem;
  position: relative;
  font-weight: 400;
  padding: 10px 0 0 0;
}
.fortify_s li dd:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 2px solid #ddd;
  content: "";
}
.fortify_s li dd:after {
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 10%;
  height: 3px;
  border-bottom: 2px solid #2d5393;
  content: "";
}
.fortify_s li:nth-child(1) {
  float: left;
  margin: 50px 0 0 0;
}
.fortify_s li:nth-child(2) {
  float: right;
  margin: 50px 0 0 0;
}
.fortify_s li:nth-child(3) {
  float: left;
  margin: 100px 0 0 0;
}
.fortify_s li:nth-child(4) {
  float: right;
  margin: 80px 0 0 0;
}

.fortify_s02 {
  background: #f7f7f7;
  position: relative;
  padding: 45px;
}
.fortify_s02 dt {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  margin: 0 0 15px 0;
}
.fortify_s02 dt span {
  border-bottom: 2px solid #2d5393;
  padding: 0 0 5px 0;
  display: inline-block;
}
.fortify_s02 dd {
  font-size: 1.75rem;
}
.fortify_s02 dd ul li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 2px 0;
}
.fortify_s02 dd ul li:before {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 5px;
  height: 5px;
  background: #2d5393;
  border-radius: 50%;
  content: "";
}

.fortify_s03 {
  display: flex;
  flex-wrap: wrap;
}
.fortify_s03 div {
  width: 25%;
  margin: 0;
}
.fortify_s03 div.f01 p:first-child {
  background: #245f97;
  padding: 75px 35px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  line-height: 29px;
}
.fortify_s03 div.f01 p:last-child,
.fortify_s03 div.f03 p.f03_t {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 15px 0 0 0;
}
.fortify_s03 div.f03 ul {
  background: #245f97;
  padding: 15px 35px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
}
.fortify_s03 div.f02 {
  background: url(../../images/sub/fortify_bg03.png) 50% 0 no-repeat;
  padding: 320px 0 0 0;
  border-radius: 15px;
  color: #333;
  text-align: center;
  background-size: 300px;
  font-size: 2.2rem;
}
.fortify_s03 div.f_arrow {
  width: 10%;
  text-align: center;
  padding: 100px 0 0 0;
}
.fortify_s03 div.f_arrow span {
  position: relative;
}
.fortify_s03 div.f_arrow span:before {
  content: "\ea6b";
  font-family: "remixicon";
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  color: #245f97;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
}
.fortify_s03 div.f03 ul li {
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
  margin: 0 0 20px 0;
  border-radius: 5px;
}
.fortify_s03 div.f03 ul li:nth-child(1),
.fortify_s03 div.f03 ul li:nth-child(6) {
  border: none;
}
.fortify_s03 div.f03 ul li:nth-child(1):before {
  position: absolute;
  left: 20px;
  top: 100%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 4px;
  height: 10px;
  background: #fff;
  content: "";
}
.fortify_s03 div.f03 ul li:nth-child(1):after {
  position: absolute;
  bottom: -15px;
  left: 15px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
}
.fortify_s03 div.f03 ul li:nth-child(5):before {
  position: absolute;
  top: 100%;
  left: 88%;
  width: 4px;
  height: 10px;
  background: #fff;
  content: "";
}
.fortify_s03 div.f03 ul li:nth-child(5):after {
  position: absolute;
  bottom: -20px;
  left: 86.7%;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
}
.fortify_s03 div.f03 ul li:nth-child(2):after,
.fortify_s03 div.f03 ul li:nth-child(3):after,
.fortify_s03 div.f03 ul li:nth-child(4):after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
}
.fortify_s03 div.f03 ul li p {
  position: relative;
}
.fortify_s03 div.f03 ul li p:before {
  position: absolute;
  top: 7px;
  left: 90%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.fortify_s03 div.f03 ul li:nth-child(6):before {
  display: none;
}

.fortify_s04 {
  display: flex;
  flex-wrap: wrap;
}
.fortify_s04:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.fortify_s04 li {
  width: calc(14.27% - 1rem);
  margin: 0 1rem 1rem 0;
  background: #fff;
}
.fortify_s04 li:nth-child(7n + 7) {
  margin: 0 0 1rem 0;
}
.fortify_s04 li p {
  height: 100px;
  border: 1px solid #ddd;
  font-size: 0;
}
.fortify_s04 li:nth-child(1) p {
  background: url(../../images/sub/product/fortify_bg04.png) 45px 0 no-repeat;
}
.fortify_s04 li:nth-child(2) p {
  background: url(../../images/sub/product/fortify_bg04.png) -140px 0 no-repeat;
}
.fortify_s04 li:nth-child(3) p {
  background: url(../../images/sub/product/fortify_bg04.png) -330px 0 no-repeat;
}
.fortify_s04 li:nth-child(4) p {
  background: url(../../images/sub/product/fortify_bg04.png) -520px 0 no-repeat;
}
.fortify_s04 li:nth-child(5) p {
  background: url(../../images/sub/product/fortify_bg04.png) -700px 0 no-repeat;
}
.fortify_s04 li:nth-child(6) p {
  background: url(../../images/sub/product/fortify_bg04.png) -890px 0 no-repeat;
}
.fortify_s04 li:nth-child(7) p {
  background: url(../../images/sub/product/fortify_bg04.png) -1090px 0 no-repeat;
}

.fortify_s04 li:nth-child(8) p {
  background: url(../../images/sub/product/fortify_bg04.png) -45px -150px
    no-repeat;
}
.fortify_s04 li:nth-child(9) p {
  background: url(../../images/sub/product/fortify_bg04.png) -230px -150px
    no-repeat;
}
.fortify_s04 li:nth-child(10) p {
  background: url(../../images/sub/product/fortify_bg04.png) -420px -155px
    no-repeat;
}
.fortify_s04 li:nth-child(11) p {
  background: url(../../images/sub/product/fortify_bg04.png) -600px -150px
    no-repeat;
}
.fortify_s04 li:nth-child(12) p {
  background: url(../../images/sub/product/fortify_bg04.png) -790px -160px
    no-repeat;
}
.fortify_s04 li:nth-child(13) p {
  background: url(../../images/sub/product/fortify_bg04.png) -970px -160px
    no-repeat;
}
.fortify_s04 li:nth-child(14) p {
  background: url(../../images/sub/product/fortify_bg04.png) 20px -390px no-repeat;
}

.fortify_s04 li:nth-child(15) p {
  background: url(../../images/sub/product/fortify_bg04.png) -150px -390px
    no-repeat;
}
.fortify_s04 li:nth-child(16) p {
  background: url(../../images/sub/product/fortify_bg04.png) -340px -390px
    no-repeat;
}
.fortify_s04 li:nth-child(17) p {
  background: url(../../images/sub/product/fortify_bg04.png) -520px -390px
    no-repeat;
}
.fortify_s04 li:nth-child(18) p {
  background: url(../../images/sub/product/fortify_bg04.png) -700px -390px
    no-repeat;
}
.fortify_s04 li:nth-child(19) p {
  background: url(../../images/sub/product/fortify_bg04.png) -890px -390px
    no-repeat;
}
.fortify_s04 li:nth-child(20) p {
  background: url(../../images/sub/product/fortify_bg04.png) -1075px -390px
    no-repeat;
}
.fortify_s04 li:nth-child(21) p {
  background: url(../../images/sub/product/fortify_bg04.png) -50px -600px
    no-repeat;
}

.fortify_s04 li:nth-child(22) p {
  background: url(../../images/sub/product/fortify_bg04.png) -240px -600px
    no-repeat;
}
.fortify_s04 li:nth-child(23) p {
  background: url(../../images/sub/product/fortify_bg04.png) -420px -600px
    no-repeat;
}
.fortify_s04 li:nth-child(24) p {
  background: url(../../images/sub/product/fortify_bg04.png) -600px -600px
    no-repeat;
}
.fortify_s04 li:nth-child(25) p {
  background: url(../../images/sub/product/fortify_bg04.png) -790px -600px
    no-repeat;
}
.fortify_s04 li:nth-child(26) p {
  background: url(../../images/sub/product/fortify_bg04.png) -985px -595px
    no-repeat;
}
.fortify_s04 li:nth-child(27) p {
  background: url(../../images/sub/product/fortify_bg04.png) -245px -790px
    no-repeat;
}
.fortify_s04 li:nth-child(28) p {
  background: url(../../images/sub/product/fortify_bg04.png) -470px -790px
    no-repeat;
}

.fortify_s04 li:nth-child(29) p {
  background: url(../../images/sub/product/fortify_bg04.png) -700px -790px
    no-repeat;
}
.fortify_s04 li:nth-child(30) p {
  background: url(../../images/sub/product/fortify_bg04.png) -180px -990px
    no-repeat;
}
.fortify_s04 li:nth-child(31) p {
  background: url(../../images/sub/product/fortify_bg04.png) -370px -990px
    no-repeat;
}
.fortify_s04 li:nth-child(32) p {
  background: url(../../images/sub/product/fortify_bg04.png) -540px -990px
    no-repeat;
}
.fortify_s04 li:nth-child(33) p {
  background: url(../../images/sub/product/fortify_bg04.png) -740px -990px
    no-repeat;
}
.fortify_s04 li:nth-child(34) p {
  background: url(../../images/sub/product/fortify_bg04.png) -920px -990px
    no-repeat;
}
.fortify_s04 li:nth-child(35) p {
  background: url(../../images/sub/product/fortify_bg04.png) -1120px -990px
    no-repeat;
}

/* td가 많은 테이블에 적용 */
.col-table.oh {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.col-table.ox {
  width: 100%;
  overflow-x: scroll;
  position: relative;
}
.col-table_sub {
  width: 1300px;
}

.chart {
  margin: 0 auto;
  border: 1px solid #ddd;
  text-align: center;
  padding: 25px 0;
}
.chart_sub {
  max-width: 800px;
  height: 300px;
  margin-top: 5px;
  margin: 0 auto;
}
.flick-wrap {
  display: none;
}

@media (max-width: 1024px) {
  .mgtDIFF70 {
    margin-top: 70px !important;
  }
  .fortifyT1 {
    padding: 20px;
  }
  .fortifyT1 p {
    width: calc(100% - 0rem);
    margin: 1rem;
    font-size: 1.5rem;
  }

  .graphBox {
    padding: 3% 3% 0 3%;
    height: 300px;
  }
  .graphBox:before {
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 97%;
    height: 95%;
  }
  .graphBox:after {
    position: absolute;
    left: 3.1%;
    top: 5%;
    transform: translate(-50%, -50%);
  }
  .graphBox dl {
    width: calc(20% - 1rem);
    margin: 0 0.5rem;
  }
  .graphBox dt {
    position: absolute;
    bottom: -50px;
    left: 0;
    font-size: 1.5rem;
    line-height: 13px;
  }
  .graphBox dd {
    position: absolute;
    bottom: 2px;
  }
  .graphBox dl:nth-child(1) span {
    height: 20px;
  }
  .graphBox dl:nth-child(2) span {
    height: 40px;
  }
  .graphBox dl:nth-child(3) span {
    height: 60px;
  }
  .graphBox dl:nth-child(4) span {
    height: 100px;
  }
  .graphBox dl:nth-child(5) span {
    height: 180px;
  }

  .fortify_s {
    background: url(../../images/sub/product/fortify_logo1.png) 100% 0 no-repeat;
    background-size: 100px;
    position: relative;
    height: auto;
  }
  .fortify_s::after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    content: "";
  }
  .fortify_s li {
    width: 100%;
  }
  .fortify_s li dt {
    font-size: 2rem;
  }
  .fortify_s li dt:before {
    position: absolute;
    top: -6px;
    left: -10px;
    width: 5px;
    height: 5px;
  }
  .fortify_s li dd {
    font-size: 1.5rem;
    position: relative;
  }
  .fortify_s li dd:before {
    display: none;
  }
  .fortify_s li dd:after {
    display: none;
  }
  .fortify_s li:nth-child(1) {
    float: left;
    margin: 0px 0 0 0;
  }
  .fortify_s li:nth-child(2) {
    float: left;
    margin: 20px 0 0 0;
  }
  .fortify_s li:nth-child(3) {
    float: left;
    margin: 20px 0 0 0;
  }
  .fortify_s li:nth-child(4) {
    float: left;
    margin: 20px 0 0 0;
  }

  .fortify_s02 {
    background: #f7f7f7;
    position: relative;
    padding: 25px;
  }

  .fortify_s03 div {
    width: 100%;
    margin: 0;
  }
  .fortify_s03 div.f01 p:first-child {
    padding: 25px;
    line-height: 20px;
  }
  .fortify_s03 div.f_arrow {
    width: 100%;
    padding: 0 0 50px 0;
  }
  .fortify_s03 div.f_arrow span:before {
    content: "\f2e0";
    width: 100%;
    display: block;
    position: absolute;
    left: 30%;
    top: 80%;
  }

  .fortify_s04 li {
    width: calc(50% - 1rem);
    margin: 0 1rem 1rem 0;
    background: #fff;
  }
  .fortify_s04 li:nth-child(2n + 2) {
    margin: 0 0 1rem 0;
  }
  .fortify_s04 li:nth-child(7n + 7) {
    margin: 0 1rem 1rem 0;
  }
}

/* gateone-z */
.cont-area-head h3 {
  color: #086ac8;
  font-size: 2.5rem;
  margin: 0 0 15px 0;
}
.txt-wrap p {
  font-size: 1.75rem;
  margin: 0 0 5px 0;
  position: relative;
  padding: 0 0 0 15px;
}
.txt-wrap p:before {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #086ac8;
  content: "";
}
.txt-wrap p.none:before {
  display: none;
}
.txt-wrap ul {
  margin: 10px 0 0 0;
}
.txt-wrap li {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
  position: relative;
  font-weight: 300;
  word-break: keep-all;
}
.txt-wrap li:before {
  width: 4px;
  height: 2px;
  background: #666;
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
}

.gateone02:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.gateone02 dt {
  width: 20%;
  float: left;
  font-size: 2rem;
}
.gateone02 dt p {
  display: inline-block;
  padding: 10px 25px;
}
.gateone02 dd {
  width: 80%;
  float: right;
  font-size: 1.75rem;
}
.gateone02 dd li {
  padding: 10px 15px;
  background: #f7f7f7;
  margin: 0 0 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.gateone02 dd li span {
  display: inline-block;
  padding: 5px 15px;
  background: #333;
  color: #fff;
  border-radius: 25px;
}

.gateone03 {
  background: url(../../images/sub/txt_bg01.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 50px 25px;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  margin: 50px 0 0 0;
  font-weight: 300;
  border-radius: 5px;
}
.gateone03 span {
  font-weight: 500;
}

.gateone01 {
  display: flex;
  flex-wrap: wrap;
}
.gateone01 ul {
  width: calc(45%);
  margin: 0;
  background: #edf5fa;
  padding: 25px;
  border: 1px solid #ddd;
}
.gateone01 ul:last-child {
  background: #1061da;
  color: #fff;
  border: 1px solid #1061da;
}
.gateone01 li {
  font-size: 1.875rem;
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 30px;
}
.gateone01 li:before {
  content: "\e928";
  font-family: "xeicon";
  position: absolute;
  left: 0%;
  top: 1px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.gateone01 p {
  position: relative;
  width: 10%;
  height: 25px;
  font-size: 0;
}
.gateone01 p:before {
  content: "\ea6b";
  font-family: "remixicon";
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  color: #245f97;
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
}

.gateone04 {
  margin: 50px 0 0 0;
}
.gateone04_first {
  padding: 0 0 40px 0;
}
.gateone04_first:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.gateone04_first p {
  text-align: center;
  width: 400px;
  font-size: 2rem;
  font-weight: 700;
  padding: 30px 0 0 0;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ddd;
}
.gateone04_first p span {
  display: block;
  background: #333;
  color: #fff;
  padding: 10px 0;
  margin: 15px 0 0 0;
}
.gateone04_first p span em,
.gateone04_second > ul > li span em {
  display: block;
}
.gateone04_second {
  position: relative;
  padding: 0 2%;
  margin: 60px 0 0 0;
}
.gateone04_second:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.gateone04_second > ul > li {
  width: 30%;
  float: left;
  position: relative;
  border: 1px solid #ddd;
  padding: 25px 0 0 0;
  text-align: center;
  position: relative;
  margin: 0 1.5%;
}
.gateone04_second > ul > li span {
  display: block;
  background: #333;
  color: #fff;
  padding: 10px 0;
  margin: 15px 0 0 0;
  font-size: 2rem;
}
.gateone04_second > ul > li:nth-child(1):before {
  width: 50%;
  height: 150px;
  border-left: 40px solid #1f4a89;
  border-top: 40px solid #1f4a89;
  position: absolute;
  top: -75px;
  left: 70%;
  transform: translate(-50%, -50%);
  content: "";
}
.gateone04_second > ul > li:nth-child(2):before {
  width: 40px;
  height: 40px;
  background: #1f4a89;
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.gateone04_second > ul > li:nth-child(3):before {
  width: 50%;
  height: 150px;
  border-right: 40px solid #1f4a89;
  border-top: 40px solid #1f4a89;
  position: absolute;
  top: -75px;
  left: 30%;
  transform: translate(-50%, -50%);
  content: "";
}
.gateone04_second > ul > li:nth-child(1):after {
  width: 0;
  height: 0;
  border-left: 50px solid #1f4a89;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: -130px;
  left: 100%;
  transform: translate(-50%, -50%);
  content: "";
}
.gateone04_second > ul > li:nth-child(2):after {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #1f4a89;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.gateone04_second > ul > li:nth-child(3):after {
  width: 0;
  height: 0;
  border-right: 50px solid #1f4a89;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: -130px;
  left: 3%;
  transform: translate(-50%, -50%);
  content: "";
}

.gateoneImg {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  background: #f7f7f7;
  border-radius: 5px;
}
.gateoneImg p.img2 {
  width: 50%;
}
.gateoneImg img {
  max-width: 100%;
  height: 100%;
}

.gateone05 {
  background: url(../../images/sub/product/gateone04.png) right bottom no-repeat;
  background-size: 550px;
  padding: 50px 0;
}
.gateone05 dd li {
  font-size: 1.75rem;
}

.gateone07 {
  padding: 3rem;
}
.gateone07_01 {
  display: flex;
  flex-direction: row;
}
.gateone07_01 dl {
  width: 50%;
  position: relative;
}
.gateone07_01 dl dt {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 2rem;
}
.gateone07_01 dl dd {
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
.gateone07_01 dl:first-child {
  margin: 0 2% 0 0;
}
.gateone07_01 dl:last-child {
  margin: 0 0 0 2%;
}
.gateone07_01 dl:first-child dt {
  background: #427f3c;
}
.gateone07_01 dl:first-child dd {
  border: 2px solid #427f3c;
}
.gateone07_01 dl:last-child dt {
  background: #265398;
}
.gateone07_01 dl:last-child dd {
  border: 2px solid #265398;
}
.gateone07_01 dl dd li,
.gateone07_02 dl dd li {
  position: relative;
  padding: 3px 0 3px 15px;
}
.gateone07_01 dl dd li:before,
.gateone07_02 dl dd li:before {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: 0px;
  content: "";
  background: #333;
  border-radius: 50%;
}
.gateone07_01 dl:first-child:after {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #427f3c;
  position: absolute;
  bottom: -60px;
  left: 95%;
  transform: translate(-50%, -50%);
  content: "";
}
.gateone07_01 dl:last-child:after {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #265398;
  position: absolute;
  bottom: -60px;
  left: 5%;
  transform: translate(-50%, -50%);
  content: "";
}
.gateone07_02 {
  margin: 40px 0 0 0;
}
.gateone07_02 dl {
  margin: 0 25%;
  position: relative;
}
.gateone07_02 dl:before {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #427f3c;
  position: absolute;
  bottom: -60px;
  left: 45%;
  transform: translate(-50%, -50%);
  content: "";
}
.gateone07_02 dl:after {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #265398;
  position: absolute;
  bottom: -60px;
  left: 55%;
  transform: translate(-50%, -50%);
  content: "";
}
.gateone07_02 dl dt {
  background: #2a4369;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 2rem;
}
.gateone07_02 dl dd {
  border: 2px solid #2a4369;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.gateone09 {
  background: linear-gradient(45deg, #1061da, #0a3370);
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  color: #fff;
  border-radius: 5px;
  margin: 15px 0 0 0;
}
.gateone09 dl {
  margin: 0 1rem 0 0;
  padding: 10px;
  font-size: 2rem;
  border-radius: 5px;
  width: calc(25% - 1rem);
  border: 1px solid #ddd;
  background: #fff;
}
.gateone09 dt {
  background: #333;
  color: #fff;
  padding: 10px 0;
  border-radius: 3px;
  margin: 0 0 10px 0;
}
.gateone09 p {
  height: 60px;
  font-size: 0;
  margin: 5px 0;
}
.gateone09 .gateone09_01 {
  background: url(../../images/sub/product/gateone10.png) 50% 5px no-repeat;
}
.gateone09 .gateone09_02 {
  background: url(../../images/sub/product/gateone10.png) 50% -100px no-repeat;
}
.gateone09 .gateone09_03 {
  background: url(../../images/sub/product/gateone10.png) 50% -210px no-repeat;
  height: 70px;
}
.gateone09 .gateone09_04 {
  background: url(../../images/sub/product/gateone10.png) 50% -380px no-repeat;
}
.gateone09 .gateone09_05 {
  background: url(../../images/sub/product/gateone10.png) 50% -470px no-repeat;
  height: 80px;
}
.gateone09 .gateone09_06 {
  background: url(../../images/sub/product/gateone10.png) 50% -590px no-repeat;
  height: 80px;
}
.gateone09 .gateone09_07 {
  background: url(../../images/sub/product/gateone10.png) 50% -690px no-repeat;
}
.gateone09 .gateone09_08 {
  background: url(../../images/sub/product/gateone10.png) 50% -810px no-repeat;
}
.gateone09 .gateone09_09 {
  background: url(../../images/sub/product/gateone10.png) 50% -910px no-repeat;
  height: 80px;
}
.gateone09 .gateone09_10 {
  background: url(../../images/sub/product/gateone10.png) 50% -1030px no-repeat;
  height: 80px;
}
.gateone09 .gateone09_11 {
  background: url(../../images/sub/product/gateone10.png) 50% -1130px no-repeat;
}
.gateone09 .gateone09_12 {
  background: url(../../images/sub/product/gateone10.png) 50% -1280px no-repeat;
}
.gateone09 .gateone09_13 {
  background: url(../../images/sub/product/gateone10.png) 50% -1350px no-repeat;
  height: 80px;
}
.gateone09 .gateone09_14 {
  background: url(../../images/sub/product/gateone10.png) 50% -1480px no-repeat;
}
.gateone09 .gateone09_15 {
  background: url(../../images/sub/product/gateone10.png) 50% -1600px no-repeat;
}

.gateone09 span {
  font-weight: 500;
}

.gateone08 {
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  margin: 15px 0 0 0;
}
.gateone08 ul {
  width: 65%;
}
.gateone08 ul li {
  background: #333;
  margin: 3px 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 2rem;
  border-radius: 5px;
}
.gateone08 ul li span {
  display: block;
  color: #ffcc00;
  font-size: 1.5rem;
}
.gateone08 p {
  width: 35%;
  padding: 0 0 0 3rem;
}
.gateone08 p span {
  display: block;
}

.gateone06 dt {
  margin: 0 0 10px 0;
  font-size: 3rem;
}
.gateone06 dd {
  font-size: 2rem;
}
.gateone06.gateone06_01 {
  padding: 0 0 20px 0;
  background: url(../../images/sub/product/gateone05.png) right 0 no-repeat;
  background-size: 550px;
}
.gateone06.gateone06_02 {
  padding: 0 0 90px 0;
  background: url(../../images/sub/product/gateone06.png) right 0 no-repeat;
  background-size: 450px;
}
.gateone06.gateone06_03 {
  padding: 0 0 20px 0;
  background: url(../../images/sub/product/gateone07.png) right 0 no-repeat;
  background-size: 500px;
}
.extra_info {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 1.75rem;
  margin: 10px 0 0 0;
}
.extra_info:before {
  width: 15px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0px;
  content: "*";
}

@media (max-width: 1024px) {
  .cont-area-head h3 {
    font-size: 2rem;
    margin: 0 0 15px 0;
  }

  .gateone02 dt {
    width: 100%;
    float: left;
    font-size: 2rem;
  }
  .gateone02 dt p {
    display: inline-block;
    padding: 10px 25px;
  }
  .gateone02 dd {
    width: 100%;
    float: right;
    font-size: 1.75rem;
  }
  .gateone02 dd li em {
    display: block;
    padding: 10px 0 0 0;
  }

  .gateone01 ul {
    width: calc(100%);
  }
  .gateone01 p {
    width: 100%;
    height: 50px;
  }
  .gateone01 p:before {
    content: "\f2e0";
    font-family: "remixicon";
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }

  .gateone03 {
    padding: 25px;
    color: #fff;
    text-align: center;
    font-size: 2rem;
  }

  .gateone04_first p {
    width: 40%;
    font-size: 1.75rem;
    padding: 10px 0 0 0;
  }
  .gateone04_second {
    margin: 20px 0 0 0;
  }
  .gateone04_second > ul > li span {
    font-size: 1.5rem;
  }
  .gateone04_second > ul > li:nth-child(1):before {
    width: 50%;
    height: 90px;
    border-left: 30px solid #1f4a89;
    border-top: 30px solid #1f4a89;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gateone04_second > ul > li:nth-child(2):before {
    width: 30px;
    height: 20px;
    background: #1f4a89;
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gateone04_second > ul > li:nth-child(3):before {
    width: 50%;
    height: 90px;
    border-right: 30px solid #1f4a89;
    border-top: 30px solid #1f4a89;
    position: absolute;
    top: -45px;
    left: 52%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gateone04_second > ul > li:nth-child(1):after {
    width: 0;
    height: 0;
    border-left: 30px solid #1f4a89;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    top: -75px;
    left: 80%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gateone04_second > ul > li:nth-child(2):after {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #1f4a89;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gateone04_second > ul > li:nth-child(3):after {
    width: 0;
    height: 0;
    border-right: 30px solid #1f4a89;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    top: -75px;
    left: 19%;
    transform: translate(-50%, -50%);
    content: "";
  }

  .gateoneImg p.img2 {
    width: 100%;
  }
  .gateoneImg img {
    max-width: 100%;
    height: auto;
  }

  .gateone05 {
    background: url(../../images/sub/product/gateone04.png) right bottom
      no-repeat;
    background-size: 350px;
    padding: 0 0 220px 0;
  }
  .gateone05 dd li {
    font-size: 1.75rem;
  }

  .gateone07 {
    padding: 20px;
  }
  .gateone07_01 {
    display: flex;
    flex-direction: row;
  }
  .gateone07_01 dl {
    width: 50%;
  }
  .gateone07_01 dl dt {
    padding: 10px 0;
    font-size: 2rem;
  }
  .gateone07_01 dl dd {
    padding: 10px;
    min-height: 350px;
  }
  .gateone07_01 dl dd li,
  .gateone07_02 dl dd li {
    position: relative;
    padding: 3px 0 3px 10px;
  }
  .gateone07_01 dl dd li:before,
  .gateone07_02 dl dd li:before {
    width: 3px;
    height: 3px;
    position: absolute;
    top: 11px;
    left: 0px;
  }
  .gateone07_01 dl:first-child:after {
    position: absolute;
    bottom: -60px;
    left: 80%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gateone07_01 dl:last-child:after {
    position: absolute;
    bottom: -60px;
    left: 20%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gateone07_02 dl:before {
    position: absolute;
    bottom: -60px;
    left: 35%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gateone07_02 dl:after {
    position: absolute;
    bottom: -60px;
    left: 65%;
    transform: translate(-50%, -50%);
    content: "";
  }
  .gateone07_02 dl dt {
    padding: 10px 0;
    font-size: 2rem;
  }
  .gateone07_02 dl dd {
    padding: 10px;
  }

  .gateone09 dl {
    margin: 0 0 1rem 0;
    width: calc(100% - 0rem);
  }

  .gateone08 ul {
    width: 100%;
  }
  .gateone08 p {
    width: 100%;
    padding: 25px 0;
  }
}

/* 파르고스*/
.pargos01 {
  position: relative;
  height: 570px;
}
.pargos01 > p {
  width: 700px;
  position: relative;
  height: 160px;
}
.pargos01 > p > span {
  z-index: 2;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  display: block;
  text-align: center;
}
.pargos01 > p:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  z-index: 1;
}
.pargos01 > p:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  content: "";
  z-index: 1;
}

.pargos01 .pargos01_01 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.pargos01 .pargos01_01:before {
  border-left: 400px solid transparent;
  border-right: 400px solid transparent;
  border-bottom: 80px solid #2a4670;
}
.pargos01 .pargos01_01:after {
  border-top: 80px solid #2a4670;
  border-left: 400px solid transparent;
  border-right: 400px solid transparent;
}

.pargos01 .pargos01_02 {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.pargos01 .pargos01_02:before {
  border-left: 370px solid transparent;
  border-right: 370px solid transparent;
  border-bottom: 80px solid #2e4f80;
}
.pargos01 .pargos01_02:after {
  border-top: 80px solid #2e4f80;
  border-left: 370px solid transparent;
  border-right: 370px solid transparent;
}

.pargos01 .pargos01_03 {
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.pargos01 .pargos01_03:before {
  border-left: 320px solid transparent;
  border-right: 320px solid transparent;
  border-bottom: 80px solid #3461a3;
}
.pargos01 .pargos01_03:after {
  border-top: 80px solid #3461a3;
  border-left: 320px solid transparent;
  border-right: 320px solid transparent;
}

.pargos01 .pargos01_04 {
  position: absolute;
  top: 480px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
}
.pargos01 .pargos01_04:before {
  border-left: 280px solid transparent;
  border-right: 280px solid transparent;
  border-bottom: 80px solid #3a72c5;
}
.pargos01 .pargos01_04:after {
  border-top: 80px solid #3a72c5;
  border-left: 280px solid transparent;
  border-right: 280px solid transparent;
}

.pargos02 {
  border: 1px solid #ddd;
}
.pargos02 dt {
  text-align: center;
  padding: 25px 0 0 0;
  font-size: 2.25rem;
}
.pargos02 dd {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 25px;
}
.pargos02 p {
  border: 1px solid #ddd;
  width: calc(25% - 2rem);
  padding: 20px;
  text-align: center;
  margin: 0 1rem;
  font-size: 1.875rem;
  background: #fff;
}
.pargos02 p:last-child {
  margin: 0;
  border-radius: 5px;
}

.pargos03 {
  padding: 25px;
  margin: 25px 0 0 0;
  background: url(../../images/main/mProduct_02.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.pargos03::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.pargos03::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.pargos03 div {
  display: flex;
  flex-wrap: wrap;
}
.pargos03 p {
  width: 45%;
  padding: 20px 30px;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
.pargos03 p:nth-child(1):before,
.pargos03 p:nth-child(3):before {
  position: absolute;
  top: -15px;
  left: 0;
  content: "[";
  font-size: 100px;
}
.pargos03 p:nth-child(1):after,
.pargos03 p:nth-child(3):after {
  position: absolute;
  top: -15px;
  right: 0;
  content: "]";
  font-size: 100px;
}
.pargos03 p:nth-child(2) {
  border-radius: 5px;
  width: 10%;
  font-size: 8rem;
  padding: 10px 0;
}
.pargos03 p:nth-child(4) {
  margin: 25px 0 0 0;
  border-radius: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.pargos04 {
  margin: 0;
  background: #f7f7f7;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 15px 0 0 0;
}
.pargos04 li {
  font-size: 1.875rem;
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 20px;
}
.pargos04 li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: #333;
}
.tEx {
  background: #f7f7f7;
  padding: 35px;
  border: 1px solid #eee;
  margin: 15px 0 0 0;
}
.tEx dt {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.pargos05 {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.pargos05 p {
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}
.pargos05 p:nth-child(1),
.pargos05 p:nth-child(5),
.pargos05 p:nth-child(7) {
  width: calc(20% - 0rem);
}
.pargos05 p:nth-child(1) img {
  border: 1px solid #eee;
  box-shadow: 5px 5px 5px rgba(164, 164, 164, 0.1);
}
.pargos05 p span {
  display: block;
  padding: 10px 0 0 0;
  font-size: 1.5rem;
}
.pargos05 p img {
  max-width: 80%;
}
.pargos05 p:nth-child(3) span {
  display: block;
  padding: 80px 0 0 0;
  width: 100%;
  font-size: 2rem;
}
.pargos05 p:nth-child(7) {
  background: #1c3c77;
  color: #fff;
  padding: 50px 15px;
  font-size: 2rem;
}
.pargos05 p:nth-child(7) span {
  font-size: 2rem;
}
.pargos05 p:nth-child(2),
.pargos05 p:nth-child(6),
.pargos05 p:nth-child(4) {
  font-size: 0;
  position: relative;
  width: 6%;
  border: none;
}
.pargos05 p:nth-child(4):before {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
}
.pargos05 p:nth-child(2):before,
.pargos05 p:nth-child(6):before {
  content: "\ea6b";
  font-family: "remixicon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .pargos01 > p {
    width: 100%;
    position: relative;
    height: 160px;
  }
  .pargos01 > p > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
  }
  .pargos01 .pargos01_01:before {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 80px solid #2a4670;
  }
  .pargos01 .pargos01_01:after {
    border-top: 80px solid #2a4670;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
  }

  .pargos01 .pargos01_02:before {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-bottom: 80px solid #2e4f80;
  }
  .pargos01 .pargos01_02:after {
    border-top: 80px solid #2e4f80;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
  }

  .pargos01 .pargos01_03:before {
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 80px solid #3461a3;
  }
  .pargos01 .pargos01_03:after {
    border-top: 80px solid #3461a3;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
  }
  .pargos01 .pargos01_04:before {
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 80px solid #3a72c5;
  }
  .pargos01 .pargos01_04:after {
    border-top: 80px solid #3a72c5;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
  }

  .pargos02 p {
    width: calc(100% - 0rem);
    padding: 20px;
    margin: 1rem 0;
  }

  .pargos03 p {
    width: 100%;
    font-size: 2rem;
  }
  .pargos03 p:nth-child(2) {
    width: 100%;
    height: 50px;
    padding: 1px 0;
    font-size: 5rem;
  }

  .tEx {
    padding: 20px;
  }

  .pargos05 p:nth-child(1),
  .pargos05 p:nth-child(3),
  .pargos05 p:nth-child(5),
  .pargos05 p:nth-child(7) {
    width: calc(100% - 0rem);
  }
  .pargos05 p:nth-child(2),
  .pargos05 p:nth-child(6),
  .pargos05 p:nth-child(4) {
    width: 100%;
  }
  .pargos05 p:nth-child(2):before,
  .pargos05 p:nth-child(6):before {
    content: "\f2e0";
  }
  .pargos05 p:nth-child(3) span {
    display: block;
    padding: 0;
  }
  .pargos05 p img {
    max-width: 150px;
  }
}

.hardshell01 {
  margin: 25px 0 0 0;
}
.hardshell01 li {
  font-size: 1.875rem;
  margin: 10px 0;
  position: relative;
  padding: 13px 0 13px 75px;
  background: #f7f7f7;
  border-radius: 25px 5px 5px 25px;
}
.hardshell01 li:before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #084db3;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.hardshell01 li.gray:before {
  background: #333;
}
.hardshell01 li:nth-child(1):before {
  content: "1";
}
.hardshell01 li:nth-child(2):before {
  content: "2";
}
.hardshell01 li:nth-child(3):before {
  content: "3";
}
.hardshell01 li:nth-child(4):before {
  content: "4";
}
.hardshell01 li:nth-child(5):before {
  content: "5";
}
.hardshell01 li:nth-child(6):before {
  content: "6";
}
.hardshell01 li:nth-child(7):before {
  content: "7";
}
.hardshell01 li:nth-child(8):before {
  content: "8";
}
.hardshell01 li:nth-child(9):before {
  content: "9";
}
.hardshell01 li:nth-child(10):before {
  content: "10";
}
.hardshell01 li:nth-child(11):before {
  content: "11";
}

.hardshell02 {
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.hardshell02 div {
  border-radius: 50%;
  width: 200px;
  text-align: center;
  height: 200px;
  margin: 0 5% 0 0;
  color: #fff;
  display: table;
  position: relative;
}
.hardshell02 div p {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.5rem;
}
.hardshell02 div:nth-child(1) {
  background: #325fb2;
}
.hardshell02 div:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  border-top: 5px dashed #ddd;
  content: "";
  z-index: -1;
}
.hardshell02 div:nth-child(2) {
  background: #264f9a;
}
.hardshell02 div:nth-child(3) {
  background: #283e68;
}
.hardshell02 div:nth-child(4) {
  background: #243657;
}
.hardshell02 div:nth-child(4) {
  margin: 0;
}
.hardshell02 div:nth-child(4):before {
  display: none;
}
.hardshell02 div p span {
  display: block;
}

.hardshell03 {
  margin: 20px 0 0 0;
  position: relative;
}
.hardshell03::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.hardshell03 dt {
  text-align: center;
}
.hardshell03 dt p {
  display: inline-block;
  background: #432211;
  color: #fff;
  font-size: 2rem;
  padding: 10px 30px;
  border-radius: 35px;
}
.hardshell03 dd {
  padding: 60px 0 60px 50%;
  background: url(../../images/sub/product/hardshell02.png) 150px 20px no-repeat;
  background-size: 350px;
}
.hardshell03 dd.bgnone {
  background: none;
  padding: 25px 0;
}
.hardshell03 li {
  font-size: 1.875rem;
  margin: 20px 0;
  position: relative;
  padding: 13px 0 13px 75px;
  background: #f7f7f7;
  border-radius: 25px 5px 5px 25px;
}
.hardshell03 li:before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #84401f;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.hardshell03 li:nth-child(1):before {
  content: "1";
}
.hardshell03 li:nth-child(2):before {
  content: "2";
}
.hardshell03 li:nth-child(3):before {
  content: "3";
}
.hardshell03 li:nth-child(4):before {
  content: "4";
}
.hardshell03 li:nth-child(5):before {
  content: "5";
}

.hardshell05 {
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.hardshell05 > p {
  width: 20%;
  position: relative;
  font-size: 0;
}
.hardshell05 > p:before {
  content: "\ea6b";
  font-family: "remixicon";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 8rem;
  font-weight: 500;
}
.hardshell05 dl {
  width: 40%;
  text-align: center;
}
.hardshell05 dl dt {
  padding: 10px;
  border-radius: 5px;
  font-size: 2rem;
}
.hardshell05 dl p {
  font-size: 1.75rem;
  padding: 3px 0;
}
.hardshell05 dl:first-child dt {
  background: #333;
  color: #fff;
}
.hardshell05 dl:first-child .txt01,
.hardshell05 dl:last-child .txt01 {
  background: #666;
  color: #fff;
  padding: 10px 0;
  width: 70%;
  margin: 25px auto;
  border-radius: 50px;
}
.hardshell05 dl:last-child dt {
  background: #84401f;
  color: #fff;
}
.hardshell05 dl:last-child .txt01 {
  background: #c25016;
}
.hardshell05 dl dd {
  padding: 20px 0;
}
.hardshell05 dl dd ul {
  width: 70%;
  margin: 25px auto;
}
.hardshell05 dl dd li {
  position: relative;
  text-align: left;
  padding: 4px 0 4px 15px;
  font-size: 1.75rem;
}
.hardshell05 dl dd li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #84401f;
  content: "";
}

@media (max-width: 1024px) {
  .hardshell02 {
    width: 100%;
  }
  .hardshell02 div {
    border-radius: 50%;
    width: calc(25% - 1rem);
    height: 85px;
    margin: 0 1rem 0 0;
  }
  .hardshell02 div p {
    font-size: 1.5rem;
  }

  .hardshell03 dt {
    text-align: left;
  }
  .hardshell03 dd {
    padding: 1px 0 10px 40%;
    background: url(../../images/sub/product/hardshell02.png) 0 20px no-repeat;
    background-size: 150px;
  }
  .hardshell03 li {
    font-size: 1.75rem;
    margin: 10px 0;
    padding: 5px 0 5px 40px;
    border-radius: 25px 5px 5px 25px;
  }
  .hardshell03 li:before {
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .hardshell05 dl {
    width: 100%;
  }
  .hardshell05 > p {
    width: 100%;
  }
  .hardshell05 > p:before {
    content: "\f2e0";
    font-size: 6rem;
    height: 100px;
  }
}

.xeize02 {
}
.xeize02 dt {
  font-size: 2.5rem;
  font-weight: 500;
  background: #084db3;
  display: inline-block;
  color: #fff;
  padding: 10px 50px;
  font-size: 2rem;
  border-radius: 5px;
}
.xeize02 dd {
  margin: 10px 0 30px 0;
  border-radius: 5px;
  margin: -20px 0 0 0;
  border: 1px solid #ddd;
  background: #fff;
  padding: 45px 20px 20px 20px;
}
.xeize02.bgxeize01 {
  background: url(../../images/sub/product/xeize03.png) 0 0 no-repeat;
  padding: 20px 0 420px 60%;
}
.xeize02.bgxeize02 {
  background: url(../../images/sub/product/xeize04.png) 0 0 no-repeat;
  padding: 20px 0 60px 60%;
}
.xeize02.bgxeize03 {
  background: url(../../images/sub/product/xeize05.png) 0 0 no-repeat;
  padding: 20px 0 240px 60%;
}
.xeize02.bgxeize04 {
  background: url(../../images/sub/product/xeize06.png) 0 0 no-repeat;
  padding: 450px 0% 60px 60%;
}
.xeize02.bgxeize05 {
  background: url(../../images/sub/product/xeize07.png) 50% 0 no-repeat;
  padding: 280px 0% 40px 60%;
}

.xeize02 dd li {
  position: relative;
  text-align: left;
  padding: 4px 0 4px 15px;
  font-size: 1.75rem;
}
.xeize02 dd li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  content: "";
}

@media (max-width: 1024px) {
  .xeize02.bgxeize01 {
    background: url(../../images/sub/product/xeize03.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 200px 0 0 0;
  }
  .xeize02.bgxeize02 {
    background: url(../../images/sub/product/xeize04.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 200px 0 0 0;
  }
  .xeize02.bgxeize03 {
    background: url(../../images/sub/product/xeize05.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 200px 0 0 0;
  }
  .xeize02.bgxeize04 {
    background: url(../../images/sub/product/xeize06.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 250px 0 0 0;
  }
  .xeize02.bgxeize05 {
    background: url(../../images/sub/product/xeize07.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 250px 0 0 0;
  }
}

.runZero01 {
  margin: 15px 0 0 0;
}
.runZero01 li {
  position: relative;
  text-align: left;
  padding: 20px 15px 20px 120px;
  font-size: 1.75rem;
  margin: 0 0 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.runZero01 li.pad2w {
  padding: 20px 15px 25px 120px;
}
.runZero01 li:before {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 60px;
  height: 55px;
  border-radius: 5px;
  content: "";
}
.runZero01 li:nth-child(1):before {
  background: url(../../images/sub/product/runZero02.png) 50% 0 no-repeat;
}
.runZero01 li:nth-child(2):before {
  position: absolute;
  left: 20px;
  top: 5px;
  background: url(../../images/sub/product/runZero02.png) 50% -195px no-repeat;
}
.runZero01 li:nth-child(3):before {
  background: url(../../images/sub/product/runZero02.png) 50% -390px no-repeat;
}
.runZero01 li:nth-child(4):before {
  position: absolute;
  left: 20px;
  top: 5px;
  background: url(../../images/sub/product/runZero02.png) 50% -585px no-repeat;
}
.runZero01 li:nth-child(5):before {
  background: url(../../images/sub/product/runZero02.png) 50% -780px no-repeat;
}

.runZero02 {
  display: flex;
  flex-wrap: wrap;
}
.runZero02::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.runZero02 li {
  position: relative;
  text-align: center;
  padding: 10px;
  font-size: 1.75rem;
  margin: 0 1rem 1rem 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: calc(16.7% - 1rem);
}
.runZero02 li:nth-child(6n + 6) {
  margin: 0 0 10px 0;
}

.runZero07 {
  display: flex;
  flex-wrap: wrap;
}
.runZero07 dl {
  width: calc(33% - 1rem);
  margin: 0 1rem 0 0;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.runZero07 dl dt {
  text-align: center;
  padding: 15px 0;
  font-size: 1.875rem;
  color: #fff;
}
.runZero07 dl:nth-child(1) dt {
  background: #3d8325;
}
.runZero07 dl:nth-child(2) dt {
  background: #265497;
}
.runZero07 dl:nth-child(3) dt {
  background: #23426f;
}
.runZero07 dl dd {
  padding: 25px;
  border: 1px solid #ddd;
  border-top: none;
  min-height: 350px;
}
.runZero07 .txt01 {
  font-size: 1.75rem;
  padding: 0 0 15px 0;
  height: 70px;
}
.runZero07 .txt02 {
  font-size: 1.75rem;
  padding: 15px 0;
  font-weight: 500;
}

div.runZerograph_wrap {
  display: flex;
  flex-wrap: wrap;
  background: #013a55;
  border-radius: 5px;
  padding: 45px;
  color: #fff;
}
div.runZerograph_wrap > div {
  width: 30%;
  text-align: center;
  padding: 70px 0 0 0;
}
div.runZerograph_wrap > div p {
  font-size: 2rem;
}
div.runZerograph_wrap > div:nth-child(2) {
  width: 70%;
  padding: 0 25px;
}
div.runZerograph_wrap > div:nth-child(2) > div {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 25px 0 0 0;
}
div.runZerograph_wrap .graph {
  position: relative;
  width: 100%;
  height: 280px;
  background: url(../../images/sub/product/runZero20.png) 50% 0px no-repeat;
  font-size: 3rem;
}
div.runZerograph_wrap .graph span,
.runZero02 dd div.graph_wrap .graph02 span,
.runZero02 dd div.graph_wrap .graph03 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
}
div.runZerograph_wrap .graph02 {
  position: relative;
  width: 49%;
  height: 300px;
  display: inline-block;
  background: url(../../images/sub/product/runZero20.png) 50% -450px no-repeat;
  line-height: 300px;
}
div.runZerograph_wrap .graph03 {
  position: relative;
  width: 49%;
  height: 300px;
  display: inline-block;
  background: url(../../images/sub/product/runZero20.png) 50% -950px no-repeat;
  line-height: 300px;
}

.runZero03 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  background: #013a55 url(../../images/sub/product/runZero16.png) 25px 100px
    no-repeat;
  padding: 45px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.runZero03 div:nth-child(1) {
  width: 5%;
  background: rgba(2, 45, 72, 0.5);
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translate(8%, -50%);
  text-align: center;
}
.runZero03 div:nth-child(1) p,
.runZero03 dd div:nth-child(2) p,
.runZero03 dd div:nth-child(3) p {
  margin: 5px 0;
}
.runZero03 div:nth-child(2) {
  width: 8%;
  background: rgba(2, 45, 72, 0.5);
  margin: 0 0 0 1%;
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translate(12%, -50%);
  text-align: center;
}
.runZero03 div:nth-child(3) {
  width: 10%;
  background: rgba(2, 45, 72, 0.5);
  margin: 0 0 0 8%;
  position: absolute;
  left: 17%;
  top: 50%;
  transform: translate(17%, -50%);
  text-align: center;
}
.runZero03 div:nth-child(4) {
  width: 42%;
  margin: 0 0 0 60%;
}
.runZero03 div:nth-child(4) ul {
  background: rgba(2, 45, 72, 0.5);
  margin: 5px 0;
  padding: 25px;
  border-radius: 5px;
}
.runZero03 dd li,
.runZero04 dd li,
.runZero05 dd li,
.runZero06 dd li {
  position: relative;
  text-align: left;
  padding: 4px 0 4px 15px;
  font-size: 1.5rem;
}
.runZero03 dd li:before,
.runZero04 dd li:before,
.runZero05 dd li:before,
.runZero06 dd li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.runZero04 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  background: #013a55 url(../../images/sub/product/runZero17.png) 50% 20px
    no-repeat;
  padding: 85px 45px 260px 45px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.runZero04 dl {
  border-radius: 5px;
  width: calc(30% - 2rem);
  background: rgba(2, 45, 72, 0.5);
  margin: 0 2rem;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.runZero04 dt {
  color: #ffe00f;
  font-size: 2rem;
  height: 60px;
}

.runZero05 {
  position: relative;
  color: #fff;
  background: #013a55 url(../../images/sub/product/runZero18.png) 50px 45px
    no-repeat;
  padding: 45px 45px 60px 60%;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.runZero05 ul {
  border-radius: 5px;
  background: rgba(2, 45, 72, 0.5);
  margin: 0;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.runZero05 ul li {
  position: relative;
  padding: 5px 0 5px 15px;
}
.runZero05 ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.runZero05 p {
  display: flex;
  flex-direction: row;
  margin: 40px 0 0 0;
}
.runZero05 p span:first-child {
  color: #ffe00f;
  font-size: 5rem;
  width: 30%;
  font-weight: 700;
}
.runZero05 p span:last-child {
  font-size: 1.5rem;
  width: 70%;
  padding: 15px 0 0 0;
}

.runZero06 {
  color: #fff;
  background: #013a55;
  padding: 35px;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.runZero06 ul {
  border-radius: 5px;
  background: rgba(2, 45, 72, 0.5);
  margin: 0;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  width: 70%;
}
.runZero06 ul li {
  position: relative;
  padding: 5px 0 5px 15px;
}
.runZero06 ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.runZero06 div {
  width: 25%;
  margin-left: 5rem;
}
.runZero06 div dl {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.runZero06 div dl dt {
  color: #fff;
  font-size: 2rem;
  padding: 15px;
  margin: 0;
}
.runZero06 div dl dd {
  border: none;
  padding: 10px 25px 25px 25px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 0 5px 5px;
}
.runZero06 div dl dd p {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}
.runZero06 div dl dd p:last-child {
  padding: 10px 0 0 0;
  border-bottom: none;
}
.runZero06 div dl:last-child {
  margin: 75px 0 0 0;
  text-align: center;
}
.runZero06 div dl:last-child dt {
  text-align: center;
  position: relative;
}
.runZero06 div dl:last-child dt:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -160%);
  width: 40px;
  height: 45px;
  background: url(../../images/sub/product/runZero19.png) 50% 0 no-repeat;
  background-size: 40px;
  content: "";
}
.runZero06 div dl:last-child dt:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -350%);
  width: 1px;
  height: 30px;
  border-left: 1px solid #fff;
  content: "";
}

@media (max-width: 1024px) {
  .runZero02 li {
    width: calc(50% - 1rem);
  }

  .runZero07 dl {
    width: calc(100%);
  }
  .runZero07 dl dd {
    min-height: auto;
    margin: 0 0 10px 0;
  }

  div.runZerograph_wrap {
    padding: 25px;
  }
  div.runZerograph_wrap > div {
    width: 100%;
    padding: 0;
  }
  div.runZerograph_wrap > div:nth-child(2) {
    width: 100%;
    padding: 10px 0;
    margin: 15px 0 0 0;
  }
  div.runZerograph_wrap .graph {
    position: relative;
    width: 100%;
    height: 150px;
    background: url(../../images/sub/product/runZero20.png) 50% 0px no-repeat;
    background-size: 150px;
    font-size: 2rem;
  }
  div.runZerograph_wrap .graph02 {
    position: relative;
    width: 49%;
    height: 150px;
    display: inline-block;
    background: url(../../images/sub/product/runZero20.png) 50% -240px no-repeat;
    line-height: 150px;
    background-size: 150px;
  }
  div.runZerograph_wrap .graph03 {
    position: relative;
    width: 49%;
    height: 150px;
    display: inline-block;
    background: url(../../images/sub/product/runZero20.png) 50% -502px no-repeat;
    line-height: 150px;
    background-size: 150px;
  }

  .runZero03 {
    background: #013a55 url(../../images/sub/product/runZero16.png) 25px 100px
      no-repeat;
    padding: 150px 25px 25px 25px;
  }
  .runZero03 div:nth-child(1) {
    width: 15%;
    background: rgba(2, 45, 72, 0.5);
    position: absolute;
    left: 5%;
    top: 10%;
    transform: translate(8%, -10%);
  }
  .runZero03 div:nth-child(1) p,
  .runZero03 div:nth-child(2) p,
  .runZero03 div:nth-child(3) p {
    margin: 5px 0;
  }
  .runZero03 div:nth-child(2) {
    width: 25%;
    background: rgba(2, 45, 72, 0.5);
    margin: 0;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-81%, -10%);
  }
  .runZero03 div:nth-child(3) {
    width: 35%;
    background: rgba(2, 45, 72, 0.5);
    margin: 0;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(23%, -10%);
  }
  .runZero03 div:nth-child(4) {
    width: 100%;
    margin: 0;
  }
  .runZero03 div:nth-child(4) ul {
    background: rgba(2, 45, 72, 0.8);
    margin: 5px 0;
    padding: 15px;
  }
  .runZero03 dd li,
  .runZero04 dd li,
  .runZero05 dd li,
  .runZero06 dd li {
    position: relative;
    font-size: 1.5rem;
  }

  .runZero04 {
    padding: 25px 25px 150px 25px;
    background: #013a55 url(../../images/sub/product/runZero17.png) 50% 100%
      no-repeat;
  }
  .runZero04 dl {
    width: calc(100% - 0rem);
    background: rgba(2, 45, 72, 0.8);
    margin: 1rem 0;
    padding: 20px;
  }
  .runZero04 dt {
    color: #ffe00f;
    font-size: 2rem;
    height: auto;
  }

  .runZero05 {
    background: #013a55 url(../../images/sub/product/runZero18.png) 50% 10px
      no-repeat;
    background-size: 100%;
    padding: 150px 25px 25px 25px;
  }

  .runZero06 {
    padding: 25px;
    border-radius: 5px;
  }
  .runZero06 ul {
    width: 100%;
    padding: 15px;
  }
  .runZero06 div {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.cequence01 > p {
  font-size: 3rem;
  margin: 10px 0 0 0;
}
.cequence01_sub {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 55px 25px 25px 25px;
}
.cequence01_sub p {
  width: calc(33.333% - 3rem);
  margin: 0 1.5rem;
  text-align: center;
  border: 1px solid #ddd;
  padding: 25px 0;
  position: relative;
  background: #fff;
  border-radius: 5px;
  font-size: 2rem;
}
.cequence01_sub p:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -130%);
  width: 60px;
  height: 60px;
  background: #333;
  font-size: 2rem;
  content: "Q";
  border-radius: 50%;
  color: #fff;
  line-height: 60px;
}

.cequence02 {
  width: 27%;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 35px 0;
}
.cequence02:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -400%);
  width: 100px;
  height: 30px;
  background: #084db3;
  content: "";
}
.cequence02:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -200%);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #084db3;
  content: "";
}
.cequence02 li {
  position: relative;
  text-align: left;
  padding: 4px 0 4px 15px;
  font-size: 2.25rem;
  font-weight: 500;
}
.cequence02 li:before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  content: "";
}

.cequence03 {
  margin: 0 auto;
  position: relative;
  background: url(../../images/sub/product/cequence02.png) 50% 50px no-repeat;
}
.cequence03::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}

.cequence03 dl {
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 15px 20px;
  border-radius: 5px;
  background: #eaf4f7;
}
.cequence03 dl dt {
  font-size: 1.9rem;
  font-weight: 500;
}
.cequence03 dl dt span {
  font-size: 1.375rem;
  display: block;
}
.cequence03 dl dd {
  padding: 5px 0;
}
.cequence03 div:first-child {
  width: 29%;
  float: left;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  margin: 55px 0 0 0;
  background: #fff;
  text-align: center;
}
.cequence03 div:first-child img {
  width: 100%;
}
.cequence03 div:last-child {
  width: 29%;
  float: right;
}
.cequence03 dl dd p {
  position: relative;
  text-align: left;
  padding: 2px 0 2px 15px;
  font-size: 1.5rem;
}
.cequence03 dl dd p:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  content: "";
}

.cequence04 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cequence04::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.cequence04 dl {
  width: calc(33% - 2rem);
  border: 1px solid #004687;
  margin: 0 1rem;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #03294c, #00c2d1);
  position: relative;
  height: 550px;
}
.cequence04 dl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  content: "";
}
.cequence04 dl:nth-child(1):after {
  background: #00c2d1 url(../../images/sub/product/cequence03.png) 50% 0
    no-repeat;
}
.cequence04 dl:nth-child(2):after {
  background: #00c2d1 url(../../images/sub/product/cequence03.png) 50% -200px no-repeat;
}
.cequence04 dl:nth-child(3):after {
  background: #00c2d1 url(../../images/sub/product/cequence03.png) 50% -400px no-repeat;
}
.cequence04 dl dt {
  font-size: 2rem;
  padding: 0 0 10px 0;
  color: #fff;
  font-weight: 500;
}
.cequence04 dl dd {
  font-size: 1.5rem;
  display: flex;
  flex-direction: row;
}
.cequence04 dl dd p {
  width: 50%;
  border-radius: 5px;
  margin: 0 1%;
  padding: 15px;
  background: #f3f5f8;
  height: 400px;
}
.cequence04 dl dd p span {
  display: block;
  position: relative;
}
.cequence04 dl dd p span:nth-child(1) {
  font-weight: 500;
}
.cequence04 dl dd p span:nth-child(2) {
  margin: 20px 0 0 0;
}
.cequence04 dl dd p span:nth-child(3) {
  margin: 20px 0 0 0;
  font-weight: 500;
}
.cequence04 dl dd p span em {
  display: block;
}

.cequence04 dl dd p span.cequence04_Icon {
  padding: 60px 0 0 0;
}
.cequence04 dl dd p span.cequence04_Icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
}
.cequence04 dl dd p span.cequence04_01:before {
  background: url(../../images/sub/product/cequence06.png) 50% -10px no-repeat;
}
.cequence04 dl dd p span.cequence04_02:before {
  background: url(../../images/sub/product/cequence06.png) 50% -155px no-repeat;
}
.cequence04 dl dd p span.cequence04_03:before {
  background: url(../../images/sub/product/cequence06.png) 50% -300px no-repeat;
}
.cequence04 dl dd p span.cequence04_04:before {
  background: url(../../images/sub/product/cequence06.png) 50% -602px no-repeat;
}
.cequence04 dl dd p span.cequence04_05:before {
  background: url(../../images/sub/product/cequence06.png) 50% -905px no-repeat;
}
.cequence04 dl dd p span.cequence04_06:before {
  background: url(../../images/sub/product/cequence06.png) 50% -750px no-repeat;
}

.cequence06 {
  display: flex;
  flex-wrap: wrap;
}
.cequence06::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.cequence06 li {
  width: calc(25% - 2rem);
  color: #fff;
  margin: 0 2rem 0 0;
}
.cequence06 li dl {
  position: relative;
  height: 230px;
}
.cequence06 li dl:after {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  content: "";
  border-left: 20px solid #2e4f80;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
.cequence06 li:nth-child(1) dl {
  background: #025cba;
}
.cequence06 li:nth-child(1) dl:after {
  border-left: 20px solid #025cba;
}
.cequence06 li:nth-child(2) dl {
  background: #007eae;
}
.cequence06 li:nth-child(2) dl:after {
  border-left: 20px solid #007eae;
}
.cequence06 li:nth-child(3) dl {
  background: #078086;
}
.cequence06 li:nth-child(3) dl:after {
  border-left: 20px solid #078086;
}
.cequence06 li:nth-child(4) dl {
  background: #088665;
}
.cequence06 li:nth-child(4) dl:after {
  display: none;
}
.cequence06 li dt {
  text-align: center;
  font-size: 1.75rem;
  padding: 15px 15px;
  height: 70px;
}
.cequence06 li dd {
  padding: 0 25px 25px 25px;
}
.cequence06 li dd p {
  font-size: 1.5rem;
  position: relative;
  padding: 4px 0 0 15px;
}
.cequence06 li dd p:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.cequence07 {
  height: 650px;
  background: url(../../images/sub/product/cequence05.png) 50% 0px no-repeat;
  position: relative;
}
.cequence07::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.cequence07 li {
  background: #fff;
  border: 1px solid #ddd;
  width: 30%;
  padding: 25px;
  border-radius: 5px;
}
.cequence07 li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.cequence07 li:nth-child(2) {
  position: absolute;
  left: 0;
  top: 200px;
}
.cequence07 li:nth-child(3) {
  position: absolute;
  left: 0;
  top: 380px;
}
.cequence07 li:nth-child(4) {
  position: absolute;
  right: 0;
  top: 0;
}
.cequence07 li:nth-child(5) {
  position: absolute;
  right: 0;
  top: 180px;
}
.cequence07 li:nth-child(6) {
  position: absolute;
  right: 0;
  top: 380px;
}
.cequence07 li dt {
  font-size: 2rem;
  padding: 0 0 10px 0;
  text-align: left;
}
.cequence07 li dd {
  font-size: 1.35rem;
}
.cequence07 li dd p {
  position: relative;
  text-align: left;
  padding: 3px 0 0px 13px;
}
.cequence07 li dd p:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  content: "";
}

@media (max-width: 1024px) {
  .cequence01 > p {
    font-size: 2rem;
  }
  .cequence01_sub {
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 45px 20px 20px 20px;
  }
  .cequence01_sub p {
    width: calc(33.33% - 1rem);
    margin: 0 0.5rem;
  }
  .cequence01_sub p:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -200%);
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 40px;
  }

  .cequence02 {
    width: 80%;
    padding: 80px 0 35px 0;
  }
  .cequence02:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -360%);
    width: 60px;
    height: 30px;
  }
  .cequence02:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -200%);
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 40px solid #084db3;
  }

  .cequence03 {
    background: url(../../images/sub/product/cequence02.png) 50% 10px no-repeat;
    background-size: 220px;
    padding: 170px 0 0 0;
  }
  .cequence03 div:first-child {
    width: 100%;
    margin: 55px 0 0 0;
  }
  .cequence03 div:first-child img {
    width: 70%;
  }
  .cequence03 div:last-child {
    width: 100%;
  }
  .cequence03 div:last-child dl {
    margin: 1rem 0;
  }
  .cequence03 dl dd p {
    position: relative;
    text-align: left;
    padding: 2px 0 2px 15px;
    font-size: 1.5rem;
  }

  .cequence04 dl {
    width: calc(100% - 0rem);
    margin: 1rem 0;
    height: 440px;
  }
  .cequence04 dl dd p {
    height: 330px;
  }
  .cequence04 dl:after {
    height: 40px;
  }
  .cequence04 dl:nth-child(1):after {
    background: #00c2d1 url(../../images/sub/product/cequence03.png) 50% 0
      no-repeat;
    background-size: 180px;
  }
  .cequence04 dl:nth-child(2):after {
    background: #00c2d1 url(../../images/sub/product/cequence03.png) 50% -200px no-repeat;
    background-size: 180px;
  }
  .cequence04 dl:nth-child(3):after {
    background: #00c2d1 url(../../images/sub/product/cequence03.png) 50% -400px no-repeat;
    background-size: 180px;
  }

  .cequence06 li {
    width: calc(100% - 0rem);
    color: #fff;
    margin: 0 0 3rem 0;
  }
  .cequence06 li dl {
    position: relative;
    height: auto;
  }
  .cequence06 li dl:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 160%);
    text-align: center;
    content: "";
    border-left: 20px solid #2e4f80;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }
  .cequence06 li:nth-child(1) dl {
    background: #025cba;
  }
  .cequence06 li:nth-child(1) dl:after {
    border-left: 20px solid transparent;
    border-top: 30px solid #025cba;
    border-bottom: 0px solid transparent;
    border-right: 20px solid transparent;
  }
  .cequence06 li:nth-child(2) dl {
    background: #007eae;
  }
  .cequence06 li:nth-child(2) dl:after {
    transform: translate(-50%, 180%);
    border-left: 20px solid transparent;
    border-top: 30px solid #007eae;
    border-bottom: 0px solid transparent;
    border-right: 20px solid transparent;
  }
  .cequence06 li:nth-child(3) dl {
    background: #078086;
  }
  .cequence06 li:nth-child(3) dl:after {
    transform: translate(-50%, 220%);
    border-left: 20px solid transparent;
    border-top: 30px solid #078086;
    border-bottom: 0px solid transparent;
    border-right: 20px solid transparent;
  }
  .cequence06 li:nth-child(4) dl {
    background: #088665;
  }

  .cequence07 {
    height: auto;
    background: url(../../images/sub/product/cequence05.png) 50% 0px no-repeat;
    background-size: 250px;
    padding: 220px 0 0 0;
  }
  .cequence07 li {
    width: 100%;
    padding: 20px;
  }
  .cequence07 li:nth-child(1) {
    position: static;
  }
  .cequence07 li:nth-child(2) {
    position: static;
    margin: 1rem 0;
  }
  .cequence07 li:nth-child(3) {
    position: static;
  }
  .cequence07 li:nth-child(4) {
    position: static;
    margin: 1rem 0;
  }
  .cequence07 li:nth-child(5) {
    position: static;
  }
  .cequence07 li:nth-child(6) {
    position: static;
    margin: 1rem 0 0 0;
  }
  .cequence07 li dd {
    font-size: 1.5rem;
  }
}

.packetgo03 {
}
.packetgo03 li {
  font-size: 1.875rem;
  margin: 10px 0;
  position: relative;
  padding: 13px 0 13px 85px;
  background: #f7f7f7;
  border-radius: 100px 5px 5px 100px;
}
.packetgo03 li p {
  font-weight: 500;
}
.packetgo03 li:before {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(15%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #084db3;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.packetgo03 li.gray:before {
  background: #333;
}
.packetgo03 li:nth-child(1):before {
  content: "1";
}
.packetgo03 li:nth-child(2):before {
  content: "2";
}
.packetgo03 li:nth-child(3):before {
  content: "3";
}
.packetgo03 li:nth-child(4):before {
  content: "4";
}
.packetgo03 li:nth-child(5):before {
  content: "5";
}
.packetgo03 li:nth-child(6):before {
  content: "6";
}
.packetgo03 li:nth-child(7):before {
  content: "7";
}
.packetgo03 li:nth-child(8):before {
  content: "8";
}
.packetgo03 li:nth-child(9):before {
  content: "9";
}
.packetgo03 li:nth-child(10):before {
  content: "10";
}
.packetgo03 li:nth-child(11):before {
  content: "11";
}

.packetgo01::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.packetgo01_01 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.packetgo01_01:after {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  text-align: center;
  content: "";
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #2b4c88;
}
.packetgo01_01 p {
  width: calc(33% - 2rem);
  padding: 25px;
  border-radius: 0 0 5px 5px;
  margin: 0 3rem 0 0;
  border: 1px solid #ddd;
  border-top: 1px solid #2b4c88;
  text-align: center;
  background: #f4f7fc;
}
.packetgo01_01 p:last-child {
  margin: 0;
}
.packetgo01_02 {
  padding: 25px;
  margin: 80px 0 0 0;
  background: linear-gradient(to bottom, #084db3, #375177);
  border-radius: 5px;
  color: #fff;
}
.packetgo01_02 p:nth-child(2) {
  font-size: 3rem;
}

.packetgo02 {
  display: flex;
  flex-wrap: wrap;
}
.packetgo02::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.packetgo02 dl {
  width: calc(50% - 2rem);
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 5px;
  margin: 0 4rem 0 0;
}
.packetgo02 dl dt {
  font-size: 2rem;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  position: relative;
}
.packetgo02 dl dt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background: #333;
  content: "";
}
.packetgo02 dl:last-child {
  margin: 0;
}

.packetgo04 {
  background: #f7f7f7 url(../../images/sub/product/packetgo01.png) 25px 50px
    no-repeat;
  padding: 45px 25px 45px 60%;
}
.packetgo04 dt {
  font-size: 2rem;
  padding: 0 0 15px 0;
}

.packetgo05 {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7 url(../../images/sub/product/packetgo02.png) 25px 50px
    no-repeat;
  padding: 450px 25px 25px 25px;
}
.packetgo05 li {
  margin: 0 1rem 0 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  width: calc(20% - 1rem);
}
.packetgo05 li dt {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px 0;
}
.packetgo05 li dd p {
  position: relative;
  text-align: left;
  padding: 3px 0 0px 10px;
  line-height: 22px;
  font-size: 1.5rem;
}
.packetgo05 li dd p:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  content: "";
}

.packetgo06 {
  display: flex;
  flex-wrap: wrap;
}
.packetgo06 li {
  margin: 0 2rem 0 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  width: calc(33% - 1rem);
}
.packetgo06 li dt {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}
.packetgo06 li:nth-child(1) dt {
  background: url(../../images/sub/product/packetgo12.png) 95% 15px no-repeat;
}
.packetgo06 li:nth-child(2) dt {
  background: url(../../images/sub/product/packetgo12.png) 95% -180px no-repeat;
}
.packetgo06 li:nth-child(3) dt {
  background: url(../../images/sub/product/packetgo12.png) 95% -380px no-repeat;
}
.packetgo06 li dt p {
  font-size: 2.5rem;
}
.packetgo06 li dd p {
  position: relative;
  text-align: left;
  padding: 3px 0 0px 10px;
  line-height: 22px;
  font-size: 1.5rem;
}
.packetgo06 li dd p:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  content: "";
}
.packetgo06 li:last-child {
  margin: 0;
}

.packetgo09 {
  display: flex;
  flex-wrap: wrap;
}
.packetgo09 li {
  margin: 0 2rem 0 0;
  background: #fff;
  border: 1px solid #ddd;
  width: calc(33% - 1rem);
  overflow: hidden;
}
.packetgo09 li dt {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px 0;
  font-size: 2rem;
  background: #084db3;
  color: #fff;
}
.packetgo09 li dd {
  padding: 20px;
}
.packetgo09 li dd p {
  position: relative;
  text-align: left;
  padding: 2px 0 2px 10px;
  line-height: 22px;
  font-size: 1.5rem;
}
.packetgo09 li dd p:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  content: "";
}
.packetgo09 li:last-child {
  margin: 0;
}

.packetgo07 {
  display: flex;
  flex-wrap: wrap;
}
.packetgo07 dl {
  border: 1px solid #ddd;
  padding: 25px;
  margin: 0 1rem 0 0;
  width: calc(50% - 1rem);
}
.packetgo07 dl dt {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 2rem;
}
.packetgo07 dl dd {
  padding: 10px 0 0 0;
  text-align: center;
}
.packetgo07 dl:first-child dd div {
  display: flex;
  flex-direction: row;
}
.packetgo07 dl:first-child dd div p {
  width: 33%;
  padding: 0 1%;
  border-right: 1px solid #ddd;
  font-size: 1.5rem;
}
.packetgo07 dl:first-child dd div p span {
  display: block;
  font-size: 1.75rem;
}
.packetgo07 dl:first-child dd div p:last-child {
  border-right: none;
}
.packetgo07 dl:last-child dd div {
  display: flex;
  flex-direction: row;
}
.packetgo07 dl:last-child dd div p {
  width: 50%;
  padding: 0 1%;
  border-right: 1px solid #ddd;
  font-size: 1.5rem;
}
.packetgo07 dl:last-child dd div p span {
  display: block;
  font-size: 1.75rem;
}
.packetgo07 dl dd > p {
  border: 1px solid #ddd;
  padding: 10px 55% 10px 25px;
  margin: 10px 0;
  text-align: left;
  border-radius: 5px;
}
.packetgo07 dl dd > p span {
  display: block;
}
.packetgo07 .packetgo07_01 {
  background: url(../../images/sub/product/packetgo06.png) 300px 20px no-repeat;
  background-size: 300px;
  font-size: 1.5rem;
}
.packetgo07 .packetgo07_01 span,
.packetgo07 .packetgo07_02 span,
.packetgo07 .packetgo07_03 span {
  font-size: 1.75rem;
}
.packetgo07 .packetgo07_02 {
  background: url(../../images/sub/product/packetgo06.png) 300px -130px no-repeat;
  background-size: 300px;
  font-size: 1.5rem;
}
.packetgo07 .packetgo07_03 {
  background: #f7f7f7 url(../../images/sub/product/packetgo06.png) 85px -380px no-repeat;
  padding: 20px 25px 180px 25px;
  font-size: 1.5rem;
  margin: 25px 0 0 0;
}
.packetgo07 dl:last-child {
  margin: 0;
}

.packetgo08 {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 35px;
}
.packetgo08 div {
  border: 1px solid #ddd;
  width: calc(50% - 2rem);
  padding: 25px 25px 180px 25px;
  text-align: center;
  margin: 0 1rem;
  font-size: 2rem;
}
.packetgo08 div span {
  display: block;
  font-size: 1.5rem;
}
.packetgo08 div:first-child {
  background: #fff url(../../images/sub/product/packetgo07.png) 50% 110px
    no-repeat;
}
.packetgo08 div:last-child {
  background: #fff url(../../images/sub/product/packetgo07.png) 50% -135px no-repeat;
}

.packetgo12 {
  background: #f7f7f7;
  padding: 45px;
  display: flex;
  flex-wrap: wrap;
}
.packetgo12 > ul {
  width: 40%;
  margin: 0 5% 0 0;
}
.packetgo12 dl.packetgo12_01 {
  background: #25489f;
  width: 55%;
  padding: 25px;
}
.packetgo12 dl.packetgo12_01 dd ul li {
  margin: 0 0 10px 0;
  background: #fff;
  padding: 20px 20px;
  width: 47%;
  float: left;
  margin: 1%;
  height: 120px;
}
.packetgo12 dl.packetgo12_01 dd ul li span {
  font-weight: 500;
  font-size: 1.75rem;
  display: block;
  padding: 0 0 10px 0;
}

.packetgo12 dl.packetgo12_02 {
  width: 40%;
  padding: 0;
  margin: 50px 5% 0 0;
}
.packetgo12 dl.packetgo12_02 dd ul li dl {
  margin: 0 0 10px 0;
  background: #fff;
  padding: 20px 20px;
  margin: 1% 0;
  border: 1px solid #ddd;
}
.packetgo12 dl.packetgo12_02 dd ul li dl dd {
  padding: 15px 0;
}
.packetgo12 dl.packetgo12_02 dd ul li dl dd p {
  padding: 5px 0;
}
.packetgo12 dl.packetgo12_02 dd ul li span {
  font-weight: 500;
  font-size: 1.75rem;
  display: block;
  padding: 0 0 10px 0;
}
.packetgo12 dl.packetgo12_02 dd ul li:nth-child(2) {
  margin: 30px 0 0 0;
}

.packetgo12 dl.packetgo12_03 {
  background: #25489f;
  width: 55%;
  padding: 25px;
}
.packetgo12 dl.packetgo12_03 dd ul li {
  margin: 0 0 10px 0;
  background: #fff;
  padding: 15px 20px;
  margin: 1%;
  position: relative;
}
.packetgo12 dl.packetgo12_03 dd ul li:before {
  position: absolute;
  left: 10px;
  top: 25px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  content: "";
}

.packetgo10 {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 35px;
}
.packetgo10 ul {
  width: 45%;
  margin: 0 5% 0 0;
}
.packetgo10 div.packetgo10_01 {
  width: 50%;
  background: linear-gradient(45deg, #1061da, #0a3370);
  display: flex;
  position: relative;
  padding: 25px;
}
.packetgo10 div.packetgo10_01 ul:nth-child(1) {
  width: 34%;
  margin: 0 16% 0 0;
  position: relative;
}
.packetgo10 div.packetgo10_01 ul:nth-child(1):after {
  content: "\ea6b";
  font-family: "remixicon";
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(180%, 50%);
  -moz-transform: translate(180%, 50%);
  -webkit-transform: translate(180%, 50%);
  color: #fff;
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
}
.packetgo10 div.packetgo10_01 ul:nth-child(1) li {
  background: #fff;
  margin: 17px 0;
  padding: 60px 15px 15px 15px;
  text-align: center;
}
.packetgo10 div.packetgo10_01 ul:nth-child(1) li:nth-child(1) {
  background: #fff url(../../images/sub/product/packetgo08.png) 50% 15px
    no-repeat;
}
.packetgo10 div.packetgo10_01 ul:nth-child(1) li:nth-child(2) {
  background: #fff url(../../images/sub/product/packetgo08.png) 50% -120px no-repeat;
}
.packetgo10 div.packetgo10_01 ul:nth-child(1) li:nth-child(3) {
  background: #fff url(../../images/sub/product/packetgo08.png) 50% -270px no-repeat;
}

.packetgo10 div.packetgo10_01 ul:nth-child(2) {
  width: 54%;
  position: relative;
  margin: 0 0 0 0;
}
.packetgo10 div.packetgo10_01 ul:nth-child(2) li {
  background: rgba(0, 0, 0, 0.2);
  margin: 15px 0;
  padding: 15px 50% 15px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.packetgo10 div.packetgo10_01 ul:nth-child(2) li:nth-child(1) {
  background: rgba(0, 0, 0, 0.2) url(../../images/sub/product/packetgo09.png)
    100% 15px no-repeat;
}
.packetgo10 div.packetgo10_01 ul:nth-child(2) li:nth-child(2) {
  background: rgba(0, 0, 0, 0.2) url(../../images/sub/product/packetgo09.png)
    99% -102px no-repeat;
}
.packetgo10 div.packetgo10_01 ul:nth-child(2) li:nth-child(3) {
  background: rgba(0, 0, 0, 0.2) url(../../images/sub/product/packetgo09.png)
    100% -220px no-repeat;
}
.packetgo10 div.packetgo10_01 ul:nth-child(2) li:nth-child(4) {
  background: rgba(0, 0, 0, 0.2) url(../../images/sub/product/packetgo09.png)
    100% -345px no-repeat;
}
.packetgo10 div.packetgo10_01 .info {
  position: absolute;
  left: 0%;
  bottom: 0%;
  transform: translate(-100%, 0%);
  width: 100%;
  background: #0a3370;
  color: #fff;
  padding: 25px;
}

.packetgo11 {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 35px;
}
.packetgo11 > ul {
  width: 45%;
  margin: 3rem 5% 0 0;
}
.packetgo11 > div {
  width: 50%;
  background: #eee;
  position: relative;
  padding: 25px;
  position: relative;
  height: 480px;
}
.packetgo11 > div div:nth-child(1) {
  margin: 0;
  width: 92%;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.packetgo11 > div div:nth-child(1) p {
  width: calc(49% - 1rem);
  display: inline-block;
  text-align: center;
  padding: 100px 0 15px;
  border: 1px dashed #ccc;
  background: #fff;
  position: relative;
  margin: 100px 1rem 0 0;
}
.packetgo11 > div div:nth-child(1) p:before {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 120%);
  content: "";
  height: 80px;
  border: 1px solid #ddd;
  width: 100%;
  background: #fff;
}
.packetgo11 > div div:nth-child(1) p:nth-child(1) {
  background: #fff url(../../images/sub/product/packetgo11.png) 50% 15px
    no-repeat;
}
.packetgo11 > div div:nth-child(1) p:nth-child(1):before {
  background: #fff url(../../images/sub/product/packetgo11.png) 50% -250px no-repeat;
}
.packetgo11 > div div:nth-child(1) p:nth-child(1):after {
  content: "\f560";
  font-family: "remixicon";
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -60%);
  padding: 0px 0 0 0;
}
.packetgo11 > div div:nth-child(1) p:nth-child(2) {
  background: #fff url(../../images/sub/product/packetgo11.png) 50% -470px no-repeat;
  margin: 100px 0 0 2%;
}
.packetgo11 > div div:nth-child(1) p:nth-child(2):before {
  background: #fff url(../../images/sub/product/packetgo11.png) 50% -930px no-repeat;
}
.packetgo11 > div div:nth-child(1) p:nth-child(2):after {
  background: url(../../images/sub/product/packetgo11.png) 46% -745px no-repeat;
  content: "STOP";
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -60%);
  padding: 40px 0 0 0;
  width: 100px;
}

.packetgo11 > div ul {
  width: 100%;
  background: #0a3370;
  text-align: center;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.packetgo11 > div ul::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
.packetgo11 > div ul li {
  width: 33%;
  padding: 80px 0 25px 0;
  color: #fff;
}
.packetgo11 > div ul li:nth-child(1) {
  background: url(../../images/sub/product/packetgo10.png) 50% 20px no-repeat;
}
.packetgo11 > div ul li:nth-child(2) {
  background: url(../../images/sub/product/packetgo10.png) 50% -180px no-repeat;
}
.packetgo11 > div ul li:nth-child(3) {
  background: url(../../images/sub/product/packetgo10.png) 50% -380px no-repeat;
}

@media (max-width: 1024px) {
  .packetgo01_01 p {
    width: calc(100% - 0rem);
    padding: 20px;
    margin: 0 0 2rem 0;
  }
  .packetgo02 dl {
    width: calc(100% - 0rem);
    margin: 0 0 1rem 0;
  }

  .packetgo04 {
    background: #f7f7f7 url(../../images/sub/product/packetgo01.png) 50% 10px
      no-repeat;
    background-size: 330px;
    padding: 200px 25px 20px 25px;
  }
  .packetgo05 {
    background: #f7f7f7 url(../../images/sub/product/packetgo02.png) 50% 10px
      no-repeat;
    background-size: 100%;
    padding: 100px 15px 15px 15px;
  }
  .packetgo05 li {
    margin: 1rem 0;
    padding: 20px;
    width: calc(100% - 0rem);
  }
  .packetgo06 li {
    margin: 1rem 0;
    width: calc(100% - 0rem);
  }

  .packetgo09 li dt {
    padding: 10px 20px;
  }
  .packetgo09 li {
    margin: 1rem 0;
    width: calc(100% - 0rem);
  }
  .packetgo09 li dd {
    padding: 10px 20px 20px 20px;
  }

  .packetgo07 dl {
    padding: 20px;
    margin: 1rem 0;
    width: calc(100% - 0rem);
  }
  .packetgo07 .packetgo07_01 {
    background: url(../../images/sub/product/packetgo06.png) 170px 20px
      no-repeat;
    background-size: 150px;
    font-size: 1.5rem;
  }
  .packetgo07 .packetgo07_02 {
    background: url(../../images/sub/product/packetgo06.png) 170px -50px no-repeat;
    background-size: 150px;
    font-size: 1.5rem;
  }
  .packetgo07 .packetgo07_03 {
    background: #f7f7f7 url(../../images/sub/product/packetgo06.png) 55px -140px
      no-repeat;
    padding: 20px 25px 90px 25px;
    background-size: 180px;
    font-size: 1.5rem;
    margin: 25px 0 0 0;
  }

  .packetgo08 {
    padding: 20px;
  }
  .packetgo08 div {
    width: calc(100% - 0rem);
    padding: 20px 20px 100px 20px;
    margin: 1rem 0;
  }
  .packetgo08 div:first-child {
    background: #fff url(../../images/sub/product/packetgo07.png) 50% 80px
      no-repeat;
    background-size: 250px;
  }
  .packetgo08 div:last-child {
    background: #fff url(../../images/sub/product/packetgo07.png) 50% -70px no-repeat;
    background-size: 250px;
  }

  .packetgo12 {
    padding: 20px;
  }
  .packetgo12 > ul {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .packetgo12 dl.packetgo12_01 {
    width: 100%;
    padding: 20px;
  }
  .packetgo12 dl.packetgo12_01 dd ul li {
    width: 100%;
    margin: 0 0 1rem 0;
    height: auto;
  }

  .packetgo12 dl.packetgo12_02 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .packetgo12 dl.packetgo12_02 dd ul li dl dd {
    padding: 5px 0;
  }
  .packetgo12 dl.packetgo12_02 dd ul li:nth-child(2) {
    margin: 10px 0 0 0;
  }
  .packetgo12 dl.packetgo12_03 {
    width: 100%;
    padding: 20px;
  }

  .packetgo10 {
    padding: 20px;
  }
  .packetgo10 ul {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .packetgo10 div.packetgo10_01 {
    width: 100%;
    padding: 20px;
  }
  .packetgo10 div.packetgo10_01 .info {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 80%);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
  }
  .packetgo10 div.packetgo10_01 ul:nth-child(1):after {
    content: "\ea6b";
    font-family: "remixicon";
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(100%, 50%);
    -moz-transform: translate(100%, 50%);
    -webkit-transform: translate(100%, 50%);
  }

  .packetgo10 div.packetgo10_01 ul:nth-child(2) li {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .packetgo10 div.packetgo10_01 ul:nth-child(2) li:nth-child(1) {
    background: none;
  }
  .packetgo10 div.packetgo10_01 ul:nth-child(2) li:nth-child(2) {
    background: none;
  }
  .packetgo10 div.packetgo10_01 ul:nth-child(2) li:nth-child(3) {
    background: none;
  }
  .packetgo10 div.packetgo10_01 ul:nth-child(2) li:nth-child(4) {
    background: none;
  }

  .packetgo11 {
    padding: 15px;
  }
  .packetgo11 ul {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .packetgo11 > div {
    width: 100%;
    padding: 10px;
  }
  .packetgo11 > div div:nth-child(1) {
    margin: 0;
    width: 96%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 40%);
  }
}

.securitygen01 {
  display: flex;
  flex-wrap: wrap;
}
.securitygen01 li {
  width: calc(25% - 2rem);
  border: 1px solid #ddd;
  padding: 25px;
  margin: 0 2.6rem 0 0;
  text-align: center;
  background: #f7f7f7;
}
.securitygen01 li:last-child {
  margin: 0;
}
.securitygen01 li p:nth-child(1) {
  font-weight: 500;
  font-size: 2rem;
  padding: 140px 0 25px 0;
  position: relative;
}
.securitygen01 li p:nth-child(1) span {
  display: block;
  border-radius: 50%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -20%);
}
.securitygen01 li:nth-child(1) p:nth-child(1) {
  background: url(../../images/sub/product/securigen01.png) 50% 60px no-repeat;
}
.securitygen01 li:nth-child(1) p:nth-child(1) span {
  background: #27a979;
}
.securitygen01 li:nth-child(2) p:nth-child(1) {
  background: url(../../images/sub/product/securigen01.png) 50% -140px no-repeat;
}
.securitygen01 li:nth-child(2) p:nth-child(1) span {
  background: #008ea8;
}
.securitygen01 li:nth-child(3) p:nth-child(1) {
  background: url(../../images/sub/product/securigen01.png) 50% -340px no-repeat;
}
.securitygen01 li:nth-child(3) p:nth-child(1) span {
  background: #15576b;
}
.securitygen01 li:nth-child(4) p:nth-child(1) {
  background: url(../../images/sub/product/securigen01.png) 50% -540px no-repeat;
}
.securitygen01 li:nth-child(4) p:nth-child(1) span {
  background: #6967ce;
}

.securitygen02 li {
  border: 1px solid #ddd;
  padding: 35px 25px 35px 200px;
  margin: 0 0 10px 0;
  position: relative;
  background: #f7f7f7;
}
.securitygen02 li:last-child {
  margin: 0;
}
.securitygen02 li p:nth-child(1) {
  font-weight: 500;
  font-size: 2rem;
  padding: 0 0 10px 0;
}
.securitygen02 li p:nth-child(1):before {
  display: block;
  border-radius: 50%;
  line-height: 50px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(40%, -50%);
  content: "";
  border-radius: 50%;
  background: #ddd;
}
.securitygen02 li:nth-child(1) p:nth-child(1):before {
  background: url(../../images/sub/product/securigen02.png) 18px 20px no-repeat;
  border: 10px solid #27a979;
}
.securitygen02 li:nth-child(2) p:nth-child(1):before {
  background: url(../../images/sub/product/securigen02.png) 18px -90px no-repeat;
  border: 10px solid #008ea8;
}
.securitygen02 li:nth-child(3) p:nth-child(1):before {
  background: url(../../images/sub/product/securigen02.png) 18px -205px no-repeat;
  border: 10px solid #15576b;
}
.securitygen02 li:nth-child(4) p:nth-child(1):before {
  background: url(../../images/sub/product/securigen02.png) 18px -320px no-repeat;
  border: 10px solid #6967ce;
}
.securitygen02 li:nth-child(5) p:nth-child(1):before {
  background: url(../../images/sub/product/securigen02.png) 18px -430px no-repeat;
  border: 10px solid #b8423f;
}

.securitygen03 {
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}
.securitygen03 dl {
  width: calc(25% - 2rem);
  background: #fff;
  margin: 0 2.5rem 0 0;
  padding: 25px;
  text-align: center;
}
.securitygen03 dl dt {
  font-size: 2rem;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.securitygen03 dl:last-child {
  margin: 0;
}

.securitygen04 {
  background: url(../../images/sub/product/securigen03.png) 50% 20px no-repeat;
  display: flex;
  flex-wrap: wrap;
  padding: 300px 0 0 0;
}
.securitygen04 dl {
  width: calc(33% - 2rem);
  margin: 0 2.9rem 0 0;
  text-align: center;
  border: 1px solid #ddd;
  padding: 25px;
  background: #f6f6f6;
}
.securitygen04 dl dt {
  font-size: 2rem;
  padding: 0 0 10px;
  margin: 10px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: table;
}
.securitygen04 dl:nth-child(1) dt {
  border: 12px solid #27a979;
  color: #27a979;
}
.securitygen04 dl:nth-child(2) dt {
  border: 12px solid #15576b;
  color: #15576b;
}
.securitygen04 dl:nth-child(3) dt {
  border: 12px solid #b8423f;
  color: #b8423f;
}
.securitygen04 dl dt p {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
}
.securitygen04 dl dd {
  font-size: 1.75rem;
  padding: 15px 0 0 0;
}
.securitygen04 dl:last-child {
  margin: 0;
}

.securitygen05 {
  background: url(../../images/sub/product/securigen04.png) 50% 20px no-repeat;
}
.securitygen05 > dt {
  font-size: 0;
  padding: 0 0 10px;
}
.securitygen05 dd p:nth-child(1) {
  font-weight: 500;
}
.securitygen05 > dd {
  position: relative;
  height: 450px;
}
.securitygen05 > dd li dl {
  padding: 25px;
  width: 30%;
}
.securitygen05 > dd li dl dt {
  font-size: 0;
  padding: 0;
}
.securitygen05 > dd li dl dd {
  font-size: 1.75rem;
  padding: 0;
}
.securitygen05 > dd li:nth-child(1) dl {
  position: absolute;
  top: 50px;
  left: 0;
  background: #d9eedf;
}
.securitygen05 > dd li:nth-child(2) dl {
  position: absolute;
  top: 0;
  right: 0;
  background: #e3eef3;
}
.securitygen05 > dd li:nth-child(3) dl {
  position: absolute;
  top: 250px;
  left: 0;
  background: #f5e6e6;
}
.securitygen05 > dd li:nth-child(4) dl {
  position: absolute;
  top: 150px;
  right: 0;
  background: #e3e2f6;
}
.securitygen05 > dd li:nth-child(5) dl {
  position: absolute;
  top: 300px;
  right: 0;
  background: #f9efdf;
}
.securitygen05 .solution {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 70px;
}
.securitygen05 .solution01 {
  position: absolute;
  top: -30px;
  right: 95%;
  background: #fff;
  border: 5px solid #e48d00;
}
.securitygen05 .solution02 {
  position: absolute;
  top: -30px;
  right: -50px;
  background: #fff;
  border: 5px solid #66c382;
}
.securitygen05 .solution03 {
  position: absolute;
  top: -30px;
  right: -50px;
  background: #fff;
  border: 5px solid #5199bb;
}
.securitygen05 .solution04 {
  position: absolute;
  top: 60px;
  right: -50px;
  background: #fff;
  border: 5px solid #3f687c;
}
.securitygen05 .solution05 {
  position: absolute;
  top: 80px;
  right: -50px;
  background: #fff;
  border: 5px solid #e48d00;
}

.securitygen06 {
  background: url(../../images/sub/product/securigen05.png) 50% 60px no-repeat;
  height: 700px;
  position: relative;
}
.securitygen06 ul {
  position: absolute;
  top: 0;
  right: 0;
}
.securitygen06 ul li {
  padding: 3px 0 3px 60px;
  position: relative;
}
.securitygen06 ul li:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 50px;
  height: 10px;
}
.securitygen06 ul li:nth-child(1):after {
  background: #ffba00;
}
.securitygen06 ul li:nth-child(2):after {
  background: #2bc48c;
}
.securitygen06 ul li:nth-child(3):after {
  background: #ff0000;
}

@media (max-width: 1024px) {
  .securitygen01 li {
    width: calc(100% - 0rem);
    margin: 1rem 0;
  }
  .securitygen03 dl {
    width: calc(100% - 0rem);
    margin: 1rem 0;
  }

  .securitygen04 dl {
    width: calc(100% - 0rem);
    margin: 0 0 1rem 0;
    padding: 10px;
  }
  .securitygen04 dl dt {
    font-size: 2rem;
    padding: 0;
    margin: 10px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: table;
  }

  .securitygen06 {
    background: url(../../images/sub/product/securigen05.png) 50% 10px no-repeat;
    background-size: 350px;
    height: 400px;
    position: relative;
  }
  .securitygen06 ul {
    position: absolute;
    top: 250px;
    right: 0;
  }

  .securitygen02 li {
    padding: 140px 15px 15px 15px;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .securitygen02 li p:nth-child(1):before {
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -20%);
  }

  .securitygen05 {
    background: url(../../images/sub/product/securigen04.png) 50% 0 no-repeat;
    background-size: 220px;
  }
  .securitygen05 > dd li dl {
    padding: 15px;
    width: 100%;
  }
  .securitygen05 > dd {
    position: relative;
    height: 640px;
  }
  .securitygen05 > dd li:nth-child(1) dl {
    position: absolute;
    top: 220px;
    left: 0;
  }
  .securitygen05 > dd li:nth-child(2) dl {
    position: absolute;
    top: 300px;
    right: 0;
  }
  .securitygen05 > dd li:nth-child(3) dl {
    position: absolute;
    top: 380px;
    left: 0;
  }
  .securitygen05 > dd li:nth-child(4) dl {
    position: absolute;
    top: 460px;
    right: 0;
  }
  .securitygen05 > dd li:nth-child(5) dl {
    position: absolute;
    top: 540px;
    right: 0;
  }
  .securitygen05 .solution {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
  }
  .securitygen05 .solution01 {
    position: absolute;
    top: 10px;
    right: 5%;
    background: #fff;
    border: 5px solid #e48d00;
  }
  .securitygen05 .solution02 {
    position: absolute;
    top: 10px;
    right: 5%;
    background: #fff;
    border: 5px solid #66c382;
  }
  .securitygen05 .solution03 {
    position: absolute;
    top: -18px;
    right: 5%;
    background: #fff;
    border: 5px solid #5199bb;
  }
  .securitygen05 .solution04 {
    position: absolute;
    top: 27px;
    right: 5%;
    background: #fff;
    border: 5px solid #3f687c;
  }
  .securitygen05 .solution05 {
    position: absolute;
    top: 20px;
    right: 5%;
    background: #fff;
    border: 5px solid #e48d00;
  }
}

ul.utm_feature {
  display: flex;
  flex-wrap: wrap;
}
ul.utm_feature::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.utm_feature li {
  width: calc(50% - 2rem);
  padding: 0 0 20px 0;
  text-align: center;
  margin: 0 4rem 2rem 0;
}
ul.utm_feature li:nth-child(2n + 2) {
  margin: 0 0 2rem 0;
}
ul.utm_feature li p {
  text-align: center;
  padding: 15px 0;
}

h4.round {
  clear: both;
  line-height: 40px;
  margin: 0 0 5px 0px;
  font-size: 1em;
  font-size: 1.75rem;
  border: 3px solid #cccccc;
  border-radius: 100px;
  padding: 5px 0;
  text-align: center;
  background: url(none);
}
h4.round em {
  position: relative;
  display: inline-block;
}
h4.round em:before {
  position: absolute;
  left: -35px;
  top: 5px;
  content: "";
  width: 30px;
  height: 26px;
  margin: 2px 0 0 0;
}
h4.round::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.utm_feature li:nth-child(1) h4.round em:before {
  background: url(/images/sub/icon/bullet02_blue.png) 50% 50% no-repeat;
}
ul.utm_feature li:nth-child(2) h4.round em:before {
  background: url(/images/sub/icon/bullet02_yellow.png) 50% 50% no-repeat;
}
ul.utm_feature li:nth-child(3) h4.round em:before {
  background: url(/images/sub/icon/bullet02_green.png) 50% 50% no-repeat;
}
ul.utm_feature li:nth-child(4) h4.round em:before {
  background: url(/images/sub/icon/bullet02_pink.png) 50% 50% no-repeat;
}

ul.effect01 {
  display: flex;
  flex-wrap: wrap;
}
ul.effect01::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.effect01 li {
  width: 28%;
}
ul.effect01 li.arrow {
  width: 8%;
  background: url(../../images/sub/icon/arrow01.png) 50% 50% no-repeat;
  padding: 0;
  height: 200px;
}
ul.effect01 li dl {
  width: 100%;
  clear: both;
  border: 1px solid #ddd;
}
ul.effect01 li dl dt {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 1.25em;
  font-size: 2rem;
}
ul.effect01 li dl dt span {
  display: block;
  margin: 0 0 10px 0;
}
ul.effect01 li dl dt.first {
  background: #3075d3;
  border-bottom: 2px solid #3075d3;
}
ul.effect01 li dl dt.second {
  background: #2d69c5;
  border-bottom: 2px solid #2d69c5;
}
ul.effect01 li dl dt.third {
  background: #004687;
  border-bottom: 2px solid #004687;
}
ul.effect01 li dl dd {
  padding: 15px;
  font-size: 1.75rem;
  height: 190px;
}
ul.effect01 li dl dd ul li {
  width: 100%;
  background: url(../../images/sub/icon/bullet03.png) 0 10px no-repeat;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

.platform {
  display: flex;
  flex-wrap: wrap;
}
.platform::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}

.platform dl {
  width: calc(30% - 2rem);
  margin: 0 2rem 0 0;
}
.platform dl dt {
  font-size: 1em;
  font-size: 2rem;
  margin: 0 0 10px 0;
}
span.menu_toggle_btn {
  display: inline-block;
  background: url(../../images/sub/icon/arrow02.png) 0 0px no-repeat;
  width: 20px;
  height: 20px;
  font-size: 0em;
  font-size: 0rem;
  float: right;
}

/* ul type */
ul.lv1 {
  position: relative;
}
ul.lv1::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.lv1 li {
  padding: 2px 0 2px 15px;
  font-size: 0.875em;
  font-size: 1.75rem;
  width: 48.5%;
  float: left;
  position: relative;
}
ul.lv1 li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  background: #333;
  content: "";
  border-radius: 50%;
}
ul.lv1 li:nth-child(2n + 2) {
  float: right;
}

ul.firewall_flow {
  display: flex;
  flex-wrap: wrap;
}
ul.firewall_flow::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.firewall_flow li {
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 1.75rem;
  width: calc(20% - 2rem);
  margin-right: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
}
ul.firewall_flow li:last-child {
  margin: 0;
}

ul.firewall_flow li p:nth-child(1) {
  padding: 110px 0 0 0;
  font-size: 2rem;
}
ul.firewall_flow li:nth-child(1) p:nth-child(1) {
  background: url(../../images/sub/product/pc.png) 50% 0px no-repeat;
}
ul.firewall_flow li:nth-child(2) p:nth-child(1) {
  background: url(../../images/sub/product/worm_search.png) 50% 0px no-repeat;
}
ul.firewall_flow li:nth-child(3) p:nth-child(1) {
  background: url(../../images/sub/product/session.png) 50% 0px no-repeat;
}
ul.firewall_flow li:nth-child(4) p:nth-child(1) {
  background: url(../../images/sub/product/qos.png) 50% 0px no-repeat;
}
ul.firewall_flow li:nth-child(5) p:nth-child(1) {
  background: url(../../images/sub/product/layer4.png) 50% 0px no-repeat;
}

ul.ips_flow02 {
  display: flex;
  flex-wrap: wrap;
}
ul.ips_flow02::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.ips_flow02 li {
  width: calc(21% - 0rem);
  border: 1px solid #ddd;
  padding: 20px 2rem;
}
ul.ips_flow02 li span {
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
}
ul.ips_flow02 li span.num {
  background: #3075d3;
  color: #fff;
  border-radius: 50px;
  padding: 5px 0;
}
ul.ips_flow02 li img {
  width: 50%;
}
ul.ips_flow02 li.arrow {
  margin: 0;
  background: url(../../images/sub/icon/arrow01.png) 50% 50% no-repeat;
  border: none;
  padding: 0;
  height: 120px;
  width: 5%;
}
ul.ips_flow02 li:last-child {
  margin: 0;
}

ul.ips_flow {
  display: flex;
  flex-wrap: wrap;
}
ul.ips_flow::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.ips_flow li {
  width: calc(45% - 1.7rem);
  border: 1px solid #ddd;
  margin: 0 0 3% 0;
  padding: 20px 2%;
}
ul.ips_flow li img {
  width: 100%;
}
ul.ips_flow li.arrow {
  margin: 0;
  background: url(../../images/sub/icon/arrow01.png) 50% 50% no-repeat;
  width: 10%;
  border: none;
  padding: 0;
  height: 450px;
}

ul.vpn_flow {
  display: flex;
  flex-wrap: wrap;
}
ul.vpn_flow::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.vpn_flow li {
  width: calc(25% - 0rem);
  border: 1px solid #ddd;
  margin: 0;
  padding: 20px 2%;
  text-align: center;
  height: 100px;
}
ul.vpn_flow li img {
  width: 50%;
}
ul.vpn_flow li.internet img {
  width: 23%;
}
ul.vpn_flow li span {
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
}
ul.vpn_flow li.arrow {
  margin: 0;
  background: url(../../images/sub/icon/arrow03.png) 50% 50px no-repeat;
  border: none;
  padding: 20px 0 0 0;
  height: 100px;
  width: 12%;
}

ul.add_flow {
  display: flex;
  flex-wrap: wrap;
}
ul.add_flow::after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  content: "";
}
ul.add_flow li {
  width: calc(18% - 2rem);
  margin: 0 5.5rem 0 0;
  border: 1px solid #ddd;
  text-align: center;
  padding: 35px 10px 20px 10px;
  background: url(../../images/sub/icon/bullet02_blue.png) 50% 10px no-repeat;
}
ul.add_flow li.last {
  margin: 0;
}

@media (max-width: 1024px) {
  /* esecu utm */
  ul.utm_feature li {
    width: calc(100% - 0rem);
    margin: 0 0 1rem 0;
    padding: 0;
  }
  ul.effect01 li.arrow {
    width: 100%;
    background: url(../../images/sub/icon/arrow04.png) 50% 50% no-repeat;
    padding: 40px 0 0 0;
    height: 30px;
  }
  ul.effect01 li {
    width: 100%;
  }

  .platform dl {
    width: calc(50% - 1rem);
    margin: 0 1rem 0 0;
  }

  /* ul type */
  ul.lv1 li {
    width: 100%;
    float: left;
  }
  ul.firewall_flow li {
    width: calc(100% - 0rem);
    margin: 1rem 0;
  }

  ul.ips_flow02 li {
    width: calc(100% - 0rem);
  }
  ul.ips_flow02 li.arrow {
    margin: 0;
    background: url(../../images/sub/icon/arrow04.png) 50% 0px no-repeat;
    width: 100%;
    height: 40px;
  }

  ul.ips_flow li {
    width: calc(100% - 1.7rem);
    margin: 0 0% 3% 0%;
    padding: 20px 2%;
  }
  ul.ips_flow li.arrow {
    margin: 0;
    background: url(../../images/sub/icon/arrow04.png) 50% 50% no-repeat;
    border: none;
    padding: 0;
    height: 30px;
    width: 100%;
  }

  ul.vpn_flow li {
    margin: 0 0 1rem 0;
    width: 100%;
    height: auto;
  }
  ul.vpn_flow li.arrow {
    background: url(../../images/sub/icon/arrow05.png) 50% 50% no-repeat;
    width: 100%;
    padding: 40px 100px 0 0;
    height: 100px;
  }
  ul.vpn_flow li img {
    padding: 0 0 10px 0;
    width: 50%;
  }

  ul.add_flow li {
    width: calc(100% - 0rem);
    margin: 1rem 0 0 0;
  }
  ul.add_flow li.last {
    margin: 1rem 0 0 0;
  }
}

@media (max-width: 1024px) {
  /* 좌우로 클릭되는 서브비쥬얼 영역 */
  .sub_top {
    padding: 100px 0 10px 0;
  }
  .sub_top h2 {
    font-size: 1.5rem;
  }
  .sub_top h3 {
    font-size: 3rem;
    line-height: 3rem;
    padding: 10px 0;
  }
  .sub_top p {
    display: none;
  }

  #scontent_wrap {
    padding: 20px 3%;
  }

  .div_line {
    margin: 50px 0;
    border-top: 1px solid #eee;
  }

  h3 {
    font-size: 2em;
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.75em;
    font-size: 1.75rem;
  }

  /* 탭박스 */
  .depth4_tab {
    position: relative;
    margin: 0 0 40px 0;
  }
  .depth4_tab ul li a {
    font-size: 1.75rem;
    line-height: 14px;
    padding: 11px 0;
    height: 50px;
  }
  .depth4_tab ul.ver_02 li {
    width: auto;
    flex: 1 !important;
  }
  .depth4_tab ul.ver_04 li {
    width: 50%;
  }
  .depth4_tab ul.ver_04 li:nth-child(n + 5) {
    flex: inherit;
    width: calc(25% + 1px);
  }
  .depth4_tab ul.ver_05 li {
    width: 20%;
  }
  .depth4_tab ul.ver_05 li:nth-child(n + 6) {
    flex: inherit;
    width: calc(20% + 1px);
  }
  .depth4_tab ul.ver_07 li {
    width: 14.28571%;
  }
  .depth4_tab ul.ver_07 li:nth-child(n + 5) {
    flex: inherit;
    width: calc(14.28571% + 1px);
  }

  .scontent1300 {
    padding: 0 2% 50px 2%;
  }
  .col-table_sub {
    width: 800px;
  }
  .chart {
    margin: 0 auto;
    border: 1px solid #ddd;
    text-align: center;
    padding: 25px 0;
  }
  .chart_sub {
    max-width: 800px;
    height: 300px;
    margin-top: 5px;
    margin: 0 auto;
  }

  .flick-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
  }
  .flick-wrap .flick-area {
    height: 100%;
    text-align: center;
    padding: 0 3%;
  }
  .flick-wrap .flick-area span {
    padding: 44px 10px 15px 10px;
    background: #43455b url(../../images/sub/ico-scroll.png) no-repeat 50% 20px;
    border-radius: 7px;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
  }

  ul.effect01 li dl dd {
    height: auto;
  }
}

/* 태블릿용 CSS */
@media all and (min-width: 768px) {
  /* 좌우로 클릭되는 서브비쥬얼 영역
#slide_menu_wrap{margin:70px 0 0 0;height:140px;}
.slide_menu_title{width:100%;height:140px;}
.slide_menu_title > .slide_menu_title_prev{width:200px;height:140px}
.slide_menu_title > .slide_menu_title_prev > a{min-width:46px;height:48px;padding:0 0 0 30px; color:#fff;font-size:0.875em;font-size:0.875rem}
.slide_menu_title > .slide_menu_title_next{width:200px;height:140px;}
.slide_menu_title > .slide_menu_title_next > a{;min-width:46px;height:48px;padding:0 40px 0 0; color:#fff; text-align:right;font-size:0.875em;font-size:0.875rem}
.slide_menu_title > h3.title{height:145px;padding:0 280px;;font-size:2.5em;font-size:2.5rem;}*/
}

.depth4_tab.hid {
  display: none;
}
