@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=block');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@600;700&display=block');
* { margin:0; padding:0; font-family:'Noto Sans KR','Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', Dotum, 돋움, Arial, Helvetica, sans-serif;}
html, body { width:100%; height:100%; }
html {overflow-x: hidden; font-size:10px;}
body { position:relative; line-height:normal; font-size:1.6rem; word-break:keep-all; /*word-wrap:break-word;*/ word-break: break-all;}
html, body, div, span, strong, em, p, dl, dt, dd, ul, ol, li ,a, img, hr, pre,
table, caption, thead, tbody, tfoot, tr, th, td, fieldset, legend, summary, label, input, textarea, button, iframe,
header, footer, address, nav, main, section, article, aside, canvas, video, audio, time,
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; border:0; color: #111; }
ul, ol, dl, dd, dt, li { list-style-type:none; }
legend { display:none; }
blockquote, q { quotes:none; }
table { width:100%; border-spacing:0; border-collapse:collapse; }
iframe { border:0 none; }
em, address { font-style:normal; font-weight:normal; }
button { cursor:pointer; }
img { display:block; border:0; }
a { color:inherit; text-decoration:none; }
a:active, a:focus, a:link, a:visited { text-decoration:none; }

#sikp{position: absolute;margin: 0 auto;width: 100%;list-style: none;font-size: 1.6rem;top: -3.5rem;left: 0;z-index: 999;}
#sikp a:focus, #sikp a:active {position: absolute;padding-top: 1.5rem;width: 100%;height: 3.5rem;top: 4rem;z-index: 999;text-align: center;color: #fff;background: #333;overflow: visible;clip: unset;}

#wrap{position: relative; margin: auto; max-width: 72rem; height: 100%;}
#container{overflow: hidden; position: relative; display: block; width: 100%;}
#container:after{display: block; clear: both; content: "";}
.contents{position: relative; display: block; box-sizing: border-box;}

.header{position: relative; display: block; padding: 0 20px; width: 100%; height: 60px; background: #fff; box-sizing: border-box;}
.header:after{position: absolute; left: 20px; bottom: 0; display: block; clear: both; content: ""; width: calc(100% - 40px); height: 1px; background: #2a4592;}
/* .header .logo{position: absolute; left: 50%; top: 0; width: 156px; height: 100%; background: url(../img/logo.png) 50% 50% / 155px no-repeat; transform: translateX(-50%); text-indent: -9999px;} */
.header .logo{position: absolute; left: 50%; top: 0; width: 320px; height: 100%; background: url(../img/logo.gif) 50% 50% / 320px no-repeat; transform: translateX(-50%); text-indent: -9999px;}
.header .logo a{display: block; width: 100%; height: 100%;}
.header .logo.logo2 a img{display: block; width: auto; height: 100%; margin:0 auto;}
.header .menu_btn{position: absolute; left: 20px; top: 50%; width: 26px; height: 26px; background: url(../img/icon_menu.png) 50% 50% / 20px no-repeat; text-indent: -9999px; transform: translateY(-50%);}
.header .search_btn{position: absolute; right: 20px; top: 50%; width: 26px; height: 26px; background: url(../img/icon_search.png) 50% 50% / 20px no-repeat; text-indent: -9999px; transform: translateY(-50%);}

.search_wrap{display: none; position: absolute; left: 0; top: 0; padding: 0 30px 50px; width: 100%; background: #fff; z-index: 99; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2); box-sizing: border-box; z-index: 999;}
.search_wrap .close_btn{position: absolute; right: 20px; top: 50%; width: 26px; height: 26px; text-indent: -9999px; transform: translateY(-50%); background: url(../img/icon_close.png) 50% 50% / 20px no-repeat;}
.search_wrap .search_h{position: relative; display: block; margin-bottom: 30px; margin-left: -30px; width: calc(100% + 60px); height: 60px; border-bottom: 1px solid #dfdfdf; }
.search_wrap .search_h .logo{position: absolute; left: 20px; top: 0; width: 320px; height: 100%; background: url(../img/logo.png) 50% 50% / 320px no-repeat; text-indent: -9999px;}
.search_wrap .search_input_box{position: relative; display: block; width: 100%; height: 55px; box-sizing: border-box;}
.search_wrap .search_input_box input{display: block; padding: 0 40px 0 0; width: 100%; height: 100%; border-color: transparent; border-bottom: 2px solid #000; box-sizing: border-box; font-size: 20px; letter-spacing: -1px; font-weight: 400; border-radius: 0;}
.search_wrap .search_input_box input:focus{outline: none;}
.search_wrap .search_input_box button{position: absolute; right: 0; top: 0; width: 20px; height: 55px; background: url(../img/icon_search.png) 100% 50% / 20px no-repeat;}
.search_wrap .keyword{display: flex; flex-wrap: wrap; align-items: center; margin-top: 50px; box-sizing: border-box;}
.search_wrap .keyword dt{display: block; margin-bottom: 15px; width: 100%; font-weight: 700; letter-spacing: -1px; font-size: 18px; color:#2a4592;}
.search_wrap .keyword dd{margin-right: 5px; margin-bottom: 5px; padding: 0 20px; height: 40px; line-height: 40px; background: #2a4592; color:#fff; font-size: 15px; font-weight: 500; letter-spacing: -1px; text-align: center; border-radius: 20px;}

.nav_wrap{display: none; position: absolute; left: 0; top: 0; width: 325px; /*height: 100vh;*/ background: #fff; z-index: 999; box-sizing: border-box;}
.nav_wrap .nav_h{position: relative; display: block; padding: 0 20px; width: 100%; height: 60px; background: #2a4592; box-sizing: border-box;}
.nav_wrap .nav_h .title{display: block; line-height: 60px; font-size: 20px; font-weight: 500; letter-spacing: -1px; color:#fff;}
.nav_wrap .nav_h .close_btn{position: absolute; right: 0; top: 0; width: 60px; height: 60px; background: url(../img/icon_close_w.png) 50% 50% / 20px no-repeat; text-indent: -9999px;}
.nav_wrap .login_box{position: relative; display: block; padding: 25px; width: 100%; height: 90px; box-sizing: border-box;}
.nav_wrap .login_box ul{margin-left: -5px;}
.nav_wrap .login_box ul li{float: left; padding-left: 5px; width: 50%; height: 40px; box-sizing: border-box;}
.nav_wrap .login_box ul li a{display: block; width: 100%; height: 100%; border: 1px solid #2a4592; box-sizing: border-box; color: #2a4592; font-size: 15px; font-weight: 500; letter-spacing: -1px; text-align: center; line-height: 38px; border-radius: 20px;}
.nav_wrap .login_box ul li a.fill{background: #2a4592; color:#fff;}
.nav_wrap .login_box .email{display: flex; align-items: center; width: 100%; height: 100%;}
.nav_wrap .login_box .email a{flex-shrink: 0; padding-left: 10px; width: calc(100% - 40px); box-sizing: border-box; font-size: 17px; font-weight: 500; letter-spacing: -1px;}
.nav_wrap .login_box .email i{flex-shrink: 0; width: 40px; height: 40px; background-color: #eee; background-position: 50% 50%; background-size: 30px; background-repeat: no-repeat; border-radius: 50%; text-indent: -9999px; box-sizing: border-box;}
.nav_wrap .login_box .email i.naver{background-image: url(../img/icon_naver.png); background-color: #06be34;}
.nav_wrap .login_box .email i.kakao{background-image: url(../img/icon_kakao.png); background-color: #fee500;}
.nav_wrap .login_box .email i.google{background-image: url(../img/icon_google.png); background-color: #fff; border: 1px solid #ccc;}
.nav_wrap .login_box .email i.facebook{background-image: url(../img/icon_facebook.png); background-color: #1877f2;}
.nav_wrap .login_box .email i.aju{background-image: url(../img/icon_aju.png); background-color: #20d0cc; background-size: 3rem;}
.nav_wrap .line{position: absolute; left: 25px; bottom: 0; display: block; margin: auto; width: calc(100% - 50px); height: 2px; background: #2a4592;}
.nav_wrap.logout .nav_f .info{display: none;}
.nav_wrap.logout .nav{height: calc(100vh - 230px);}

.nav_wrap .nav{overflow-y: auto; display: block; height: calc(100vh - 280px); padding: 0 25px 60px; box-sizing: border-box;}
.nav_wrap .nav .gnb{padding-top: 15px; box-sizing: border-box;}
.nav_wrap .nav .gnb li{display: flex; align-items: center; width: 100%; height: 50px;}
.nav_wrap .nav .gnb li a{display: block; font-size: 20px; font-weight: 500; letter-spacing: -1px;}
.nav_wrap .nav_f{display: block; width: 100%; box-sizing: border-box;}
.nav_wrap .nav_f .info{display: flex; align-items: center; padding: 0 25px; height: 50px; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; background: #eee; box-sizing: border-box;}
.nav_wrap .nav_f .info li{position: relative; margin-right: 30px;}
.nav_wrap .nav_f .info li:after{position: absolute; right: -16px; top: 2px; display: block; clear: both; content: ""; width: 1px; height: 13px; background: #ccc;}
.nav_wrap .nav_f .info li:last-child:after{display: none;}
.nav_wrap .nav_f .info li a{display: block; font-size: 13px; font-weight: 500; letter-spacing: -1px; color:#666;}
.nav_wrap .nav_f .copyright{display: flex; align-items: center; justify-content: center; width: 100%; height: 80px; font-size: 11px; letter-spacing: -1px; color:#999;}
.nav_wrap .nav_f .copyright strong{font-weight: 700; color:#333;}

.swiper_tab{position: relative; display: block; margin: 0 auto 20px; width: calc(100% - 40px); height: 48px; border-bottom: 2px solid #2a4592; box-sizing: border-box;}
.swiper_tab:after{position: absolute; right: -20px; top: 0; display: block; clear: both; content: ""; width: 36px; height: 100%; background: url(../img/tab_bg.png) 50% 50% / 35px no-repeat; z-index: 9;}
.swiper_tab:before{position: absolute; left: -20px; top: 0; display: block; clear: both; content: ""; width: 20px; height: 100%; background: url(../img/tab_bg.png) 50% 50% / 35px no-repeat; z-index: 99; transform: rotate(-180deg);}
.swiper_tab .swiper-slide{display: flex; align-items: center; margin-right: 7.462686567164179%; /*margin-right: 25px;*/ width: auto; cursor: pointer;}
.swiper_tab .swiper-slide strong{display: block; font-size: 17px; font-weight: 500; letter-spacing: -1px;}
.swiper_tab .swiper-slide a{display: block; font-size: 17px; font-weight: 500; letter-spacing: -1px;}
.swiper_tab .swiper-slide a.deepinsight {color:#794b81;}
.swiper_tab .swiper-slide.swiper-slide-thumb-active strong{color:#2a4592;}
/*.swiper_tab .swiper-slide.on a, .swiper_tab .swiper-slide.swiper-slide-active a{color:#2a4592;}*/
.swiper_tab .swiper-slide.on a{color:#2a4592;}
.swiper_tab .swiper-slide.on a.deepinsight {color:#794b81;}

.swiper_tab_con{overflow: hidden; /*padding: 0 20px;*/ box-sizing: border-box;}
.swiper_tab_con .swiper-slide{overflow: hidden; padding-top: 20px;}

.component{position: relative; display: block; padding: 0 20px; box-sizing: border-box;}
.component:last-of-type{margin-bottom: 50px;}
.card_box{overflow: hidden; display: block; padding: 0; margin: 0 auto; width: calc(100% - 40px); border-radius: 15px; box-sizing: border-box; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);}

.component .search_tit{display: block; height: 47px; font-size: 20px; letter-spacing: -1px; font-weight: 500; line-height: 1;}
.component .search_tit strong{font-weight: 700; color: #2a4592;}
.component_01{margin-bottom: 30px;}
.component_01 .news_item .thumb{height: 200px; border-radius: 0;}
.component_01 .news_item .thumb .label { position:absolute; left:0; bottom:0; padding: 0 15px; height:30px; line-height:30px; background:#2a4592; font-size:13px; font-weight:500; letter-spacing:-1px; color:#fff; text-align:center; box-sizing:border-box; }
.component_01 .news_item .thumb .label.red { background:#f63b3b; }
.component_01 .news_item .text_area{padding: 20px;}
.component_01 .news_item .lead{display: flex;align-items: center;}
.component_01 .news_item .lead span{font-size: 22px; line-height: 32px; font-weight: 700;}
.component_01 .news_item .text_area .desc {font-size: 14px; letter-spacing: -0.025px; color: #888; max-height: 60px; margin-top: 10px; line-height: 20px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: keep-all; }
/*.component_01 .news_item .label{flex-shrink: 0; margin-right: 10px; width: 50px; height: 50px; background: #2a4592; border-radius: 50%; color:#fff; font-size: 13px; font-weight: 500; text-align: center; line-height: 50px; font-style: normal;}*/
.component_01 .list{display: block; padding: 0 20px 25px; box-sizing: border-box;}
.component_01 .list li{display: block;padding-top: 5px; box-sizing: border-box;}
.component_01 .list li:first-child{padding-top: 15px; border-top: 1px solid #eee;}
.component_01 .list li .tit{position: relative; display: block; padding-left: 10px;}
.component_01 .list li .tit:before{position: absolute; left: 0px; top: 8px; display: block; clear: both; content: ""; width: 5px; height: 5px; background: #2a4592; border-radius: 50%;}
.component_01 .list li .tit span{font-size: 15px; font-weight: 500;}

.component_02{margin-bottom: 25px;}
.component_02 .title{display: block; margin-bottom: 15px; width: 100%; height: 50px; border-top: 2px solid #2a4592; border-bottom: 1px solid #2a4592; box-sizing: border-box; font-size: 18px; font-weight: 700; letter-spacing: -1px; color:#2a4592; line-height: 48px;}
.component_02 ul li{display: block; margin-bottom: 20px; box-sizing: border-box;}
.component_02 ul li:last-child{margin-bottom: 0;}
.component_02 ul.line li{padding-bottom: 20px; border-bottom: 1px solid #dfdfdf;}
.component_02 .news_item.right .thumb{width: 125px; height: 80px;}
.component_02 .news_item.right .thumb img{width: 100%;}
.component_02 .news_item.right .text_area{padding-right: 20px; width: calc(100% - 125px);}
.component_02 .news_item.right .text_area .label { display:inline-block; padding: 0 10px; height:22px; line-height:22px; background:#2a4592; font-size:12px; font-weight:500; letter-spacing:-1px; color:#fff; text-align:center; box-sizing:border-box; }
.component_02 .news_item.right .text_area .label.red { background:#f63b3b; }
.component_02 .news_item .lead span{font-size: 17px; font-weight: 500; line-height: 25px;}

.component_03{margin-bottom: 60px;}
.component_03 .title{display: block; width: 100%; height: 50px; border-top: 2px solid #2a4592; border-bottom: 1px solid #2a4592; box-sizing: border-box; font-size: 18px; font-weight: 700; letter-spacing: -1px; color:#2a4592; line-height: 48px;}
.component_03 ul li{display: block; padding: 15px 0; border-bottom: 1px solid #dfdfdf; box-sizing: border-box;}
.component_03 .news_item .num{width: 40px; text-align: center; font-size: 20px; font-weight: 700; color:#2a4592;}
.component_03 .news_item .tit span{font-size: 16px; font-weight: 500;}
.component_03 .news_item .lead span{font-size: 16px; font-weight: 500;}

.component_04{margin-bottom: 20px;}
.component_04 ul{margin-left: -15px;}
.component_04 ul li{float: left; margin-bottom: 25px; padding-left: 15px; width: 50%; box-sizing: border-box;}
.component_04 .news_item .text_area{padding-top: 10px;}
.component_04 .news_item .lead{overflow: hidden; height: 48px;}
.component_04 .news_item .lead span{font-size: 17px; line-height: 24px; font-weight: 500;}

.component_05{padding: 0 20px; margin-bottom: 60px;}
.component_05 .title{display: block; margin-bottom: 5px; height: 60px; line-height: 60px; border-bottom: 2px solid #2a4592; color: #2a4592; font-size: 18px; font-weight: 700; letter-spacing: -1px; box-sizing: border-box;}
.component_05 ul li{display: block; padding: 20px 0; border-bottom: 1px solid #eee; box-sizing: border-box;}
.component_05 ul li:last-child{border-bottom: none; padding-bottom: 25px;}
.component_05 .news_item .text_area .label { display:inline-block; padding: 0 10px; height:24px; line-height:24px; background:#2a4592; font-size:12px; font-weight:500; letter-spacing:-1px; color:#fff; text-align:center; box-sizing:border-box; margin-bottom:5px; }
.component_05 .news_item .text_area .label.red { background:#f63b3b; }
.component_05 .news_item .tit span{font-family: "Noto Serif KR"; font-weight: 700; font-size: 16px;}
.component_05 .news_item .name{display: block; margin-top: 5px; font-family: "Noto Serif KR"; font-weight: 700; color:#2a4592; font-size: 13px;}

.component_06{margin-bottom: 55px;}
.component_06 .title{display: flex; justify-content: space-between; align-items: center; width: 100%;height: 50px; box-sizing: border-box; border-top: 2px solid #2a4592; font-size: 18px; font-weight: 700; letter-spacing: -1px; color:#2a4592;}
.component_06 .title i{width: 11px; height: 17px; background: url(../img/title_more.png) 50% 50% / 11px no-repeat;}
.component_06 .scroll_wrap{margin-left: -20px; width: calc(100% + 40px);}
.component_06 li{margin-right: 15px; width: 53.33333333333333%;}
.component_06 li:first-child{margin-left: 20px;}
.component_06 .news_item .thumb{height: 135px;}
.component_06 .news_item .text_area{padding-top: 5px;}
.component_06 .news_item .lead{overflow: hidden; height: 46px;}
.component_06 .news_item .lead span{font-size: 16px; font-weight: 500; line-height: 23px;}

.component_07{margin-bottom: 50px; padding: 0 20px 40px; background: #f4f7fa; }
.component_07 .title{display: block; height: 60px; line-height: 60px; font-size: 18px; font-weight: 700; letter-spacing: -1px; color:#2a4592;}
.component_07 .news_item .thumb{margin-bottom: 12px; height: 190px;}
.component_07 .news_item .thumb iframe{width: 100%; height: 100%;}
.component_07 .news_item .thumb:after{display: none;}
.component_07 .news_item .tit span{font-size: 17px; line-height: 23px; font-weight: 500;}
.component_07 .more_btn{position: absolute; right: 20px; top: 20px; width: 106px; height: 26px; background: url(../img/youtube_more.png) 0 0 / 105px no-repeat; text-indent: -9999px;}

.component_08{margin-bottom: 45px;}
.component_08 .title{display: flex; justify-content: space-between; align-items: center; width: 100%;height: 50px; box-sizing: border-box; border-top: 2px solid #2a4592; font-size: 18px; font-weight: 700; letter-spacing: -1px; color:#2a4592;}
.component_08 .title i{width: 12px; height: 17px; background: url(../img/title_more.png) 50% 50% / 11px no-repeat;}
.component_08 .scroll_wrap{margin-left: -20px; width: calc(100% + 40px);}
.component_08 li{margin-right: 15px; width: 40%;}
.component_08 li:first-child{margin-left: 20px;}
.component_08 .news_item .thumb{height: 100px;}
.component_08 .news_item .text_area{padding-top: 5px;}
.component_08 .news_item .lead{overflow: hidden; height: 46px;}
.component_08 .news_item .lead span{font-size: 16px; font-weight: 500; line-height: 23px;}

.component_09{margin-bottom: 50px; padding-bottom: 33px; background: #2a4592 url(../img/component_09_bg.png) 50% 50% / cover no-repeat; }
.component_09 .title{display: flex; justify-content: space-between; align-items: center; width: 100%;height: 50px; box-sizing: border-box; font-size: 18px; font-weight: 700; letter-spacing: -1px; color:#fff;}
.component_09 .title i{width: 12px; height: 17px; background: url(../img/title_more_w.png) 50% 50% / 11px no-repeat;}
.component_09 ul{margin-left: -15px;}
.component_09 ul li{float: left; padding-left: 15px; width: 50%; box-sizing: border-box;}
.component_09 .news_item { border-radius:15px; overflow:hidden; }
.component_09 .news_item .thumb { height:110px; border-radius:0; }
.component_09 .news_item .text_area{ position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.8); text-align:center; padding:15px 15px 0; box-sizing:border-box; /*padding-top: 7px;*/}
.component_09 .news_item .lead { display:flex; justify-content:center; align-items:center; height:40px; margin-top:7px; }
.component_09 .news_item .lead span { display:block; font-size:15px; color:#fff; font-weight:500; line-height:20px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;box-sizing: border-box; letter-spacing: -1px; word-break: keep-all; }/*16/23*/
.component_09 .news_item .label{display: inline-block; padding: 0 10px; height: 30px; line-height: 28px; font-size: 12px; font-weight: 500; letter-spacing: -1px; color:#8caaff; border: 1px solid #8caaff; box-sizing: border-box;}

.component_10{padding: 25px 20px; margin-bottom: 30px;}
.component_10 .news_item .logo{display: block; width: 76px; height: 25px; text-indent: -9999px;}
.component_10 .news_item .tit{height: 55px;}
.component_10 .news_item .tit span{font-size: 17px; font-weight: 700; line-height: 24px; -webkit-line-clamp: 2;}
.component_10 .news_item .lead{padding-top: 15px;}
.component_10 .news_item .lead span{font-size: 14px; line-height: 22px; font-weight: 400; -webkit-line-clamp: 4;}
.component_10 .news_item.kr .logo{background: url(../img/logo_kr.png) 50% 50% / 75px no-repeat;}
.component_10 .news_item.pr .logo{background: url(../img/logo_pr.png) 50% 50% / 75px no-repeat;}
.component_10 .news_item.cn .logo{background: url(../img/logo_cn.png) 50% 50% / 75px no-repeat;}
.component_10 .news_item.cn span{font-family: 'Microsoft YaHei', '微软雅黑'; word-break: break-all;}
.component_10 .news_item.sh .logo { background: url(../img/logo_sh.png) 50% 50% / 75px no-repeat;}
.component_10 .news_item.vn .logo{background: url(../img/logo_vn.png) 50% 50% / 75px no-repeat;}

/*.component_10 .news_item.sh.board .tit { padding-right:0; }*/

.component_11{margin-bottom: 50px;}
.component_11 .title{display: flex;justify-content: space-between;align-items: center;width: 100%;height: 50px;box-sizing: border-box;border-top: 2px solid #2a4592;font-size: 18px;font-weight: 700;letter-spacing: -1px;color: #2a4592;}
.component_11 .title i {width: 11px;height: 17px;background: url(../img/title_more.png) 50% 50% / 11px no-repeat;}
.component_11 .news_item .thumb{margin-bottom: 15px; height: 190px;}
.component_11 .news_item .thumb iframe{display: block; width: 100%; height: 100%;}
.component_11 .news_item .thumb:after { display:none; }
.component_11 .news_item .tit span{font-size: 16px; font-weight: 500;}

.component_12 .title{display: flex;justify-content: space-between;align-items: center;width: 100%;height: 50px;box-sizing: border-box;border-top: 2px solid #2a4592;font-size: 18px;font-weight: 700;letter-spacing: -1px;color: #2a4592;}
.component_12 .title i {width: 11px;height: 17px;background: url(../img/title_more.png) 50% 50% / 11px no-repeat;}
.component_12 ul{margin-left: -15px;}
.component_12 ul li{float: left; width: 50%; padding-left: 15px; box-sizing: border-box;}
.component_12 .news_item{padding: 30px 15px; background: url(../img/op_bg.png) 0 0 / 3px repeat; border-radius: 15px;}
.component_12 .news_item .tit{display: flex; align-items: center; margin-bottom: 10px; height: 66px;}
.component_12 .news_item .tit span{font-size: 16px; color:#fff; font-weight: 700; -webkit-line-clamp: 3; line-height: 22px; font-family: "Noto Serif KR";}
.component_12 .news_item .name{display: block; font-size: 13px; color:#999; font-weight: 500; font-family: "Noto Serif KR";}

.view_page .component_13.card_box{ padding: 0 20px; margin: 0; width: 100%; background: #2a4592;}
.component_13 .title{display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; width: 100%;height: 60px; box-sizing: border-box; font-size: 18px; font-weight: 700; letter-spacing: -1px; color:#fff; border-bottom: 1px solid #fff;}
.component_13 .title i{width: 12px; height: 17px; background: url(../img/title_more_w.png) 50% 50% / 11px no-repeat; }
.component_13 ul li{display: block; margin-bottom: 20px; box-sizing: border-box;}
.component_13 ul li:last-child{margin-bottom: 0; border-bottom: none;}
.component_13 ul.line li{padding-bottom: 20px; border-bottom: 1px solid #4863b3;}
.component_13 .news_item.right .thumb{width: 125px; height: 80px;}
.component_13 .news_item.right .thumb img{width: 100%;}
.component_13 .news_item.right .text_area{padding-right: 15px; width: calc(100% - 125px);}
.component_13 .news_item .lead span{font-size: 17px; font-weight: 500; line-height: 25px; color:#fff;}
.component_13 .news_item .label{display: block; margin-bottom: 10px; font-size: 12px; font-weight: 500; letter-spacing: -1px; color:#8caaff;}

.component_14 { margin-bottom: 50px; margin-top:30px; border-top:1px solid #bfc7de; border-bottom:1px solid #bfc7de; padding:45px 20px 0; }
.component_14 .title { position:absolute; left:50%; top:-20px; display:flex; justify-content:center; align-items:center; width:130px; height:40px; line-height:40px; text-align:center; background:#2a4592; margin-left:-65px; font-size:18px; color:#fff; font-weight:500; }
.component_14 .title i { width:11px; height:17px; background:url(../img/title_more_w.png) 50% 50% / 11px no-repeat; margin-left:10px; }
.component_14 ul{margin-left: -15px;}
.component_14 ul li{float: left; margin-bottom: 25px; padding-left: 15px; width: 50%; box-sizing: border-box;}
.component_14 .news_item .text_area{padding-top: 10px;}
.component_14 .news_item .lead{overflow: hidden; height: 48px;}
.component_14 .news_item .lead span{font-size: 17px; line-height: 24px; font-weight: 500;}

.component_list_top{ margin-bottom: 22px;}
.component_list_top h2{display: block; height: 45px; line-height: 1; font-size: 30px; font-weight: 700; letter-spacing: -1px; color:#2a4592;}
.component_list_top .news_item{padding-bottom: 30px; border-bottom: 1px solid #dfdfdf;}
.component_list_top .news_item .thumb{margin-bottom: 15px; height: 200px;}
.component_list_top .news_item .tit{margin-bottom: 5px;}
.component_list_top .news_item .tit span{font-size: 20px; font-weight: 700;}
.component_list_top .news_item .lead span{font-size: 14px; line-height: 22px; color:#666; -webkit-line-clamp: 3;}

.search_page{padding-top: 30px;}
.component_search_top{display: block; margin-bottom: 40px;}
.component_search_top h2{display: block; height: 60px; line-height: 1; font-size: 30px; font-weight: 700; letter-spacing: -1px; color:#2a4592;}
.component_search_top .search_input{position: relative; display: block; margin: 0 auto 15px; width: 100%; height: 55px; box-sizing: border-box;}
.component_search_top .search_input input{display: block; padding: 0 50px 0 15px; width: 100%; height: 100%; border: 1px solid #ccc; box-sizing: border-box; font-size: 18px; letter-spacing: -1px; font-weight: 400; border-radius: 10px;}
.component_search_top .search_input button{position: absolute; right: 0; top: 0; width: 55px; height: 55px; background: url(../img/icon_search.png ) 50% 50% / 20px no-repeat;}
.component_search_top .search_option{overflow: hidden; display: flex; margin-bottom: 1.5rem; width: 100%; height: 55px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 10px;}
.component_search_top .search_option li{flex-grow: 1; width: 25%; border-right: 1px solid #ccc; box-sizing: border-box;}
.component_search_top .search_option li:last-child{border-right: none;}
.component_search_top .search_option li a{display: block; width: 100%; height: 100%; text-align: center; line-height: 53px; font-size: 16px; letter-spacing: -1px;}
.component_search_top .search_option li.on a{background: #2a4592; color:#fff;}
.component_search_top .search_date{position: relative; padding-bottom: 30px; width: 100%; box-sizing: border-box; border-bottom: 3px double #000;}
.component_search_top .search_date .form_text input{float: left; padding: 0 1.5rem; width: 47.27272727272727%; height: 40px; border: 1px solid #ddd; box-sizing: border-box; font-size: 15px; color:#999; text-align: center;}
.component_search_top .search_date .form_text span{float: left; display: block; width: 5.454545454545454%; line-height: 40px; text-align: center;}
.no_data_search{display: block; padding: 40px 0 50px; box-sizing: border-box;}
.no_data_search .tit{display: block; margin-bottom: 40px; font-size: 25px; font-weight: 700; letter-spacing: -1px; line-height: 35px; text-align: center;}
.no_data_search .tit strong{display: block; color:#2a4592;}
.no_data_search .info{display: block; color:#999; font-size: 15px; line-height: 22px; letter-spacing: -1px; text-align: center;}

button { cursor: pointer; font: inherit; background-color: transparent; }


.component_search_area{
	border-top: 3px double #000;
	border-bottom: 3px double #000;
	padding-bottom: 50px;
}
.component_search{padding-top: 38px;}
.component_search .search_tit{
	margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
	height: auto;
}
.component_search .search_tit em{
	font-weight: 600;
    color: #2a4592;
}
.component_search .search_day{
	font-size: 1.7rem;
    margin-bottom: 1.6rem;
}
.component_search .search_area .search_day{
	padding-top: 3rem;
	/* border-top: 3px double #000; */
}
.component_search .search_option{
	border-radius: 0;
	border: none;
    height: auto;
}
.component_search .search_date{border-bottom: 0;}
.component_search .search_option li{
	flex: 1;
    width: auto;
    border: 1px solid #111;
    border-right: none;
    box-sizing: border-box;
}
.component_search .search_option li button{
	display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 4.8rem;
    font-size: 1.7rem;
    letter-spacing: -1.7px;
    box-sizing: border-box;
    position: relative;
}
.component_search .search_option li:last-child {
    border-right: 1px solid #111;
}
.component_search .search_option li.on{border: none;}
.component_search .search_option li.on button{color: #2a4592;font-weight: 500;}
.component_search .search_option li.on button::after {
    content: '';
    display: block;
    border: 2px solid #2a4592;
    background: transparent;
    width: 101%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.component_search .form_text{display: flex; align-items: center;}
.component_search .form_text .form_box{position: relative;}
.component_search .search_date .form_text input{
	background: #fafafa;
    width: 100%;
    padding: 0 1.2rem;
    border: 1px solid #aaaaaa;
    font-size: 1.7rem;
    color: #111111;
    text-align: left;
    height: 45px;
}
.component_search .search_date .form_box::after {
    content: '';
    display: block;
    background: url(../img/icon_calendar.png) no-repeat;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
.component_search .option_area .search_day{
	padding-top: 0;
    border-top: none;
}
.component_search .option_area .search_option{
	border: none;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 14px;
    height: 100%;
	margin-bottom: 3rem;
}
.component_search .search_option li:nth-child(4){border-right: 1px solid #111;}
.component_search .search_input{height: auto; margin-bottom: 4rem;}
.component_search .search_input input{
	height: 55px;
    line-height: 55px;
    border-radius: 0;
    border: 1px solid #111;
}
.component_search .btn_search{
	background: #2a4592;
    width: 100%;
    height: 50px;
    color: #fff;
    font-weight: 600;
}


.view_page{padding: 15px 20px 50px;}
.view_page .component{padding: 0;}
.view_page .view_hd{position: relative; display: block; margin-bottom: 25px; padding-top: 20px; padding-bottom: 25px; border-bottom: 1px solid #666; box-sizing: border-box;}
.view_page .view_hd h1{display: block; margin-bottom: 23px; font-size: 25px; line-height: 34px; font-weight: 700; letter-spacing: -1px; }
.view_page .view_hd .label{display: block; margin-bottom: 10px; font-size: 18px; font-weight: 700; letter-spacing: -1px; color:#2a4592; line-height: 1;}
.view_page .view_hd .date_area .thumb{width: 40px; height: 40px; border-radius: 50%; }
.view_page .view_hd .date_area .thumb img{height: 100%;}
.view_page .view_hd .date_area .thumb:after{display: none;}
.view_page .view_hd .date_area .thumb.no_data:after{display: block; clear: both; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #000; opacity: 0.1; box-sizing: border-box; border-radius: 50%;}
.view_page .view_hd .date_area .text_area{padding-left: 10px;}
.view_page .view_hd .date_area .name{display: block; font-size: 13px; font-weight: 400; letter-spacing: -1px;}
.view_page .view_hd .date_area .name span{font-weight: 700;}
.view_page .view_hd .date_area .date{margin-top: 0;}
.view_page .view_hd .button_area{position: absolute; right: 0; bottom: 25px; display: flex;}
.view_page .view_hd .button_area li{width: 50px; height: 40px; border: 1px solid #ccc; box-sizing: border-box; background-repeat: no-repeat; background-position: 50% 50%;}
.view_page .view_hd .button_area li.share_btn{margin-right: -1px; background-image: url(../img/icon_share.png); background-size: 15px; border-radius: 20px 0 0 20px;}
.view_page .view_hd .button_area li.font_btn{background-image: url(../img/icon_font.png); background-size: 27px; border-radius: 0 20px 20px 0;}
.view_page .view_hd .button_area li a{display: block; width: 100%; height: 100%;}
.view_page .view_hd .button_area li.on{background: #2a4592 url(../img/icon_close_w.png) 50% 50% /13px no-repeat;}
.view_page .view_hd .audio {position: absolute;right: -10px; bottom: 35px; width: 201px;}
.view_page .view_hd .audio iframe{left: 0 !important; width: 100%;}
.view_article{display: block; margin-bottom: 70px;}
.view_article article {display: block; padding-bottom: 30px; border-bottom: 3px double #666; font-size: 1.7rem;line-height: 1.6; box-sizing: border-box;}
.view_article article img{max-width: 100%; height: auto;}
.view_article article .sub_title{position: relative; display: block; margin-bottom: 25px; padding-left: 1.7rem;}
.view_article article .sub_title:after{position: absolute; left: 0; top: 0; display: block; clear: both; content: ""; height: 100%; width: 2px; background: #2a4592;}
.view_article article .sub_title span{display: block; font-size: 1.7rem; font-weight: 700; line-height: 1.77; letter-spacing: -1px; }
.view_article article .sub_title span:last-of-type{margin-bottom: 0;}
.view_article article .sub_title .h2{display: block; font-size: 1.7rem; font-weight: 700; line-height: 1.77; letter-spacing: -1px; }
.view_article article .sub_title .h2:last-of-type{margin-bottom: 0;}
.view_article article .sub_title_heading{ display: block; margin: 2rem 0; padding: 1.5rem 0; border-top: 2px solid #000; border-bottom: 1px solid #000; }
.view_article article .video_box{position: relative; display: block; margin-bottom: 20px; padding-bottom: 56.71641791044776%; width: 100%; /*height: 190px;*/ box-sizing: border-box;}
.view_article article .video_box iframe{position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%;}
.view_article .photoBox2019 {display: block; width: 100%; margin-left:0px !important; margin-bottom:30px; }
/*.view_article .photoBox2019 img { width:100%!important; height:auto!important; }*/
.view_article .photoBox2019 img { width:auto; max-width: 100%; height:auto!important; margin: auto; }
.view_article .photoBox2019 .photo_img { position:relative; }
.view_article .photoBox2019 .photo_img .icon_expand { position:absolute; right:5px; bottom:5px; display:block; width:40px; height:40px; overflow:hidden; text-indent:-500em; background:url(https://image.ajunews.com/images/site/img/mobile/m_aju/v4/m_photo_expand.png) no-repeat; background-size:40px 40px; text-align:left; }
.view_article .photoBox2019 .p_caption { width:100%!important; font-size:14px; color:#999; line-height:22px; padding-top:10px; box-sizing:border-box; }
.view_article .photoBox2019 iframe { box-sizing:border-box; padding:0 20px; }
.view_article .copyright{display: block; margin-top: 40px; font-size: 15px; font-weight: 400; letter-spacing: -1px;}
.view_article .video video{width: 100%;height: 100%;}


.view_page .byline{padding-top: 30px; padding-bottom: 30px;}
.view_page .byline.news_item .thumb{position: relative; width: 60px; height: 60px; border-radius: 50%;}
.view_page .byline.news_item .thumb img{height: 100%; width: auto;}
.view_page .byline.news_item .thumb:after{display: none;}
.view_page .byline.news_item .thumb.no_data:after{display: block; clear: both; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #000; opacity: 0.1; box-sizing: border-box; border-radius: 50%;}
.view_page .byline .text_area{padding-left: 10px;}
.view_page .byline .name{display: block; margin-bottom: 10px; font-size: 17px; letter-spacing: -1px; line-height: 1; font-weight: 400;}
.view_page .byline .name span{font-weight: 700;}
.view_page .byline .email{display: flex; align-items: center; text-decoration: underline;}
.view_page .byline .email i{margin-right: 5px; width: 20px; height: 15px; background: url(../img/icon_email.png) 0 50% / 20px no-repeat;}
.view_page .byline .btn_reporter { width:102px; height:35px; line-height:35px; text-align:center; font-size:15px; color:#fff; background:#2a4592; border-radius:8px; margin-top:15px; }
.view_page .byline .btn_w { display:flex; }
.view_page .byline .btn_w .btn_reporter { width:102px; height:35px; line-height:35px; text-align:center; font-size:15px; color:#fff; background:#2a4592; border-radius:8px; margin-top:15px; }
.view_page .byline .btn_w .btn_jebo { width:102px; height:35px; line-height:35px; text-align:center; font-size:15px; color:#fff; background:#2a4592; border-radius:8px; margin-top:15px; margin-left:5px; }

.view_page .tag{display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 20px; width: 100%;}
.view_page .tag a{display: flex; align-items: center; margin-right: 5px; margin-bottom: 10px; padding: 0 20px; height: 40px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 38px; text-align: center; font-size: 15px; letter-spacing: -1px; color:#2a4592;}

.view_page .related_lst{display: block; padding: 25px 20px; width: 100%; box-sizing: border-box; border-radius: 15px; box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 8%);}
.view_page .related_lst .tit{display: block; margin-bottom: 10px; font-size: 16px; font-weight: 700; letter-spacing: -1px; color:#2a4592;}
.view_page .related_lst ul li{position: relative; display: block; margin-bottom: 5px; padding-left: 10px; box-sizing: border-box;}
.view_page .related_lst ul li:last-child{margin-bottom: 0;}
.view_page .related_lst ul li:before{position: absolute; left: 0; top: 12px; display: block; clear: both; content: ""; width: 4px; height: 4px; background: #2a4592; border-radius: 50%;}
.view_page .related_lst ul li a{display: block; font-size: 16px; font-weight: 500; letter-spacing: -1px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;box-sizing: border-box;letter-spacing: -1px;word-break: keep-all;}

/*댓글*/
.component.comment_wrap{display: block; margin-bottom: 70px; padding: 0; }
.comment_wrap .total_number{display: block; width: 100%; height: 3.5rem; font-size: 1.8rem; font-weight: 500; letter-spacing: -1px; border-bottom: 1px solid #111; box-sizing: border-box;}
.comment_wrap .total_number em{display: inline-block; font-size: 1.8rem; font-weight: 500;}
.comment_form{padding-bottom: 3rem; border-bottom: 1px solid #111; box-sizing: border-box;}
.comment_form .user_info{position: relative; display: block; padding-top: 2rem; font-size: 0;}
.comment_form .user_info .user_thumb{display: inline-block; margin-right: 1rem; width: 2.5rem; height: 2.5rem; vertical-align: middle;}
.comment_form .user_info .user_thumb img{width: 100%;}
.comment_form .user_info .user_name{display: inline-block; height: 2.5rem; vertical-align: middle;}
.comment_form .user_info .user_name span{display: block; line-height: 2.5rem; font-weight: 500; font-size: 1.7rem; letter-spacing: -1px;}
.comment_form .user_info .date{display: block; margin-top: 1rem; width: 100%;}
.comment_form .user_info .date span{display: block; font-size: 1.5rem; color:#999;}
.comment_form .user_info .comment_btn{position: absolute; right: 1rem; top: 3rem; width: 9rem; height: 3.5rem; border: 1px solid #ddd; border-radius: 35px;}
.comment_form .user_info .comment_btn span{display: block; line-height: 3.3rem; font-size: 1.7rem; color:#666; text-align: center;}
.comment_form .comment_txt{display: block; font-size: 1.7rem; line-height: 2.5rem; letter-spacing: -1px;}
.comment_form .comment_textarea{position: relative; display: block; margin-top: 2rem; width: 100%; height: 18rem;}
.comment_form .comment_textarea textarea{display: block; padding: 2rem 2rem 3.5rem; width: 100%; height: 100%; resize: none; line-height: 2.1rem; box-sizing: border-box; border: 1px solid #dfdfdf; outline: none; font-size: 1.7rem; border-radius: 15px;}
.comment_form .comment_textarea .count{position: absolute; left: 2rem; bottom: 1.5rem; display: block; color:#999; font-size: 1.3rem; font-weight: 400;}
.comment_form .comment_textarea .count em{display: inline-block;color:#333;}
.comment_form .write_btn{display: block; margin-top: 1rem; width: 100%; height: 5rem; background: #333; border-radius: 15px;}
.comment_form .write_btn span{display: block;color:#fff; text-align: center; font-size: 1.5rem; font-weight: 500;}
.comment_form .user_info + .comment_textarea {margin-top: 1.5rem;}

.comment_list li .comment_form{padding-bottom: 2.5rem; border-bottom: 1px solid #dfdfdf;}
.comment_list li .comment_form .user_info{padding-top: 3rem; padding-bottom: 2.5rem;}
.comment_list li:last-child .comment_form{border-bottom: none;}
.comment_wrap .comment_more{display: block; width: 100%; height: 5.5rem; border: 1px solid #ccc; border-radius: 55px;}
.comment_wrap .comment_more span{display: block; text-align: center; line-height: 5.3rem; font-size: 1.7rem;}
.comment_wrap .comment_more span:after{display: inline-block; clear: both; content: ""; margin-left: 1rem; margin-bottom: 2px; width: 1.6rem; height: 0.9rem; background: url(../img/more_arrow.png) 50% 50% no-repeat; background-size: 1.6rem;}
.alert_pop .layer_dialog{border: none; border-top: 3px solid #000; border-radius: 0 0 4px 4px;}
.alert_pop .layer_content{padding: 2.5rem 2.5rem 4rem;}
.alert_pop .alert_txt{display: block; margin-bottom: 2.5rem; font-size: 2rem; line-height: 3rem; font-weight: 500;}
.alert_pop .alert_btn_wrap{display: block; margin-left: -1rem;}
.alert_pop .alert_btn_wrap li{float: left; padding-left: 1rem; width: 50%; height: 4.5rem; box-sizing: border-box;}
.alert_pop .alert_btn_wrap li .alert_btn{display: block; width: 100%; height: 100%; border: 1px solid #ccc; box-sizing: border-box; text-decoration: none;}
.alert_pop .alert_btn_wrap li .alert_btn span{display: block; font-size: 1.7rem; font-weight: 500; text-align: center; line-height: 4.3rem; color:#999;}
.alert_pop .alert_btn_wrap li .alert_btn.fill span{color:#fff;}
.alert_pop .alert_btn_wrap li .alert_btn.fill{background: #20d0cc; border: 1px solid #20d0cc;}
.alert_pop .alert_btn_wrap li .alert_btn.fill.gray{background: #333; border: 1px solid #333;}

.like_wrap{display: block; height: 145px; border-bottom: 3px double #666; box-sizing: border-box;}
.like_wrap ul{display: flex; align-items: center; height: 100%;}
.like_wrap ul li{flex-grow: 1; min-width: 8rem;}
.like_wrap ul li .like_item{display: block; padding-top: 6.5rem; text-decoration: none;}
.like_wrap ul li .like_item span{display: block; font-size: 1.5rem; letter-spacing: -1px; text-align: center;}
.like_wrap ul li .like_item span em{margin-left: 4px; font-style: normal !important;}
.like_wrap ul li .like_item.good{background: url(../../img/like_item_good.png) 50% 0 / 60px no-repeat;}
.like_wrap ul li .like_item.angry{background: url(../../img/like_item_angry.png) 50% 0 / 60px no-repeat;}
.like_wrap ul li .like_item.recommend{background: url(../../img/like_item_recommend.png) 50% 0 / 60px no-repeat;}
.like_wrap ul li.on .like_item span{color: #2a4592;}
.like_wrap ul li.on .like_item span em{color: #2a4592;}

.comment_form .vote_wrap{display: flex; justify-content: right; align-items: center; margin-top: 2rem; height: 2rem;}
.comment_form .vote_wrap dd{margin-left: 1.5rem; height: 100%;}
.comment_form .vote_wrap dd .vote_btn{display: flex; align-items: center; padding-left: 3rem; height: 100%; box-sizing: border-box; text-decoration: none;}
.comment_form .vote_wrap dd .vote_btn.vote_btn_01{background: url(../../img/icon_like_g.png) 0 50% / 21px no-repeat;}
.comment_form .vote_wrap dd .vote_btn.vote_btn_02{background: url(../../img/icon_hate_g.png) 0 50% / 21px no-repeat;}
.comment_form .vote_wrap dd .vote_btn.vote_btn_01.on{background: url(../../img/icon_like_b.png) 0 50% / 21px no-repeat;}
.comment_form .vote_wrap dd .vote_btn.vote_btn_02.on{background: url(../../img/icon_hate_b.png) 0 50% / 21px no-repeat;}
.comment_form .vote_wrap dd .vote_btn em{display: block; font-size: 1.3rem; letter-spacing: -1px; color:#999;}
.comment_form .vote_wrap dd .vote_btn.on em{color:#111;}

/* // 댓글*/

/*폰트팝업*/
.sticky_font_pop{display: none; position: absolute; right: 0; bottom: -5.2rem; z-index: 9;}
.sticky_font_pop .layer_dialog{width: 25rem; border-top: none; background: #fff; border: 1px solid #eeeeee; border-radius: 15px;}
.sticky_font_pop .layer_content{padding: 1.5rem; box-sizing: border-box;}
.sticky_font_pop .font_size_list{display: flex; align-items: center; justify-content: space-between;}
.sticky_font_pop .font_size_list li{display: block; width: 4rem; height: 4rem;}
.sticky_font_pop .font_size_list li a{position: relative; display: block; width: 100%; height: 100%; border: 1px solid #eee; box-sizing: border-box; border-radius: 50%;}
.sticky_font_pop .font_size_list li a:after{position: absolute; left: 50%; top: 50%; display: block; clear: both; content: "가"; transform: translate(-50%, -50%);}
.sticky_font_pop .font_size_list li.on a{ color:#2a4592; border: 1px solid #2a4592;}
.sticky_font_pop .font_size_list li:nth-child(1) a{font-size: 1.3rem;}
.sticky_font_pop .font_size_list li:nth-child(2) a{font-size: 1.5rem;}
.sticky_font_pop .font_size_list li:nth-child(3) a{font-size: 1.7rem;}
.sticky_font_pop .font_size_list li:nth-child(4) a{font-size: 1.9rem; font-weight: 500;}
.sticky_font_pop .font_size_list li:nth-child(5) a{font-size: 2.1rem; font-weight: 500;}
/*// 폰트팝업*/

/*공유팝업*/
.sticky_sns_pop{display: none; position: absolute; right: 0; bottom: -150px; width: 100%; z-index: 9;}
.sticky_sns_pop .layer_dialog{width: 100%; border-top: none; background: #fff; border: 1px solid #eeeeee; border-radius: 15px;}
.sticky_sns_pop .layer_content{padding: 2rem 1.5rem 3rem; box-sizing: border-box;}
.sticky_sns_pop .layer_content .sns_list{display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem;}
.sticky_sns_pop .layer_content .sns_list li{display: block; width: 5rem; height: 5rem; background-repeat: no-repeat; background-size: auto; background-image: url(../img/icon_sns.png); background-size: 28.2rem;}
.sticky_sns_pop .layer_content .sns_list li:nth-child(1){background-position: 0 0;}
.sticky_sns_pop .layer_content .sns_list li:nth-child(2){background: url(https://image.ajunews.com/images/site/news/kr_2/img/icon/ic_twitter.png) no-repeat; background-size: 100%}
.sticky_sns_pop .layer_content .sns_list li:nth-child(3){background-position: -11.6rem 0;}
.sticky_sns_pop .layer_content .sns_list li:nth-child(4){background-position: -17.4rem 0;}
.sticky_sns_pop .layer_content .sns_list li:nth-child(5){background-position: -23.2rem 0;}
.sticky_sns_pop .layer_content .sns_list li a{display: block; width: 100%; height: 100%;}
.sticky_sns_pop .layer_content .form_wrap{position: relative; height: 4.5rem;}
.sticky_sns_pop .layer_content .form_wrap input{padding: 0 10rem 0 1rem; width: 100%; height: 100%; font-size: 1.5rem; border: 1px solid #ddd; box-sizing: border-box; outline: none;}
.sticky_sns_pop .layer_content .form_wrap button{position: absolute; right: 0; top: 0; width: 9rem; height: 100%; border: 1px solid #ddd; background: #fff; font-size: 1.4rem; font-weight: 500; letter-spacing: -1px;}
/*// 공유팝업*/

.layer_wrap{display: none; /*overflow: auto; overflow-y: scroll;*/ position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 1001; /*background: rgba(27,29,42,.9);*/}
.layer_wrap.open .layer_con{transform: translate(-50%, -50%);}
.layer_wrap .layer_con {position: absolute; min-width: 350px; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.5); transition: 0.2s; box-sizing: border-box; font-size: 16px;}
.layer_wrap .js_layer_close {display: block;position: absolute;width: 60px;height: 60px;top: 0px;right: 0px;font-size: 0;background: url(../img/calendar_close.png) 50% 50% / 20px no-repeat;-webkit-transition-duration: .4s;-moz-transition-duration: .4s;transition-duration: .4s;z-index: 99;}
.layer_wrap .con_box{display: block; padding: 25px; width: 100%; border: 1px solid #eeeeee; box-sizing: border-box; border-radius: 15px; background: #fff; box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);}
.layer_wrap .con_box .tit{display: block; font-size: 18px; line-height: 25px; letter-spacing: -1px; font-weight: 500;}
.layer_wrap .btn_box{display: flex; justify-content: center; margin-top: 15px; box-sizing: border-box;}
.layer_wrap .btn_box li{padding: 0 5px; width: 50%; height: 40px; box-sizing: border-box;}
.layer_wrap .btn_box li a{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border: 1px solid #aaa; box-sizing: border-box; text-align: center; font-size: 15px; color:#666; text-decoration: none; border-radius: 10px;}
.layer_wrap .btn_box li.black a{background: #333;border-color:#333 ; color:#fff;}
.layer_wrap .btn_box li.blue a{background: #2a4592; border-color:#2a4592 ;color:#fff;}
.layer_wrap .btn_box li .js_layer_close{position: relative; left: auto; top: auto; background: none;}


.ui-datepicker{display: none; width: calc(100% - 3rem); box-sizing: border-box; box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%); border-radius: 0; line-height: 1;}
.ui-widget-content{/*margin-top: 5.8rem; */ left: 1.5rem !important; margin-top: 6px; padding: 0; border: 1px solid #ccc; border-top: 4px solid #2a4592; background: #fff; z-index: 99 !important;}
.ui-widget-header{padding: 0; border-radius: 0; background: #fff;}
.ui-datepicker-title{text-align: center;}
.ui-datepicker .ui-datepicker-header{padding: 0; margin-top: 4.5rem; margin-bottom: 2.5rem; border: none;}
.ui-datepicker-year, .ui-datepicker-month{font-size: 2.5rem; font-weight: 500;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{position: absolute; width: 2rem; height: 2rem; top: 4.8rem; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev{left: 8rem;}
.ui-datepicker .ui-datepicker-next{right: 8rem;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{display: block; left: 0; top: 0; margin: 0; width: 100%; height: 100%; font-size: 0;}
.ui-datepicker .ui-datepicker-prev span{background: url(../img/title_arrow.png) 50% 50% no-repeat; background-size: 1rem; transform: rotate(-180deg);}
.ui-datepicker .ui-datepicker-next span{background: url(../img/title_arrow.png) 50% 50% no-repeat; background-size: 1rem;}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus { border: none; background: #fff;}
.ui-datepicker table{margin: 0 auto 3rem auto; width: calc(100% - 4rem); border-top: 1px solid #000; font-size: 1.6rem;}
.ui-datepicker th{padding: 1rem 0 0; height: 4rem; font-weight: 500;}
.ui-datepicker td{padding: 0; height: 4rem;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{display: block; padding: 0; width: 100%; height: 100%; border: none; line-height: 4rem; background: #fff;}
/*.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{background: #000; color:#fff;}*/
.ui-datepicker-current-day .ui-state-active{background: #2a4592; color:#fff;}
.ui-datepicker td span, .ui-datepicker td a{text-align: center;}
.ui-datepicker .ui-datepicker-buttonpane{position: absolute; left: auto !important; right: 2rem; top: 2.5rem; margin: 0; padding: 0; width: 2rem; height: 2rem; border: none;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{display: none;}
.ui-datepicker .ui-datepicker-buttonpane button{margin: 0; padding: 0; width: 100%; height: 100%; background: url(../img/calendar_close.png) 50% 50% no-repeat; background-size: 2rem;}

.newspaper_top{display: block; padding-top: 50px;}
.newspaper_top .title{display: block; margin-bottom: 15px; font-size: 30px; font-weight: 700; letter-spacing: -1px; color:#2a4592; line-height: 1;}
.newspaper_top .sub_title{display: block; margin-bottom: 35px; font-size: 20px; letter-spacing: -1px; line-height: 27px; font-weight: 400;}
.newspaper_date{display: block; margin-bottom: 40px; width: 100%; height: 55px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 10px;}
.newspaper_date input{display: block; width: 100%; height: 100%; text-align: center; font-size: 18px; background: url(../img/newspaper/calendar_000.png) right 15px top 15px / 2rem no-repeat;}

[id^="monthpicker_"]{margin-top: 5px; width: calc(100% - 3rem) !important; max-width: 345px; border: none; border-radius: 10px; background: #fff;}
[id^="monthpicker_"]:after{position: fixed; left: 0; top: 0; display: block; clear: both; content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0); z-index: -1;}
[id^="monthpicker_"] .monthpicker-select-year{border: transparent; appearance:none; font-size: 25px; height: 4rem; -webkit-appearance: none; -moz-appearance: none;  appearance: none; background: #fff;}
[id^="monthpicker_"] .monthpicker-select-year:focus-visible{outline: none;}
[id^="monthpicker_"] .monthpicker-select-year:disabled{color:#111; opacity: 1 !important;}
[id^="monthpicker_"] .ui-datepicker-header{margin-top: 0; margin-bottom: 0; padding-top: 3rem; padding-bottom: 2rem;}
[id^="monthpicker_"] .mtz-monthpicker-left{padding-left: 0 !important; width: 5rem; height: 4rem; background: url(../img/title_arrow.png) 50% 50% / 1rem no-repeat; text-indent: -9999px;     transform: rotate(-180deg);}
[id^="monthpicker_"] .mtz-monthpicker-right{padding-right: 0 !important; width: 5rem; height: 4rem; background: url(../img/title_arrow.png) 50% 50% / 1rem no-repeat; text-indent: -9999px;}
[id^="monthpicker_"] table{position: relative; border-top: none; background: #fff; margin: 0; width: 100%;}
[id^="monthpicker_"] table:before{position: absolute; left: 2rem; top: 0; display: block; clear: both; content: ""; width: calc(100% - 4rem); height: 1px; background: #999;}
[id^="monthpicker_"] table tbody{display: flex; flex-wrap: wrap; padding: 2.5rem 2rem 3rem; width: 100%; box-sizing: border-box;}
[id^="monthpicker_"] table tbody tr{display: flex; justify-content: space-between; width: 50%; font-size: 1.8rem; box-sizing: border-box;}
[id^="monthpicker_"] table tbody tr:nth-of-type(1){padding-right: 3px;}
[id^="monthpicker_"] table tbody tr:nth-of-type(2){padding-left: 3px;}
[id^="monthpicker_"] table tbody tr:nth-of-type(3){margin-top: 5px; padding-right: 3px;}
[id^="monthpicker_"] table tbody tr:nth-of-type(4){margin-top: 5px; padding-left: 3px;}
[id^="monthpicker_"] table tbody tr td{padding: 0 !important; height: 4rem !important;}
[id^="monthpicker_"] .ui-state-default, [id^="monthpicker_"] .ui-widget-content .ui-state-default, [id^="monthpicker_"] .ui-widget-header .ui-state-default{display: inline-block; width: 45px; box-sizing: border-box; border-radius: 2px; border: 1px solid #eee;}
[id^="monthpicker_"] table .ui-state-active{position: relative; background: #2a4592; color:#fff;}

.newspaper_list{padding-bottom: 7rem;}
.newspaper_list ul{margin-left: -1.5rem;}
.newspaper_list ul li{float: left; margin-bottom: 1.5rem; width: 50%; padding-left: 1.5rem; box-sizing: border-box;}
.newspaper_list ul li a{display: block; width: 100%; height: 100%;}
.newspaper_list ul li a .img{display: block; padding: 1rem; border: 1px solid #dfdfdf; box-sizing: border-box;}
.newspaper_list ul li a .img img{width: 100%;}
.newspaper_list ul li a .label{display: block; height: 4rem; line-height: 4rem; font-weight: 500; font-size: 1.6rem; text-align: center;}
.newspaper_list .newspaper_list_btn{display: block; margin: 2rem auto 0; width: 15rem; height: 5rem; background: #20d0cc; color:#fff; text-align: center; line-height: 5rem; font-weight: 500; font-size: 1.8rem; letter-spacing: -1px;}
.newspaper_list .no_data{display: block; margin-top: 8.5rem; margin-bottom: 15rem;}
.newspaper_list .no_data strong{display: block; padding-top: 17rem; font-weight: 400; font-size: 2.2rem; letter-spacing: -1px; text-align: center; box-sizing: border-box; background: url(../img/newspaper/no_data.png) 50% 0 / 125px no-repeat;}
.newspaper_list .no_data strong span{font-weight: 600;}

.component_more_btn{display: flex; align-items: center; justify-content: center; margin-top: 35px; width: 100%; height: 55px; border: 1px solid #ccc; border-radius: 55px; font-size: 16px; letter-spacing: -1px; font-weight: 500;}
.component_more_btn i{margin-left: 5px; width: 14px; height: 10px; background: url(../img/component_more.png) 0 0 / 13px no-repeat;}
.footer{display: block; width: 100%; background: #f4f5fa; border-top: 1px solid #eee;}
.footer dl{display: flex; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; border-bottom: 1px solid #dfdfdf;}
.footer dl dd{ display: flex; align-items: center; justify-content: center; margin: 0 10px; padding: 0 30px; height: 40px; border: 1px solid #eeeeee; font-size: 14px; font-weight: 500; letter-spacing: -1px; background: #fff; border-radius: 20px;}
.footer dl dd:first-of-type{background: #2a4592; color:#fff;}
.footer .copyright{display: flex; justify-content: center; align-items: center; width: 100%; height: 90px; font-size: 11px; text-align: center; color: #999;}
.footer .copyright strong{font-weight: 700; color:#333;}

.scroll_wrap{overflow: auto; -webkit-overflow-scrolling: touch;}
.scroll_wrap ul{display: block; white-space: nowrap; font-size: 0;}
.scroll_wrap ul li{display: inline-block; white-space: normal; vertical-align: top;}
.scroll_wrap.scrollbar_hidden::-webkit-scrollbar{display:none;}

.news_item{position: relative; display: block;}
.news_item .thumb{overflow: hidden; position: relative; flex-shrink: 0; display: block; width: 100%; height: 100px; border-radius: 15px;}
.news_item .thumb:after{display: block; clear: both; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 1px solid #000;opacity: 0.1;box-sizing: border-box; border-radius: 15px;}
.news_item .thumb img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: 100%; object-fit: cover;}
.news_item .thumb .label { position:absolute; left:0; bottom:0; padding:0 10px 0 15px; height:22px; line-height:22px; background:#2a4592; font-size:12px; font-weight:500; letter-spacing:-1px; color:#fff; text-align:center; box-sizing:border-box; }
.news_item .thumb .label.red { background:#f63b3b; }
.news_item .text_area{position: relative; display: block; width: 100%; box-sizing: border-box;}
.news_item .text_area a{flex-shrink: 0; display: block; box-sizing: border-box;}
.news_item .tit span{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;box-sizing: border-box; letter-spacing: -1px; word-break: keep-all; }
.news_item .lead span{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;box-sizing: border-box; letter-spacing: -1px; word-break: keep-all; }
.news_item.left{display: flex; align-items: center;}
.news_item.right{display: flex; flex-flow: row-reverse; align-items: center;}
.news_item.board .thumb{position: absolute; right: 0; top: 0; width: 130px; height: 80px;}
.news_item.board .tit{display: flex; align-items: center; padding-right: 145px;}
.news_item .date{display: block; margin-top: 6px; font-size: 12px; color:#999;}

.news_item.left.byline { align-items: flex-start; }

.view_ad_wrap{display: block;}
.view_ad_wrap.view_ad_wrap_02 > div{margin: 20px 0;}
.view_ad_wrap.view_ad_wrap_03 > div{margin: 20px 0;}
.view_ad_wrap.view_ad_wrap_04 > div{margin: 20px 0 0;}
.view_ad_wrap.view_ad_wrap_05 > div{margin-bottom: 60px;}

.main_ad{display: block;}
.main_ad.main_ad_01 > div{margin-bottom: 25px;}
.main_ad.main_ad_02 > div{margin-bottom: 50px;}

.is_scroll_blocking{overflow: hidden;}
.scroll_blocking{display: none; position: fixed; left: 0; top: 0;width: 100vw; height: 100vh; background: rgba(0,0,0,0.3); z-index: 10;}
.inner{position: relative; display: block; margin: 0 auto; padding: 0 20px; width: 100%; height: 100%; box-sizing: border-box;}
.hide, .blind{width:0; height:0; margin:0; padding:0; position:absolute; left:0; top:0; font-size:0; text-indent:-9999px; overflow:hidden; visibility:hidden}
.cf:after {content:""; display:block; clear:both; visibility:hidden; width:0; height:0; font-size:0;}

@media (max-width: 380px) {
	.footer dl dd{padding: 0 25px; font-size: 12px;}
}

.component.banner_wrap {padding:0; border:solid 1px #ebf3dd; border-width:1px 0; margin-bottom:30px;}
.component.banner_wrap img { width:100%;}



article .photoBox2019 { margin-bottom:3rem; }
article .photoBox2019 .photo_img { position:relative; display:block; /*margin-bottom:1.5rem;*/ width:100%; }
article .photoBox2019 .photo_img img { width:100%!important; max-width:100%; margin:auto; }
article .photoBox2019 .photo_img .expansion_btn { position:absolute; right:10px; bottom:10px; width:25px; height:25px; background:url(https://image.ajunews.com/images/site/news/kr/img/view/icon_expansion.png) 50% 50% / 25px no-repeat;  z-index:9; }
article .photoBox2019 .p_caption { font-size:15px; color:#888; letter-spacing:-0.75px; }

.layer_wrap.img_pop { display:none; position:fixed; top:0; left:0; padding:0; width:100%; height:100%; overflow:auto; white-space:nowrap; font-size:0; line-height:0; text-align:center; z-index:2000; box-sizing:border-box; background:rgba(0,0,0,0.8); }
.layer_wrap.img_pop:before { content:''; display:inline-block; height:100%; vertical-align:middle; }
.layer_wrap.img_pop .layer_dialog { position:relative; display:inline-block; width:100%; border:none; border-top:none; border-radius:0; box-shadow:none; box-sizing:border-box; background:#fff; vertical-align:middle; white-space:normal; line-height:1; text-align:left; -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition:-webkit-transform .3s; transition:-webkit-transform .3s; transition:transform .3s; z-index:10; }
.layer_wrap.img_pop .layer_dialog img { width:100%; height:auto; }
.layer_wrap.img_pop .layer_dialog_close { position:fixed; top:3rem; right:3rem; width:2rem; height:2rem; background:url(https://image.ajunews.com/images/site/news/kr/img/view/icon_img_close.png) 50% 50% no-repeat; z-index:99; }

.component .sort { position:absolute; right:20px; top:0; }
.component .sort > a { display:block; font-size:16px; font-weight:500; letter-spacing:-1px; padding:5px 0 5px 10px; }
.component .sort > a i { float:right; width:10px; height:7px; background:url(https://image.ajunews.com/images/site/economicdaily/mo/img/icon_reporter_arr.png) no-repeat; background-size:100% auto; margin:10px 0 0 10px; }
.component .sort ul { position:absolute; right:0; bottom:-95px; box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25); }
.component .sort ul li { width:114px; height:45px; background:#fff; box-sizing:border-box; border:1px solid #aaa; }
.component .sort ul li + li { margin-top:-1px; border-top:1px solid #dfdfdf; }
.component .sort ul li.on { background:#ebf0ff; }
.component .sort ul li a { display:block; width:100%; height:100%; line-height:43px; font-size:16px; font-weight:500; letter-spacing:-1px; text-align:center; }
.component .sort ul li.on a { color:#2a4592; font-weight:600; }
.reporter_lst { padding-bottom:50px; }
.reporter_lst li { display:flex; flex-wrap:wrap; border:1px solid #dfdfdf; border-radius:10px; box-sizing:border-box; padding:20px 20px 0; }
.reporter_lst li + li { margin-top:20px; }
.reporter_lst li .photo { flex-shrink:0; width:75px; }
.reporter_lst li .photo img { width:100%; }
.reporter_lst li .info { flex-grow:1; width:calc(100% - 75px); box-sizing:border-box; padding-left:15px; }
.reporter_lst li .info .name strong { font-size:20px; font-weight:600; line-height:-1px; }
.reporter_lst li .info .name span { font-size:16px; margin-left:5px; font-weight:400; letter-spacing:-1px; }
.reporter_lst li .info .link { display:block; width:90px; height:30px; background:#2a4592; border-radius:3px; margin-top:10px; }
.reporter_lst li .info .link a { display:block; width:100%; height:100%; line-height:30px; font-size:15px; color:#fff; text-align:center; font-weight:400; letter-spacing:-1px; }
.reporter_lst li .news { flex-shrink:0; width:100%; margin-top:14px; border-top:1px solid #dfdfdf; padding:15px 0; }
.reporter_lst li .news a { display:block; font-size:17px; line-height:25px; font-weight:500; letter-spacing:-1.5px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; box-sizing:border-box; word-break:keep-all; }

.reporter_top { text-align:center; box-sizing:border-box; border:4px solid #eee; margin:0 20px; padding:25px 0 22px 0; }
.reporter_top .photo { flex-basis:100%; display:block; width:75px; height:75px; margin:0 auto; }
.reporter_top .photo img { width:100%; }
.reporter_top .name { display:block; margin-top:15px; }
.reporter_top .name strong { font-size:20px; }
.reporter_top .name span { font-size:16px; margin-left:5px; }
.reporter_top .email { display:block; font-size:15px; color:#666; margin-top:10px; }
.reporter_top + .component { margin-top:40px; }

.component .h3_tit { font-size:18px; color:#2a4592; font-weight:600; border-bottom:1px solid #2a4592; margin-bottom:20px; padding-bottom:15px; }
.component_other_list { padding-bottom:50px; margin-top:80px; }
.component_other_list .title { display:block; height:48px; line-height:48px; font-size:18px; color:#2a4592; border-top:2px solid #2a4592; border-bottom:1px solid #2a4592; }
.component_other_list li { border-bottom:1px solid #dfdfdf; }
.component_other_list .news_item { padding:20px 0; }
.component_other_list .photo { flex-shrink:0; width:60px; height:60px; }
.component_other_list .photo img { width:100%; }
.component_other_list .text_area { flex-grow:1; box-sizing:border-box; padding-left:15px; }
.component_other_list .text_area .lead { font-size:16px; line-height:23px; }
.component_other_list .text_area .name { font-size:15px; color:#2a4592; }

/* 탑 배너 */
.event_top_banner{
    height: 75px; position: relative; }
.event_top_banner a{ display: block;  width: 100%;  height: 100%; }
/* .event_top_banner .img_box:hover img{scale: 1;} */
.event_top_banner .img_box{height: 75px;}
.event_top_banner .img_box img{width: 100%;
    height: 100%;
    object-fit: cover;
    /* transition: scale 0.5s; */
    border: solid 1px rgba(0 0 0 / 5%);
    box-sizing: border-box;
}
.event_top_banner .btn_close{ position: absolute; right: 10px; top: 10px; width: 17.5px;  height: 17.5px; background: url(../img/close.png) no-repeat center; background-size: 100%; }
/* 탑 배너 */

/* 코인정보 관련 css */

.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}


.simply-scroll {
    height: auto;
    /* margin-bottom: 1em; */
}

.simply-scroll .simply-scroll-list {
    display: flex;
    width: 5796px !important;
    padding-left: 5rem;
}

.simply-scroll .simply-scroll-list .ticker {
    display: flex;
}

.simply-scroll .simply-scroll-list li {
    /* float: left; */
    width: 270px;
    height: 45px;
}

.art_kospi.open {
    /*box-shadow: 0px 5px 13px 3px #eeeeee;*/
}
.art_kospi {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.art_kospi::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 35px;
    background: #ffffff;
    padding-right: 13px;
    box-shadow: 6px 0px 20px 12px #fff;
}
.art_kospi::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 35px;
    background: #ffffff;
    padding-right: 13px;
    box-shadow: -6px 0px 20px 12px #fff;
}

.art_kospi .kospi_wrap {
    display: flex;
    align-items: center;
}
.art_kospi .kospi_slide {
    /* height: 5rem; */
    margin-right: 1rem;
    display: flex;
    align-items: center;
    height: 100%;
}
/* .art_kospi .kospi_slide a{
    display: flex;
    align-items: center;
    height: 100%;
} */
.art_kospi .kospi_title{
    display: block;
    font-size: 1.2rem;
    color: #333333;
    border: 1px solid #dfdfdf;
    border-radius: 1.2rem;

    width: 6.5rem;
    height: 2.5rem;
    font-size: 1.3rem;
    margin-right: 1rem;
    line-height: 2.2rem;

    line-height: 2.2rem;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: -0.5px;
    font-weight: 500;
}
.art_kospi .kospi_txt{
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.art_kospi .kospi_box{
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 1.4rem;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
}

.art_kospi .arr{margin-right: 1.4rem;}
.art_kospi .red{color: #f73423;}
.art_kospi .blue{color: #3e50f8;}
.art_kospi .gray{color: #111;}

.art_kospi .red::before{
    content: '';
    display: inline-block;
    width: 1rem;height: 0.7rem;
    background: url(../img/icon/ic_rise.png) no-repeat;
    background-size: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0.3rem;
    margin-top: 0.2rem;
}
.art_kospi .blue::before{
    content: '';
    display: inline-block;
    width: 1rem;height: 0.7rem;
    background: url(../img/icon/ic_drop.png) no-repeat;
    background-size: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0.3rem;
    margin-top: 0.3rem;
}
.art_kospi .gray::before{
    content: '';
    display: inline-block;
    width: 1.1rem;height: 0.7rem;
    /* background: url(../img/icon/ic_drop.png) no-repeat center 100%; */
    margin-bottom: 0.2rem;
    margin-right: 0.3rem;
}

.view .header { position: fixed; max-width: 720px; z-index: 9; }
.view .nav_wrap { position: fixed; }
.view .search_wrap { position: fixed; }
.view #container { padding-top: 60px; }

.view_article blockquote { position:relative; display: flex; flex-direction: column; width: 100%; font-size:18px; line-height: 28px; font-weight:bold; margin:30px 0; padding:0 35px; box-sizing: border-box; }
.view_article blockquote:before { content:''; position:absolute; left:8px; top:4px; display:block; width:22px; height:16px; background:url(https://image.ajunews.com/images/site/img/ajunews/v4/blockquote.png) 0 -40px no-repeat; }
.view_article blockquote p{position: relative;}
.view_article blockquote p:last-child:after { content:''; display:inline-block; width:22px; height:16px; margin-left:8px; background:url(https://image.ajunews.com/images/site/img/ajunews/v4/blockquote.png) 0 0px no-repeat; position: absolute; right: auto; bottom: 4px; }