@import url("layout_A.css");
@import url("T2_B_main_widget.css");
@import url("/00_common/css/pop.css");

/*-----------------------------------------------------------
Author : hyerim Park
Creative date : 2021. 05. 24
-----------------------------------------------------------*/
 
.conBox01 {position:relative; background: rgb(228,248,249);
    background: -moz-linear-gradient(0deg, rgba(228,248,249,1) 0%, rgba(255,255,255,1) 70%, rgba(228,248,249,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(228,248,249,1) 0%, rgba(255,255,255,1) 70%, rgba(228,248,249,1) 100%);
    background: linear-gradient(0deg, rgba(228,248,249,1) 0%, rgba(255,255,255,1) 70%, rgba(228,248,249,1) 100%);
   } 
.conBox01:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:url('../../images/T2_B/main/bg_conBox.png') no-repeat left top 80px / cover; }
.conBox01 .container { padding-bottom:20rem;  }

.T2_B01 {position:relative; width:100%; margin-bottom:6.5rem; }/* 메인 비주얼 */
.T2_B02 {position:absolute; top:4.3rem; right:50%; margin-right:-700px; width:29rem; z-index:2;}/* 바로가기1 */
.T2_B02:after {content:""; display:block; clear:both;}
.T2_B03 {position:relative; width:48%; height:19rem; float:left; }/* 게시판 */
.T2_B04 {position:relative; width:48%; height:19rem; float:right; } /* 팝업존 */
.T2_B05 {position:absolute; left:0; bottom:7rem; width:100%; }/* 바로가기2 */
.T2_B06 {position:relative; width:100%; float:left; margin-top:5rem; }/* 공지사항 */ 

@media (max-width:1440px) {  
    .conBox01 .container { padding-bottom:2rem;  }

    .T2_B02 { position:relative; right:auto; top:auto; width:96%; margin:0 auto 4rem; float:none; }
    .T2_B03 {width:60%; margin-bottom:2rem; }/* 게시판 */
    .T2_B04 {width:60%; float:left; } /* 팝업존 */ 
    .T2_B05 {position:relative; left:auto; bottom:auto; width:35%; float:right; margin-top:-21rem; }/* 바로가기2 */
} 
@media (max-width:1040px) { 
    .T2_B01 { margin-bottom:3rem; }/* 메인 비주얼 */
    .T2_B02 { margin-bottom:2rem; }/* 바로가기1 */
    .T2_B03 { width:100%; height:17rem; }/* 게시판 */
    .T2_B04 { width:100%; } /* 팝업존 */ 
    .T2_B05 { width:100%; margin-top:2rem; }/* 바로가기2 */
    .T2_B06 { margin-top:2rem;  }/* 공지사항 */ 
} 
@media (max-width:640px) {  
    .T2_B04 {height:auto; } /* 팝업존 */ 
}