/* layout */
.container_rn { position:relative; width:1200px; margin:0 auto; overflow:hidden; }
.container_rn.padding-top { padding-top:20px; margin-top:-20px; }

.header_rn { height:90px; border-bottom:1px solid #dedede; text-align:center; margin:0 0 60px; }
.header_rn h1 { line-height:1; overflow:hidden; }
.header_rn h1 a { display:inline-block; margin:20px 0 10px; box-sizing:border-box; }
.header_rn .unb { position:absolute; top:50%; right:0; margin-top:-10px; height:20px; line-height:20px; }
.header_rn .unb li { float:left; margin-left:24px; }
.header_rn .unb li a { font-size:13px; color:#555; }
.header_rn .unb li a:hover { text-decoration:underline; }

.content_rn { min-height:500px; }
.main_rn { width:100%; }

.gnb_rn { position:absolute; top:90px; left:50%; margin-left:-495px; }
.gnb_rn .dropdown { float:left; padding:1px 0 0 0; }
.gnb_rn .dropdown a { display:block; height:60px; line-height:60px; font-size:20px; font-weight:400; color:#333; }
.gnb_rn .dropdown a:hover { color:#000; }
.gnb_rn .dropdown li { list-style:none; position:relative; text-align:center; }
.gnb_rn .dropdown li.dropdown_trigger { float:left; margin:0; width:198px; }
.gnb_rn .dropdown ul { display:none; padding:7px 0 20px; background:#fff; position:absolute; top:60px; left:0; width:198px; border:1px solid #eee; border-top:0; z-index:10; }
.gnb_rn .dropdown ul li { position:relative; }
.gnb_rn .dropdown ul a { display:inline-block; width:auto; font-size:15px; height:26px; line-height:26px; color:#777; margin:5px 0; border-bottom:2px solid #fff; }
.gnb_rn .dropdown ul a:hover { border-bottom:2px solid #dd6606; color:#dd6606; }

.footer_rn { background:#333; margin:60px 0 0; }
.footer_rn > article { position:relative; width:1200px; margin:0 auto; height:227px; }
.footer_rn .top { position:absolute; top:0; left:0; display:inline-block; width:60px; height:60px; background:#4e4e4e; color:#fff; font-size:15px; text-align:center; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;​ }
.footer_rn .fnb { position:absolute; top:82px; left:0; overflow:hidden; }
.footer_rn .fnb li { float:left; }
.footer_rn .fnb li a { font-size:15px; color:#fff; display:inline-block; padding-right:8px; border-right:1px solid #565656; margin-right:8px; line-height:1; }
.footer_rn .fnb li:last-child a { padding-right:0; border-right:0; margin-right:0; }
.footer_rn .fnb li a:hover { text-decoration:underline; }
.footer_rn .info { position:absolute; top:120px; left:0; font-size:15px; color:#fff; }
.footer_rn .sns { position:absolute; top:82px; right:0; overflow:hidden; }
.footer_rn .sns li { float:left; margin-left:15px; }
.footer_rn .sns li a { display:inline-block; width:75px; height:75px; text-indent:-5000px; }
.footer_rn .sns li.n1 a { background:url('../image/footer-sns-1.png') no-repeat left top; }
.footer_rn .sns li.n2 a { background:url('../image/footer-sns-2.png') no-repeat left top; }
.footer_rn .sns li.n3 a { background:url('../image/footer-sns-3.png') no-repeat left top; }


.sv { height:200px; background:url('../image/sv-bg.png') no-repeat center top; }

.aside_rn { float:left; width:240px; margin:-20px 0 0 70px; }
.contents_rn { float:left; width:725px; margin:0 70px 0 95px; padding:25px 0 0; box-sizing:border-box; }
.aside_rn h1 { height:140px; line-height:140px; background:url('../image/aside_rn-h1.png') no-repeat left top; font-size:38px; font-weight:700; color:#fff; text-align:center; margin:0 0 10px; }
.aside_rn ul { border:1px solid #d7d7d7; border-bottom:0; }
.aside_rn a { display:block; height:50px; border-bottom:1px solid #d7d7d7; font-size:16px; color:#767676; padding:10px 40px 10px 25px; background:url('../image/icon-arrow.png') no-repeat 212px center; box-sizing:border-box; }
.aside_rn a.on,
.aside_rn a:hover { background:#f6ede6 url('../image/icon-arrow_on.png') no-repeat 212px center; color:#d06007; }

/* /layout */


/**************************/

.main-visual { 
	height: 520px;
  background: url('../image/main-visual-bg.png') no-repeat center center;
  background-size: contain;  /* 이미지가 비율을 유지하며 화면에 맞게 크기 조정 */
  background-position: center center;  /* 이미지를 중앙에 배치 */
  overflow: hidden;
  cursor: pointer; /* 클릭할 수 있는 모양으로 변경 */
}

.swiper-container.mv { width:1200px; margin:65px auto 85px; }
.swiper-container.mv .swiper-slide { padding:4px 4px 60px; }
.swiper-container.mv .swiper-slide > div { width:calc(100% - 8px); padding:20px 23px; height:370px; margin:0 auto; box-sizing:border-box; overflow:hidden; background:#fff url('../image/mv-1-bg.png') no-repeat right bottom; box-shadow:1px 1px 2px rgba(0,0,0,0.15); }
.swiper-container.mv .swiper-slide > div .img { float:left; width:487px; }
.swiper-container.mv .swiper-slide > div .img img { width:487px; height:330px; object-fit:cover; }
.swiper-container.mv .swiper-slide > div ul { float:left; width:calc(100% - 487px); padding:0 0 0 48px; box-sizing:border-box; }
.swiper-container.mv .swiper-slide > div .title { margin:35px 0 30px; }
.swiper-container.mv .swiper-slide > div li strong { font-size:20px; color:#333; display:block; margin:0 0 22px; }
.swiper-container.mv .swiper-slide > div li { font-size:18px; color:#767676; padding-right:160px; letter-spacing:-0.5px; line-height:24px; }
.swiper-container.mv .swiper-pagination-bullet { width:15px; height:15px; background:#fff; opacity:1; }
.swiper-container.mv .swiper-pagination-bullet-active { background:#451f00; }

.swiper-container.mv .stop { position:absolute; bottom:-17px; left:calc(50% + 30px); width:50px; height:46px; background:url('../image/r-stop1.png') no-repeat left top; border:0; outline:none; text-indent:-5000px; cursor:pointer; z-index:100;  }
.swiper-container.mv .start { position:absolute; bottom:-17px; left:calc(50% + 30px); width:50px; height:46px; background:url('../image/r-start1.png') no-repeat left top; border:0; outline:none; text-indent:-5000px; cursor:pointer; z-index:100; }
.swiper-container.mv .stop { display:block; }
.swiper-container.mv .start { display:none; }
.swiper-container.mv.on .stop { display:none; }
.swiper-container.mv.on .start { display:block; }


.main-bbs { overflow:hidden; margin:50px auto; }
.main-bbs .bbs { float:left; width:1170px; }
.main-bbs .right-slide { float:right; width:360px; border:1px solid #eee; }
.main-bbs .bbs article { float:left; width:360px; overflow:hidden; }
.main-bbs .bbs article:nth-of-type(2) { margin-left:45px;float:left; }
.main-bbs .bbs article:nth-of-type(3) { float:right; }
.main-bbs .bbs article h1 { float:left; font-size:28px; font-weight:400; line-height:1; margin:0; padding-bottom:18px; }
.main-bbs .bbs article .more { float:right; display:inline-block; width:30px; height:30px; background:url('../image/icon-more.png') no-repeat left top; text-indent:-5000px; }
.main-bbs .bbs article ul { clear:both; width:100%; border-top:1px solid #eee; padding-top:18px; }
.main-bbs .bbs article ul li { overflow:hidden; }
.main-bbs .bbs article ul a { float:left; display:block; font-size:16px; color:#777; height:35px; line-height:35px;  width:300px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; word-break:break-all; }
.main-bbs .bbs article ul a:hover { text-decoration:underline; color:#dd6606; }
.main-bbs .bbs article ul span { float:right; height:35px; line-height:35px; font-size:16px; color:#dd6606; }

.swiper-container.rs img { width:360px; height:240px; object-fit:cover; }
.swiper-container.rs .swiper-slide > p { position:absolute; bottom:0; left:0; width:100%; height:55px; line-height:55px; background-color:rgba(255,255,255,0.8); font-size:16px; color:#777; padding:0 15px; }
.swiper-container.rs .swiper-slide > p strong { color:#dd6606; }
.swiper-container.rs .swiper-button-prev { width:40px; height:40px; background:url('../image/r-prev.png') no-repeat left top; top:20px; left:280px; opacity:1; }
.swiper-container.rs .swiper-button-next { width:40px; height:40px; background:url('../image/r-next.png') no-repeat left top; top:20px; right:0; opacity:1; }


.overseas-business { height:615px; background:#f4f5f9; overflow:hidden; }
.overseas-business h1 { font-size:45px; line-height:1; margin:70px 0 30px; text-align:center;}
.overseas-business li { float:left; width:270px; margin:0 40px 40px 0; border:1px solid #f4f5f9; box-sizing:border-box; }
.overseas-business li:hover { border:1px solid #db6200; }
.overseas-business li:nth-child(4n) { margin-right:0; }
.overseas-business li img { width:268px; height:240px; object-fit:cover; }
.overseas-business li div { background:#fff; height:145px; padding:17px 29px; box-sizing:border-box; }
.overseas-business li div p:nth-of-type(1) { height:20px; line-height:20px; font-size:16px; color:#c85e09; width:100%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; word-break:break-all; margin:0 0 5px; }
.overseas-business li div p:nth-of-type(2) { height:26px; line-height:26px; font-size:20px; color:#333; width:100%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; word-break:break-all; margin:0 0 10px; }
.overseas-business li div span { display:inline-block; font-size:15px; width:145px; height:35px; line-height:33px; border:1px solid #aeaeae; border-radius:18px; padding-left:25px; }
.overseas-business li a:hover div { background:#db6200; }
.overseas-business li a:hover div p:nth-of-type(1),
.overseas-business li a:hover div p:nth-of-type(2),
.overseas-business li a:hover div span { color:#fff; }
.overseas-business li a:hover div span { border:1px solid #fff; }


.sponsoring { padding:65px 0 70px; overflow:hidden; }
.sponsoring .title { float:left; display:inline-block; width:240px; height:340px; background:url('../image/sponsoring-title.png') no-repeat center 110px; border:1px solid #d1d1d1; text-align:center; margin-right:38px; }
.sponsoring .title h1 { font-size:30px; color:#e97518; line-height:1; margin:42px 0 0; }
.sponsoring .title h1:after { content:''; display:block; width:43px; height:3px; background:#adadad; margin:13px auto 170px; }
.sponsoring .title p { font-size:14px; color:#787878; }

.management_system { background:#ede6d2; height:280px; }
.management_system h1 { float:left; display:inline-block; width:250px; font-size:35px; color:#333; line-height:1; margin:93px 0 20px; }
.management_system p { display:block; width:250px; font-size:16px; color:#818181; }
.management_system ul { float:right; margin:-140px 0 0; overflow:hidden; }
.management_system ul li { float:left; width:140px; text-align:center; font-size:16px; margin-left:47px; }
.management_system ul li span:before { content:''; display:block; width:140px; height:140px; margin:0 0 10px; }
.management_system ul li:nth-of-type(1) span:before { background:url('../image/management_system-1.png'); }
.management_system ul li:nth-of-type(2) span:before { background:url('../image/management_system-2.png'); }
.management_system ul li:nth-of-type(3) span:before { background:url('../image/management_system-3.png'); }
.management_system ul li:nth-of-type(4) span:before { background:url('../image/management_system-4.png'); }
.management_system ul li:nth-of-type(5) span:before { background:url('../image/management_system-5.png'); }


.main-bottom { padding-top:60px; overflow:hidden; }
.main-bottom .banner { float:left; width:780px; height:140px; overflow:hidden; border:1px solid #d1d1d1; }
.main-bottom .banner h1 { float:left; width:130px; text-align:center; padding-top:38px; font-size:20px; line-height:1.3; margin:0; font-weight:400; color:#333; box-sizing:border-box; }
.main-bottom .swiper-container.bs { float:left; width:650px; height:140px; border-left:1px solid #d1d1d1; box-sizing:border-box; }
.swiper-container.bs .swiper-button-prev { width:50px; height:46px; background:url('../image/r-prev2.png') no-repeat left top; top:23px; left:0; opacity:1; }
.swiper-container.bs .swiper-button-next { width:50px; height:46px; background:url('../image/r-next2.png') no-repeat left top; top:117px; right:599px; opacity:1; }
.swiper-container.bs .swiper-slide { margin-left:49px; border-left:1px solid #d1d1d1; text-align:left; padding-left:30px; }
.swiper-container.bs .swiper-slide img { width:150px; height:50px; object-fit:contain; margin:40px 0 0 23px; }
.swiper-container.bs .stop { position:absolute; top:48px; left:0; width:50px; height:46px; background:url('../image/r-stop.png') no-repeat left top; border:0; outline:none; text-indent:-5000px; cursor:pointer; }
.swiper-container.bs .start { position:absolute; top:48px; left:0; width:50px; height:46px; background:url('../image/r-start.png') no-repeat left top; border:0; outline:none; text-indent:-5000px; cursor:pointer; }
.swiper-container.bs .stop { z-index:2; }
.swiper-container.bs .start { z-index:1; }
.swiper-container.bs.on .stop { z-index:1; }
.swiper-container.bs.on .start { z-index:2; }

.main-bottom .right { float:right; width:360px; height:140px; overflow:hidden; }
.main-bottom .right a { float:left; display:inline-block; width:170px; height:70px; line-height:68px; border:1px solid #d1d1d1; font-size:17px; color:#e97518; text-align:center; box-sizing:border-box; }
.main-bottom .right a:nth-of-type(1):before { content:''; display:inline-block; vertical-align:middle; margin:-3px 8px 0 0; width:26px; height:29px; background:url('../image/icon-news.png'); }
.main-bottom .right a:nth-of-type(2) { margin-left:20px; }
.main-bottom .right a:nth-of-type(2):before { content:''; display:inline-block; vertical-align:middle; margin:-3px 8px 0 0; width:31px; height:31px; background:url('../image/icon-news2.png'); }
.main-bottom .right select { float:none; width:100%; height:50px; font-size:18px; font-weight:700; margin:20px 0 0; color:#5a5a5a; padding-left:22px; border:1px solid #d1d1d1; }



/* Tab contents controller */
.tab-contents { margin:0; }
.tab-contents > nav { padding:0; overflow:hidden; }
.tab-contents > nav > span { float:left; width:20%; display:inline-block; }
.tab-contents > nav button { position:relative; display:block; width:100%; height:55px; line-height:53px; border-radius:0; background:#fff; padding:0; text-align:center; font-size:15px; font-weight:700; color:#777; border:1px solid #d1d1d1; outline:none; }
.tab-contents > nav button.active { background:#fff7f0; color:#c95900; cursor:default; border:1px solid #c95900; }
.tab-contents .bodies { padding-top:40px; }
.tab-contents .bodies > * { display:none; }
.tab-contents .bodies > *.active { display:block; }
.tab-contents .bodies > div { padding:0; }


/* Paginate */
.paginate { margin:30px auto; text-align:center; font-size:0; overflow:hidden; }
.paginate a, .paginate strong {
	display:inline-block; width:32px; height:32px; line-height:33px; text-align:center; margin:0 2px; padding:0; vertical-align:middle; background:none; border:1px solid #d1d1d1; text-decoration:none;
	font-size:14px; color:#999; font-weight:400; }
.paginate .dir { text-indent:-5000px; }
.paginate .dir.prev { background:url('../image/icon-paginate-prev.png') no-repeat center center; background-size:11px 9px; border-left:1px solid #e4e4e8; border-radius:3px 0 0 3px; }
.paginate .dir.next { background:url('../image/icon-paginate-next.png') no-repeat center center; background-size:11px 9px; border-radius:0 3px 3px 0; }
.paginate .dir.start { background:url('../image/icon-paginate-start.png') no-repeat center center; background-size:11px 9px; border-left:1px solid #e4e4e8; border-radius:3px 0 0 3px; }
.paginate .dir.end { background:url('../image/icon-paginate-end.png') no-repeat center center; background-size:11px 9px; border-radius:0 3px 3px 0; }
.paginate strong { background:#404040; color:#fff; border:1px solid #404040; }
.paginate a:nth-of-type(1) { border-left:1px solid #e4e4e8; }


hr.line { display:block; background:#e8e8e8; width:100%; height:1px; margin:50px 0; border:0; }

.sub_text_title.type2 { color:#e57100; background: url('../image/bg_bullet_orange.png') no-repeat 0 7px; }

ul.disc { margin:0 0 0 20px; }
ul.disc li { list-style-type:disc; color:#ddd; font-size:16px; margin:8px 0; }
ul.disc li strong { display:inline-block; width:150px; color:#333; }
ul.disc li span { color:#777; }


.sub1-5 .banner { overflow:hidden; margin:75px 0; }
.sub1-5 .banner > div { float:left; width:136px; }

/*.sub1-5 .banner > div:nth-of-type(2) { float:right; } */
.sub1-5 .banner > div a { position:relative; display:inline-block; font-size:18px; width:136px; height:110px; background:#f3eee0; border:1px solid #d5cbb0; padding:27px 32px 27px 94px; border-radius:5px; margin:28px 0 0; box-sizing:border-box; }
/*.sub1-5 .banner > div:nth-of-type(1) a { background:#f3eee0 url('../image/sub1-5_1.png')no-repeat 32px center; }
.sub1-5 .banner > div:nth-of-type(2) a { background:#f3eee0 url('../image/sub1-5_2.png')no-repeat 32px center; }
*/
.sub1-5 .banner > div a:after { position:absolute; top:50%; right:30px; margin-top:-9px; content:''; display:inline-block; vertical-align:middle; width:8px; height:18px; background:url('../image/icon-arrow2.png'); }


.sub_header_05 { background-image: url('../image/bg_subheader_05.png'); }


.gall-list { overflow:hidden; }
.gall-list li { float:left; width:160px; margin:0 28px 30px 0; box-sizing:border-box; }
.gall-list li:nth-child(4n) { margin-right:0; }
.gall-list li img { width:160px; height:180px; object-fit:cover; }
.gall-list li div { background:#fff; padding:10px 0; box-sizing:border-box; }
.gall-list li div p:nth-of-type(1) { height:20px; line-height:20px; font-size:16px; color:#333; width:100%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; word-break:break-all; margin:0 0 10px; padding:0; text-align:center; }
.gall-list li div span { display:inline-block; font-size:15px; color:#626262; width:100%; height:35px; line-height:33px; border:1px solid #aeaeae; border-radius:18px; text-align:center; box-sizing:border-box; }


.gall-list2 { border-top:3px solid #db6200; }
.gall-list2 li { padding:30px 0; overflow:hidden; border-bottom:1px solid #ddd; }
.gall-list2 li .img { float:left; width:280px; height:210px; }
.gall-list2 li .img img { width:100%; height:100%; object-fit:cover; }
.gall-list2 li div { float:left; width:calc(100% - 280px); padding-left:30px; box-sizing:border-box; }
.gall-list2 li div .title { font-size:22px; margin:0 0 10px; line-height:1.3; }
.gall-list2 li div .name { font-size:18px; color:#db6200; margin:0 0 10px; }
.gall-list2 li div .text { font-size:17px; color:#777; line-height:1.3; font-weight:350; }


.btn-group { margin:30px 0; text-align:right; }
.btn-01 { display:inline-block; min-width:80px; height:35px; line-height:35px; background:#4b4b4b; color:#fff !important; font-size:15px; text-align:center; border-radius:3px; }


.sub5-2 .sponsoring { overflow:hidden; padding:0; margin:0 0 30px; }
.sub5-2 .sponsoring img { float:left; width:355px; height:268px; object-fit:cover; }
.sub5-2 .sponsoring img:nth-of-type(2) { float:right; }
.sub5-2 table { width:100%; }
.sub5-2 table th:nth-of-type(1) { width:275px; }
.sub5-2 table th:nth-of-type(2) { width:calc(100% - 275px); }
.sub5-2 table th { font-size:17px; text-align:center; padding:20px 0; font-weight:400; border-top:3px solid #db6200;  border-bottom:1px solid #c5c5c5; }
.sub5-2 table td { border-bottom:1px solid #e8e8e8; padding:20px; font-size:16px; }
.sub5-2 table td div { width:250px; height:110px; border:1px solid #d1d1d1; background:#fff; font-size:14px; text-align:center; }
.sub5-2 table td div img { margin:10px 0; }
.sub5-2 table td div p { background:#efefef; padding:10px 0; height:40px; box-sizing:border-box;}


/* 2019-07-18 */
.sub4-3 .div1 { overflow: hidden; margin: 22px 0 0; }
.sub4-3 .div1 dl { float: left; width: 228px; margin-right: 20px; }
.sub4-3 .div1 dl:nth-of-type(3) { margin-right: 0; }
.sub4-3 .div1 dt { background: #f6f0e6; font-size: 20px; color: #e06400; text-align: center; padding: 20px 0; margin: 0 0 10px; }
.sub4-3 .div1 dd { padding: 25px 15px 25px 25px; font-size: 15px; height: 200px; border: 1px solid #e8e8e8; }
.sub4-3 .div1 dd li { position: relative; padding-left: 15px; font-size: 15px; letter-spacing:-0.5px; margin: 0 0 10px; }
.sub4-3 .div1 dd li:before { content: ''; display: inline-block; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background: #c8c8c8; border-radius: 50%; }

.sub4-3 .div1 + h4 { margin-top: 92px; }
.sub4-3 .div1 + h4 + p { font-size: 15px; color: #777; margin-top: 22px; }

.sub4-3 .div2 { position: relative; margin: 35px 0 0; width: 731px; height: 347px; background: url('/silwelfare_new/img/sub4-3-img2.png') no-repeat left top; }
.sub4-3 .div2 dl { width: 100px; text-align: center; }
.sub4-3 .div2 dt { margin: 0; font-size: 20px; font-weight: 700; color: #e06400; margin: 0 0 10px; }
.sub4-3 .div2 dd { margin: 0; font-size: 15px; color: #777; }
.sub4-3 .div2 dl:nth-of-type(1) { position: absolute; top: 40px; left: 60px; }
.sub4-3 .div2 dl:nth-of-type(2) { position: absolute; top: 40px; left: 295px; }
.sub4-3 .div2 dl:nth-of-type(3) { position: absolute; top: 40px; left: 535px; }
.sub4-3 .div2 dl:nth-of-type(4) { position: absolute; top: 230px; left: 422px; }
.sub4-3 .div2 dl:nth-of-type(5) { position: absolute; top: 230px; left: 175px; }
.sub4-3 .div3 { background: #f6f6f6; padding: 30px 34px; font-size: 15px; color: #777; margin: 40px 0 0; line-height: 1.9; }