@charset "utf-8";

.container{width:100%; max-width:1840px; min-width:1024px; padding-top:209px; margin:0 auto;}
.tit_area{padding:0 37px;}
.tit_area h2{font-family:'Eina03-Bold'; font-size:58px; letter-spacing:-0.025em;}

.notice_list{width:100%; min-width:1024px; margin-top:40px; padding:0 40px; box-sizing:border-box;}
.notice_list .cell_first{width:110px;}
.notice_list .cell_second{width:calc(100% - 200px);}
.notice_list .cell_third{width:90px;}
.notice_list .thead{ width:100%; border-top:1px solid #000;}
.notice_list .thead:after{content:'';display:block;clear:both;}
.notice_list .thead > div {float:left; font-family:'Noto Sans KR';font-weight:500; font-size:14px; text-align: center; text-transform: uppercase; line-height:62px;}
.notice_list .tbody{margin-top:34px;}
.notice_list .tbody li {margin-bottom:102px;}
.notice_list .tbody li a{display:block; width:100%;}
.notice_list .tbody li a:after{content:'';display:block;clear:both;}
.notice_list .tbody li a > div{float: left;}
.notice_list .tbody li a .cell_first{text-align:center; margin-top:4px;}
.notice_list .tbody li a .cell_first .num{font-family:'Eina03-Bold';font-weight: 800; font-size:24px; line-height: 50px; text-transform: uppercase;}
.notice_list .tbody li a .cell_second {padding:0 170px 0 37px; box-sizing:border-box; transform:translateX(0px); -ms-transform:translateX(0px); transition:transform .3s;}
.notice_list .tbody li a .cell_second .notice_tit{font-family:'Noto Sans KR';font-weight:700; font-size:38px; line-height:58px; letter-spacing: -0.03em;}
.notice_list .tbody li a .cell_second .notice_date{display:inline-block; font-family:'NeueHaasUnica-Medium'; font-size:18px; line-height:46px; margin-left:2px;}
.notice_list .tbody li a .cell_third{text-align:center;}
.notice_list .tbody li a .cell_third .dot{display:block; position:relative; width:100%; height:56px;}
.notice_list .tbody li a .cell_third .dot:after{content:''; display:block; position:absolute; left:50%; top:50%; width:12px; height:12px; border-radius:50%; background:#000; transform: translate(-50%,-50%); transition:all .3s;}
.notice_list .tbody a:hover .cell_second{transform:translateX(22px); -ms-transform:translateX(22px); transition:transform .3s;}
.notice_list .tbody a:hover .cell_second .notice_tit{color:#ffde01;}
.notice_list .tbody a:hover .cell_third .dot:after{width:54px; height:54px; background:#fff700; transition:all .3s;}
.notice_list .tbody li.on a:hover .cell_second{transform:none; -ms-transform:none;}
.notice_list .tbody li.on a .cell_third .dot:after{width:54px; height:54px; background:#fff700; transition:all .3s;}
.notice_list .tbody .notice_detail{display:none; margin:30px 0 0; font-family:'Noto Sans KR';font-weight:400; font-size:18px; line-height:34px; padding:0 224px 0 150px; letter-spacing:-0.025em;}
.notice_list .tbody .notice_detail p,
.notice_list .tbody .notice_detail span {font-family:'Noto Sans KR' !important;font-weight:400;font-size:18px !important; line-height:34px !important; }

.more_btn_area{margin:105px 0 175px; text-align: center;}
.more_btn_area a{display:inline-block;}
.notice_list .btn_circle{width:140px;height:140px;line-height:140px;}
.notice_list .btn_circle span{font-family:"Eina03-Bold";}

/* EN */
.en .notice_list .thead > div {font-family:'NeueHaasUnica-Medium';}
.en .notice_list .tbody li a .cell_second .notice_tit{font-family:'NeueHaasUnica-Medium'; font-size:44px; line-height:48px;}
.en .notice_list .tbody .notice_detail{font-family:'NeueHaasUnica-Regular' !important; font-size:18px; line-height:26px;}
.en .notice_list .tbody .notice_detail p,
.en .notice_list .tbody .notice_detail span {font-family:'NeueHaasUnica-Regular' !important;font-size:18px !important; line-height:26px !important;}

/* CN */
.zh .notice_list .thead > div {font-family:'NotoSansCJKkr-Medium'; font-weight:600;}
.zh .notice_list .tbody li a .cell_second .notice_tit{font-family:'NotoSansCJKkr-Bold'; font-weight:bold;}
.zh .notice_list .tbody .notice_detail,
.zh .notice_list .tbody .notice_detail p,
.zh .notice_list .tbody .notice_detail span {font-family:'NotoSansCJKkr-Regular' !important;}