                                                                                                                                                                                                                                                                                                                                                                          .sant {font-family: 'Noto Sans KR', sans-serif;}

.sub_pag {margin-top: 150px; margin-bottom: 200px;}
.sub_pag .sub_wrap {width: 1400px; margin: auto;}
.sub_page .sub_wrap {width: 1400px; margin: auto;}

/*


input, textarea {

appearance: none;

-webkit-appearance: none;

-webkit-border-radius: 0;

}

select {
-webkit-appearance: none;
-moz-appearance: none; 
appearance: none;
}

select::-ms-expand{
display:none;
}

select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select::-ms-expand { display: none; }

input { 

-webkit-appearance : none;

-moz-appearance:none;

appearance:none;

}

input:: -ms-clear { display:none;}

input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-out-spin-button {

-webkit-appearance: none;

-moz-appearance:none;

appearance:none;

}

select {

-webkit-appearance: none;

-moz-appearance:none;

appearance:none;
    
}

input:focus, select:focus, option:focus, textarea:focus, button:focus{
	outline: none;
}

select:: -ms-expand { display:none; }

input[type=number]:: -webkit-outer-spin-button,

input[type=number]:: -webkit-inner-spin-button {

-webkit-appearance: none;

-mox-appearance: none;

appearance: none;

}

input[type=number] {

-moz-appearance:textfield; 

}
*/

/* leftmanu */

.selectBoxList {width: 100%; border-bottom: 1px solid #ccc;}

  .selectBoxList_wrap {
      display: flex;
      width: 1400px; 
      margin: auto;
  }

.box_fs {width: 60px; height: 60px; position: relative;}
.box_fs a {width: 60px; height: 60px; display: block;}
.box_fs a img {width: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); background-size: 100%;}

  .selectBox2 * { box-sizing: border-box; }
  .selectBox2 {
    position: relative;
    z-index: 1;
    width: 220px;
    height: 60px;
    background-size: 20px;
    cursor: pointer;
  }
  
  .selectBox2:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
  }

  .selectBox2:after {
    content: '';
    display: block; 
    width: 2px;
    height: 100%; 
    position: absolute; 
    top: 0; 
    right: 35px;
  }
  
  .selectBox2 .label {
    display: flex;
    align-items: center;
    width: inherit;
    height: inherit;
    border: 0 none;
    outline: 0 none;
    padding-left: 20px;
    background: transparent;
    cursor: pointer;
      font-size: 16px;
      color: #555;
  }
  
  .selectBox2 .optionList {
    position: absolute; 
    top: 60px;
    left: 0;
    width: 100%;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: .3s ease-in;
      background: #fff;
  }
  
.selectBox2 .optionList a:first-child {padding-top: 15px;}
.selectBox2 .optionList a:last-child {padding-bottom: 15px;}

  .selectBox2 .optionList::-webkit-scrollbar {width: 6px;}
  .selectBox2 .optionList::-webkit-scrollbar-track {background: transparent; }
  .selectBox2 .optionList::-webkit-scrollbar-thumb {background: #303030; border-radius: 45px;}
  .selectBox2 .optionList::-webkit-scrollbar-thumb:hover {background: #303030;}
  
  .selectBox2.active {
      z-index: 10;
  }

  .selectBox2.active .optionList {
    max-height: 500px; border: 1px solid #ccc;
  }
  
  .selectBox2 .optionItem {
    padding: 10px 20px 10px;
    transition: .1s;
  }
  
  .selectBox2 .optionItem:hover {
    font-weight: bold;
  }
  
  .selectBox2 .optionItem:last-child {
    border-bottom: 0 none;
  }
.selectBoxList_wrap .box:last-child .selectBox2.active:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.selectBoxList_wrap .box .selectBox2.active:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.selectBoxList_wrap .box:last-child .selectBox2 {background: #2d4994; color: #fff;}
.selectBoxList_wrap .box:last-child .selectBox2:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
        transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.selectBoxList_wrap .box:last-child .selectBox2 button {color: #fff;}
.selectBoxList_wrap .box:last-child .selectBox2 .optionList a {color: #fff;}
.selectBoxList_wrap .box:last-child .selectBox2 .optionList {background: #233a75; border: 0;}
.box {position: relative;}
.box:after {content: '|'; color: #eee; position: absolute; top: 50%; right: -2px; transform: translateY(-50%);}
.box:last-child:after {content: none;}

.optionList a {width: 100%; height: 100%; display: block; font-size: 16px; color: #222;}

/* leftmanu */

/* subcla */

.cla01 h2 {font-size: 40px; margin-bottom: 100px; color: #222;}
.cla01_box {margin-bottom: 50px;}
.cla01_box h3 {font-size: 20px; margin-bottom: 25px;}
.cla01_box p {color: #555; font-size: 16px;}

.subcla {width: 100%; position: relative;}
.subcla > img {width: 100%}
.subcla .subcla_wrap {position: absolute; width: 1560px; top: 50%; left: 50%; transform: translate(-50% , -50%);}
.cla02 h2 {font-size: 30px; margin-bottom: 50px; color: #222; text-align: center;}
.cla02 p {font-size: 18px; color: #555; line-height: 35px; text-align: center;}

/* subcla end */

/* sub-tab */

.nbsp .title-wrap {position:relative; width:100%; height:600px; overflow:hidden;}
.nbsp .title-wrap img {width:100%;position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.nbsp .title-wrap .title2 {position:absolute; top:50%; left:50%; transform: translate(-50% , -50%);}

.title2 h2 {font-size:60px; font-weight:bold; color:#fff; text-align:center; margin-top: 15px;}
.title2 h4 {font-size:18px; color:#ccc; text-align:center; margin-top:5px; margin-bottom: 15px;}

.sub {border-bottom: 1px solid #efefef;}

.subm {display: flex; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top: 0; background: #fff; width: 1400px; margin: auto;}

.subm li:first-child {position: relative;}
.subm li:first-child a {width: 20px; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%);}
.subm li:first-child a img {width: 100%;}

/*.subm li:after {content: '|'; position: absolute; top: 50%; right: 0; transform: translateY(-50%); color: #efefef;}*/
.subm li:last-child:after {content: none;}

.subm li {
    height: 58px;
    line-height: 58px;
    position: relative;
}

.subm li {
    position: relative;
    width: 240px;
    z-index: 1;
}

.subm li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
}

.subm li:first-child:before {content: none;}

.subm li select {
    padding: 0;
    padding: 0px 20px;
    vertical-align: inherit;
    border: 0;
    width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    font-weight: 500;
    color: #999;
    height: 58px;
    font-size: 16px;
    line-height: 58px;
}

.subm li select option {
    color: #222;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.subm li:first-child {
    width: 58px;
    text-align: center;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/* sub-tab end */

/* sub11 */
.s11_s1 div p:first-child {font-size: 24px; color: #222;}
.s11_s1 div p:first-child b {margin-left: 15px;}
.s11_s1 div h2 {font-size: 38px; margin-bottom: 50px; font-weight: bold;}
.s11_s1 div p {font-size: 14px; color: #555; line-height: 30px;}
.s11_s1 div p.scenth {font-size: 30px; margin-bottom: 25px; line-height: 45px;}
    div.nthc2 {margin-top: 50px;}
    div.nthc2 img {width: 100%;}
.s11_s2 div h2 {font-size: 30px; margin-bottom: 25px; line-height: 45px; color: #555; font-weight: 400;}
.s11_s2 div p {font-size: 14px; color: #555; line-height: 30px;}

/* sub11 end */

/* sub12 */

.sub_tab_wrap {position:relative; margin:150px auto 0; text-align:center; z-index:5;}
.sub_tab_wrap .tab_banner {position:relative; display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:480px; margin-top:-28px; margin-bottom:85px; background:url('../img/img_sub_banner_01.jpg') no-repeat center center/cover;}
.sub_tab_wrap .tab_banner .tit_tab_banner {color:#FFF; font-size:50px; font-weight:500; line-height:70px;}
.sub_tab_wrap .tab_banner .txt_tab_banner {margin-top:10px; color:#FFF; font-size:35px; font-weight:300; line-height:35px;}
.sub_tab_wrap .tab_banner:after {content:''; position:absolute; left:50%; bottom:-85px; width:1px; height:130px; background:#4b4b4b;}

.sub_tab_wrap .cont_wrap {padding:60px 0;}
.sub_tab_wrap .cont_wrap2 .txt_cont{ padding:60px 0;}

.sub_tab {display:inline-block; position:relative; padding:2px; border-radius:30px; background-image:linear-gradient(to right, #2d4994, #cccccc); vertical-align:top; overflow:hidden; z-index:5;}
.sub_tab ul {display:-webkit-flex; display:flex; flex-wrap:wrap; padding:0 30px; border-radius:28px; background:#fff; overflow:hidden;}
.sub_tab ul li {position:relative;}
.sub_tab ul li + li:before {content:''; position:absolute; top:50%; left:0; width:1px; height:22px; margin-top:-11px; background:#dcdcdc;}
.sub_tab ul li a {display:block; min-width:200px; padding:0 20px; font-size:18px; line-height:56px; font-weight:300; font-family:'GmarketSans'; text-align:center;}
.sub_tab ul li a.active {font-weight:bold;}

.sub_tab.s2 {overflow:visible;}
.sub_tab.s2 > ul {overflow:visible;}
.sub_tab.s2 > ul > li > a {min-width:260px;} 

.sub_tab.s2 .menu_lv2 {display:none; position:absolute; left:0; top:calc(100% + 8px); width:100%; z-index:2; padding:30px 10px; border:1px solid #d6d6d6; border-radius:20px; background:#FFF; overflow:visible;}
.sub_tab.s2 .menu_lv2::before {content:''; position:absolute; left:0; top:-10px; width:100%; height:10px; background:transparent;}
.sub_tab.s2 .menu_lv2 li + li {margin-top:30px;}
.sub_tab.s2 .menu_lv2 li + li:before {display:none;}
.sub_tab.s2 .menu_lv2 li a {display:flex; justify-content:center; align-items:center; width:100%; min-width:100%; padding:0; font-family:'GmarketSans', sans-serif; color:#4b4b4b; font-size:17px; line-height:20px; font-weight:300;}
.sub_tab.s2 .menu_lv2 li:hover a {font-weight:500;}
.sub_tab.s2 .menu_lv2 li.active a {font-weight:bold;}
.sub_tab.s2 > ul > li:hover .menu_lv2 {display:block;}

.sub_tabcon {display:none; padding-bottom:190px;}
.sub_tabcon.active {display:block;}
.sub_tabcon .view_more {display:none; margin-top:40px; text-align:center;}
.sub_tabcon .view_more a {font-size:20px; line-height:36px; font-weight:500; font-family:'GmarketSans', sans-serif;}

.tab_detail .sub_tabcon {align-items:center; min-height:700px; padding:100px 150px; margin-top:-28px; background:#f7f7f7; border:1px solid #eee; text-align:left; text}
.tab_detail .sub_tabcon .simple_info {width:100%;}
.tab_detail .sub_tabcon .comp_info {width:100%;}
.tab_detail .sub_tabcon1 { padding:100px 150px;}
.tab_detail .sub_tabcon.active {display:flex;}

.history_wrap {position:relative; max-width:1700px; margin:100px auto 0; padding:0 20px 190px; overflow:hidden;}
.history_wrap:before {content:''; position:absolute; top:0; left:50%; width:1px; height:100%; background:#d2d2d2;}
.history_wrap .history {position:relative; margin-top:100px; padding-left:50%; text-align:left;}
.history_wrap .history + .history {margin-top:100px;}
.history_wrap .history:nth-child(1),
.history_wrap .history:nth-child(2),
.history_wrap .history:nth-child(3),
.history_wrap .history:nth-child(4) {display:block;}
.history_wrap .history .yy {position:absolute; right:50%; margin-right:-76px; padding-right:200px; color:#cccccc; font-size:50px; line-height:50px; font-weight:500; font-family:'GmarketSans', sans-serif; font-weight: bold;}
.history_wrap .history .yy:before {content:''; position:absolute; top:21px; right:0; width:165px; height:2px; background:#cccccc;}
.history_wrap .history .yy:after {content:''; position:absolute; top:12px; right:66px; width:20px; height:20px; border:5px solid #fff; border-radius:100%; background:#cccccc; box-sizing:border-box;}
.history_wrap .history ul {margin-left:125px;}
.history_wrap .history ul li {position:relative; padding-top:4px; padding-bottom:4px; padding-left:65px;}
.history_wrap .history ul li img {border-radius: 5px; width: 40%;}
.history_wrap .history ul li + li {margin-top:4px;}
.history_wrap .history ul li .mm {position:absolute; top:8px; left:0; font-size:20px; line-height:28px; font-weight:500; font-family:'GmarketSans', sans-serif;}
.history_wrap .history ul li p {padding:4px 0; font-size:19px; line-height:28px; font-weight: 400;}
.history_wrap .history:nth-child(2n) {padding:0 50% 0 0; text-align:right;}
.history_wrap .history:nth-child(2n) .yy {right:auto; left:50%; margin:0 0 0 -76px; padding:0 0 0 200px; color:#2d4994;}
.history_wrap .history:nth-child(2n) .yy:before {right:auto; left:0; background:#2d4994;}
.history_wrap .history:nth-child(2n) .yy:after {right:auto; left:66px; background:#2d4994;}
.history_wrap .history:nth-child(2n) ul {margin:0 125px 0 0;}
.history_wrap .history:nth-child(2n) ul li {padding-left:0; padding-right:65px;}
.history_wrap .history:nth-child(2n) ul li .mm {left:auto; right:0;}

/* sub12 end */

/* sub13 */

.sub_tab ul li a {}

.tab_menu_btn {
  transition:0.3s all;
}

.tab_menu_btn.act {font-weight: bold;}

.tab_box {
  display:none;
  padding-top: 100px;
}
.tab_box.on {
  display:block;
}



.s13maino {position: relative;}
.s13maino:after {content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    height: 1px;
    width: 90%;
    margin: auto;
    background-color: #222;}

.s13_b:hover h3 {color: #2d4994; border-bottom: 1px solid #2d4994;}
.s13_b:hover .s13_br span a {color: #2d4994; border: 1px solid #2d4994;}
.s13_b:hover .s13_br span a:hover {color: #fff; transition: all 0.5s;}

.s13_b.multi {margin-right: 600px;}

.s13_b {display: flex;}
.s13_b:last-child {margin-bottom: 0;}
.s13_bl {margin-right: 75px;}
.s13_br {text-align: left; width: 100%; position: relative;}
.s13_br h3 {font-size: 24px; border-bottom: 1px solid #ccc; padding-bottom: 25px;}
.s13_br .s13_c {margin-top: 50px; font-size: 18px; margin-bottom: 50px;}
.s13_ci {display: flex; margin-bottom: 15px;}
.s13_ci:last-child {margin-bottom: 0;}
.s13_ci div:first-child {width: 20%;}
.s13_ci div:last-child {width: 80%; font-size: 16px;}
/*
.s13_br span a {display: block; width: 100px; height: 40px; line-height: 38px; text-align: center; background: #ccc; font-size: 16px; border-radius: 5px; border: 1px solid #ccc; color: #fff; position: absolute; top: 0; right: 0;}
.s13_br span a:hover {transition: all 0.3s; background: #fff; color: #ccc;}
*/
.s13_br span a {font-size: 16px; position: absolute; top: 5px; right: 0; font-weight: 600; border: 1px solid #ccc; padding: 5px 10px; color: #555;}
.s13_br span a::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:-1;
  width: 100%;
  height:100%;
  background: transparent;
  box-shadow: inset 0px 0px 0px #2d4994;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.5s cubic-bezier(.5, .24, 0, 1)
}
.s13_br span a:hover::before {
 box-shadow: inset 300px 0px 0px #2d4994;
}

.s61_c3 > a {font-size: 18px; font-weight: 600; border: 1px solid #ccc; color: #555; width: 200px; height: 50px; margin: auto; display: block; position: relative; text-align: center; line-height: 50px; margin-bottom: 150px; margin-top: 50px; transition: all 0.5s;}
.s61_c3 > a::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:-1;
  width: 100%;
  height:100%;
  background: transparent;
  box-shadow: inset 0px 0px 0px #2d4994;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.5s cubic-bezier(.5, .24, 0, 1)
}
.s61_c3 > a:hover::before {
 box-shadow: inset 300px 0px 0px #2d4994;
}
.s61_c3 > a:hover {color: #fff;}

/* sub13 end */

/* sub14 */

.s14_s1i:after {content: ''; display: block; clear: both;}
.s14_s1i > div {float: left; height: 450px; overflow: hidden;}
.s14_s1i > div:nth-child(1) {width:40%; padding-right: 20px;}
.s14_s1i > div:nth-child(2) {width:60%; padding-left: 20px;}
.s14_s1i > div img {width: 100%;}

.s14_s1_wrap {justify-content: space-between; margin-bottom: 40px;}
.s14_s1_wrap:after {content: ''; display: block; clear: both;}
.s14_s1_wrap > div {float: left;}
.s14_s1_wrap > div:nth-child(1) {width: 40%; padding-right: 20px;}
.s14_s1_wrap > div:nth-child(2) {width: 60%; padding-left: 20px;}
.s14_s1 h2 {font-size: 50px; color: #222222; font-weight: bold;}
.s14_s1 p {font-size: 16px; color: #555; margin-bottom: 30px;}
.s14_s1i {display: flex; justify-content: space-between; margin-bottom: 100px;}

.s14_s2 h2 {font-size: 50px; color: #2d4994; margin-bottom: 100px;}
.s14_tit {font-size: 30px; color: #222; font-weight: 600; position: relative;}
/*.s14_tit:before {content: ''; display: block; position: absolute; left: 0; bottom: 4px; width: 250px; height: 6px; background: #96a4c9; background-size: 100%; z-index: -1;}*/
.s14_s2i {position: relative;}
.s14_s2i .s14_s2i_box {display: flex; justify-content: space-between; padding: 0 120px; padding-top: 60px; margin-top: 50px;}
.s14_s2i span {display: block; width: 100%; height: 500px; background-color: #f3f3f3; background-size: 100%; position: absolute; top: 0px; right: 0; z-index: -1;}

.s14_tit.sec {margin-bottom: 100px;}

table{
    padding:0;
    border:0;
    border-spacing:0px;
    border-collapse:collapse;
}
th, td{
    padding:0;
}

.table_wrap {width:1400px; margin:auto; margin-bottom:200px;}
.table_wrap table {width: 100%;}
.table_wrap table tr:first-child {color: #2d4994; font-size: 18px; text-align: left; height: 50px; line-height: 50px; font-weight: bold;}
.table_wrap table tr:first-child th {border-right: 1px solid #fff;}
.table_wrap table tr:first-child td {border-right: 1px solid #fff;}
.table_wrap table tr {height: 50px;}
.table_wrap table tr th {padding-left: 20px; text-align: left; border-bottom: 1px solid #ccc;}
.table_wrap table tr td {padding-left: 20px; border-bottom: 1px solid #ccc;}
.table_wrap table tr td:last-child {border-right: 0;}
.table_wrap table tr:nth-child(1) {width: 20%;}
.table_wrap table tr:nth-child(2) {width: 50%;}
.table_wrap table tr:nth-child(3) {width: 30%;}

/* sub14 end */

.s20_1wrap > div:nth-child(1) .s201w_box_igm {background-image: url('../images/s20_1_i1.png'); filter: brightness(50%); position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 500px; height: 620px; z-index: 0;}
.s20_1wrap > div:nth-child(2) .s201w_box_igm {background-image: url('../images/s20_1_i2.png'); filter: brightness(50%); position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 500px; height: 620px; z-index: 0;}
.s20_1wrap > div:nth-child(3) .s201w_box_igm {background-image: url('../images/s20_1_i3.png'); filter: brightness(50%); position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 500px; height: 620px; z-index: 0;}
.s20_1wrap > div:nth-child(4) .s201w_box_igm {background-image: url('../images/s20_1_i4.png'); filter: brightness(50%); position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 500px; height: 620px; z-index: 0;}
.s20_1wrap > div:nth-child(5) .s201w_box_igm {background-image: url('../images/s20_1_i5.png'); filter: brightness(50%); position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 500px; height: 620px; z-index: 0;}
.s20_1wrap > div:nth-child(6) .s201w_box_igm {background-image: url('../images/s20_1_i6.png'); filter: brightness(50%); position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 500px; height: 620px; z-index: 0;}
.s201w_box {height: 620px; padding: 40px; position: relative; overflow: hidden;}
.s20_1wrap > div .s201w_box_igm:hover {filter: brightness(100%); transition: all 0.3s;}
.s201w_box h2 {position: absolute; top: 50px; left: 50px; color: #fff; font-size: 30px; z-index: 1; text-align: center;}
.s201w_box p {position: absolute; top: 100px; left: 50px; color: #fff; font-size: 18px; z-index: 1;}
.s20_1wrap:after {content: ''; display: block; clear: both;}
.s20_1wrap > div {float: left; width: 16.66%;}

.s201w_box {position: relative;}
.s201w_box h2 {position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%);}
.s201w_box:hover h2 {display: none;}
.s20_1wrap > div .s201w_box_igm {position: relative;}
.zoom_box {width: 50px; height: 50px;}
.zoom_box .zoomico {position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); display: none; width: 50px; height: 50px; background-size: 100%;}
.s20_1wrap > div .s201w_box_igm:hover .zoom_box .zoomico {display: block;}

/* sub20 end */

.prointro > ul:after {content: ''; display: block; clear: both;}
.prointro > ul > li > a {float: left; width: calc(33.33% - 40px); margin: 20px; padding: 40px; position: relative;}
.prointro > ul > li > a:after {content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;border: 1px solid #ffffff;border: 1px solid rgba(204, 204, 204, .5);-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: 300ms border;transition: 300ms border;z-index: 1; border-radius: 10px;}
.prointro > ul > li > a:hover:after {border-width: 5px;}
.prointro > ul > li > a > ul > li {width: 90%; margin: auto;}
.prointro > ul > li > a > ul > li img {width: 100%; border-radius: 10px;}
.prointro > ul > li > a > ul > li h3 {font-size: 24px; text-align: center; margin-top: 20px;}
.prointro > ul > li > a > ul > li p {font-size: 14px; text-align: center; width: 150px; margin: auto; margin-top: 20px; padding-top: 10px; padding-bottom: 10px; background: #ccc; border-radius: 10px; color: #fff; border: 1px solid #ccc;}

a.button{display:inline-block; text-decoration:none; color:#222; font-size: 16px; position: relative; font-weight: 600;}
#modal{
    z-index: 9999;
  display:none;
  position:fixed; 
  width:100%; height:100%;
  top:0; left:0; 
  background:rgba(0,0,0,0.3);
}
.modal-con{
  display:none;
  position:fixed;
  top:50%; left:50%;
  transform: translate(-50%,-50%);
  width: 1400px;
  max-height: 80%;
  background:#fafafa;
    z-index: 999999;
    overflow-y: scroll;
}
.modal-con .title{
  font-size:40px; 
  padding: 50px; 
  padding-left: 80px;
  background : #fafafa;
    color: #222;
}
.modal-con .title b {font-weight: 900;}
.modal-con .con{
  font-size:16px; line-height:1.3;
  padding: 50px; padding-bottom: 75px;
}

.modal-con .close{
    color: #222;
    position: absolute; top: 50px; right: 80px;
    width: 30px; height: 30px; background-image: url('../images/modelclose.png'); background-repeat: no-repeat; background-size: 100%;
}

.board_list1 {
    width: 100%;
    border-right: 1px solid #fff;
}

.board_list1 th {
    border-right: 1px solid #e0e0e0;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #2d4994;
}

.board_list1 th.no {
    border-right: 0;
}

.board_list1 td {
    color: #727272;
    font-size: 14px;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.board_list1 td.no {
    color: #727272;
    font-size: 14px;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.col-md-5 {padding: 20px; width: calc(100% + 30px); border-top: 1px solid #ccc; padding-bottom: 0; margin-top: 20px; margin-left: -30px; padding-left: 30px;}
.col-md-5 img {width: 200px; height: 143px; background-size: 100%;}
.openbtn {width: 30px; height: 30px; border-radius: 5px; background: #ccc; position: relative; float: right; margin-right:30px;}
.openbtn:after {content: '▼'; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); color: #fff; font-size: 16px;}
.closebtn {width: 30px; height: 30px; border-radius: 5px; background: #ccc; position: relative; float: right; margin-right:10px;}
.closebtn:after {content: '▲'; position: absolute; top: 50%; left: 50%; transform: translate(-55% , -55%); color: #fff; font-size: 16px;}

  .answer {
    display: none;
    padding-bottom: 30px;
  }
.answer img {width: 150px;}
  #faq-title {
    font-size: 25px;
  }
  .question {
    font-size: 19px;
    padding: 30px 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    width: 100%;
    text-align: left;
  }
  .question:hover {
    color: #2962ff;
  }
  [id$="-toggle"] {
    margin-right: 15px;
  }

/* sub20 end */

/* sub20_1 */
/* sub20_1 end */

/* sub20a */

.sub_wrapa {width: 1200px; margin: auto;}
.s20aline img {width: 100%; margin-bottom:30px;}
.s20a_box {margin-bottom: 100px;}
.s20a_box video {width: 100%; margin-top: 30px;}
.s20a_box h3 {font-size: 30px; color: #222; margin-bottom:30px;}
/*.s20a_box_wrap {display: flex;}*/
/*.s20a_box_wrap > div {width: 50%; padding: 20px;}*/
.s20a_box_wrap > div:first-child {display: none;}
.s20a_box_wrap > div img {width: 100%;}
.s20a_box_wrap > div p {font-size: 14px; color: #555;}

/* sub20a end */

/* sub21 */

.zaze_icon {display: flex; justify-content: space-between; padding: 0 25px;}
.zaze_icon > div {width: 110px; height: 110px; border-radius: 10px; background: #f1f1f1; font-size: 10px; color: #8a8a8a; font-weight: 600; position: relative;}
.zaze_icon > div > div:first-child {position: absolute; top: 18%; left: 50%; transform: translateX(-50%); width: 45px;}
.zaze_icon > div > div:first-child img {width: 100%;}
.zaze_icon > div > div:last-child {position: absolute; top: 70%; left: 50%; transform: translateX(-50%); width: 100px; text-align: center;}

.news2ico {padding-bottom: 0 !important; margin-bottom: 0 !important; border-bottom: 0 !important;}
.news2ico > li > ul {display: block; padding-bottom: 0 !important; margin-bottom: 0 !important; border-bottom: 0 !important; margin-left: 30px;}
.news2ico > li > ul > li {position: relative;}
.news2ico > li > ul > li:nth-child(1) {width: 110px !important; height: 110px !important; background: #f1f1f1; border-radius: 10px; padding: 5px;}
.news2ico > li > ul > li:nth-child(1) span {width: 45px; margin: auto; display: block; margin-top: 18px; position: relative;}
.news2ico > li > ul > li:nth-child(1) span:nth-child(2) {font-size: 10px; color: #8a8a8a; position: absolute; left: 50%; transform: translateX(-50%); display: block; width: 100px; text-align: center; bottom: 8px; font-weight: 600;}
.news2ico > li > ul > li:nth-child(1) span img {width: 100%;}
.news2ico > li > ul > li:nth-child(2) {text-align: center; font-size: 14px; color: #656568; line-height: 16px; margin-top: 10px;}

.s2_pd {display: flex;}
.s2_pd > div {width: 50%;}
.s2_pdbi {width: 700px;}
.s2_pdbi img {width: 100%;}
.s2_pdsi {display: flex; width: 700px; margin-top: 25px;}
.s2_pdsi li {width: 33.33%; border: 1px solid #ccc; margin: 1px;}
.s2_pdsi li img {width: 100%;}

.rezaze {position: absolute; top: 7.5px; right: 0; border: 1px solid #222; width: 150px; height: 35px; text-align: center; line-height: 34px; color: #222; font-size: 14px; font-weight: 600; display: flex; justify-content: center; align-items: center;}
.rezaze span:first-child {padding-right: 12px;}
.rezaze span.rmou {background-image: url('../images/bzaze_click.png'); width: 20px; height: 20px; background-size: 100%; display: block;}
.rezaze:hover {color: #fff; transition: all 0.8s;}
.rezaze:hover span.rmou {background-image: url('../images/wzaze_click.png'); transition: all 0.8s;}
.rezaze::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:-1;
  width: 100%;
  height:100%;
  background: transparent;
  box-shadow: inset 0px 0px 0px #222;
  display: block;
  -webkit-transition: all 0.8s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.8s cubic-bezier(.5, .24, 0, 1)
}
.rezaze:hover::before {
 box-shadow: inset 300px 0px 0px #222;
}

.s2_pdr {text-align: left; margin-left: 120px; position: relative;}
.s2_pdr .zaze {position: absolute; top: 13px; right: 0; border: 2px solid #222; display: flex; justify-content: center; align-items: center; width: 200px; height: 50px;}
.s2_pdr .zaze:hover {background: #222; transition: all 0.5s;}
.s2_pdr .zaze:hover a {color: #fff; transition: all 0.5s;}
.s2_pdr .zaze a {margin: 0 5px;}
.s2_pdr .zaze a:first-child {background-image: url('../images/bzaze_click.png'); width: 24px; height: 36px; background-size: 100%;}
.s2_pdr h2 {font-size: 50px; font-weight: bold; margin-bottom: 28px; padding-bottom: 40px; border-bottom: 1px solid #222; width: 100%; line-height: 1;}
.s2_pdr h2 span {font-size: 30px; margin-left: 20px;}
.s2_pdr ul {display: flex; border-bottom: 1px solid #ccc; padding-bottom: 26px; margin-bottom: 40px;}
/*
.s2_pdr ul li:first-child {width: 35%;}
.s2_pdr ul li:first-child b {color: #222; font-size: 24px;}
*/
.s2_pdr ul li {font-size: 16px; color: #555; line-height: 40px;}
.s2_pdr ul li span {color: #ccc;}

.s2_sec2 {margin-top: 200px; border-top: 2px solid #222; text-align: left;}
.s2_cal {padding: 35px; border-bottom: 1px solid #ccc; display: flex;}
.s2_cal div:first-child {margin-right: 70px; width: 20%;}
.s2_cal div:nth-child(2) {width: 80%;}
.s2_cal h3 {font-size: 20px; font-weight: 600;}
.s2_cal ul {font-size: 16px;}
.s2_cal ul li {margin-bottom: 25px;}
.s2_cal ul li:last-child {margin-bottom: 0;}

.prod_img1 .img_list1 ul:after {content: ''; display: block; clear: both;}
.prod_img1 .img_list1 ul li {float: left; position:relative; width:33.33%; height:140px; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; text-align: center; border: 1px solid #fff;}
.prod_img1 .img_list1 ul li.on:after {content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:2px solid #41465b;}
.prod_img1 .img_list1 ul li img {width:100%;}
.prod_img1 .img_list1 ul li span {position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); width: 100%;}
.prod_img1 .img_big1 {position:relative; float:left; width:700px; height:500px;  margin-bottom: 30px;}
/*.prod_img .img_big img {width:100%;}*/
.prod_img1 .img_big1 .img_box1 {width:700px; height:500px;}
.prod_img1 .img_big1 .img_box1 .img1 {width:700px; height:500px; background-repeat:no-repeat; background-size:cover;}

.tabive table {margin: 0; width: 100%;}
.tabive table th {width: 25%; border-bottom: 1px solid #ccc; padding: 20px 0;border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
.tabive table tr:first-child {background: #2d4994; color: #fff; font-weight: bold;}
.tabive table td {border: 1px solid #ccc; width: 75%; padding-left: 30px;}

/* sub21 end */

/* sub21_a */

.bucpb > div {display: flex; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc; position: relative;}
.bucpb > div h4 {width: 20%; font-size: 20px;}
.bucpb > div p {width: 80%; font-size: 16px; color: #555;}
.bucpb > div > div.icoi a {position: absolute; top: 30%; right: 20px; transform: translateY(-50%); width: 20px; height: 20px; background-size: 100% 100%; background-image: url('../images/downico_w.png'); background-repeat: no-repeat;}
.bucpb > div > div.icoi a:hover {background-image: url('../images/downico_b2.png'); transition: all 0.3s;}

/* sub21_a end */

/* sub31 */

.list {display: flex; margin-bottom: 50px; border-top: solid 2px #555;}
.list .item {flex: 1;
    padding: 5em 4em;
    border: solid 1px #dcdcdc;
    border-right: navajowhite;
    }
.list .item h4 {
    font-size: 24px;
    color: #222;
    font-weight: 600;
    margin-bottom: 1.2em; position: relative; }

.list .item li {margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;}
.list .item li span {    min-width: 3px;
    height: 3px;
    background: #aaa;
    display: inline-block;
    margin: 0.7em 10px 0 0;
    border-radius: 50%;}
.list .item li p {
    font-size: 16px;
    color: #555;
    width: calc(100% - 13px);}
.list .item:last-child {border-right: 1px solid #dcdcdc;}

.sub311_wrap > h2:first-child {font-size: 50px;
    color: #222;
    margin-bottom: 1.125em; font-weight: bold;}
.s31_c1 h2,
.s31_c1 h2 {margin-bottom: 30px; font-size: 22px; font-weight: 700; color: #2d4994;}
.s31p {font-size: 18px; line-height: 1.889; color: #555; word-break: keep-all; letter-spacing: -0.04em; margin-bottom: 50px;}
.s31_c1 ul {display: flex; margin-bottom: 50px;}
.s31_c1 ul li {    align-items: center;
    justify-content: center;
    width: 33.3333%;
    border: 1px solid #bbbdd0;
    box-sizing: border-box;
    border-radius: 90px;
    font-size: 18px;
    line-height: 2;
    color: #333; padding: 40px; margin-right: 20px;}
.s31_c1 ul li:last-child {margin-right: 0;}
.s31_c2 ul li:last-child {margin-right: 0;}
.s31_c2.c2 {margin-bottom: 50px;}
.s31_c2 ul {display: flex;}
.s31_c2 ul li {width: 50%; box-sizing: border-box;
    border-radius: 90px;
    font-size: 18px;
    line-height: 2;
    color: #333; margin-right: 20px;}
.s31_c2 ul li span {color: #bbbdd0; margin-right: 20px; font-weight: bold;}
.sb31_fwrap > div > h5 {    font-size: 2.4rem;
    color: #333333;
    letter-spacing: -0.007em;
    font-weight: 700;}
.s31_c2 h2 {font-size: 24px; text-align: center; margin-bottom: 50px; padding-top: 10px;}

.s31_uli1 {padding: 35px; padding-top:50px;}
.s31_uli2 {padding: 35px; padding-top:50px;}

.listbox {margin-bottom: 50px;}
.listbox > h4 {font-size: 2rem;    text-align: center;
    color: #333333;
    margin-bottom: 1.3em;}
.list1 {display: flex;
    align-items: center;
    justify-content: space-around;}
.list1 .item1 {width: 41%; flex: 0 0 auto;
    padding: 0 1em;}
.list1 .item1 .list-tit {    
    margin: 0 auto;
    font-size: 18px;
    color: #333333;
    border: dotted 2px #555;
    border-radius: 32.5px;
    padding: 1.167em;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 2;
    background: #fff;}
.list1 .item1 .box {    border-radius: 10px;
    background: #fafafa;
    border: solid 1px #ececec;
    margin-top: 3em;
    padding: 3em;
    position: relative;
}
.list1 .item1 .box:before {    
    content: '';
    height: 10%;
    border-left: dotted 2px #555;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;}
.list1 .item1 .box p {width: 100%; margin-bottom: 20px;}
.list1 .item1 .box p img {width: 100%; border-radius: 5px;}
.list1 .item1 .box .txt {margin-bottom: 2em;}
.list1 .item1 .box .txt ul li {color: #555;
    font-size: 14px;
    position: relative;}
.list1 .item1 .box:after {    content: '';
    width: 7px;
    height: 7px;
    background: #555;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);}

.s31_zers p {font-size: 16px; font-weight: 600;}
.s31_zers ul:after {content: ''; display: block; clear: both;}
.s31_zers ul li {float: left; width: 33.33%;}
.s31_zers ul li a:hover {color: #2d4994;}
.s31_zers ul li:first-child a {color: #2d4994;}


/* sub31 end */

/* sub32 */

.s32b1_bk {height: 400px; overflow: hidden; position: relative; border-radius: 10px;}
.s32b1_bk img {position: absolute; top: 50%; transform: translateY(-50%);}
.s32b1 ul {display: flex; align-items: center;}
.s32b1 ul li {padding: 40px;}
.s32b1 h2 {font-size: 50px; margin-bottom: 50px; font-weight: bold; margin-top: 150px; color: #222;}
.s32b1 ul li h3 {font-size: 24px; margin-bottom: 20px; color: #222}
.s32b1 ul li p {font-size: 16px; color: #555;}
.s32b1 ul li:nth-child(1) {width: 10%;}
.s32b1 ul li:nth-child(2) {width: 90%;}

/* sub32 end */

/* sub33 */

.sub311_wrap h4 {font-size: 30px; margin-bottom: 40px; color: #222;}
.sub311_wrap {margin-top: 100px;}

/* sub33 end */

/* sub40 */

.insapop {margin: 150px 0;}
.insapop_wrap {width: 1000px; margin: auto;}
.isbox1 h2 { 
    margin: 15px 0px 8px;
    font-size: 48px;
    font-weight: bold;
    line-height: 64px;
    color: rgb(51, 61, 75);
    white-space: pre-line;
}
.isbox1 p {
    font-size: 12px;
    font-weight: 500;
    color: rgb(107, 118, 132);
}
.isbox1 {margin-bottom: 50px;}

.isbox2 h3 {
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #4e5968;
    position: relative;
}
.isbox3 h3 {
    display: inline-block;
    padding: 4px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #4e5968;
    position: relative;
}
/* .isbox2 h3:after {
    display: inline-block;
    margin: 0 0 2px 6px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #f44336;
    border-radius: 3px;
} */

.isbox2 {margin-bottom: 40px;}
.isbox2:last-child {margin-bottom: 0;}
.isbox2 input {display: block; border: 1px solid #ccc; width: 100%; height: 50px; line-height: 50px;}
.isbox3 {margin-bottom: 40px;}
.isbox3 input {display: block; border: 1px solid #ccc; width: 100%; height: 50px; line-height: 50px;}

.agree span {font-size: 14px; display: block; width: 100px; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #2d4994; cursor: pointer;}
.agree span:hover {color: #eee; transition: all 0.3s;}

/* sub40 end */

.isbox_wrap:after {content: ''; display: block; clear: both;}
.isbox_wrap > div {float: left; width: 33.33%; padding: 0 10px;}
.isbox2 > ul {font-size: 10px;}

/* sub41 */

.s4_rcm_wrap {width: 1400px; margin: auto; padding: 100px 0;}
.s4rcm_top {margin-bottom: 75px; margin-left: 60px;}
.s4rcm_top p {font-size: 16px; color: #222;}
.s4rcm_top p span {color: #2d4994; font-weight: bold;}
.s4rcm_box_wrap {border-bottom: 1px solid #ddd; margin-bottom: 25px; padding-bottom: 25px;}
.s4rcm_box1 p {color: #ddd;}
.s4rcm_box1 p.s4rcm_tit {font-size: 48px; color: #ddd; line-height:1; text-align:center;}
.s4rcm_box1 p.s4rcm_stit {font-size: 18px; color: #ddd; line-height:1; text-align:center;}
.s4rcm_box_wrap:hover {border-bottom: 1px solid #2d4994; transition:all 0.3s;}
.s4rcm_box_wrap:hover .s4rcm_box1 p.s4rcm_tit {color: #2d4994; transition:all 0.3s;}
.s4rcm_box_wrap:hover .s4rcm_box1 p.s4rcm_stit {color: #2d4994; transition:all 0.3s;}
/*.s4rcm_box_wrap:after {content: ''; display: block; clear: both;}*/
.s4rcm_box_wrap {display: flex; align-items: center;}
.s4rcm_box_wrap > div:nth-child(1) {width:13%}
.s4rcm_box_wrap > div:nth-child(2) {width:70%}
.s4rcm_box_wrap > div:nth-child(3) {width:17%}
.s4rcm_cont {font-size: 20px; font-weight: 600; color: #222; margin-bottom: 6px; position: relative;}
.s4rcm_box2 {position:relative; padding-left:80px;}
.s4rcm_box2.on:before {content: '채용중'; display: block; position: absolute; left: 0; top: 50%; font-size: 14px; height: 64xp; line-height: 64px; width: 60px; border: 1px solid #2d4994; text-align: center; color: #2d4994;}
.s4rcm_box2:before {content: '마감'; display: block; position: absolute; left: 0; top: 50%; font-size: 14px; height: 64xp; line-height: 64px; width: 60px; border: 1px solid #ddd; text-align: center; color: #ccc; transform:translateY(-50%);}
.s4rcm_scont {font-size: 14px; color: #666;}
.s4rcm_box3 {text-align: right;}
.s4rcm_box3 > span {width: 45px; height: 45px; position: relative; display: inline-block; text-align: right;}
.s4rcm_box3 span.s4rcm_ico {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50% , -50%);
    background-image: url('../images/rcm_icop.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}
.s4rcm_box_wrap:hover .s4rcm_box3 span.s4rcm_ico {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50% , -50%);
    background-image: url('../images/rcm_icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    transition: all 0.3s;
}

/* sub41 end */

.s4_rcm1 {width: 1400px; margin: auto; padding: 100px 0;}
.s4_rcm1 h3 {font-size: 30px; font-weight: 400; color: #222; padding-bottom: 40px; line-height: 1; margin-bottom: 25px; border-bottom: 1px solid #222;}
.s4_rcm1_tt {display: flex; margin-bottom: 1px solid #ccc; line-height: 1; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid #ccc;}
.s4_rcm1_tt > div:nth-child(1) {padding-left: 40px;}
.s4_rcm1_tt > div:nth-child(1) p {font-size: 15px; font-weight: bold; color: #2d4994;}
.s4_rcm1_tt > div:nth-child(2) {padding-right: 40px;}
.s4_rcm1_tt > div:nth-child(2) ul {display: flex;}
.s4_rcm1_tt > div:nth-child(2) ul li {margin-left: 20px; font-size: 15px; font-weight: 400;}
.s4_rcm1_tt > div:nth-child(2) ul li span {color: #555; margin-left: 4px;}
.s4_rcm1_tt > div:nth-child(2) ul li:before {content: '|'; margin-right: 20px; color: #ccc;}

.s4_rcm1_cont {padding: 50px 0; width: 1000px; margin: auto;}
.s4_rcm1_cont img {width: 100%;}

/* sub42 */

.s42_s1 {text-align: center;}
.s42_s1 h2 {font-size: 28px; color: #222; font-weight: 700; padding-bottom: 25px;}
.s42_s1 p {font-size: 18px; color: #444; margin-bottom: 50px;}

.s42_s2_box {position: relative; height: 500px; margin-bottom: 400px;}
.s42_s2_box:before {content: ''; position: absolute; width: 100%; height: 500px; background-image: url('../images/s42_i1.png'); background-size: cover; z-index: -1;}
.s42_s2_box h3 {color: #fff; font-size: 36px; font-weight: 500; margin-bottom: 50px; text-align: center; padding-top: 100px;}
.s42_s2_box > ul > li > ul {display: flex; align-items: center;}
.s42_s2_box > ul {position: absolute; bottom: -250px; left: 50%; transform: translateX(-50%); width: 1300px; height: 500px; background: #fff; padding: 75px 150px;}
.s42_s2_box > ul:after {content: ''; display: block; clear: both;}
.s42_s2_box > ul > li > ul > li > p:nth-child(1) {font-size: 22px; font-weight: 500; line-height: 2; color: #333;}
.s42_s2_box > ul > li > ul > li > p:nth-child(2) {font-size: 16px; font-weight: 300; line-height: 1.4;}
.s42_s2_box > ul > li > ul > li {margin-right: 50px; margin-bottom: 50px;}
.s42_s2_box > ul > li {float: left; width: 50%; height: 140px;}
.s42_s2_box > div {width: 100%; height: 400px; position: absolute; top: 500px; left: 0; background: #f9f9f9;}

.sub433_wrap > img {width: 100%;}

.s43_cal:after {content: ''; display: block; clear: both;}
.s43_cal > li {float: left; width: 33.33%;}
.s43_cal > li > ul > li:first-child {width: 150px; height: 150px; border-radius: 50%; margin: 0 25px;}
.s43_cal > li:nth-child(1) > ul > li:first-child {background-image: url('../images/s43_cal_i1.png'); background-repeat: no-repeat; background-size: 100%;}
.s43_cal > li:nth-child(2) > ul > li:first-child {background-image: url('../images/s43_cal_i2.png'); background-repeat: no-repeat; background-size: 100%;}
.s43_cal > li:nth-child(3) > ul > li:first-child {background-image: url('../images/s43_cal_i3.png'); background-repeat: no-repeat; background-size: 100%;}
.s43_cal > li:nth-child(4) > ul > li:first-child {background-image: url('../images/s43_cal_i4.png'); background-repeat: no-repeat; background-size: 100%;}
.s43_cal > li:nth-child(5) > ul > li:first-child {background-image: url('../images/s43_cal_i5.png'); background-repeat: no-repeat; background-size: 100%;}
.s43_cal > li:nth-child(6) > ul > li:first-child {background-image: url('../images/s43_cal_i6.png'); background-repeat: no-repeat; background-size: 100%;}
.s43_cal > li {padding: 25px 0;}
.s43_cal > li:nth-child(5),
.s43_cal > li:nth-child(4),
.s43_cal > li:nth-child(6) {background: #eee;}
.s43_cal > li > ul {display: flex; align-items: center;}
.s43_cal > li > ul > li h4 {font-size: 24px; margin-bottom: 5px;}
.s43_cal > li > ul > li h6 {font-size: 18px; margin-bottom: 15px;}
.s43_cal > li > ul > li p {font-size: 16px; color: #999; font-weight: 600;}

/* sub42 end */

/* sub43 */

.sub43_wrap {display: flex;}
.sub43_wrap div:first-child {width: 35%}
.sub43_wrap div:last-child {width: 65%}
.sub43_wrap div:first-child h2 {font-size: 40px; line-height: 58px; font-weight: bold;}
.sub43_wrap div:last-child > p {font-size: 24px; padding-bottom: 50px; border-bottom: 3px solid #222; line-height: 46px;}
.sub43_wrap div:last-child > p span {font-weight: bold; color: #2d4994; font-size: 30px;}
.sub43_wrap div:last-child ul li h3 {font-size: 30px; font-weight: 500;}
.sub43_wrap div:last-child > ul > li {padding: 40px 0; border-bottom: 1px solid #555;}
.sub43_wrap div:last-child ul li p {margin-left: 75px; margin-top: 25px; font-size: 18px; color: #555;}
.sub43_wrap div:last-child ul li > ul {display: flex; margin-left: 75px; margin-top: 25px;}
.sub43_wrap div:last-child ul li > ul li {width: 150px; position: relative; margin-right: 50px;}
.sub43_wrap div:last-child ul li > ul li img {width: 100%;}
.mgbox ul li:after {content: ''; position: absolute; top: 50%; right: -50px; transform: translateY(-50%); font-size: 18px; font-weight: bold; display: block; background-image: url('../images/arrow_right.png'); width: 20px; background-size: 100%; height: 18px;}
.mgbox ul li:last-child:after {content: none;}

.sub433_wrap > h2 {font-size: 30px; border-bottom: 1px solid #222; padding-bottom: 50px; color: #555; font-weight: 400;}
.mgbox {position: relative; height: 400px; background: #f5f5f5; border-radius: 10px; margin: 100px 0;}
.mgbox ul {position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); display: flex;}
.mgbox ul li {width: 175px; margin: 0 40px; position: relative;}
.mgbox ul li img {width: 100%;}

.ewbox > ul > li {border-bottom: 1px solid #ccc;}
.ewbox > ul > li > ul {display: flex; align-items: center; padding-left: 40px; height: 230px;}
.ewbox > ul > li > ul h3 {margin: 0 50px; font-size: 24px; color: #222;}
.ewbox > ul > li > ul p {font-size: 16px; color: #555;}
p.kak {font-size: 14px; color: #aaa; margin-top: 50px;}
.ewbox > ul > li > ul > li:first-child {font-size: 50px; color: #ccc;}
.ewbox > ul > li > ul > li:nth-child(1) {width: 8%;}
.ewbox > ul > li > ul > li:nth-child(2) {width: 22%;}
.ewbox > ul > li > ul > li:nth-child(3) {width: 70%;}
.ewbox > ul > li > ul > li > ul {display: flex; text-align: center;}
.ewbox > ul > li > ul > li > ul > li {margin-right: 50px; position: relative;}
.ewbox > ul > li > ul > li > ul > li span {display: block; width: 120px; height: 120px; border-radius: 50%; background: #bbbdd0; position: relative;}
.ewbox > ul > li > ul > li > ul > li.blbl span {background: #2d4994;} 
.ewbox > ul > li > ul > li > ul > li p {margin-top: 20px; font-size: 18px; font-weight: 600; color: #555;}
.ewbox > ul > li > ul > li > ul > li:after {content: '>'; position: absolute; top: 40%; transform: translateY(-50%); right: -36px; color: #ccc; font-size: 40px; font-weight: 200;}
.ewbox > ul > li > ul > li > ul > li:last-child:after {content: none;}
.ewbox > ul > li > ul > li > ul > li:nth-child(1) span:after {content: ''; display: block; background-image: url('../images/s43_ii1.png'); background-repeat: no-repeat; width: 50px; height: 59px; background-size: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%);}
.ewbox > ul > li > ul > li > ul > li:nth-child(2) span:after {content: ''; display: block; background-image: url('../images/s43_ii2.png'); background-repeat: no-repeat; width: 50px; height: 48px; background-size: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%);}
.ewbox > ul > li > ul > li > ul > li:nth-child(3) span:after {content: ''; display: block; background-image: url('../images/s43_ii3.png'); background-repeat: no-repeat; width: 50px; height: 46px; background-size: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%);}
.ewbox > ul > li > ul > li > ul > li:nth-child(4) span:after {content: ''; display: block; background-image: url('../images/s43_ii4.png'); background-repeat: no-repeat; width: 50px; height: 50px; background-size: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%);}


.sb43_fwrap h5 {font-size: 50px; font-weight: bold; margin-bottom: 50px; color: #222;}

.sub433_wrap > h2 > span {color: #222;}

/* sub43 end */

/* sub44 */

table.s44_tbl {width: 1400px; text-align: center;}
table.s44_tbl tr:first-child th {background: #2d4994; padding: 20px 0; color: #fff; border-right: 1px solid #fff; font-size: 22px;}
table.s44_tbl tr:first-child th:last-child {border: 0;}
table.s44_tbl tr td {padding: 15px 0; font-size: 16px; color: #555; border-right: 1px solid #ccc;}
table.s44_tbl tr td:last-child {border: 0;}
table.s44_tbl tr {border-bottom: 1px solid #ccc;}

/* sub44 end */

/* sub45 */

/*.sbbox1:after {content: ''; display: block; clear: both;}*/
.sbbox1 {margin-top: 20px;}
.sbbox1 li {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dddddd;}
.sbbox1 li b {font-size: 18px; width: 200px; display: inline-block; padding-left:20px;}
.sbbox1 li:first-child {padding-left: 0;}
.sbbox1 li:last-child {padding-right: 0;}
.sbbox1 li input {height: 50px; width: 30%; background: #f5f5f5; padding-left: 20px; border: 0;}
.hpage {margin-top: 20px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dddddd;}
.hpage b {font-size: 18px; width: 200px; display: inline-block; padding-left:20px;}
.hpage input {height: 50px; width: 84%; border: 0; background: #f5f5f5; padding-left: 20px;}
.spage {margin-top: 20px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dddddd;}
.spage b {font-size: 18px; width: 200px; display: inline-block; vertical-align: top; padding-left:20px;}
.spage textarea {height: 150px; width: 84%; border: 0; background: #f5f5f5; padding: 20px;}
.sbfind {margin-top: 20px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dddddd;}
.sbfind b {font-size: 18px; width: 200px; display: inline-block; padding-left:20px;}
.sbfind input {height: 50px; width: 30%; border: 0; background: #f5f5f5; line-height: 50px; padding-left: 20px;}

.selc52:after {content: ''; display: block; clear: both;}
.selc52 {margin-top: 20px; padding-top: 20px; border-top: 1px solid #dddddd; padding-bottom: 20px; border-bottom: 1px solid #dddddd;}
.selc52 div:first-child {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.selc52 div select {height: 50px; background: #f5f5f5; border: 0; line-height: 40px; position: relative; width: 150px;}
.selc52 .select52 select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
}
.selc52 div input {height: 50px; background: #f5f5f5; border: 0; line-height: 40px; width: 150px;}
.selc52 div input.hp2 {margin: 0 10px;}
.selc52:nth-child(3) div select {height: 40px; border-radius: 10px; border: 1px solid #ccc; line-height: 40px;}
.select52 > span {font-size: 18px; font-weight: bold; display: inline-block; padding-left: 20px; width: 200px;}

.persn p.psp52 {margin-top: 20px !important; margin-bottom: 20px; color: #555 !important; font-size: 14px !important; text-align: left !important;}
.chekbox {margin-top: 20px; color: #222 !important; text-align:right;}
.personal {width: 100%; background: #f5f5f5; border: 0; padding: 20px; color: #222 !important; height: 150px !important; margin-top: 50px; border: 1px solid #ddd;} 

/* sub45 end */

.s26_1_poppt {display: block; margin-top: 7px;}
.s26_1_poppt a {margin-right: 30px;}
.s26_1_poppt a:first-child {color: #2d4994;}
.s26_1_poppt a:hover {color: #2d4994;}

.s42_m {display: none !important;}
.s42_pc {display: block !important;}

@media screen and (max-width:1400px) {
	.sub_tab_wrap {margin-top:100px;}
}

@media screen and (max-width:1280px) {
    .sub_tab.much ul {padding:0 15px;}
	.sub_tab.much ul li a {min-width:auto; padding:0 15px;}
	.sub_tab.s2 > ul > li > a {min-width:200px;}
}
    
@media screen and (max-width:1024px) {
    .sub_tab_wrap {margin-top:50px;}
    .sub_tab_wrap .tab_banner {height:240px; margin-bottom:35px;}
	.sub_tab_wrap .tab_banner:after {height:65px; bottom:-35px; }
	.sub_tab_wrap .cont_wrap {padding:30px 0;}
    .sub_tab_wrap .cont_wrap2 img { width:100%;}
    .sub_tab {width:100%; max-width:768px; margin:0 auto; border-radius:20px;}
	.sub_tab ul {padding:0 10px; border-radius:18px; justify-content: center;}
	.sub_tab.much ul {padding:0 10px;}
	.sub_tab > ul > li {width:24%;}
	.sub_tab > ul.cnt2 > li {width:50%;}
	.sub_tab > ul.cs > li {width:33%;}
	.sub_tab > ul.cnt42 > li {width:33%;}
	.sub_tab > ul.cnt43 > li {width:50%;}
	.sub_tab > ul.cnt3 > li {width:33%;}
	
	.medical_sub { display:none;}
	 
	.sub_tab ul li + li:before {height:14px; margin-top:-7px;}
	.sub_tab ul li a {min-width:100%; height:36px; padding:0 10px; font-size:13px; line-height:38px; overflow:hidden;}
	.sub_tab.much ul {display:block; text-align:center;}
	.sub_tab.much ul li {display:inline-block; width:auto;}
	.sub_tab.much ul li:before {display:none;}
	.sub_tab.much ul li a {display:inline-block; vertical-align:top;}
	.sub_tab.s2 ul li a {padding:0 5px;}
    .tab_detail .sub_tab {width:80%;}
    .sub_tab.s2 {width:80%;}
	.sub_tab.s2 > ul > li > a {display:flex; justify-content:center; align-items:center; min-width:auto; line-height:13px;}
	.sub_tab .menu_lv2 {padding:5px; border-radius:5px;}
	.sub_tab .menu_lv2 li a {height:30px; font-size:12px; line-height:15px; letter-spacing:-.5px;}
	.sub_tab .menu_lv2 li + li {margin-top:10px;}
    
    .sub_tabcon {padding-bottom:70px;}
	.sub_tabcon .view_more {max-width:808px; margin:20px auto 0; padding:0 20px; text-align:left;}
	.sub_tabcon .view_more a {margin-left:62px; font-size:13px; line-height:22px;}
    .tab_detail .sub_tabcon {margin-top:-20px;}
    .tab_detail .sub_tabcon {min-height:400px; padding:40px 20px;}
    .history_wrap {max-width:808px; margin:50px auto 0; padding-bottom:90px;}
	.history_wrap:before {left:100px;}
	.history_wrap .history {margin-top:50px !important; padding-left:108px !important; text-align:left !important;}
	.history_wrap .history .yy {top:3px; right:auto; left:0; margin-right:0; padding-right:0; font-size:20px; line-height:25px;}
	.history_wrap .history .yy:before {top:11px; right:auto; left:60px; width:35px; height:2px;}
	.history_wrap .history .yy:after {top:6px; right:auto; left:75px; width:11px; height:11px; border:2px solid #fff;}
	.history_wrap .history ul {margin-left:0;}
	.history_wrap .history ul li {padding-top:3px; padding-bottom:3px; padding-left:30px;}
	.history_wrap .history ul li + li {margin-top:3px;}
	.history_wrap .history ul li .mm {top:6px; font-size:13px; line-height:20px;}
	.history_wrap .history ul li p {padding:3px 0; font-size:13px; line-height:20px;}

	.history_wrap .history:nth-child(2n) {padding-right:0;}
	.history_wrap .history:nth-child(2n) .yy {right:auto; left:0; margin:0 0 0 0; padding:0;}
	.history_wrap .history:nth-child(2n) .yy:before {top:11px; right:auto; left:60px; width:35px; height:2px;}
	.history_wrap .history:nth-child(2n) .yy:after {top:6px; right:auto; left:75px; width:11px; height:11px; border:2px solid #fff;}
	.history_wrap .history:nth-child(2n) ul {margin:0;}
	.history_wrap .history:nth-child(2n) ul li {padding-top:3px; padding-bottom:3px; padding-left:30px; padding-right:0;}
	.history_wrap .history:nth-child(2n) ul li .mm {left:0; right:auto;}
}

@media screen and (max-width:768px) {
    .selectBox2 .label {text-align: left;}
    
    .sub_pag {margin-top: 100px; margin-bottom: 100px;}
    .sub_page {margin-top: 100px; margin-bottom: 100px;}
    .sub_tab_wrap .tab_banner .tit_tab_banner { font-size:30px; line-height:40px; margin-top:20px;}
	.sub_tab_wrap .tab_banner .txt_tab_banner { font-size:20px; line-height:30px; margin-top:10px;}
    .sub_tab.s2 {width:95%;}
    .nbsp .title-wrap img {width: auto;}
    .sub_pag .sub_wrap {width: 100%; padding: 0 20px;}
    .selectBox2 {width: 150px;}
    .selectBox2 .label {font-size: 14px;}
    .s11_s1 {flex-direction: column;}
    .s11_s1 div {width: 100%;}
    .s11_s2 {flex-direction: column-reverse;}
    .s11_s1 div h2 {font-size: 24px;}
    .s11_s1 div p.scenth {font-size: 18px; line-height: 32px;}
    .s11_s1 div p {font-size: 14px; margin-bottom: 30px; line-height:24px;}
    .s11_s1 div img {width: 100%;}

    .s11_s2 div:nth-child(2) {width: 100%;}
    .s11_s2 {margin-top: 50px;}
    .s11_s2 div p {margin-bottom: 30px; font-size: 14px; line-height:24px;}
    .s11_s2 div:nth-child(1) {width: 100%; height: 220px;}
    .s11_s2 div:nth-child(1) img {width: 100%}
    .s11_s1 div:nth-child(2) {height: 220px;}
    .s11_s2 div h2 {font-size: 18px; line-height: 32px;}
    .sub_page .sub_wrap {width: 100%; padding: 0 20px;}
    .title2 h2 {font-size: 30px;}
    .title2 h4 {font-size: 16px;}
    .s13_b {flex-direction: column;}
    .s13_bl {margin-right: 0; margin-bottom: 25px;}
    .s13_bl img {width: 100%;}
    .s13_br .s13_c {margin: 20px 0; font-size: 16px;}
    .s14_s1_wrap {flex-direction: column;}
    .s14_s1 h2 {font-size: 30px; margin-bottom: 30px;}
    .s14_s1 p {font-size: 14px;}
    .s14_s1_wrap {margin-bottom: 30px;}
    .s14_s1i {flex-direction: column;}
    .s14_s1i img {width: 100%;}
    .s14_s2i .s14_s2i_box {background: #f3f3f3; padding: 50px 20px; display: block;}
    .s14_s2i .s14_s2i_box:after {content: ''; display: block; clear: both;}
    .s14_s2i .s14_s2i_box > div {float: left; width: 50%; padding: 5px;}
    .s14_s2i .s14_s2i_box > div img {width: 100%;}
    .s14_s2i span {display: none;}
    .s14_tit.sec {margin-bottom: 50px;}
    .table_wrap {width: 100%; padding: 0 20px;}
    .table_wrap table {text-align: center;}
    .table_wrap table tr:first-child th {font-size: 16px; width: 60px;}
    .table_wrap table tr:first-child td {text-align: center; font-size: 16px;}
    .table_wrap table tr td {text-align: center; padding: 20px;}
    .table_wrap table tr th {padding: 10px; text-align: center;}
	.s13_ci div:last-child {font-size:14px;}
    .sub311_wrap > h2:first-child {font-size: 30px; margin-bottom: 20px;} 
    .s31p {font-size: 14px; margin-bottom: 20px;}
    .list {flex-direction: column;}
    .list1 {flex-direction: column;}
    .list1 .item1 {width: 100%; padding: 0; margin-bottom: 30px;}
    .list .item {border-right: 1px solid #dcdcdc;}
    .s32b1 h2 {font-size: 30px;}
    .s32b1_bk img {left: 50%; transform: translate(-50% , -50%);}
    .s32b1_bk {height: 400px;}
    .s32b1 h2 {margin-bottom: 30px; margin-top: 50px;}
    .s32b1 ul li {padding: 0;}
    .s32b1 ul li:nth-child(1) {display: none;}
    .s32b1 ul {align-items: flex-start; margin-top: 30px;}
    .s32b1 ul li:nth-child(2) {width: 100%;}
    #bo_list {width: 100% !important; padding: 100px 20px !important;}
    .sb43_fwrap h5 {font-size: 30px;}
    .sub433_wrap > h2 {font-size: 18px;}
    .ewbox > ul > li > ul {height: auto; padding: 30px 0; flex-direction: column;}
    .ewbox > ul > li > ul h3 {margin: 0;}
    .ewbox > ul > li > ul > li:nth-child(1) {width: 100%; text-align:center;}
    .ewbox > ul > li > ul > li:nth-child(2) {width: 100%; margin: 20px 0; text-align:center;}
    .ewbox > ul > li > ul > li:nth-child(3) {width: 100%; text-align:center;}
    .ewbox > ul > li > ul > li > ul {flex-direction: column;}
    .ewbox > ul > li > ul > li > ul > li {margin-bottom: 20px; margin-right: 0;}
    .ewbox > ul > li > ul > li > ul > li span {margin: auto;}
    p.kak {font-size: 12px;}
    .sb52 h2 {font-size: 30px;}
    .sb52 p.sb52p {font-size: 14px !important;}
    .sb52 {width: 100% !important; padding: 0 20px;}
    .selc52 div {float: none;}
    .selc52 div:first-child {margin-bottom: 20px;}
    .sbbox1 li {width: 100%; float: none; padding: 0;}
    .sbbox1 li:nth-child(1),
    .sbbox1 li:nth-child(2) {margin-bottom: 20px; padding-bottom: 20px;}
    .sbbox1 li:last-child {padding-bottom: 20px;}
    .sbbox1 {width: 100%;}
    .ewbox > ul > li > ul > li > ul > li p {margin-bottom: 40px; position: relative;}
    .ewbox > ul > li > ul > li > ul > li p:after {content: ''; display: block; position: absolute; left: 50%; bottom: -38px; transform: translateX(-50%); background-image: url('../images/darrow.png'); background-repeat: no-repeat; width: 40px; height: 20px; background-size: 100%;}
    .ewbox > ul > li > ul > li > ul > li:after {content: none;}
    .ewbox > ul > li > ul > li > ul > li:last-child p:after {content: none;}
    .ewbox > ul > li > ul > li > ul > li:last-child p {margin-bottom: 0;}
    p.kak {margin-top: 20px;}
    .sb43_fwrap h5 {margin-bottom: 30px;}
    .sub433_wrap > h2 {margin-bottom: 30px !important; padding-bottom: 30px;}
    .s42_m {display: block !important;}
    .s42_m {display: flex;}
    .s42_m li {width: 100%; margin-bottom: 15px;}
    .s42_m li:last-child {margin-bottom: 0;}
    .s42_m li img {width: 100%;}
    .s42_pc {display: none !important;}
    .s43_cal > li {padding: 20px 0;}
    .s43_cal > li > ul > li:first-child {width: 75px; height: 75px; margin: 0 25px;}
    .s43_cal > li > ul > li h4 {font-size: 18px;}
    .s43_cal > li > ul > li h6 {font-size: 16px;}
    .s43_cal > li > ul > li p {font-size: 14px;}
    .s31_zers ul li {width: 50%;}
    .s32b1 ul li h3 {font-size: 20px;}
    .sub_wrapa {width: 100%; padding: 0 20px;}
    .s20a_box_wrap {flex-direction: column;}
    .s20a_box_wrap > div {padding: 0; width: 100%; margin-bottom: 20px;}
    .s20a_box {margin-bottom: 30px;}
    .s2_pd {flex-direction: column;}
    .s2_pd > div {width: 100%;}
    .prod_img1 .img_big1 {width: 100%; height: 300px; overflow: hidden; margin-top: 30px;}
    .s2_pdr {margin-left: 0;}
    .s2_pdr ul {flex-direction: column; display: block; padding-bottom: 30px; margin-bottom: 30px;}
    .s2_pdr h2 {font-size: 30px;}
    .s2_pdr ul li:first-child b {font-size: 18px;}
    .s2_pdr ul li:nth-child(2) {font-size: 14px; line-height: 20px; width: 100%;}
    .s2_pdr ul li:first-child {width: 100%;}
    .prod_img1 .img_big1 .img_box1 .img1 {width: 100%; height: 300px;}
    .prod_img1 .img_big1 .img_box1 {width: 100%; height: 300px;}
    .prointro > ul > li > a {width: 100%; margin: 0; margin-bottom: 25px;}
    .tab_box h2 {font-size: 30px !important; text-align: center !important; padding-left: 0 !important; margin-bottom: 50px !important;}
    .s13_b.zzza:before {width: 100% !important; text-align: center !important; font-size: 30px !important; left: inherit !important; padding-top: 75px !important;}
    .s14_s1_wrap > div:nth-child(1) {width: 100%; padding-right: 0;}
    .s14_s1_wrap > div:nth-child(2) {width: 100%; padding-left: 0;}
    .s14_s1i > div:nth-child(1) {width: 100%; padding-right: 0; margin-bottom: 20px;}
    .s14_s1i > div:nth-child(2) {width: 100%; padding-left: 0;}
    .s14_s1i > div {height: auto;}
    .s20_1wrap > div {float: inherit; width: 100%;}
    .s4_rcm_wrap {width: 100%; padding-left: 20px; padding-right: 20px;}
    .s4rcm_top {margin-left: 0; margin-bottom: 50px;}
    .s43_cal > li {width: 100%; border-bottom: 1px solid #ccc;}
    .s43_cal > li:last-child {border: 0;}
    .chekbox {text-align: left;}
    .personal {margin-top: 20px;}
    .news2ico > li > ul {margin-left: 0 !important;}
    .s2_pdr > ul > li:nth-child(2) > ul:after {content: ''; display: block; clear: both;}
    .s2_pdr > ul > li:nth-child(2) > ul > li {float: left; width: 33.33% !important;}
    .bucpb > div h4 {font-size: 16px;}
    .bucpb > div p {width: 55%; font-size: 14px;}
    .s2_pdr > ul > li:nth-child(2) > ul {position: relative !important; flex-direction: row;}
    .s2_pdr > ul > li:nth-child(1) {width: 100% !important; margin-bottom: 30px;}
    .s2_pdr > ul > li:nth-child(2) {width: 100% !important;}
    .accordion .link {font-size: 16px !important;}
    .accordion .link .midtxt {font-size: 14px !important;}
    .accordion .link .firtxt {width: 45% !important;}
    .accordion .link .midtxt {width: 50% !important; padding-left: 10px !important;}
    .accordion .link .firtxt .ffirtxt .icoi {margin-left: 10px !important;}
    .accordion .link {padding: 20px 10px !important;}
    .accordion li span {width: 15px !important; height: 7.5px !important; right: 10px !important;}
    .bucpb > div > div.icoi a {width: 15px; height: 15px;}
    .accordion .link .firtxt .ffirtxt .icoi {width: 15px !important; height: 15px !important;}
    .ffirtxt > div:nth-child(1) {width: 80%;}
    .ffirtxt > div:nth-child(2) {width: 20%;}
    .select52 > span {font-size: 16px; width: 30%;}
    .sbbox1 li b {width: 30%; font-size: 16px;}
    .selc52 div select {width: 60%;}
    .sbbox1 li input {width: 60%;}
    .hpage b {width: 30%; font-size: 16px;}
    .hpage input {width: 60%;}
    .spage b {width: 30%; font-size: 16px; vertical-align: inherit; line-height: 50px;}
    .spage textarea {height: 50px; width: 60%;}
    .sbfind b {font-size: 16px; width: 30%;}
    .sbfind input {width: 60%; height: auto; line-height: inherit; padding: 14px;}
    .selc52 div:nth-child(2) input {width: 19%;}
    .selc52 div:nth-child(2) select {width: 19%;}
    .s61_c3 > a {font-size: 15px; width: 150px; height: 40px; margin-bottom: 100px; line-height: 40px;}
    .s4rcm_box1 p.s4rcm_tit {font-size: 38px;}
    .s4rcm_box1 p.s4rcm_stit {font-size: 12px;}
    .s4rcm_box2:before {width: 40px; line-height: 45px; left: 10px; top: 51%;}
    .s4rcm_box2 {padding-left: 65px;}
    .s4rcm_cont {font-size: 15px;}
    .s4rcm_scont {font-size: 11px;}
    .s4rcm_box3 span.s4rcm_ico {right: -22px;}
    .news2ico {justify-content: space-between;}
    .news2ico > li > ul > li:nth-child(1) {width: 100px !important; height: 100px !important;}
    .news2ico > li > ul > li:nth-child(1) span {margin-top: 10px;}
    .bucpb > div {padding-left: 10px; padding-right: 10px;}
    .s2_pdr ul li {line-height: inherit;}
    .s2_pdr h2 {line-height: inherit; margin-top: 30px; text-align: left !important;}
    .tab_box {padding-top: 0;}
    .s2_pdr > ul li {line-height: 30px !important;}
    .bucpb > div > p > img {width: 100%;}
    .bucpb > div h4 {width: 35%;}
    .s26_1_poppt a {margin-right: 5px;}
    .rezaze {top: 37px; height: 30px; line-height: 30px;}
    .zaze_icon {padding: 0;}
    .cphswr1 ul {background-position:center;}
    .cphswr2 ul {background-position:center;}
    .cphswr3 ul {background-position:center;}
    .cphswr4 ul {background-position:center;}
    .s13_b {margin-top: 30px;}                                
    .tab_box {margin-top: 50px;}
    .zaze_icon > div {width: 100px; height: 100px;}
    .s2_pdr > ul > li:nth-child(2) > ul {display: flex; justify-content: space-between;}
    .s2_pdr > ul > li:nth-child(2) > ul > li {float: none; width: 100px !important;}
    .s2_pdr > ul > li:nth-child(2) > ul:after {content: none !important;}
    .s2_pdr h2 span {margin-left: 0;}
    .sub_tab ul {flex-direction: column;}
    .sub_tab > ul > li {width: 100%; text-align: center;}
    .sub_tab ul li + li:before {top: 0; left: 50%; transform: translateX(-50%); width: 22px; height: 1px; margin-top: 0;}
    .modal-con {width: 100%;}
    .modal-con .title {padding: 20px; padding-left: 20px;}
    .modal-con .con {padding: 20px; padding-bottom: 30px !important;}
    .modal-con .close {top: 20px; right: 20px; width: 20px; height: 20px;}
    .modal-con .title {font-size: 26px;}
    .selectBoxList_wrap > .box:last-child > .selectbox2 > .optionList a:last-child li {font-size: 10px !important;}
    .subcla .subcla_wrap {position: relative; width: 100%; top: inherit; left: inherit; transform: none; margin: 100px 0; padding: 0 20px;}
    .subcla > img {display: none;}
    .cla02 h2 {font-size: 26px; margin-bottom: 30px;}
    .cla02 p {font-size: 16px;}
    .s4_rcm1 {width: 100%; padding-left: 20px; padding-right: 20px;}
    .s4_rcm1 h3 {font-size: 20px; line-height: inherit; padding-bottom: 30px;}
    .s4_rcm1_tt > div:nth-child(1) {padding-left: 0;}
    .s4_rcm1_tt > div:nth-child(2) {padding-right: 0;}
    .s4_rcm1_tt > div:nth-child(2) ul li {margin-left: 5px;}
    .s4_rcm1_tt > div:nth-child(2) ul li:before {margin-right: 5px;}
    .s4_rcm1_cont {padding: 25px 0; width: 100%;}
}

@media screen and (max-width:320px) {
    .sub_tab.s2 > ul > li > a {padding:0;}
	.sub_tab ul li + li:before {display:none;}
}