/* BASIC css start */
.tab-wrap { width: 1000px; margin: 0 auto; }
.tab-con { width: 100%; height: 0; overflow: hidden; }
.tab-con.active { height: auto; }

.tab-btn-box { height: 50px; margin-bottom: 60px; }
.tab-btn-wrap { display: flex; width: 1000px; justify-content: space-between; align-items: center; background-color: #fff; z-index: 2; }
.tab-btn-wrap.active { position: fixed; top: 48px; left: 50%; margin-left: -500px;  }
.tab-btn-wrap li { width: 49.5%; }
.tab-btn-wrap li a { display: block; height: 50px; line-height: 50px; border-bottom: 2px solid #ddd; text-align: center; font-size: 17px; }
.tab-btn-wrap li a.active { border-color: #d7282f; }

.tab-con h1 { font-size: 60px; margin-bottom: 80px; font-weight: bold; color: #fff; }
#supportTab .support-hd { margin-bottom: 80px; padding: 50px; padding-right: 250px; font-family: 'Noto Sans Korean'; background-position: center top; background-size: cover; background-repeat: no-repeat; }
#supportTab #tabCon1 .support-hd { background-image: url(https://image.plthink.com/homepage/Image_2021/sub/board/supporters/hd_zhiyun_bg.jpg); }
#supportTab #tabCon2 .support-hd { background-image: url(https://image.plthink.com/homepage/Image_2021/sub/board/supporters/hd_zcam_bg.jpg); }
#supportTab .support-hd dl { float: left; width: 33.333%; margin-bottom: 10px; }
#supportTab .support-hd dl:nth-child(-n+4) { min-height: 300px; }
#supportTab .support-hd dt { font-size: 30px; font-weight: bold; margin-bottom: 20px; color: #fff; }
#supportTab .support-hd dd { position: relative; padding-left: 10px; margin-bottom: 5px; color: #fff; }
#supportTab .support-hd dd:before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #fff; position: absolute; top: 50%; left: 0; margin-top: -2px; }
#supportTab .support-hd dd > a { font-size: 22px; color: #fff; text-decoration: underline; text-underline-position: under; text-decoration-color: #fff; text-decoration-thickness: 1px; }
#supportTab article { margin-bottom: 70px; }
#supportTab article h2 { font-size: 29px; font-weight: bold; padding-left: 70px; }
#supportTab article h2 span {  }
#supportTab article .map .root_daum_roughmap { width: 100% !important; margin: 0 auto; }
#supportTab article .map .root_daum_roughmap .map_border { z-index: 1; }
#supportTab article .map .root_daum_roughmap .wrap_btn_zoom { z-index: 1; }
#supportTab article .map .root_daum_roughmap .wrap_btn_zoom .img_zoom { visibility: visible; }
#supportTab article figure { text-align: center; padding: 40px 70px 0px; margin: 0; }
#supportTab article:last-of-type figure { border-bottom: none; }
#supportTab article figure:after { content: ''; display: block; width: 100%; height: 1px; background-color: #ddd; }
#supportTab article figure > img { margin-bottom: 20px; }
#supportTab article figure > figcaption { text-align: left; font-size: 17px; margin-top: 10px; margin-bottom: 70px; line-height: 1.5; }
#supportTab article figure > figcaption > a { font-size: 18px; }
/* BASIC css end */

