@charset "utf-8";
.real-cont {padding:100px 0 120px;}

.mo {display: none;}

/* splitting */
.page-header > .container.motion h3.chars .char {animation:textAni 1.5s both; animation-delay:calc(0.1s * var(--char-index));}

@keyframes textAni {
    0% {opacity:0;}
    30% {opacity:0;}
}


/* page-header */
.page-header {position: relative; width: 100%; height: 120px;}

.page-header .container h3 {font-size: 55px; font-weight: 700; color: #fff; text-align: center;}

.lnb {position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; border-bottom: 1px solid #ddd;}
.lnb ul {width: 100%; display: table; table-layout:fixed;}
.lnb ul li {display: table-cell; position: relative;}
.lnb ul li::after {position: absolute; content:''; width: 1px; height: 20px; top: 50%; right: 0; transform: translateY(-50%); background-color: #e0e0e0;}
.lnb ul li:last-child::after {display: none;}
.lnb ul li a {position: relative; display: block; width: 100%; text-align: center; font-size: 20px; color: #666; line-height: 79px; font-weight: 500; transition: all .3s linear; z-index: 2;}  
.lnb ul li a:hover {color: #070767;}
.lnb ul li a:after {position: absolute; content:''; width: 100%; height: 2px; background-color: #070767; bottom: -1px; left: 0; opacity: 0;}
.lnb ul li.active a {color: #070767; font-weight: 600;}
.lnb ul li.active a:after {opacity: 1;}

.lnb .btn-drop {display: none;}

.sub_1 .page-header,
.sub_2 .page-header {display: none;}

.btn-box {display: flex; gap: 15px; width: 100%;}
.btn-box > a {position: relative; display: block; flex: 1 1 auto; background-color: transparent; border-radius: 30px; border: 1px solid #333; line-height: 54px; padding: 0 30px; font-size: 18px; color: #333; font-weight: 500; transition: all .2s linear;}
.btn-box > a:hover {background-color: #177ae0; border-color: #177ae0; color: #fff;}
.btn-box > a::after {position: absolute; content: ''; width: 45px; height: 19px; background: url(../images/sub/ico_arrow.png) 50% 50% no-repeat; background-size: auto; top: 50%; right: 30px; transform: translateY(-50%); transition: all .2s linear;}
.btn-box > a:hover::after {background: url(../images/main/ico_arrow.png);}

section {padding-bottom: 180px;}
.section-header h3 {position: relative; padding-top: 35px; font-size: 45px; text-align: center; color: #111; margin-bottom: 80px;}
.section-header h3::before {position: absolute; content: ''; width: 30px; height: 10px; top: 0; left: 50%; transform: translateX(-50%); background: url(../images/sub/ico_dot.png) 50% 50% no-repeat; background-size: auto;}

.article-header h4 {position: relative; padding-top: 35px; color: #333; font-size: 32px; font-weight: 500; text-align: center;}
.article-header h4 strong {font-size: 48px; font-weight: 500;}
.article-header h4 span {color: #177ae0; font-weight: 700;}
.article-header h4::before {position: absolute; content: ''; width: 30px; height: 10px; top: 0; left: 50%; transform: translateX(-50%); background: url(../images/sub/ico_dot.png) 50% 50% no-repeat; background-size: auto;}

.article-header2 h4 {position: relative; font-size: 48px; font-weight: 700; color: #111; padding-bottom: 43px;}
.article-header2 h4::after {position: absolute; content: ''; width: 40px; height: 2px; background-color: #177ae0; bottom: 0; left: 0;}
.article-header2 h4 span {display: block; font-size: 32px; color: #177ae0; margin-bottom: 20px;}
.article-header2 p {font-size: 24px; color: #666; margin-top: 30px; line-height: 1.75;}

.arti01 .btn-box > a {background-color: #fff;}
.arti01 .btn-box > a:hover {background-color: #177ae0; border-color: #177ae0; color: #fff;}
.arti01 .btn-box > a:hover::after {background: url(../images/main/ico_arrow.png);}

/* s1_1 */
.s1_1 {width: 100%; background:url(../images/sub/bg_s101.jpg) 50% 50% no-repeat; background-size: cover; padding: 270px 0 280px;}
.s1_1 .article-header h4 {font-size: 48px; font-weight: 700; color: #fff;}
.s1_1 .intro {margin-top: 230px;}
.s1_1 .intro figure img {display: block; margin: 0 auto; max-width: 100%;}
.s1_1 .intro h5 {font-size: 42px; font-family: 'Poppins'; font-weight: 600; color: #fff; text-align: center; margin-top: 40px; display: flex; align-items: center; gap: 45px; justify-content: center;}
.s1_1 .intro h5 > span {display: block;}
.s1_1 .intro h5 > span > img {display: block; max-width: 100%;}
.s1_1 .intro p {font-size: 22px; color: rgba(255,255,255, .6); text-align: center; line-height: 1.8; margin-top: 70px;}
.s1_1 .intro p ~ p {margin-top: 40px;}
.s1_1 .img_map {margin-top: 365px;}
.s1_1 .img_map img {display: block; max-width: 100%; margin: 0 auto;}


/* s2_1 */
.s2_1 .arti01 {position: relative; width: 100%; height: 970px; background: url(../images/sub/s2_visual01.jpg) 50% 50% no-repeat; background-size: cover;}
.s2_1 .arti01 > .container {height: 100%;}
.s2_1 .arti01 .inner {padding-top: 230px; position: relative; z-index: 1;}
.s2_1 .arti01 .img {margin-bottom: 25px;}
.s2_1 .arti01 .img img {display: block; max-width: 100%;}
.s2_1 .arti01 h3 {position: relative; font-size: 80px; font-weight: 700; color: #111; padding-bottom: 50px;}
.s2_1 .arti01 h3 > span {display: block; font-size: 24px; color: #111; font-weight: 500; margin-top: 15px;}
.s2_1 .arti01 h3::after {position: absolute; content: ''; width: 40px; height: 2px; background-color: #177ae0; bottom: 0; left: 0;}
.s2_1 .arti01 p {font-size: 24px; line-height: 1.75; color: #666; margin-top: 50px;}
.s2_1 .arti01 .btn-box {max-width: 464px; margin-top: 50px;}
.s2_1 .arti01 .vs_img {position: absolute; top: 200px; right: 15px; z-index: 0;}
.s2_1 .arti01 .vs_img img {display: block; margin: 0 auto; max-width: 100%;}

.s2_1 article ~ article {padding: 140px 0 110px;}
.s2_1 article:last-child {padding-bottom: 0;}

.s2_1 .arti02 .article-header {margin-bottom: 60px;}
.s2_1 .arti02 .cnt {width: 100%;}
.s2_1 .arti02 .cnt ul {width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
.s2_1 .arti02 .cnt ul li {width: 33.3333%; padding: 0 10px; min-height: 192px;}
.s2_1 .arti02 .cnt ul li:nth-of-type(3) ~ li {margin-top: 20px;}
.s2_1 .arti02 .cnt ul li dl {position: relative; width: 100%; padding: 50px 40px 20px; height: 100%; border-radius: 30px; background-color: #f6f6f6;}
.s2_1 .arti02 .cnt ul li dl::after {position: absolute; content: ''; width: 100px; height: 100px; border-radius: 50%; background: url() 50% 50% no-repeat; background-size: auto; top: 50%; right: 40px; transform: translateY(-50%);}
.s2_1 .arti02 .cnt ul li:nth-of-type(1) dl::after {background-image: url(../images/sub/ico_s21_01.png);}
.s2_1 .arti02 .cnt ul li:nth-of-type(2) dl::after {background-image: url(../images/sub/ico_s21_02.png);}
.s2_1 .arti02 .cnt ul li:nth-of-type(3) dl::after {background-image: url(../images/sub/ico_s21_03.png);}
.s2_1 .arti02 .cnt ul li:nth-of-type(4) dl::after {background-image: url(../images/sub/ico_s21_04.png);}
.s2_1 .arti02 .cnt ul li:nth-of-type(5) dl::after {background-image: url(../images/sub/ico_s21_05.png);}
.s2_1 .arti02 .cnt ul li:nth-of-type(6) dl::after {background-image: url(../images/sub/ico_s21_06.png);}
.s2_1 .arti02 .cnt ul li:nth-of-type(7) dl::after {background-image: url(../images/sub/ico_s21_07.png);}
.s2_1 .arti02 .cnt ul li:nth-of-type(8) dl::after {background-image: url(../images/sub/ico_s21_08.png);}
.s2_1 .arti02 .cnt ul li:nth-of-type(9) dl::after {background-image: url(../images/sub/ico_s21_09.png);}
.s2_1 .arti02 .cnt ul li dl dt {font-size: 30px; font-weight: 600; color: #222;}
.s2_1 .arti02 .cnt ul li dl dd {font-size: 20px; line-height: 1.4; color: #666; margin-top: 15px;}

.s2_1 .arti03 {position: relative; height: 970px; padding-bottom: 0;}
.s2_1_1 .arti03 {margin-bottom: 110px;}
.s2_1 .arti03 .img {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.s2_1 .arti03 .txt_wrap {width: 100%; display: flex; justify-content: space-between; align-items: flex-end; margin-top: 110px;}
.s2_1 .arti03 .txt_wrap .txt_box dl ~ dl {margin-top: 50px;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt {font-size: 36px; font-weight: 600; color: #111;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt i {color: #177ae0; font-style: normal; vertical-align: middle;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt.btn { display: flex; gap: 20px; align-items: center;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn {display: flex; gap: 10px;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn > div {position: relative; width: 30px; height: 30px; border-radius: 50%;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn > div.search {z-index: 5;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn > div.plus {z-index: 5;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn > div > img {cursor: pointer; transition: all .2s linear;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn > div.search:hover > img {transform: scale(1.1) rotate(45deg);}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn > div.plus:hover > img {transform: scale(1.1) rotate(90deg);}
.s2_1 .arti03 .txt_wrap .txt_box dl dt.btn1 .pop_btn div.search {display: none;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt.btn2 .pop_btn .plus {display: none; z-index: 2;}
.s2_1 .arti03 .txt_wrap .txt_box dl dd {font-size: 20px; color: #666; margin-top: 20px; line-height: 1.5;}



/* arti03 popup */
.arti03 .popup {position: absolute; top: -12px; left: -12px; width: 420px; min-height: 280px; height: 100%; background-color: #fff; border-radius: 10px;box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.2); z-index: -1; display: none;  border-radius: 10px;}
.arti03 .popup figure {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden;}
.arti03 .popup figure img {display: block; max-width: 100%; margin: 0 auto;}
.arti03 .pop-img2 {left: initial; right: -12px;}
.arti03 .pop_table {width: 882px; height: auto; padding: 40px 40px 50px; top:initial; bottom: -12px; display: none; border: 1px solid #ddd; box-shadow: none; z-index: -1; border-radius: 20px; transform: none; min-height: auto;}
.arti03 .pop_table figure {display: block;}
.arti03 .pop_table2 {left: initial; right: -12px;}
.arti03 .pop_table .table-wrap {margin-top: 0;}
.arti03 .pop_table .table-wrap ~ .table-wrap {margin-top: 40px;}
.arti03 .pop_table .table-wrap > span {display: block; font-size: 18px; font-weight: 600; color: #333; margin-bottom: 10px;}
.arti03 .pop_table .table-wrap > span > i {display: inline-block; font-style: normal; width: 4px; height: 4px; background-color: #177ae0; border-radius: 50%; vertical-align: baseline !important; margin-left: 5px;}
.arti03 .pop_table > small {font-size: 16px; display: block; text-align: right; margin-bottom: 10px; font-weight: 500; color: #333;}

.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn.show > div.search .pop_img {display: block;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn.show2 > div.plus {z-index: 10;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn.show2 > div.plus .pop_table {display: block;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn.show2 > div .pop_img {display: none;}
.s2_1 .arti03 .txt_wrap .txt_box dl dt .pop_btn.show2 > div.search {z-index: 0;}

.s2_1 .arti09 > .container {padding-bottom: 40px;}
.s2_1 .arti09 .img {bottom: 0; left: initial; transform: none; right: 15px; z-index: -1;}
.s2_1 .arti09 .txt_wrap {margin-top: 75px;}
.s2_1 .arti09 .txt_wrap .txt_box dl dt .pop_btn > div.search {z-index: 10;}
.s2_1 .arti09 .txt_wrap .txt_box dl dt .pop_btn.show >  div.search .pop_img {z-index: -1;}
.s2_1 .arti09 .notice {position: absolute; bottom: -60px; right: 15px;}

.s2_1 .arti04 {position: relative; width: 100%; height: 970px; padding-bottom: 110px; background: url(../images/sub/bg_arti04.jpg) 50% 50% no-repeat; background-size: cover; overflow: hidden;}
.s2_1 .arti04 .container {height: 100%; position: relative;}
.s2_1 .article-header2 {position: relative;}
.s2_1 .controls {position: absolute; bottom: -40px; right: 0; width: 110px;display: flex; gap: 10px;}
.s2_1 .controls .arti-btn {width: 50px; height: 50px; border-radius: 50%; background: #e0e0e0 url() 50% 50% no-repeat; background-size: auto; transition: all .2s linear; cursor: pointer;}
.s2_1 .controls .arti-btn:hover {background-color: #177ae0;}
.s2_1 .controls .arti-prev {background-image: url(../images/sub/ico_prev.png);}
.s2_1 .controls .arti-next {background-image: url(../images/sub/ico_next.png);}

.s2_1_1 .btn-w .controls .arti-btn {background-color: #fff;}
.s2_1_1 .btn-w .arti-btn:hover {background-color: #177ae0;}
.s2_1_1 .btn-w .controls .arti-prev {background-image: url(../images/sub/ico_prev2.png);}
.s2_1_1 .btn-w .controls .arti-next {background-image: url(../images/sub/ico_next2.png);}
.s2_1_1 .btn-w .controls .arti-prev:hover {background-image: url(../images/sub/ico_prev.png);}
.s2_1_1 .btn-w .controls .arti-next:hover {background-image: url(../images/sub/ico_next.png);}

.s2_1 .arti04 .notice {position: absolute; bottom: 50px; right: 15px;}

.s2_1 .arti04 .slide-wrap {position: absolute; right: 15px; bottom: 0px; max-width: 710px; width: 100%;}
.s2_1 .slide-wrap .arti04-slide {overflow: visible; height: 384px;}
.s2_1 .slide-wrap .arti04-slide .swiper-wrapper {transition-timing-function: linear;}
.s2_1 .slide-wrap .arti04-slide .swiper-slide {transition: all .3s linear; opacity: 0;}
.s2_1 .slide-wrap .arti04-slide .swiper-slide-next .img-box {transform: scale(.85);}
.s2_1 .slide-wrap .arti04-slide .swiper-slide-active,
.s2_1 .slide-wrap .arti04-slide .swiper-slide-next {opacity: 1;}
.s2_1 .slide-wrap .arti04-slide .img-box {border-radius: 30px; overflow: hidden; box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.2); height: 100%; transition: all .3s linear;}
.s2_1 .slide-wrap .arti04-slide .img-box img {max-width: 100%; display: block; margin: 0 auto;}

/* .s2_1 .slide-wrap .arti04-slide .swiper-slide-active {margin-right: -10px !important;} */
.s2_1 .slide-wrap .arti04-slide .swiper-slide-active .img-box {transform: scale(1);}

.s2_1 .arti05 {overflow: hidden; position: relative;}
.s2_1 .arti05 .article-header2 h4 > i {font-style: normal;font-weight: 500;} 
.s2_1 .arti05 .controls {bottom: -5px;}
.s2_1 .slide-wrap2 {margin-top: 50px; width: 100%; max-width: 1350px;}
.s2_1 .slide-wrap2 .arti05-slide {overflow: visible; height: 320px;}
.s2_1 .slide-wrap2 .arti05-slide .swiper-wrapper {transition-timing-function: linear;}
.s2_1 .slide-wrap2 .arti05-slide .img-box {border-radius: 30px; overflow: hidden; box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.2); height: 100%;}

.s2_1 .arti05 .notice {margin-top: 20px; padding-right: 15px;}

.s2_1 .arti06 {background-color: #f6f6f6;}
.s2_1 .arti06 .flex-wrap{display: flex; align-items: flex-start; justify-content: space-between; width: 100%; margin-bottom: 20px; }
.s2_1 .arti06 .left { max-width: 682px; width: 100%; padding-top: 40px;;}
.s2_1 .arti06 .tab {margin-top: 35px; width: 100%;}
.s2_1 .arti06 .tab ul {display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin: 0 -5px;}
.s2_1 .arti06 .tab ul li {width: 50%; padding: 0 5px;}
.s2_1 .arti06 .tab ul li:nth-of-type(2) ~ li {margin-top: 10px;}
.s2_1 .arti06 .tab ul li p {width: 100%; padding: 16.5px 20px; background-color: #fff; border-radius: 10px; transition: all .2s linear; cursor: pointer;}
.s2_1 .arti06 .tab ul li p span {display: block; padding-left: 25px; position: relative; line-height: 1.5; font-size: 18px; font-weight: 500; color: #333; transition: all .2s linear; letter-spacing: -.6px;}
.s2_1 .arti06 .tab ul li span::before {position: absolute; content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: #177ae0; top: 10px; left: 0; transition: all .2s linear;}
.s2_1 .arti06 .tab ul li p:hover {background-color: #177ae0;}
.s2_1 .arti06 .tab ul li p:hover span {color: #fff;}
.s2_1 .arti06 .tab ul li p:hover span::before {background-color: #fff;}
.s2_1 .arti06 .tab ul li.on p {background-color: #177ae0;}
.s2_1 .arti06 .tab ul li.on p span {color: #fff;}
.s2_1 .arti06 .tab ul li.on p span::before {background-color: #fff;}

.s2_1 .arti06 .btn-box {max-width: 240px; margin-top: 60px;}
.s2_1 .arti06 .slide-wrap3 {max-width: 645px; width: 100%; padding: 0 65px; position: relative; padding-bottom: 10px;}
.s2_1 .arti06 .slide-wrap3 .swiper .swiper-wrapper {transition-timing-function: linear;}
.s2_1 .arti06 .slide-wrap3 .swiper .swiper-slide .img-box {padding: 0 30px 30px 30px;}
.s2_1 .arti06 .slide-wrap3 .swiper .swiper-slide .img-box img {max-width: 100%; display: block; margin: 0 auto;box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.2); cursor: pointer;}
.s2_1 .arti06 .controls {width: 100%; justify-content: space-between; top: 50%; bottom: initial; transform: translateY(-50%);}
.s2_1 .arti06 .slide-wrap3 .arti06-paging {width: auto; justify-content: center; display: flex; gap: 10px; bottom: 0; left: 50%; transform: translateX(-50%); position: absolute;}
.s2_1 .arti06 .slide-wrap3 .arti06-paging .swiper-pagination-bullet {margin: 0 !important; width: 10px; height: 10px; border-radius: 50%; background-color: #e1e1e1; opacity: 1 !important; transition: all .2s linear;}
.s2_1 .arti06 .slide-wrap3 .arti06-paging .swiper-pagination-bullet-active {background-color: #177ae0;}

.arti06-popup {display: none; position: fixed; top: 0; left: 0; z-index: 1000; background-color: rgba(0,0,0, .9); width: 100%; height: 100%;}
.arti06-popup > button {position: absolute; top: 30px; right: 30px; width: 23px; height: 23px; z-index: 10;}
.arti06-popup .inner {max-width: 830px; width: 100%; padding: 0 15px; height: 100dvh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.arti06-popup .inner figure {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.arti06-popup .inner figure img {display: block; max-width: 100%; margin: 0 auto; height: 100%;}
.s2_1 .arti06 .arti06-popup .controls {width: calc(100% - 60px); left: 50%; transform: translate(-50%, -50%); z-index: 10;}
.s2_1 .arti06 .arti06-popup .controls .arti-btn {background-color: transparent; border: 1px solid #e0e0e0;}
.s2_1 .arti06 .arti06-popup .controls .arti-btn:hover {background-color: #177ae0; border-color: #177ae0;}
.arti06-popup .controls .pop-btn-prev {background-image: url(../images/sub/ico_prev.png);}
.arti06-popup .controls .pop-btn-next {background-image: url(../images/sub/ico_next.png);}

.s2_1 .arti07 {width: 100%; height: 970px; background: url(../images/sub/bg_arti07.jpg) 50% 50% no-repeat; background-size: cover;}
.s2_1 .arti07 .flex-wrap {margin-bottom: 0;}
.s2_1 .arti07 .tit-box {margin-top: 40px;}
.s2_1 .arti07 .tit-box > h5 {font-size: 32px; font-weight: 600; color: #333; display: none;}
.s2_1 .arti07 .tit-box > h5 > i {font-style: normal; color: #177ae0;}
.s2_1 .arti07 .tit-box > h5.tit01 {display: block;}
.s2_1 .arti07 .tab ul li p {border:1px solid #ddd;}
.s2_1 .arti07 .tab ul li p:hover {border-color: #177ae0;}
.s2_1 .arti07 .tab ul li.on p {border-color: #177ae0;}

.s2_1 .arti07 .slide-wrap3 .swiper .swiper-slide .img-box img {cursor: default;}
.s2_1 .arti07 .slide-wrap3 .arti07-paging {width: auto; display: flex; gap: 10px; bottom: 0; left: 50%; transform: translateX(-50%); position: absolute;}
.s2_1 .arti07 .slide-wrap3 .arti07-paging .swiper-pagination-bullet {margin: 0 !important; width: 10px; height: 10px; border-radius: 50%; background-color: #e1e1e1; opacity: 1 !important; transition: all .2s linear;}
.s2_1 .arti07 .slide-wrap3 .arti07-paging .swiper-pagination-bullet-active {background-color: #177ae0;}


.s2_1 .arti08 figure {margin-top: 40px; width: 100%;}
.s2_1 .arti08 figure img {max-width: 100%; display: block; margin: 0 auto; }
.s2_1 .arti08 .table-wrap {margin-top: 60px; width: 100%;}
.s2_1 .arti08 .table-wrap table {width: 100%; table-layout: fixed;}
.s2_1 .arti08 .table-wrap table th {background-color: #0c1937; text-align: center; font-size: 20px; font-weight: 500; color: #fff; line-height: 60px;}
.s2_1 .arti08 .table-wrap table th:nth-of-type(1) {border-right: 1px solid #ddd;}
.s2_1 .arti08 .table-wrap table td {font-size: 20px; color: #666; padding: 15px 40px; line-height: 1.5; border-bottom: 1px solid #ddd;}
.s2_1 .arti08 .table-wrap table td.tit {text-align: center; background-color: #f5f5f5; vertical-align: middle; border-right: 1px solid #ddd;}

.s2_1 small.notice {display: block; text-align: right; font-size: 18px; color: #666; line-height: 1.77; margin-top: 10px;}
.s2_1 small.notice ~ .notice {margin-top: 0;}

.s2_1 .arti10 {padding: 140px 0;}
.s2_1 .arti10 .cnt {width: 100%; margin: 70px auto 0; display: flex; gap: 50px;}
.s2_1 .arti10 .cnt figure {max-width: 540px; width: 100%; border-radius: 10px;}
.s2_1 .arti10 .cnt .txt-box {width: 1%; flex: 1 1 auto; border-radius: 10px; background-color: #f5f5f5; padding: 65px 40px 60px 50px;}
.s2_1 .arti10 .cnt .txt-box h5 {font-size: 34px; font-weight: 600; color: #444; text-align: center;}
.s2_1 .arti10 .cnt .txt-box dl {display: flex; gap: 48px; margin-top: 45px; align-items: center;}
.s2_1 .arti10 .cnt .txt-box dl dt {max-width: 200px; width: 100%; border-radius: 50%; overflow: hidden;}
.s2_1 .arti10 .cnt .txt-box dl dt img {max-width: 100%; display: block; margin: 0 auto;}
.s2_1 .arti10 .cnt .txt-box dl dd {font-size: 20px; color: #666; line-height: 1.8; width: 1%; flex: 1 1 auto;}

.s2_1 .arti11 {padding: 120px 0; background-color: #f6f6f6;}
.s2_1 .arti11 .cnt {margin-top: 80px; width: 100%;}
.s2_1 .arti11 .cnt ul {width: 100%; gap: 156px; display: flex;}
.s2_1 .arti11 .cnt ul li {width: 1%; flex: 1 1 auto;}
.s2_1 .arti11 .cnt ul li dl {position: relative; width: 100%; padding-left: 90px;}
.s2_1 .arti11 .cnt ul li dl::before {position: absolute; contnet:''; width: 50px; height: 50px; border-radius: 50%; font-size: 22px; font-weight: 500; color: #fff; text-align: center; line-height: 50px; top: 0; left: 0; background-color: #177ae0;}
.s2_1 .arti11 .cnt ul li:nth-of-type(1) dl::before {content:'1';}
.s2_1 .arti11 .cnt ul li:nth-of-type(2) dl::before {content:'2';}
.s2_1 .arti11 .cnt ul li:nth-of-type(3) dl::before {content:'3';}
.s2_1 .arti11 .cnt ul li dl dt {border-radius: 10px; overflow: hidden; box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.1);}
.s2_1 .arti11 .cnt ul li dl dt img {max-width: 100%; display: block; margin: 0 auto;}
.s2_1 .arti11 .cnt ul li dl dd {margin-top: 40px;}
.s2_1 .arti11 .cnt ul li dl dd h5 {font-size: 28px; font-weight: 600; color: #222; }
.s2_1 .arti11 .cnt ul li dl dd p {font-size: 20px; color: #666; line-height: 1.5; margin-top: 20px;}
.s2_1 .arti11 .cnt ul li dl .note {display: flex; align-items: center; gap: 20px;}
.s2_1 .arti11 .cnt ul li dl .note > a.plus {position: relative; z-index: 2; display: block; width: 30px; height: 30px; border-radius: 50%;}
.s2_1 .arti11 .cnt ul li dl .note > a.plus > img {transition: all .2s linear;}
.s2_1 .arti11 .cnt ul li dl .note > a.plus:hover > img {transform: scale(1.1) rotate(90deg);}
.s2_1 .arti11 .cnt ul li dl .note > a.plus > span {display: none; position: absolute; padding: 28px 20px; width: 370px; border: 1px solid #ddd; border-radius: 10px; background-color: #fff; text-align: center; font-size: 16px; color: #de3939; bottom: -8px; left: -8px; z-index: -1; line-height: 1.625; cursor: default;}

.s2_1 .arti12 {background-color: #f6f6f6; padding: 120px 0 105px;}
.s2_1 .arti12 .cnt {width: 100%; display: flex; justify-content: space-between; margin-top: 75px; gap: 20px}
.s2_1 .arti12 .cnt .left {max-width: 460px; width: 100%;}
.s2_1 .arti12 .cnt > div .img-box {width: 100%; min-height: 650px;}
.s2_1 .arti12 .cnt > div .img-box img {max-width: 100%;margin: 0 auto; display: block; box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.2);}
.s2_1 .arti12 .cnt > div strong {display: block; margin-top: 35px; font-size: 28px; color: #222; font-weight: 600; text-align: center;}
.s2_1 .arti12 .cnt > div strong > i {font-style: normal; color: #177ae0;}
.s2_1 .arti12 .cnt > div span {display: block; font-size: 20px; color: #666; line-height: 1.5; margin-top: 20px; text-align: center;}
.s2_1 .arti12 .cnt .right {max-width: 850px; width: 100%;}
/* .s2_1 .arti12 .cnt .right .img-box .img01 {z-index: 5; left: 0;}
.s2_1 .arti12 .cnt .right .img-box .img02 {z-index: 4; left: 90px;}
.s2_1 .arti12 .cnt .right .img-box .img03 {z-index: 3; left: 180px;}
.s2_1 .arti12 .cnt .right .img-box .img04 {z-index: 2; right: 120px;}
.s2_1 .arti12 .cnt .right .img-box .img05 {z-index: 1; right: 0;} */

.s2_1 .arti13 {padding: 140px 0 0;}
.s2_1 .arti13 .cnt {margin-top: 70px; width: 100%;}
.s2_1 .arti13 .cnt h5 {position: relative; font-size: 34px; line-height: 1.235; color: #222; font-weight: 600; padding-left: 25px;}
.s2_1 .arti13 .cnt h5::before {position: absolute; content:''; width: 4px; height: 27px; background: url(../images/sub/ico_dot2.png) 50% 50% no-repeat; background-size: auto; top: 8px; left: 0;}
.s2_1 .arti13 .cnt h5 > span {color: #177ae0}
.s2_1 .arti13 .cnt figure {margin-top: 40px;}
.s2_1 .arti13 .cnt figure img {max-width: 100%; display: block; margin: 0 auto;}
.s2_1 .arti13 .cnt > small {font-size: 20px; margin-top: 15px; display: block; color: #666; line-height: 1.5;}

.s2_1 .arti13 .cnt ~ .cnt {margin-top: 120px;}
.s2_1 .arti13 .cnt dl {margin-top: 40px;}
.s2_1 .arti13 .cnt dl ~ dl {margin-top: 55px;}
.s2_1 .arti13 .cnt dl dt {font-size: 24px; color: #333; font-weight: 600; display: flex; align-items: flex-end;}
.s2_1 .arti13 .cnt dl dt > i {background-color: #177ae0; width: 6px; height: 6px; border-radius: 50%; display: block;  margin-left: 10px; margin-bottom: 2px;}
.s2_1 .arti13 .cnt dl dd {margin-top: 15px;}
.s2_1 .arti13 .cnt dl dd p {font-size: 20px; color: #666; line-height: 1.6;}
.s2_1 .arti13 .cnt2 > small {text-align: right;}

.s2_1 .arti13 .cnt3 h5 {font-size: 28px; font-weight: 500;}
.s2_1 .arti13 .cnt3 .figure-box {display: flex; justify-content: space-between;}
.s2_1 .arti13 .cnt3 .figure-box figure {width: 1%; flex: 1 1 auto;}
.s2_1 .arti13 .cnt3 .figure-box figure img {margin: 0;}
.s2_1 .arti13 .cnt3 .figure-box figure:last-child img {margin-left: auto;}

.s2_1 .arti15 {padding: 120px 0 0;}
.s2_1 .arti15 .cnt {margin-top: 60px; padding: 35px 30px; border-radius: 20px; box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.2); background-color: #fff;}
.s2_1 .arti15 .cnt ul {display: flex; width: 100%; gap:60px; justify-content: space-between;}
.s2_1 .arti15 .cnt ul li {width: 1%; flex: 1 1 auto;}
.s2_1 .arti15 .cnt ul li figure {width: 100%;}
.s2_1 .arti15 .cnt ul li figure img {display: block; max-width: 100%; margin: 0 auto;}

/* s2_1_2 페인비전 */
.s2_1_2 .arti01 {background-image: url(../images/sub/s2_visual02.jpg);}
.s2_1_2 .arti01 .vs_img {top: 171px;}

.s2_1_2 .arti02 {padding-bottom: 0;}
.s2_1_2 .arti02 .article-header h4 span {font-weight: 700;}
.s2_1_2 .arti02 .cnt ul li {min-height: 375px;}
.s2_1_2 .arti02 .cnt ul li dl::after {display: none;}
.s2_1_2 .arti02 .cnt ul li dl {text-align: center;}
.s2_1_2 .arti02 .cnt ul li dl dt {max-width: 115px; width: 100%; margin: 0 auto;}
.s2_1_2 .arti02 .cnt ul li dl dd {margin-top: 30px;}
.s2_1_2 .arti02 .cnt ul li dl dd h5 {font-size: 30px; font-weight: 600; color: #177ae0;}
.s2_1_2 .arti02 .cnt ul li dl dd p {font-size: 20px; color: #666; line-height: 1.5; margin-top: 15px;}

.s2_1_2 .arti03 {width: 100%; height:940px; padding-top: 140px; background:url(../images/sub/bg_s212_01.jpg) 50% 50% no-repeat; background-size: cover; margin-bottom: 0;}
.s2_1_2 .arti03 .img {bottom: 50px;}
.s2_1_2 .arti03 .txt_wrap {align-items: flex-start;}
.s2_1_2 .arti03 .txt_wrap .txt_box dl dd .code {display: flex; gap: 2px;}
.s2_1_2 .arti03 .txt_wrap .txt_box dl dd .code span {width: 78px;}
.s2_1_2 .arti03 .txt_wrap .txt_box dl dd .code p {width: 1%; flex: 1 1 auto;}
.s2_1_2 .arti03 .txt_wrap .txt_r {padding-right: 110px;}

.s2_1_2 .arti04 .article-header2 p {font-size: 32px; font-weight: 600; color: #333;}
.s2_1_2 .arti04 .article-header2 p > i {color: #177ae0; font-style: normal; display: inline-block; margin-left: 10px;}
.s2_1_2 .slide-wrap .arti04-slide {height: 400px;}

.s2_1_2 .arti06 {background-color: #fff;}
.s2_1_2 .arti06 .tab ul li p {border: 1px solid #ddd;}
.s2_1_2 .arti06 .tab ul li.on p {border-color: #177ae0;}

.s2_1_2 .arti08 .table-wrap table tr td.bd-r {border-right : 1px solid #ddd;}
.s2_1_2 .arti08 figure img {margin: 0; margin:0 308px 0 auto;}

/* s2_1_3 */
.s2_1_3 .arti01 {background-image: url(../images/sub/s2_visual03.jpg);}

.s2_1_3 .arti02 .container {position:relative;}
.s2_1_3 .arti02 .cnt ul li dl dt > span {display: inline-block; margin-left: 20px; cursor:pointer;}
.s2_1_3 .arti02 .cnt ul li dl dt > span > img {transition: all .2s linear;}
.s2_1_3 .arti02 .cnt ul li dl dt > span:hover > img {transform: scale(1.1) rotate(90deg);}
.s2_1_3 .arti02 .cnt ul li:nth-of-type(1) dl::after {background-image: url(../images/sub/ico_s213_01.png);}
.s2_1_3 .arti02 .cnt ul li:nth-of-type(2) dl::after {background-image: url(../images/sub/ico_s213_02.png);}
.s2_1_3 .arti02 .cnt ul li:nth-of-type(3) dl::after {background-image: url(../images/sub/ico_s213_03.png);}
.s2_1_3 .arti02 .cnt ul li:nth-of-type(4) dl::after {background-image: url(../images/sub/ico_s213_04.png);}
.s2_1_3 .arti02 .cnt ul li:nth-of-type(5) dl::after {background-image: url(../images/sub/ico_s213_05.png);}
.s2_1_3 .arti02 .cnt ul li:nth-of-type(6) dl::after {background-image: url(../images/sub/ico_s213_06.png);}

.s2_1_3 .arti02 {padding-bottom: 0;}
.table-pop {position: absolute; top: 75px; left: 50%; transform: translateX(-50%); max-width: 1280px; width: 100%; background-color: #fff; border: 1px solid #ddd; border-radius: 20px; padding: 40px; z-index: 10;}
.table-pop h5 {font-size: 28px; font-weight: 600; color: #222;}
.table-pop > button {display: block; position: absolute; top:12px; right: 12px; cursor: pointer; width: 41px; height: 40px; border-radius: 50%; z-index: 2;}
.table-pop .table-wrap {width: 100%; margin-top: 20px;}
.table-pop .table-wrap table {width: 100%; table-layout: fixed;}
.table-pop .table-wrap table th {background-color: #0c1937; text-align: center; font-size: 16px; font-weight: 400; color: #fff; line-height: 56px; border-right: 1px solid #ddd;}
.table-pop .table-wrap table th:nth-of-type(1) {border-right: 1px solid #ddd;  border-radius: 10px 0 0 0;}
.table-pop .table-wrap table th:last-child {border-radius: 0 10px 0 0; border-right: 0;}
.table-pop .table-wrap table td {font-size: 16px; color: #666; padding: 15px; line-height: 1.5; border-bottom: 1px solid #ddd; text-align: center;  border-right: 1px solid #ddd;}
.table-pop .table-wrap table td:last-child {border-right: 0;}
.table-pop .table-wrap table td.tit {background-color: #f5f5f5; vertical-align: middle; font-weight: 500; border-right: 0;}
.table-pop .table-wrap table td.tit2 { border-right: 1px solid #ddd;}
.table-pop .table-wrap table td.tit2:nth-of-type(1) {border-right: 1px solid #ddd;  border-radius: 10px 0 0 0;}
.table-pop .table-wrap table td.tit2:last-child {border-radius: 0 10px 0 0; border-right: 0;}

.s2_1_3 .arti03 {height: 820px; padding-top: 145px;}
.s2_1_3 .arti03 .txt_wrap {align-items: flex-start;}
.s2_1_3 .arti03 .txt_wrap .txt_r dl dt {line-height: 1.2;}
.s2_1_3 .arti03 .txt_wrap .txt_r dl dd {margin-top: 0;}
.s2_1_3 .arti03 .txt_wrap .txt_r dl ~ dl {margin-top: 40px;}

.s2_1_3 .arti14 .cnt .mode {width: 100%; margin-top: 50px;}
.s2_1_3 .arti14 .cnt h5 ~ h5 {margin-top: 110px;}
.s2_1_3 .arti14 .cnt .mode ul {display: flex; width: calc(100% + 60px); margin: 0 -30px;}
.s2_1_3 .arti14 .cnt .mode ul li {position: relative; width: 25%; padding: 0 30px; min-height: 280px;}
.s2_1_3 .arti14 .cnt .mode ul li:not(:last-child)::after {position: absolute; content:''; width: 34px; height: 34px; border-radius: 50%; background:url(../images/sub/ico_s_arrow.png) 50% 50% no-repeat; background-size: auto; background-color: #e0e0e0; top: 50%; right: -17px; transform: translateY(-50%);}
.s2_1_3 .arti14 .cnt .mode ul li:nth-of-type(3)::after {background-color: #177ae0;}
.s2_1_3 .arti14 .cnt .mode ul li p {position: relative; width:100%; height: 100%; font-size: 24px; font-weight: 600; color: #333; line-height: 1.417; padding: 35px 40px 40px; background-color: #f6f6f6; border-radius: 20px;}
.s2_1_3 .arti14 .cnt .mode ul li p::after {position: absolute; content:''; width: 133px; height: 160px; background: url() 50% 50% no-repeat; background-size: auto; bottom: 40px; right: 40px;}
.s2_1_3 .arti14 .cnt .mode ul li:nth-of-type(1) p::after {background-image: url(../images/sub/img_s213_07.png);}
.s2_1_3 .arti14 .cnt .mode ul li:nth-of-type(2) p::after {background-image: url(../images/sub/img_s213_08.png);}
.s2_1_3 .arti14 .cnt .mode ul li:nth-of-type(3) p::after {background-image: url(../images/sub/img_s213_09.png);}
.s2_1_3 .arti14 .cnt .mode ul li:nth-of-type(4) p::after {background-image: url(../images/sub/img_s213_10.png);}
.s2_1_3 .arti14 .cnt .mode ul li p > i {font-style: normal; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: #177ae0;}

.s2_1_3 .arti14 .cnt .mode2 ul li:nth-of-type(1) p::after {background-image: url(../images/sub/img_s213_11.png);}
.s2_1_3 .arti14 .cnt .mode2 ul li:nth-of-type(2) p::after {background-image: url(../images/sub/img_s213_12.png);}
.s2_1_3 .arti14 .cnt .mode2 ul li:nth-of-type(3) p::after {background-image: url(../images/sub/img_s213_13.png);}
.s2_1_3 .arti14 .cnt .mode2 ul li:nth-of-type(4) p::after {background-image: url(../images/sub/img_s213_14.png);}

.s2_1_3 .arti08 {padding-top: 140px;}

/* s2_2_1 */
.s2_2_1 .arti01 {background-image: url(../images/sub/s2_visual04.jpg);}
.s2_2_1 .arti01 .inner .img {max-width: 240px; width: 100%; line-height: 50px; text-align: center; font-size: 28px; font-weight: 500; color: #fff; background-color: #177ae0; border-radius: 10px; margin-bottom: 15px;}


.s2_2_1 .arti13 {padding: 120px 0 140px;}
.s2_2_1 .arti13 ~ .arti13 {margin-top: 120px;}
.s2_2_1 .arti13.pb0 {padding-bottom: 0;}
.s2_2_1 .arti13 .cnt {margin-top: 0;}
.s2_2_1 .arti13 .cnt ~ .cnt {margin-top: 120px;}
.s2_2_1 .arti13 .cnt h5 {margin-bottom: 50px;}
.s2_2_1 .arti13 .cnt h5 > span {font-size: 24px;}
.s2_2_1 .arti13 .cnt .wrap {display: flex; width: 100%; gap: 80px; align-items: flex-end;}
.s2_2_1 .arti13 .cnt .wrap .img-box {padding-left: 58px; max-width: 630px; width: 100%;}
.s2_2_1 .arti13 .cnt .wrap .img-box img {max-width: 100%; display: block; margin-left: auto;}
.s2_2_1 .arti13 .cnt .wrap .txt-box {width: 1%; flex: 1 1 auto;}
.s2_2_1 .arti13 .cnt .wrap .txt-box p {position: relative; padding-left: 25px; font-size: 24px; color: #333; line-height: 1.75;}
.s2_2_1 .arti13 .cnt .wrap .txt-box p > small {display: block; font-size: 20px; color: #de3939;}
.s2_2_1 .arti13 .cnt .wrap .txt-box p::before {position: absolute; content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: #177ae0; top: 17px; left: 0;}
.s2_2_1 .arti13 .cnt .wrap .txt-box p ~ p {margin-top: 20px;}

.s2_2_1 .arti13 .cnt .musfit {width: 100%;}
.s2_2_1 .arti13 .cnt .musfit ul {display: flex; gap: 20px; width: 100%;}
.s2_2_1 .arti13 .cnt .musfit ul li {width: 1%; flex: 1 1 auto; min-height: 380px;}
.s2_2_1 .arti13 .cnt .musfit ul li dl {position: relative; width: 100%; height: 100%; background-color: #fff; border-radius: 20px; box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.15); padding:175px 40px 20px; margin-top: 0;}
.s2_2_1 .arti13 .cnt .musfit ul li dl::after {position: absolute; content:''; width: 70px; height: 70px; background: url() 50% 50% no-repeat; background-size: auto; top: 40px; left: 40px;}
.s2_2_1 .arti13 .cnt .musfit ul li:nth-of-type(1) dl::after {background-image:url(../images/sub/ico_s214_01.png);}
.s2_2_1 .arti13 .cnt .musfit ul li:nth-of-type(2) dl::after {background-image:url(../images/sub/ico_s214_02.png);}
.s2_2_1 .arti13 .cnt .musfit ul li:nth-of-type(3) dl::after {background-image:url(../images/sub/ico_s214_03.png);}
.s2_2_1 .arti13 .cnt .musfit ul li:nth-of-type(4) dl::after {background-image:url(../images/sub/ico_s214_04.png);}
.s2_2_1 .arti13 .cnt .musfit ul li dl dt {font-size: 28px; font-weight: 600; color: #222; display: flex; align-items: flex-end;}
.s2_2_1 .arti13 .cnt .musfit ul li dl dt i {display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: #177ae0;}
.s2_2_1 .arti13 .cnt .musfit ul li dl dd {margin-top: 20px; font-size: 20px; color: #666; line-height: 1.5;}

.s2_2_1 .arti02 .cnt > strong {display: block; font-size: 32px; font-weight: 600; color: #177ae0; margin-bottom: 40px;}
.s2_2_1 .arti02 .cnt > strong ~ strong {margin-top: 60px;}
.s2_2_1 .arti02 .cnt ul li dl {margin-top: 0;}
.s2_2_1 .arti02 .cnt ul li:nth-of-type(1) dl::after {background-image:url(../images/sub/ico_s214_05.png);}
.s2_2_1 .arti02 .cnt ul li:nth-of-type(2) dl::after {background-image:url(../images/sub/ico_s214_06.png);}
.s2_2_1 .arti02 .cnt ul li:nth-of-type(3) dl::after {background-image:url(../images/sub/ico_s214_07.png);}
.s2_2_1 .arti02 .cnt ul li:nth-of-type(4) dl::after {background-image:url(../images/sub/ico_s214_08.png);}
.s2_2_1 .arti02 .cnt ul li:nth-of-type(5) dl::after {background-image:url(../images/sub/ico_s214_09.png);}
.s2_2_1 .arti02 .cnt ul li:nth-of-type(6) dl::after {background-image:url(../images/sub/ico_s214_10.png);}
.s2_2_1 .arti02 .cnt ul li:nth-of-type(7) dl::after {background-image:url(../images/sub/ico_s214_11.png);}
.s2_2_1 .arti02 .cnt ul li:nth-of-type(8) dl::after {background-image:url(../images/sub/ico_s214_12.png);}

.s2_2_1 .arti02 .cnt ul:nth-of-type(2) li:nth-of-type(1) dl::after {background-image:url(../images/sub/ico_s214_13.png);}
.s2_2_1 .arti02 .cnt ul:nth-of-type(2) li:nth-of-type(2) dl::after {background-image:url(../images/sub/ico_s214_14.png);}
.s2_2_1 .arti02 .cnt ul:nth-of-type(2) li:nth-of-type(3) dl::after {background-image:url(../images/sub/ico_s214_15.png);}
.s2_2_1 .arti02 .cnt ul:nth-of-type(2) li:nth-of-type(4) dl::after {background-image:url(../images/sub/ico_s214_16.png);}
.s2_2_1 .arti02 .cnt ul:nth-of-type(2) li:nth-of-type(5) dl::after {background-image:url(../images/sub/ico_s214_17.png);}
.s2_2_1 .arti02 .cnt ul:nth-of-type(2) li:nth-of-type(6) dl::after {background-image:url(../images/sub/ico_s214_18.png);}

.s2_2_1 .arti13 .table-wrap {margin-top: 0;}
.s2_2_1 .arti13 .table-wrap table td {padding: 20px; text-align: center; line-height: 1;}
.s2_2_1 .arti13 .table-wrap table th:not(:last-child) {border-right: 1px solid #ddd;}
.s2_2_1 .arti13 .table-wrap table td:not(:last-child) {border-right: 1px solid #ddd;}
.s2_2_1 .arti13 .table-wrap table td > img {display: block; max-width: 100%; margin: 0 auto;}

.s2_2_1 .arti08 {padding-top: 0;}

/* s2_2_2 */
.s2_2_2 .arti01 {background-image: url(../images/sub/s2_visual05.jpg);}

.s2_2_2 .arti16 .cnt{width: 100%; padding: 55px 0 60px; background:url(../images/sub/bg_s222_01.jpg) 50% 50% no-repeat;background-size: auto;}
.s2_2_2 .arti16 .cnt h5 > span {font-weight: 700;}
.s2_2_2 .arti16 .cnt p {font-size: 24px; line-height: 1.75;color: #333; margin-top: 30px; padding-right: 600px;}
.s2_2_2 .arti16 .cnt p > strong {font-size: 30px; font-weight: 600; color: #177ae0;}

.s2_2_2 .arti02 {padding: 80px 0 120px;}
.s2_2_2 .arti02 .cnt ul {justify-content: center;}
.s2_2_2 .arti02 .cnt ul ~ ul {margin-top: 20px;}
.s2_2_2 .arti02 .cnt ul li {min-height: 150px;}
.s2_2_2 .arti02 .cnt ul li dl {display: flex; align-items: center; padding: 20px 40px;}
.s2_2_2 .arti02 .cnt ul li:nth-of-type(1) dl::after {background-image:url(../images/sub/ico_s222_01.png);}
.s2_2_2 .arti02 .cnt ul li:nth-of-type(2) dl::after {background-image:url(../images/sub/ico_s222_02.png);}
.s2_2_2 .arti02 .cnt ul li:nth-of-type(3) dl::after {background-image:url(../images/sub/ico_s222_03.png);}
.s2_2_2 .arti02 .cnt ul li dl dd {display: none;}

.s2_2_2 .arti02 .cnt ul:nth-of-type(2) li:nth-of-type(1) dl::after {background-image:url(../images/sub/ico_s222_04.png);}
.s2_2_2 .arti02 .cnt ul:nth-of-type(2) li:nth-of-type(2) dl::after {background-image:url(../images/sub/ico_s222_05.png);}

.s2_2_2 .arti02 .cnt ul:nth-of-type(3) li:nth-of-type(1) dl::after {background-image:url(../images/sub/ico_s222_06.png);}
.s2_2_2 .arti02 .cnt ul:nth-of-type(3) li:nth-of-type(2) dl::after {background-image:url(../images/sub/ico_s222_07.png);}
.s2_2_2 .arti02 .cnt ul:nth-of-type(3) li:nth-of-type(3) dl::after {background-image:url(../images/sub/ico_s222_08.png);}

.s2_2_2 .arti13 .cnt h5.ty2 {color: #444;}
.s2_2_2 .arti13 .cnt h5.ty2 > strong {font-weight: 700; color: #222;}
.s2_2_2 .arti13 .cnt h5.ty2 span {color: #177ae0;}
.s2_2_2 .arti17 {padding-top: 0;}
.s2_2_2 .arti17 .cnt {margin-top: 0;}
.s2_2_2 .arti17 .cnt p {font-size: 24px; color: #333; line-height: 1.75; margin-top: 35px; padding-left: 25px;}

.s2_2_2 .arti17 .effect {margin-top: 45px; width: 100%; display: flex; gap: 30px; align-items: center;}
.s2_2_2 .arti17 .effect figure {max-width: 680px; width: 100%; border-radius: 20px;}
.s2_2_2 .arti17 .effect figure img {max-width: 100%; display: block; margin: 0 auto;}
.s2_2_2 .arti17 .effect .txt-box {width: 1%; flex: 1 1 auto;}
.s2_2_2 .arti17 .effect .txt-box dl {width: 100%; display: flex; gap: 22px; align-items: center; padding-bottom: 14px;}
.s2_2_2 .arti17 .effect .txt-box dl ~ dl {border-top: 1px dashed #ddd; padding-top: 15px;}
.s2_2_2 .arti17 .effect .txt-box dl:last-child {padding-bottom: 0;}
.s2_2_2 .arti17 .effect .txt-box dl dt {max-width: 120px; width: 100%; line-height: 100px; font-size: 28px; color: #222; font-weight: 500; text-align: center; border-radius: 8px; background-color: #eff6fd;}
.s2_2_2 .arti17 .effect .txt-box dl dd {width: 1%; flex: 1 1 auto;}
.s2_2_2 .arti17 .effect .txt-box dl dd h5 {font-size: 30px; font-weight: 600; color: #111;}
.s2_2_2 .arti17 .effect .txt-box dl dd h5 > i {display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: #177ae0;}
.s2_2_2 .arti17 .effect .txt-box dl dd p {font-size: 20px; color: #666; margin-top: 20px;}

.s2_2_2 .arti17 .container > h5 {text-align: center; margin-top: 110px; font-size: 34px; font-weight: 600; color: #444; line-height: 1.5;}
.s2_2_2 .arti17 .container > h5 > span {font-weight: 700; color: #177ae0;}

.s2_2_2 .arti17 .cell {margin-top: 50px; width: 100%; gap: 220px; display: flex; position: relative;}
.s2_2_2 .arti17 .cell::after {position: absolute; content:''; width: 61px; height: 61px; border-radius: 50%; background:url(../images/sub/ico_arrow2.png) 50% 50% no-repeat; background-size: auto; top: calc(50% - 40px); left: 50%; transform: translate(-50%, -50%);}
.s2_2_2 .arti17 .cell figure {width: 1%; flex: 1 1 auto;}
.s2_2_2 .arti17 .cell figure img {max-width: 100%; display: block; margin: 0 auto;}
.s2_2_2 .arti17 .cell figure figcaption {margin-top: 20px; width: 100%; border-radius: 12px; text-align: center; font-size: 24px; font-weight: 500; color: #222; padding: 20px 10px; background-color: #f6f6f6;}
.s2_2_2 .arti17 .cell figure:nth-of-type(2) figcaption {color: #fff; background-color: #0c1937;}

.s2_2_2 .arti17 .synergy {margin-top: 80px; width: 100%;}
.s2_2_2 .arti17 .synergy ul {display: flex; width: calc(100% + 20px); margin: 0 -10px;}
.s2_2_2 .arti17 .synergy ul li {width: 25%; padding: 0 10px;}
.s2_2_2 .arti17 .synergy ul li .inner {width: 100%;}
.s2_2_2 .arti17 .synergy ul li .inner .img-box {width: 100%; background-color: #f6f6f6; display: flex; align-items: center; min-height: 228px; border-radius: 18px;}
.s2_2_2 .arti17 .synergy ul li:nth-of-type(1) .inner .img-box,
.s2_2_2 .arti17 .synergy ul li:nth-of-type(2) .inner .img-box {width: calc(100% + 20px);}
.s2_2_2 .arti17 .synergy ul li:nth-of-type(1) .inner .img-box {border-radius: 18px 0 0 18px;}
.s2_2_2 .arti17 .synergy ul li:nth-of-type(2) .inner .img-box {border-radius: 0;}
.s2_2_2 .arti17 .synergy ul li:nth-of-type(3) .inner .img-box {border-radius: 0 18px 18px 0;}
.s2_2_2 .arti17 .synergy ul li:last-child .inner .img-box {background-color: #dfe9f4;}
.s2_2_2 .arti17 .synergy ul li .inner .img-box img {max-width: 100%; display: block; margin: 0 auto;}
.s2_2_2 .arti17 .synergy ul li .inner .txt-box {margin-top: 50px;}
.s2_2_2 .arti17 .synergy ul li .inner .txt-box strong {display: block; text-align: center; font-size: 30px; font-weight: 600; color: #111;}
.s2_2_2 .arti17 .synergy ul li .inner .txt-box p {font-size: 20px; text-align: center; color: #666; line-height: 1.5; margin-top: 15px;}

.s2_2_2 .arti18 {padding-bottom: 80px;}
.s2_2_2 .arti18 .article-header3 {position: relative; padding-top: 60px;}
.s2_2_2 .arti18 .article-header3::before {position: absolute; content:''; top: 0; left: 0; width: 100%; height: 400px; background: url(../images/sub/bg_s222_02.jpg) 50% 50% no-repeat; background-size: cover; z-index: -1;}
.s2_2_2 .arti18 .article-header3 h4 {font-size: 34px; text-align: center; color: #444; font-weight: 600;}
.s2_2_2 .arti18 .article-header3 h4 > span {color: #177ae0; font-weight: 700;}
.s2_2_2 .arti18 .article-header3 p {font-size: 24px; color: #333; margin-top: 40px; text-align: center; line-height: 1.75;}
.s2_2_2 .arti18 .cnt {margin-top: 65px; width: 100%; display: flex; min-height: 450px; background-color: #fff; border-radius: 30px; box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.1); padding: 60px;}
.s2_2_2 .arti18 .cnt .txt {width: 1%; flex: 1 1 auto;}
.s2_2_2 .arti18 .cnt .txt b {display: block; font-size: 54px; font-weight: 700; color: #177ae0;}
.s2_2_2 .arti18 .cnt .txt h5 {font-size: 32px; font-weight: 600; color: #222; margin-top: 15px;}
.s2_2_2 .arti18 .cnt .txt p {font-size: 24px; color: #666; line-height: 1.75; margin-top: 20px; text-align: left;}
.s2_2_2 .arti18 .cnt .txt p > span {font-weight: 700; color: #177ae0}
.s2_2_2 .arti18 .cnt .img {max-width: 650px; width: 100%;}
.s2_2_2 .arti18 .cnt .img img {max-width: 100%; display: block; margin: 0 auto;}

.s2_2_2 .arti19 {padding-bottom: 0;}
.s2_2_2 .arti19 .cell {margin-top: 0;}
.s2_2_2 .arti19 .cell::after {top: calc(50% - 67px);}
.s2_2_2 .arti19 .cell figure figcaption {padding: 30px 10px;}
.s2_2_2 .arti19 .cell figure figcaption > strong {font-size: 28px; font-weight: 600; color: #222;}
.s2_2_2 .arti19 .cell figure figcaption > p {font-size: 20px; color: #666; margin-top: 15px; line-height: 1.6; font-weight: 400;}
.s2_2_2 .arti19 .cell figure:nth-of-type(2) figcaption * {color: #fff; background-color: #0c1937;}

.s2_2_2 .arti08 {padding-top: 140px;}

.s2_2_2 .guide .article-header2 span {font-size: 24px; color: #e01717; font-weight: 600;}
.s2_2_2 .guide figure {margin-top: 40px;}
.s2_2_2 .guide figure img {max-width: 100%; display: block; margin: 0 auto;}