@charset "utf-8";
@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font: inherit;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html{font-size: 10px;}
body { font-family:'Pretendard','맑은고딕',Arial,Helvetica,sans-serif; font-size: 1.4rem; color:#111; line-height:1; position:relative; letter-spacing: -0.5px; font-weight: 500; min-width: 1220px; }
ol, ul { list-style:none; }
blockquote, q {quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content:none; }
table {	border-collapse:collapse; border-spacing:0; }
legend { display:none; }
em, address { font-style:normal; font-weight:normal; }
button { cursor:pointer; border:0; background: transparent; font: inherit;padding:0;box-shadow:none;}
img { vertical-align:top; border:0; }
a { color:#111; text-decoration:none; }
a:active, a:focus, a:link, a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:hover,a:active:hover, a:focus:hover, a:link:hover, a:visited:hover { text-decoration:none; color: #666; }
input{padding: 0; border: none;border-radius: 0; box-sizing: border-box; font-family: inherit; outline: none; }

/* basic */
.hide { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden; }
.blind { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden; }
.inner { max-width: 1220px; margin:0 auto; display:flex; }
.inner.inner2 { display: block; }
.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 90; }
.overlay.active { display: block; }
body.blocking { overflow: hidden; }

.thumb { position: relative; height: auto; box-sizing: border-box; overflow: hidden; display: block; }
.thumb:after { clear: both; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #000; opacity: 0.1; box-sizing: border-box; }
.thumb img { width: 100%; height: 100%; position: absolute; top: 0; left: 50%; bottom: 0; transform: translate(-50%, 0px); transition: 0.5s; object-fit: cover; }
.thumb:hover img { transition: all 0.5s; transform: translate(-50%, 0px) scale(1.1); }
.badge { display: inline-block; width: 40px; height: 22px; line-height: 22px; font-size: 13px; color: #fff; text-align: center; font-weight: 400; vertical-align: text-bottom; box-sizing: border-box; margin-right: 8px; }
.badge.badge1 { background-color: #f93939; }
.badge.badge2 { background-color: #20d0cc; }
.badge.badge3 { color: #20d0cc; background-color: #fff; border: 1px solid #20d0cc; }
.tit { display: block; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.s_tit { display: block; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.desc { display: block; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.date { display: block; font-size: 13px; color: #aaa; font-family: Roboto; }
.secw h3 { font-size: 19px; font-weight: 500; }
.secw h3 i { display: inline-block; width: 9px; height: 18px; margin-left: 7px; vertical-align: middle; overflow: hidden; text-indent: -99999px; background: url(../img/btn_more.png) no-repeat; background-size: 100% auto; }
.tooltip { position: absolute; right: 0; top: 0; width: 16px; height: 16px; background: url(../img/ico_tooltip.png) no-repeat; overflow: hidden; text-indent: -99999px; }
.ly_tooltip { position: absolute; right: 0; top: 26px; width: 270px; height: auto; font-size: 13px; font-weight: 500; line-height: 19px; box-sizing: border-box; padding: 14px 20px; background-color: #fff; border: 1px solid #20d0cc; box-shadow: 0px 0px 10px 5px rgb(0, 0, 0,.05); z-index: 1; display: none; }
.ly_tooltip.on { display: block; }

/* header */
.header { position: relative; z-index: 93; background-color: #fff; border-bottom: 1px solid #ddd; }
.header .inner { position: relative; height:60px; justify-content: space-between; }
.header .logo { width: 105px; height: 23px; display:flex; align-self: center; }
.header .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo/logo.png) no-repeat; background-size: 100% auto; }
.header .hd_nav { display:flex; align-self: center; justify-content: space-between; flex-grow: 1; margin-left: 50px; }
.header .hd_nav .nav_lst { display:flex; justify-content: space-between; width: 674px; }
.header .hd_nav .nav_lst li a { height: 36px; line-height: 36px; font-size: 17px; }
.header .hd_nav .family_site { display:flex; align-self: center; margin-left: auto; }
.header .hd_nav .family_site li { position: relative; }
.header .hd_nav .family_site li::before { content: ''; display: inline-block; width: 1px; height: 11px; background-color: #eaeff5; margin-right: 7px; }
.header .hd_nav .family_site li:first-child::before { display: none; }
.header .hd_nav .family_site li + li { margin-left: 7px; }
.header .hd_nav .family_site li a { color: #888; font-size: 13px; letter-spacing: -0.3px; }
.header .hd_nav .btn_area { width:115px; margin-left: 20px; display:flex; }
.header .hd_nav .btn_area .btn_search { width: 36px; height: 36px; background: url(../img/btn_search.png) center center no-repeat; background-size: 50% auto; }
.header .hd_nav .btn_area .btn_menu_all { width: 36px; height: 36px; background: url(../img/btn_menuall.png) center center no-repeat; background-size: 50% auto; }
.header .hd_nav .btn_area .link_login { width: 36px; height: 36px; margin-left: 7px; background: url(../img/ico_login.png) no-repeat; background-size: 36px auto; }
.header .hd_nav .btn_area .link_login.on { background: url(../img/ico_login_2.png) no-repeat; background-size: 36px auto; }
.header .hd_nav .btn_area .btn_search.on { background: url(../img/btn_close.png) center center no-repeat; background-size: 50% auto; }
.header .hd_nav .btn_area .btn_menu_all.on { background: url(../img/btn_close.png) center center no-repeat; background-size: 50% auto; }
.header .hd_nav .h1 { display: none; }
.header_view { position: sticky; top: -10px; transition: all 0.5s;}
.header_view.fixed2 { top: -1px; }
.header_view.fixed2 .hd_nav .nav_lst { display: none; }
.header_view.fixed2 .hd_nav .family_site { display: none; }
.header_view.fixed2 .hd_nav .btn_area { margin-left: auto; }
.header_view.fixed2 .hd_nav .h1 { display: block; width: 800px; font-size: 17px; line-height: 36px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.layer_search { position: fixed; left:0; top: 58px; width: 100%; height: 550px; background-color: #fff; z-index: 1; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); z-index: 92; display: none; }
.layer_search.active { display: block; }
.layer_search .inner {  width: 750px; max-width: 750px; height: auto; flex-direction: column; }
.layer_search .search_box { width: 100%; height: 78px; border:4px solid #20d0cc; border-radius: 40px; margin-top: 80px; box-sizing: border-box; display:flex; justify-content: center; align-items: center; }
.layer_search .search_box .form_sch { width: 90%; display: flex; align-items: center; }
.layer_search .search_box .search_text { width:100%; height: 50px; font-size: 20px; flex-grow: 1; }
.layer_search .search_box .btn_search { width: 32px; height: 32px; background: url(../img/btn_search_2.png) no-repeat; flex-shrink: 0; margin-left: 20px; }
.layer_search .news_box { width: 100%; border-top: 1px solid #ddd; margin-top: 50px; padding-top: 40px; }
.layer_search .news_box h3 { font-size: 19px; }
.layer_search .news_box ol { display: flex; flex-direction: column; flex-wrap: wrap; height: 240px; margin-top: 18px; }
.layer_search .news_box li { width: 50%; margin-bottom: 10px; }
.layer_search .news_box li a { display:flex; align-items: center; }
.layer_search .news_box li a .num { width: 26px; font-size: 20px; }
.layer_search .news_box li:nth-child(1) a .num,
.layer_search .news_box li:nth-child(2) a .num,
.layer_search .news_box li:nth-child(3) a .num { color: #20d0cc; }
.layer_search .news_box li a .thumb { width: 100px; height: 65px; margin-right: 15px; }
.layer_search .news_box li a .tit { width:55%; font-size: 16px; line-height: 25px; }
.layer_search .news_box li:nth-child(4) a:hover .num,
.layer_search .news_box li:nth-child(5) a:hover .num { color: #111; }

.layer_nav_all { position: fixed; left:0; top: 58px; width: 100%; padding-bottom:36px; background-color: #fff; z-index: 1; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); z-index: 92; display: none; }
.layer_nav_all.active { display: block; }
.layer_nav_all .inner { height: auto; width: 1220px; }
.layer_nav_all .nav_01 { width: 75%; display: flex; margin-top: 40px; }
.layer_nav_all .nav_02 { width: 12.5%; margin-top: 40px; }
.layer_nav_all .nav_03 { width: 12.5%; margin-top: 40px; }
.layer_nav_all .nav_01 .group_1 { width: 83.33333%; display: flex; flex-wrap: wrap; }
.layer_nav_all .nav_01 .group_2 { width: 16.66666%; }
.layer_nav_all .nav_01 .group_1 ul { width: 20%; height: 300px; }
.layer_nav_all .nav_01 .group_1 ul:nth-child(n+6) { height: 240px; }
.layer_nav_all .nav_01 .group ul {  box-sizing: border-box; border-right: 1px solid #eee; padding-left: 14px; }
.layer_nav_all .nav_01 .group.group_1 ul:nth-child(1),
.layer_nav_all .nav_01 .group.group_1 ul:nth-child(6) { padding-left: 0; }
.layer_nav_all .nav_01 .group ul li + li { margin-top: 16px; }
.layer_nav_all .nav_01 .group ul li a { font-size: 14px; font-weight: 400; letter-spacing:0; }
.layer_nav_all .nav_01 .group ul li a strong { font-size: 17px; font-weight: 700; }
.layer_nav_all .nav_01 .group_2 ul { height: 100%; }
.layer_nav_all .nav_02 ul,
.layer_nav_all .nav_03 ul { box-sizing: border-box; padding-left: 14px; }
.layer_nav_all .nav_02 ul { border-right: 1px solid #eee; height: 100%; }
.layer_nav_all .nav_02 ul li a,
.layer_nav_all .nav_03 ul li a { font-size: 15px; }
.layer_nav_all .nav_02 ul li + li { margin-top: 24px; }
.layer_nav_all .nav_03 ul li + li { margin-top: 24px; }
.layer_nav_all .nav_03 { display: flex; flex-direction: column; justify-content: space-between; }
.layer_nav_all .nav_03 ul:nth-child(2) li a { font-size: 13px; color: #888; font-weight: 400; }
.layer_nav_all .nav_03 ul:nth-child(2) li + li { margin-top: 14px; }
.layer_nav_all .nav_01_m { display: none; }
.layer_nav_all .nav_04_m { display: none; }

.header.fixed { position: fixed; left: 0; top: 0; width: 100%; background: #fff; z-index: 99; border-bottom: 1px solid #eee; }
.header.fixed .inner { height: 68px; }
.header.fixed .hd_nav .family_site { display: none; }
.header.fixed .logo { width: 126px; height: 28px; }
.header.fixed .logo a { background-size: 100% auto; }
.header.fixed .layer_search { top: 69px; }
.header.fixed .layer_nav_all { top: 69px; }
.header.fixed .layer_nav_all .inner { height: auto; }

.layer_search.ty2 { top: 71px;}
.layer_nav_all.ty2 { top: 71px;}


/* main */
main { position: relative; }
.secw_nav { position: relative; width: 100%; /*margin-top: 68px;*/ position: sticky; top: 0px; background-color: #fff; z-index: 9; }
.secw_nav .inner { display: flex; align-items: flex-end; border-bottom: 1px solid #333; padding-bottom: 25px; }
.secw_nav .logo { display: none; transition: all 0.5s; }
.secw_nav strong { font-size: 40px; font-weight:700; }
.secw_nav ul { display: flex; margin-left: 40px; }
.secw_nav ul li + li { margin-left: 14px; }
.secw_nav ul li { position: relative; } 
.secw_nav ul li:hover a { color: #111; } 
.secw_nav ul li::before { content: ''; position: absolute; top: 52%; left: 4px; transform: translateY(-50%); font-weight: 400; display: block; width: 8px; height: 8px; border-radius: 50%; background: #1ea9a6; transform: translate(-50%, -50%) scale(0); } 
.secw_nav ul li.on::before { content: ''; transform: translate(-50%, -50%) scale(1); transition: all 0.2s; } 
.secw_nav ul li a { font-size: 19px; font-weight: 400; display: block; width: 100%; height: 100%; padding: 0 20px 0 14px; box-sizing: border-box; } 

/*
.secw_nav ul li a::before{content: '';position: absolute;top: 48%; left: -12px;transform: translateY(-50%);font-weight: 400;display: block;width: 0px;height: 0px;border-radius: 50%;background: #20d0cc; transition: all 0.2s; }
.secw_nav ul li a:hover { color: #111; }
.secw_nav ul li a:hover::before { width: 8px;height: 8px; left: -16px; }
.secw_nav ul li.on a::before { width: 8px;height: 8px; left: -16px; }
*/

.secw_nav .btn_area { display: none; width:115px; margin-left: auto; }
.secw_nav .btn_area .btn_search { width: 36px; height: 36px; background: url(../img/btn_search.png) center center no-repeat; background-size: 50% auto; }
.secw_nav .btn_area .btn_menu_all { width: 36px; height: 36px; background: url(../img/btn_menuall.png) center center no-repeat; background-size: 50% auto; }
.secw_nav .btn_area .link_login { width: 36px; height: 36px; margin-left: 7px; background: url(../img/ico_login.png) no-repeat; background-size: 36px auto; }
.secw_nav .btn_area .link_login.on { background: url(../img/ico_login_2.png) no-repeat; background-size: 36px auto; }
.secw_nav .btn_area .btn_search.on { background: url(../img/btn_close.png) center center no-repeat; background-size: 50% auto; }
.secw_nav .btn_area .btn_menu_all.on { background: url(../img/btn_close.png) center center no-repeat; background-size: 50% auto; }
.secw_nav.fixed { border-bottom: 1px solid #eee; z-index: 99; }
.secw_nav.fixed .inner { border-bottom: 0; padding: 11px 0; align-items: center; }
.secw_nav.fixed .logo { display: block; width:105px; transition: all 0.5s; }
.secw_nav.fixed .logo a { display: block; width:100%; height: 24px; background: url(../img/logo/logo.png) no-repeat; background-size: 100% auto; }
.secw_nav.fixed strong { font-size: 19px; line-height: 24px; margin-left: 29px; position: relative; }
.secw_nav.fixed strong:after { content: ""; display: block; position: absolute; right: -20px; top: 6px; width: 1px; height: 11px; background-color: #d4deeb; }
/*.secw_nav.fixed ul li + li { margin-left: 48px; }*/
.secw_nav.fixed ul li a { font-size: 17px; line-height: 24px; }
.secw_nav.fixed .btn_area { display:flex; }
.secw_nav_banner { width: 100%; }
.secw_nav_htit .inner { font-size: 30px; padding-top: 60px; padding-bottom: 20px; border-bottom: 1px solid #000; }
.secw_nav_tit { font-size: 40px; margin-top: 68px; }
.secw_nav_tit .inner { border-bottom: 1px solid #333; padding-bottom: 25px; font-weight:700; }
.secw_nav_tit2 .inner { border-bottom:0; }

.bin_sn { width: 100%; height: 68px; }

/* section_top */
.section_top .inner { border-bottom: 4px double #dfdfdf; padding: 40px 0; display: flex; justify-content: space-between; }
.section_top .st_lst_1 { width: 780px; display: flex; justify-content: space-between; }
.section_top .st_lst_1 .thumb { width: 300px; height: 206px; }
.section_top .st_lst_1 .txt_area { width: calc(100% - 324px); align-content: center; }
.section_top .st_lst_1 .txt_area .tit { font-size: 30px; line-height: 42px; font-weight:600; }
.section_top .st_lst_1 .txt_area .desc { font-size: 14px; line-height: 21px; color: #777; margin-top: 9px; }
.section_top .st_lst_2 { width: 380px; }
.section_top .st_lst_2 li { display: flex; justify-content: space-between; align-items: center; }
.section_top .st_lst_2 li + li { margin-top: 20px; }
.section_top .st_lst_2 .thumb { width: 140px; height: 93px; }
.section_top .st_lst_2 .tit { width: calc(100% - 155px); font-size: 17px; line-height: 25px; -webkit-line-clamp: 2; }
.section_top .st_lst_3 .st_lst_3 { margin-left: auto; }
.section_top .st_lst_3 { width: calc(50% - 25px); display: flex; justify-content: space-between; }
.section_top .st_lst_3 .thumb { width: 270px; height: 185px; }
.section_top .st_lst_3 .txt_area { width: calc(100% - 295px); align-content: center; }
.section_top .st_lst_3 .txt_area .tit { font-size: 30px; line-height: 42px; font-weight:600; }
.section_top .st_lst_3 .txt_area .desc { font-size: 14px; line-height: 21px; color: #777; margin-top: 9px; }

.section_top_vote { padding-top:30px; }
.section_top_vote h4 { width:1220px; margin:0 auto; font-size:25px; font-weight:700; color: #3d3c95; letter-spacing: -1px; line-height: 26px; padding: 5px 0 0 0;}
.section_top_vote .inner { padding-top:20px; }

.secw .inner { display: flex; position: relative; justify-content: space-between; }
.secw .list_article { width: 840px; padding-top: 40px; }
.secw .list_article h3 { font-weight:500; }
.secw .view_article { width: 840px; padding-top: 40px; }
.secw article { width: 100%; }
.secw aside { width: 320px; padding-top: 40px; }
.secw aside .sticky { position: sticky; top: 50px; }
.secw .sc_stit { font-size: 20px; border-bottom: 1px solid #ddd; padding: 0 0 30px; }
.section_con_photo article { padding-top: 40px; }
.sc_news_lst li { display: flex; justify-content: space-between; align-items: center; }
.sc_news_lst li + li { margin-top: 20px; }
.sc_news_lst li .thumb { width: 195px; height: 130px; }
.sc_news_lst li .txt_area { width: calc(100% - 213px); }
.sc_news_lst li .txt_area .tit { font-size: 20px; -webkit-line-clamp: 1; font-weight:500; }
.sc_news_lst li .txt_area .desc { font-size: 14px; line-height: 21px; font-weight: 400; color: #777; -webkit-line-clamp: 2; margin-top: 10px; }
.sc_news_lst li .txt_area .date { margin-top: 8px; }
.secw_nav + .secw aside .sticky { top:100px; }
.view_hd + .secw aside .sticky { top:100px; }

/* photo */
.section_top_photo .inner { border-bottom: 4px double #dfdfdf; padding: 40px 0; }
.accordion-slider { display: flex; width: 100%; height: 350px; max-height: 350px; overflow: hidden; }
.accordion-slider .slide { flex: 210px; position: relative; transition: flex 0.5s ease-in-out; cursor: pointer; background-color: #293738; }
.accordion-slider .slide + .slide { margin-left: 3px; }
.accordion-slider .slide .photo_news { position: relative; width: 100%; height: 100%; }
.accordion-slider .slide .photo_news .txt_area { width: 0; height:0; opacity: 0; }
.accordion-slider .slide .photo_news .thumb { width: 100%; height: 100%; max-width: 250px; overflow: hidden; object-fit: contain; }
.accordion-slider .slide.active { flex:794px; }
.accordion-slider .slide.active .photo_news { width: 100%; height: 100%; display: flex; justify-content: space-between; box-sizing: border-box; padding:30px 20px 30px 30px; transition: all 0.5s; }
.accordion-slider .slide.active .photo_news .txt_area { display: block; width: 224px; height: auto; align-content: center; opacity: 1; transition: all 0.5s; }
.accordion-slider .slide.active .photo_news .txt_area .tit { font-size: 25px; line-height: 34px; color: #fff; -webkit-line-clamp: 3; }
.accordion-slider .slide.active .photo_news .txt_area .desc { font-size: 14px; line-height: 21px; color: #b0b0b0; margin-top: 10px; }
.accordion-slider .slide.active .photo_news .thumb { width: 500px; height: 290px; max-width: 500px; transition: all 0.5s; /*transition: max-width 0.5s ease-in-out;*/ }
.accordion-slider .slide.active .photo_news .thumb:hover img { transform: translate(-50%, 0px); }

.scp_news_lst { display: flex; flex-wrap: wrap; /*justify-content: space-between;*/ margin-left: -10px; margin-right: -10px; }
.scp_news_lst li { width: 290px; margin-bottom: 40px; width: calc(100% / 4); padding:0 10px; box-sizing: border-box; }
.scp_news_lst li .thumb { width: 290px; height: 178px; }
.scp_news_lst li .thumb img { width: auto; }
.scp_news_lst li .tit { font-size: 18px; line-height: 25px; margin-top: 10px; }
.scp_news_lst.scp_news_lst_pictorial li .thumb .num { display: block; position: absolute; right: 0; bottom: 0; width: 50px; height: 26px; line-height: 26px; text-align: center; font-size: 13px; font-weight: 300; color: #fff; background-color: rgba(0, 0, 0, 0.7); box-sizing: border-box; display: flex; align-items: center; justify-content: center; z-index: 1; }
.scp_news_lst.scp_news_lst_pictorial li .thumb .num::before { content: ""; display: block; width: 14px; height: 14px; background:url(../img/ico_list_photo.png) no-repeat; background-size: 100% auto; margin-right: 5px; }

.section_con h3 + .sc_news_lst { margin-top: 15px; }
.section_con_photo h3 + .scp_news_lst { margin-top: 15px; }

.paging {display: block; width: 100%; margin-top: 50px; }
.paging ul{display: flex; justify-content: center; }
.paging ul li{width: 4rem; height: 4rem; border: 1px solid #dfdfdf; border-left: none; box-sizing: border-box;}
.paging ul li:nth-child(2){border-left: 1px solid #dfdfdf;}
.paging ul li a{display: block; width: 100%; height: 100%; font-size: 1.5rem; line-height: 3.8rem; text-align: center;}
.paging ul li.on{background: #20d0cc; border:none;}
.paging ul li.on a{color:#fff;}
.paging ul li.prev{margin-right: 1rem; border-left: 1px solid #dfdfdf;}
.paging ul li.next{margin-left: 1rem; border-left: 1px solid #dfdfdf;}
.paging ul li.prev a{background: url(../img/paging_arrow.png) 50% 50% no-repeat; box-sizing: border-box; transform: rotate(-180deg);}
.paging ul li.next a{background: url(../img/paging_arrow.png) 50% 50% no-repeat; box-sizing: border-box;}

/* newsquick_tool */
.newsquick_tool .rt_txt { font-size: 25px; border-bottom: 1px solid #dfdfdf; padding-bottom: 30px; }
.newsquick_tool .rt_txt strong { font-weight: 700; }

.rt_date_select .date_form { display: flex; width: 100%; justify-content: center;align-items: center;  }
.rt_date_select .date_form .date_select { display: flex; align-items: center; }
.rt_date_select .date_form .date_select button { width: 13px; height: 40px; }
.rt_date_select .date_form .date_select button.btn_prev { background: url(../img/btn_prev.png) 0 8px no-repeat; margin-right: 20px; }
.rt_date_select .date_form .date_select button.btn_next { background: url(../img/btn_next.png) 0 8px no-repeat; margin-left: 20px; }
.rt_date_select .date_form .date_select .date { font-family: 'Roboto'; font-size: 30px; color: #111; line-height: 40px; }
.rt_date_select .date_form .date_select .calendar { position: relative; width: 3rem; height: 3rem; background: url(../img/ico_date.png) 50% 50% no-repeat; background-size: 3rem; margin-left: 10px; }
.rt_date_select .date_form .date_select input{height: 100%; width: 100%; opacity: 0;}
.rt_date_select .date_form .date_select .ui-datepicker-trigger{position: absolute; left: 0; top: 0; width: 4rem; height: 4rem; background: transparent; padding: 0; font-size: 0;}
.rt_date_select .date_form .date_select .ui-datepicker-trigger img{display: none;}
.rt_date_select .date_form .date_tab { display: flex; margin-left: 20px; }
.rt_date_select .date_form .date_tab button { width: 86px; height: 35px; font-size: 16px; color: #fff; background-color: #ccc; border-radius: 18px; }
.rt_date_select .date_form .date_tab button + button { margin-left: 5px; }
.rt_date_select .date_form .date_tab button.on { background-color: #333; }

.newsquick_tool .rt_date_select { padding: 50px 0 35px; }
.newsquick_tool .date_select li.calendar{position: relative; margin-right: 2.5rem; width: 4rem; height: 4rem; background: url(../img/newsquick/ico_date.png) 50% 50% no-repeat; background-size: 4rem;}
.newsquick_tool .date_select li.calendar input{height: 100%; width: 100%; opacity: 0;}
.newsquick_tool .date_select li.calendar .ui-datepicker-trigger{position: absolute; left: 0; top: 0; width: 4rem; height: 4rem; background: transparent; padding: 0; font-size: 0;}
.newsquick_tool .date_select li.calendar .ui-datepicker-trigger img{display: none;}

.ui-datepicker{width: 31rem; box-sizing: border-box; box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);}
.ui-widget-content{ margin-top: 2rem; padding: 0; border: 1px solid #ccc; border-top: 5px solid #20d0cc; background: #fff; border-radius: 4px;display: none;}
.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: 3rem; margin-bottom: 1rem; border: none;}
.ui-datepicker-year, .ui-datepicker-month{font-size: 2.8rem; font-weight: 500;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{position: absolute; width: 2rem; height: 2rem; top: 3.5rem; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev{left: 7rem;}
.ui-datepicker .ui-datepicker-next{right: 7rem;}
.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/btn_date_prev.png) 50% 50% no-repeat; background-size: 2rem;}
.ui-datepicker .ui-datepicker-next span{background: url(../img/btn_date_next.png) 50% 50% no-repeat; background-size: 2rem;}
.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 2rem auto; width: calc(100% - 3rem); font-size: 1.6rem;}
.ui-datepicker th{padding: 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-radius: 50%; line-height: 4rem; background: #fff;}
.ui-datepicker-current-day .ui-state-active{background: #20d0cc; color:#fff;}
.ui-datepicker-current-day .ui-state-active:hover { color: #fff; }
.ui-datepicker td span, .ui-datepicker td a{text-align: center;}
.ui-datepicker .ui-datepicker-buttonpane{position: absolute; right: 1.5rem; top: 1.5rem; margin: 0; padding: 0; width: 2rem; height: 2rem; border: none;display: block;}
.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/btn_close_date.png) 50% 50% no-repeat; background-size: 2rem;}

.newsquick_lst li + li { margin-top: 20px; }
.newsquick_lst li { display: flex; align-items: center; }
.newsquick_lst li .num { width: 40px; font-size: 35px; font-weight: 500; font-family: 'GmarketSansMedium'; text-align: center; margin-right: 20px; flex-shrink: 0; }
.newsquick_lst li .txt_area .tit { font-size: 20px; -webkit-line-clamp: 1; }
.newsquick_lst li .txt_area .desc { font-size: 14px; line-height: 21px; color: #777; -webkit-line-clamp: 2; margin-top: 10px; }
.newsquick_lst li .thumb { width: 195px; height: 130px; margin-left: 30px; flex-shrink: 0; }

.newsquick_no_data { display: block; width: 100%; text-align: center; padding-top: 15rem; background: url(../img/icon_warning.png) left 50% top 0 no-repeat; background-size: 110px; margin-top: 100px; }
.newsquick_no_data p { font-size: 38px; letter-spacing: -1px; }
.newsquick_no_data p strong { font-weight: 700; }

.ranking_tool { margin-bottom: 30px; }
.ranking_tool .rt_tab { display: flex; }
.ranking_tool .rt_tab a { width: 122px; height: 35px; line-height: 35px; font-size: 16px; color: #fff; text-align: center; background-color: #ccc; border-radius: 18px; }
.ranking_tool .rt_tab a + a { margin-left: 5px; }
.ranking_tool .rt_tab a.on { background-color: #333; }
.ranking_tool .rt_txt { position: relative; font-size: 25px; font-weight: 400; margin-top: 30px; border-bottom: 1px solid #dfdfdf; padding-bottom: 30px; }
.ranking_tool .rt_txt strong { font-weight: 600; }
.ranking_tool .rt_txt em { font-size: 14px; color: #555; margin-left: 10px; }
.ranking_tool .rt_txt .realtime { position: absolute; right: 0; bottom: 30px; display: block; line-height: 20px; font-size: 16px; color: #111; }
.ranking_tool .rt_txt .realtime:before { content: ""; float: left; width: 16px; height: 16px; background: url(../img/ico_realtime_16.png) no-repeat; margin:2px 6px 0 0; }
.ranking_tool .rt_date_select { padding: 50px 0 10px; }

.ranking_lst li + li { margin-top: 20px; }
.ranking_lst li { display: flex; align-items: center; }
.ranking_lst li .num { width: 40px; font-family: 'GmarketSansMedium'; text-align: center; margin-right: 20px; flex-shrink: 0; }
.ranking_lst li .num span { display: block; font-size: 35px; font-weight: 500; }
.ranking_lst li .num em { display: block; font-size: 13px; color: #f94040; margin-top: 14px; }
.ranking_lst li .num em i { display: inline-block; width: 10px; height: 10px; margin-right: 2px; }
.ranking_lst li .num em.up i { color: #f94040; background: url(../img/ico_up2.png) no-repeat; }
.ranking_lst li .num em.down i { color: #3e50f8; background: url(../img/ico_down2.png) no-repeat; }
.ranking_lst li .txt_area { width:calc(100% - 265px); }
.ranking_lst li .txt_area .tit { font-size: 20px; font-weight: 500; -webkit-line-clamp: 1; }
.ranking_lst li .txt_area .desc { font-size: 14px; line-height: 21px; color: #777; -webkit-line-clamp: 2; margin-top: 10px; }
.ranking_lst li .thumb { width: 195px; height: 130px; margin-left: 30px; flex-shrink: 0; }
.ranking_lst li .date { margin-top: 10px; }

.search_tool { padding-top: 30px; }
.search_tool .search_box { width: 100%; height: 70px; border:2px solid #20d0cc; border-radius: 35px; box-sizing: border-box; display:flex; justify-content: center; align-items: center; padding: 0 30px; }
.search_tool .search_box .search_text { width:100%; height: 50px; font-size: 20px; font-weight: 600; flex-grow: 1; }
.search_tool .search_box .btn_search { width: 32px; height: 32px; background: url(../img/btn_search_2.png) no-repeat; flex-shrink: 0; margin-left: 20px; }
.search_tool .search_option { margin-top: 50px; }
.search_tool .search_option .option_hd { display: flex; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid #333; }
.search_tool .search_option .option_hd .total { font-size: 19px; }
.search_tool .search_option .option_hd .total span { color: #20d0cc; }
.search_tool .search_option .option_hd .btn_option { font-size: 15px; line-height: 18px; }
.search_tool .search_option .option_hd .btn_option:before { content: ''; float: left; width: 18px; height: 18px; background: url(../img/ico_option.png) no-repeat; margin-right: 4px; }
.search_tool .search_option .option_hd .btn_option.open:before { background: url(../img/btn_close_option.png) no-repeat; }
.search_tool .search_option .option_con { display: none; margin-top: -1px; }
.search_tool .search_option .option_con { border:1px solid #dfdfdf; background-color: #fff; box-sizing: border-box; padding: 32px 39px; }
.search_tool .search_option .option_con .tool_lst { display: flex; }
.search_tool .search_option .option_con .tool_lst h4 { font-size: 15px; flex-shrink: 0; line-height:30px; font-weight:600; }
.search_tool .search_option .option_con .tool_lst h4:after { content:""; float:right; width:1px; height:15px; background-color:#dfdfdf; margin:7px 0 0 20px; }
.search_tool .search_option .option_con .tool_lst ul { display: flex; margin-left: 30px; }
.search_tool .search_option .option_con .tool_lst ul li + li { margin-left:44px; }
.search_tool .search_option .option_con .tool_lst li { position: relative; line-height:30px; }
.search_tool .search_option .option_con .tool_lst li > input{opacity: 0;}
.search_tool .search_option .option_con .tool_lst li > label {width: 100%;line-height: 30px;padding: 0;font-size: 14px; color: #666; font-weight: 400; box-sizing: border-box;text-align: center;line-height: inherit; cursor: pointer; }
.search_tool .search_option .option_con .tool_lst li > label:before{box-sizing: border-box;position: absolute;left: 0;top: 50%;transform: translateY(-50%);clear: both;content: ""; width: 100%;height: 30px;border-radius:0}
.search_tool .search_option .option_con .tool_lst li > label:after{box-sizing: border-box;position: absolute;left: 0;top: 50%;transform: translateY(-50%);clear: both;content: ""; width: 100%;height: 30px;background: transparent;border-radius: 0;}
.search_tool .search_option .option_con .tool_lst li > input:checked + label{color: #111; font-weight: 400;}
.search_tool .search_option .option_con .tool_lst li > input:checked + label:before{background: transparent;border-color:#1ea9a6;}
.search_tool .search_option .option_con .tool_lst:nth-child(1) li:nth-child(5) { display: flex; margin-left: 14px; }
.search_tool .search_option .option_con .tool_lst li > input:checked + label:after{background: transparent;color: #111;}
.search_tool .search_option .option_con .tool_lst .form_date {position: relative; }
.search_tool .search_option .option_con .tool_lst .form_date input {width: 100px;height: 30px;padding: 0 1.5rem; box-sizing: border-box; border: 1px solid #e2e2e2; border-radius:4px; }
.search_tool .search_option .option_con .tool_lst .form_date + span { padding:0 5px; }
.search_tool .search_option .option_con .tool_lst .li_ty2 { display:flex; margin-left: 30px; line-height:30px; }
.search_tool .search_option .option_con .tool_lst .li_ty2 input { width: 400px; height: 30px; padding: 0 10px; font-size: 14px; box-sizing: border-box; border: 1px solid #e2e2e2; border-radius:4px; }
.search_tool .search_option .option_con .tool_lst + .tool_lst { margin-top:15px; }
.search_tool .search_option .option_con .tool_lst_btn { display:flex; justify-content: center; margin-top:30px; }
.search_tool .search_option .option_con .tool_lst_btn button { width:80px; height:30px; box-sizing:border-box; /*border: 1px solid #c9c9c9;*/ border-radius:15px; }
.search_tool .search_option .option_con .tool_lst_btn button + button { margin-left:10px; }
.search_tool .search_option .option_con .tool_lst_btn button:nth-child(1) { background-color:#001913; color:#fff; }
.sc_news_lst_search { margin-top: 50px; }
.no_search_results { width: 100%; text-align: center; font-size: 30px; margin-top: 100px; }
.no_search_results strong { font-weight: 600; }
.no_search_results p { font-size: 16px; line-height: 25px; color: #666; font-weight: 400; margin-top: 40px; }

/* view */
.view_hd { width:100%; padding:70px 0 0; }
.view_hd .inner { display: block; width: 1100px; border-bottom:1px solid #878787; padding-bottom:12px; }
.view_hd h1 { font-size:44px; font-weight:700; line-height:1.3em; }
.view_hd .hd_area { display: flex; justify-content: space-between; margin-top:40px; }
.view_hd .hd_area .byline { font-size: 14px; }
.view_hd .hd_area .byline .name { float: left; font-size: 14px; }
.view_hd .hd_area .byline span { float: left; font-size: 14px; }
.view_hd .hd_area .byline span::before { content: ""; float: left; width: 1px; height: 11px; background-color: #ccc; margin:2px 10px 0; }
.view_hd .hd_area .share_option { display:flex; align-items: flex-end; }
.view_hd .hd_area .share_option li { position: relative; width: 34px; height: 34px; align-items: flex-end; }
.view_hd .hd_area .share_option li button { width: 100%; height: 100%; }
.view_hd .hd_area .share_option li.share > button { background: url(../img/ico_share.png) center/17px no-repeat; }
.view_hd .hd_area .share_option li.print > button { background: url(../img/ico_print.png) center/20px no-repeat; }
.view_hd .hd_area .share_option li.font_size > button { background: url(../img/ico_fontsize.png) center/20px no-repeat; }

.view_hd .hd_area .share_option li .pop_lay { display: none; position: absolute; right: 0px; top: 36px; box-sizing: border-box; padding: 19px 19px 28px; background-color: #fff; border:1px solid #eee; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05); z-index: 1; }
.view_hd .hd_area .share_option li .pop_lay .h_tit { display: block; font-size: 17px; }
.view_hd .hd_area .share_option li .pop_lay ul { display: flex; margin-top: 15px; }
.view_hd .hd_area .share_option li .pop_lay ul li + li { margin-left: 10px; }
.view_hd .hd_area .share_option li .pop_lay ul li { width: 50px; height: 50px; }
.view_hd .hd_area .share_option li .pop_lay ul li button { width: 100%; height: 100%; }
.view_hd .hd_area .share_option li .btn_close { position: absolute; right: 12px; top: 12px; width: 25px; height: 25px; background: url(../img/btn_close_date.png) center center no-repeat; }
.view_hd .hd_area .share_option li.share .pop_lay { right: -68px; }
.view_hd .hd_area .share_option li.share .pop_lay .sns_list li.kakao button { background: url(../img/ico_sns_kakao.png) no-repeat; }
.view_hd .hd_area .share_option li.share .pop_lay .sns_list li.band button { background: url(../img/ico_sns_band.png) no-repeat; }
.view_hd .hd_area .share_option li.share .pop_lay .sns_list li.twitter button { background: url(../img/ico_sns_twitter.png) no-repeat; }
.view_hd .hd_area .share_option li.share .pop_lay .sns_list li.weibo button { background: url(../img/ico_sns_weibo.png) no-repeat; }
.view_hd .hd_area .share_option li.share .pop_lay .sns_list li.url button { background: url(../img/ico_sns_url.png) no-repeat; }
.view_hd .hd_area .share_option li.share .pop_lay { display: none; }
.view_hd .hd_area .share_option li.font_size .pop_lay { right: 0; }
.view_hd .hd_area .share_option li.font_size .pop_lay ul li { box-sizing: border-box; border:1px solid #dfdfdf; border-radius: 50%; }
.view_hd .hd_area .share_option li.font_size .pop_lay ul li:nth-child(1) button { background: url(../img/ico_font_size_1.png) center center no-repeat; }
.view_hd .hd_area .share_option li.font_size .pop_lay ul li:nth-child(2) button { background: url(../img/ico_font_size_2.png) center center no-repeat; }
.view_hd .hd_area .share_option li.font_size .pop_lay ul li:nth-child(3) button { background: url(../img/ico_font_size_3.png) center center no-repeat; }
.view_hd .hd_area .share_option li.font_size .pop_lay ul li:nth-child(4) button { background: url(../img/ico_font_size_4.png) center center no-repeat; }
.view_hd .hd_area .share_option li.active .pop_lay { display: block; }

.view_con .inner { width: 1100px; }
.view_con .sub_title{position: relative; display: block; margin-bottom: 5rem; padding-left: 1.8rem; word-break: keep-all;}
.view_con .sub_title:before{position: absolute; left: 0; top: 0; display: block; clear: both; content: ""; width: 3px; height: 100%; background: #000;}
.view_con .sub_title li{display: block; margin-bottom: 1rem;font-size: 2rem; font-weight: 700; letter-spacing: -0.6px;}
.view_con .sub_title li:last-child{margin-bottom: 0;}
.view_con .sub_title li h2{ font-weight: 600; display: block; line-height: 26px; }
.view_con article { font-size: 20px; line-height: 30px; font-weight: 400; border-bottom: 4px double #ccc; padding-bottom: 70px; }
.view_con .view_article { width: 740px; padding-top: 40px; }
.view_con aside { width: 300px; }

.view_article .imgBox { display:flex; width:100%; margin: 30px 0;}
.view_article .imgBox.ib_center { justify-content:center; }
.view_article .imgBox.ib_left { justify-content:flex-start; width: auto; margin-right: 25px !important; margin-top: 0;}
.view_article .imgBox.ib_right { justify-content:flex-end; width: auto; margin-left: 25px !important; margin-top: 0;}
.view_article .imgBox .p_caption { display:block; text-align:left; font-size:14px; color:#666; letter-spacing:-0.5px; text-align:left; word-break:keep-all; line-height:21px; font-style:normal; margin-top:10px; }
.view_article .imgBox .photo_img { position:relative; }
.view_article .imgBox .photo_img .expansion_btn { position:absolute; right:1rem; top:1rem; width:38px; height:38px; background:url(../img/icon_expansion.png) no-repeat; background-size:38px; z-index:9; cursor:pointer; }

.article_con .sub_title_heading{display: block; margin-bottom: 1.5rem; margin-top: 1.5rem; padding: 2rem 0; border-top: 3px solid #111; border-bottom: 1px solid #111; box-sizing: border-box; font-weight: bold;}
.article_wrap .article_con .sub_title_heading strong{display: inline-block; font-size: 1.8rem; font-weight: 700;}

.bigimg_popup { display:none; position:fixed; top:0; left:0; width:100%; height:100%; overflow:auto; white-space:nowrap; font-size:0; line-height:0; text-align:center; background:rgba(0,0,0,0.8); z-index:999999999999; box-sizing:border-box; }
.bigimg_popup:before { content:''; display:inline-block; height:100%; vertical-align:middle; }
.bigimg_popup .lay_big_img { position:relative; display:inline-block; max-width:1000px; width:auto; background:#fff; box-sizing:border-box; vertical-align:middle; white-space:normal; line-height:1; text-align:left; z-index:10; -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); transition:transform .6s; }
.bigimg_popup .lay_big_img img { width:100%; height:auto; }
.bigimg_popup .btn_bigimg_close { position:fixed; top:50px; right:40px; width:50px; height:50px; background:url(../img/btn_close_img.png) 50% 50% no-repeat; }

.photo_view_slide {position: relative; overflow: hidden; display: block; width: 100%; padding-bottom: 7rem; margin-bottom: 8rem; border-bottom: 3px double #000;}
.photo_view_slide .expansion_btn{position: absolute;right: 2rem;top: 2rem;width: 5rem;height: 5rem;background: url(../img/icon_expansion.png) no-repeat; background-size: auto;background-size: auto;background-size: 5rem;z-index: 9;cursor: pointer;}
.photo_view_slide .slider_for{position: relative; background: #eee;position: relative;margin-bottom: 2rem;height: 45rem;}
.photo_view_slide .slider_for .slider_img{display: block;width: 100%;height: 100%;text-align: center;}
.photo_view_slide .slider_for .slider_img img{height: 100%;}
.photo_view_slide .slider_for .slide_arrow{position: absolute;top: 50%;width: 7.5rem;height: 7.5rem;background-size: 3rem;transform: translateY(-50%);z-index: 9;cursor: pointer;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);font-size: 0;opacity: 0;transition: .3s;}
.photo_view_slide .slider_for .slide_arrow.slide_prev{left: 2rem;background: #fff url(https://image.ajunews.com/images/site/news/kr/img/photo/photo_main_banner_prev.png) 50% 50% no-repeat;}
.photo_view_slide .slider_for .slide_arrow.slide_next{right: 2rem;background: #fff url(https://image.ajunews.com/images/site/news/kr/img/photo/photo_main_banner_next.png) 50% 50% no-repeat;}
.photo_view_slide .slider_for:hover .slide_arrow{opacity: 1;}
.photo_view_slide .slider_for .slide_paging{position: absolute;right: 1rem;bottom: 1rem;padding: 0.7rem 1.5rem;font-size: 1.5rem;color: #828282;background: #0a1118;box-sizing: border-box;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);}
.photo_view_slide .slider_for .slide_paging strong {color: #fff;}
.photo_view_slide .slider_for .slide_paging span {color: #828282;}
.photo_view_slide .slider_nav{display: block; width: 100%; position: relative; padding: 0 3rem; height: 8.5rem; box-sizing: border-box; background: #000;}
.photo_view_slide .slider_nav:after{content:""; display:block; clear:both; visibility:hidden; width:0; height:0; font-size:0;}
.photo_view_slide .slider_nav .slider_img{position: relative; float: left; width: 20%; height: 100%; overflow: hidden; background: #000;}
.photo_view_slide .slider_nav .slider_img img{position: absolute; left: 50%; top: 0; width: 100%; transform: translate(-50%, 0);}
.photo_view_slide .slider_nav .slider_img.on:after{position: absolute; left: 0; top: 0; display: block; clear: both; content: ""; width: 100%; height: 100%; border: 6px solid rgba(255,255,255,0.8); box-sizing: border-box;}
.photo_view_slide .slider_nav .slide_arrow{position: absolute; top: 0; width: 3rem; height: 100%; background-size: 1rem; z-index: 10; cursor: pointer; font-size: 0;}
.photo_view_slide .slider_nav .slide_arrow.slide_prev{left: 0; background: #0a1118 url(https://image.ajunews.com/images/site/news/kr/img/photo/pictorial_prev.png) 50% 50% no-repeat;}
.photo_view_slide .slider_nav .slide_arrow.slide_next{right: 0; background: #0a1118 url(https://image.ajunews.com/images/site/news/kr/img/photo/pictorial_next.png) 50% 50% no-repeat;}

.view_banner {margin-top:30px;}
.view_banner img {width:740px !important; height:80px !important;}

/*팝업*/
.layer_wrap {display: none;position: fixed;top: 0;left: 0;padding: 30px 0;width: 100%;height: 100%;overflow: auto;white-space: nowrap;font-size: 0;line-height: 0;text-align: center;z-index: 999999999999;box-sizing: border-box;}
.layer_wrap{display: none; position: fixed; top: 0; left: 0; padding: 30px 0; width: 100%; height: 100%; overflow: auto; white-space: nowrap; font-size: 0; line-height: 0; text-align: center; z-index: 999999999999; box-sizing: border-box;}
.layer_wrap:before{content: '';display: inline-block;height: 100%;vertical-align: middle;}
.layer_wrap .layer_dialog{position: relative; display: inline-block; vertical-align: middle; white-space: normal; line-height: 1; text-align: left; -webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s,-webkit-transform .3s; z-index: 10; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);}
.layer_dialog_close{position: absolute;top: 0;right: 0;width: 5rem;height: 5rem; background: url(../img/view/icon_share_close.png) 50% 50% no-repeat; background-size: auto;}
.layer_wrap_background_close{position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%;}
.layer_dialog{width: 35rem; box-sizing: border-box; border: 1px solid #e0e0e0; border-top: 3px solid #000; border-radius: 5px; background: #fff; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);}
.layer_wrap.is_show{display: block; opacity:1;}
.layer_wrap.is_show .layer_dialog{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.layer_wrap.is_hide{opacity:0;}
.layer_head{padding: 2.5rem 0 1.8rem 3rem;}
.layer_head strong{display: block; font-size: 1.7rem; line-height: 1.8rem; font-weight: 700; letter-spacing: -1.275px;}

.alert_pop .layer_dialog{border: none; border-top: 3px solid #000; border-radius: 0 0 4px 4px;}
.alert_pop .layer_content{padding: 2.5rem 3rem 4rem;}
.alert_pop .alert_tit{display: block; height: 40px; font-size: 18px; font-weight: 700; letter-spacing: -1px; border-bottom: 1px solid #ccc; text-align: center;}
.alert_pop .alert_txt{display: block; margin-bottom: 2.5rem; font-size: 1.8rem; line-height: 3rem;}
.alert_pop .radio_list{display: block; margin-top: 30px;}
.alert_pop .radio_list li{display: block; height: 20px; margin-bottom: 15px;}
.alert_pop .radio_list li .form_radio label{padding-left: 30px; font-size: 16px; letter-spacing: -1px; line-height: 20px;}
.alert_pop .radio_list li .form_radio label:before{width: 20px; height: 20px; border: 1px solid #b7b7b7;}
.alert_pop .radio_list li .form_radio label:after{left: 5px; width: 10px; height: 10px; background: #fff;}
.alert_pop .radio_list li .form_radio input:checked + label:before{background: #fff; border-color:#333;}
.alert_pop .radio_list li .form_radio input:checked + label:after{background: #333;}
.alert_pop .alert_textarea{position: relative; display: block; margin-top: 20px; margin-bottom: 20px; width: 100%; height: 130px;}
.alert_pop .alert_textarea textarea{display: block; padding: 15px 10px; width: 100%; height: 100%; border: 1px solid #dfdfdf; outline: none; resize: none; border-radius: 4px; box-sizing: border-box; font-size: 14px; letter-spacing: -1.6px; color:#999; line-height: 21px;}
.alert_pop .alert_textarea .count{position: absolute; right: 10px; bottom: 10px; font-size: 13px; color:#999; font-weight: 400;}
.alert_pop .alert_textarea .count em{color:#333;}
.alert_pop .alert_btn_wrap{display: flex; margin-left: -1rem; justify-content: center;}
.alert_pop .alert_btn_wrap li{float: left; padding-left: 1rem; width: 50%; height: 4rem; box-sizing: border-box;}
.alert_pop .alert_btn_wrap li .alert_btn{display: block; width: 100%; height: 100%; border: 1px solid #aaa; box-sizing: border-box; text-decoration: none;}
.alert_pop .alert_btn_wrap li .alert_btn span{display: block; font-size: 1.5rem; font-weight: 500; text-align: center; line-height: 3.8rem;}
.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;}


/* view_con */
.view_con .related_news { margin-top: 40px; }
.view_con .related_news strong { display: block; font-size: 18px; font-weight:600; }
.view_con .related_news li { width: 100%; overflow: hidden; }
.view_con .related_news li a { display: block; font-size: 18px; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 16px; background: url(../img/ico_related.png) 0 11px no-repeat; }
.view_con .keyword_tag { margin-top: 40px; }
.view_con .keyword_tag ul { display: flex; flex-wrap: wrap; }
.view_con .keyword_tag ul li { height: 32px; box-sizing: border-box; border:1px solid #dfdfdf; border-radius: 16px; margin-bottom: 10px; margin-left: 5px; }
.view_con .keyword_tag ul li a { font-size: 15px; line-height: 30px; padding: 0 14px; }
.view_con .news_like_bad { display: flex; justify-content: center; margin-top: 40px; }
.view_con .news_like_bad button { display: flex; width: 118px; height: 48px; line-height: 49px; box-sizing: border-box; border:1px solid #dfdfdf; border-radius: 8px; align-items: center; justify-content: center; }
.view_con .news_like_bad button + button { margin-left: 10px; }
.view_con .news_like_bad button i { width: 30px; height: 30px; font-size: 15px; overflow: hidden; text-indent: -9999px; }
.view_con .news_like_bad button:nth-child(1) i { background: url(../img/ico_like.png) no-repeat; margin-right: 10px; background-size:100% auto; }
.view_con .news_like_bad button:nth-child(2) i { background: url(../img/ico_bad.png) no-repeat; margin-right: 10px; background-size:100% auto; }
.view_con .news_like_bad button:active { border-color: #aaa; }
.view_con .byline { display: flex; background-color: #f6f6f6; margin-top: 40px; box-sizing: border-box; padding: 30px;  }
.view_con .byline .photo { width: 120px; height: 120px; flex-shrink: 0; }
.view_con .byline .info { margin-left: 18px; width: 530px; }
.view_con .byline .info .editor { display: flex; }
.view_con .byline .info .editor .name { font-size: 18px; font-weight:500; }
.view_con .byline .info .editor .email { position: relative; font-size: 16px; }
.view_con .byline .info .editor .email:hover { color: #111; }
.view_con .byline .info .editor .email::before { content: ""; clear: both; float: left; width: 1px; height: 11px; background-color: #ccc; margin:9px 10px 0; }
.view_con .byline .info .related { margin-top: 14px; }
.view_con .byline .info .related li { width: 100%; overflow: hidden; height: 30px; line-height: 30px; }
.view_con .byline .info .related li a { display: block; font-size: 16px; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 16px; background: url(../img/ico_related.png) 0 11px no-repeat; }
.view_con .byline .info .btn_more { display: block; width: 130px; height: 38px; line-height: 38px; text-align: center; font-size: 14px; box-sizing: border-box; border:1px solid #dfdfdf; background-color: #fff; border-radius: 19px; margin-top: 12px; } 
.view_con .copy { display: block; font-size: 16px; font-weight: 400; margin-top: 28px; }

.view_bottom_cont .comment_wrap { margin-top: 50px; }
.comment_wrap .total_number { font-size: 18px; }
.comment_wrap .total_number em { margin-left: 5px; font-weight:600; }
.comment_wrap .comment_form_box { box-sizing: border-box; border:3px solid #eee; padding:25px 17px 12px; min-height: 200px; margin-top: 12px; }
/* .comment_wrap .comment_form_box .user_name { font-size: 15px; margin-bottom: 10px; } */
.comment_wrap .comment_form_box .user_name { display: flex; font-size:15px; line-height:25px; margin-bottom: 10px; }
.comment_wrap .comment_form_box .user_name i { width:25px; height:25px; background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_aju.png); background-color: #20d0cc; background-size: 25px; border-radius: 50%; overflow:hidden; text-indent: -9999px; margin-right:5px; }
.comment_wrap .comment_form_box .user_name i.naver { background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_naver.png); background-color: #06be34; }
.comment_wrap .comment_form_box .user_name i.kakao { background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_kakao.png); background-color: #fee500; }
.comment_wrap .comment_form_box .user_name i.google { background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_google.png); background-color: #fff; }
.comment_wrap .comment_form_box .user_name i.facebook { background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_facebook.png); background-color: #1877f2; }
.comment_wrap .comment_form_box .cf_textarea textarea { width: 100%; height: 80px; font-family:'Pretendard','맑은고딕',Arial,Helvetica,sans-serif; font-size: 15px; color: #999; border:0 none; resize:none; outline: none; }
.comment_wrap .comment_form_box .cf_btn_area { display: flex; justify-content: space-between; width: 100%; height: 35px; border-top: 1px solid #eee; padding-top: 10px; margin-top: 10px; }
.comment_wrap .comment_form_box .cf_btn_area .count { height: 35px; line-height: 35px; font-size: 13px; color: #999; }
.comment_wrap .comment_form_box .cf_btn_area .count em { color: #111;}
.comment_wrap .comment_form_box .cf_btn_area .write_btn { width: 90px; height: 35px; font-size: 15px; color: #fff; background-color: #20d0cc; }
.comment_wrap .comment_list li { position: relative; border-bottom: 1px solid #eee; padding: 30px 0 15px; }
.comment_wrap .comment_list li .user_info { display:flex; }
.comment_wrap .comment_list li .user_info .user_name { display: flex; font-size:15px; line-height:25px; }
.comment_wrap .comment_list li .user_info .user_name i { width:25px; height:25px; background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_aju.png); background-color: #20d0cc; background-size: 25px; border-radius: 50%; overflow:hidden; text-indent: -9999px; margin-right:5px; }
.comment_wrap .comment_list li .user_info .user_name i.naver { background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_naver.png); background-color: #06be34; }
.comment_wrap .comment_list li .user_info .user_name i.kakao { background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_kakao.png); background-color: #fee500; }
.comment_wrap .comment_list li .user_info .user_name i.google { background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_google.png); background-color: #fff; }
.comment_wrap .comment_list li .user_info .user_name i.facebook { background-image: url(https://image.ajunews.com/images/site/news/kr/img/view/comment_facebook.png); background-color: #1877f2; }
.comment_wrap .comment_list li .user_info .date { line-height:25px; margin-left:20px; }
.comment_wrap .comment_list li .user_info .date:before { content:""; float: left; width:1px; height:15px; background-color:#ddd; margin-right:20px; margin-top:5px; }
.comment_wrap .comment_list li .user_info .btn_delete { margin-left: auto; width:19px; height:19px; box-sizing: border-box; border: 1px solid #f2f2f2; overflow:hidden; text-indent:-9999px; background: url(../img/btn_close_comment.png) 3px 3px no-repeat; position: absolute; right: 0px; top: 32px; }
.comment_wrap .comment_list li .comment_txt { font-size:15px; line-height:25px; margin-top:14px; }
.comment_wrap .comment_list li .like_bad { display:flex; justify-content: flex-end; margin-top:10px; }
.comment_wrap .comment_list li .like_bad button + button { margin-left: 10px; }
.comment_wrap .comment_list li .like_bad button { line-height:20px; font-size:13px; }
.comment_wrap .comment_list li .like_bad button i { float: left; width:20px; height:20px; overflow:hidden; text-indent:-9999px; }
.comment_wrap .comment_list li .like_bad button:nth-child(1) i { background: url(../img/ico_like.png) no-repeat; background-size:100% auto; margin-right: 10px; }
.comment_wrap .comment_list li .like_bad button:nth-child(2) i { background: url(../img/ico_bad.png) no-repeat; background-size:100% auto; margin-right: 10px; }
.comment_wrap .btn_more_comment { width:100%; height:54px; line-height:54px; font-size:15px; font-weight:400; }
.comment_wrap .btn_more_comment button { width:100%; line-height:54px; }
.comment_wrap .btn_more_comment button i { display: inline-block; width:11px; height:11px; background: url(../img/btn_more_comment.png) no-repeat; margin-left: 5px; }

.recommend_news { margin-top:50px; }
.recommend_news h4 { font-size:19px; }
.recommend_news ul { margin-top:14px; display:flex; flex-wrap: wrap; justify-content: space-between; }
.recommend_news li { width:220px; margin-bottom:26px; }
.recommend_news li .thumb { width:220px; height:145px; }
.recommend_news li .tit { font-size:16px; line-height:21px; margin-top:8px; }



/* aside */
.ranking_news { position: relative; }
.ranking_news .tooltip { position: unset; margin-left: 7px; }
.ranking_news ol { margin-top: 13px; }
.ranking_news ol li + li { margin-top: 15px; }
.ranking_news ol li a { display: flex; justify-content: space-between; align-items: center; }
.ranking_news ol li .txt_area { width: calc(100% - 80px); display: flex; align-items: center; }
.ranking_news ol li .txt_area .num { width: 25px; flex-shrink: 0; font-size: 20px; color: #20d0cc; }
.ranking_news ol li .txt_area .tit { font-size: 16px; line-height: 22px; }
.ranking_news ol li .thumb { width: 65px; height: 65px; }

.digitallab_news { position: relative; margin-top: 70px; }
.digitallab_news ul { margin-top: 20px; }
.digitallab_news ul li + li { margin-top: 20px; }
.digitallab_news ul li { display: flex; justify-content: space-between; align-items: center; }
.digitallab_news ul li .txt_area { width: calc(100% - 145px); }
.digitallab_news ul li .txt_area .ctg { display: inline-block; height: 25px; line-height: 25px; font-size: 13px; color: #fff; background-color: #20d0cc; padding: 0 12px; border-radius: 13px; margin-bottom: 6px; }
.digitallab_news ul li .thumb { width: 130px; height: 85px; }
.digitallab_news ul li .tit { font-size: 16px; line-height: 22px; }

.trend_news { position: relative; }
.trend_news .ly_tooltip { height: auto; }
.trend_news ol { margin-top: 15px; }
.trend_news ol li + li { margin-top: 15px; }
.trend_news ol li a { display: flex; justify-content: space-between; align-items: center; }
.trend_news ol li .t_area { width: calc(100% - 115px); display: flex; align-items: center; }
.trend_news ol li .t_area .num { width: 25px; flex-shrink: 0; font-size: 20px; }
.trend_news ol li:nth-child(-n+3) .t_area .num { color: #20d0cc; }
.trend_news ol li .t_area .tit { font-size: 16px; line-height: 22px; }
.trend_news ol li .thumb { width: 100px; height: 65px; }

.realtime_news { position: relative; margin-top: 80px; }
.realtime_news .h_area { display: flex; }
.realtime_news .h_area h3 { float: left; }
.realtime_news .h_area .tooltip { position: relative; right: auto; top: auto; float: left; margin-left: 4px; }
.realtime_news .h_area .ly_tooltip { width: 200px; height: auto; left: 85px; }
.realtime_news .update_area { position: absolute; right: 0; top: 0; }
.realtime_news .update_area .current { font-size: 12px; color: #888; }
.realtime_news .update_area .btn_update { display: inline-block; width: 80px; height: 23px; line-height: 23px; font-size: 11px; text-align: center; box-sizing: border-box; border: 1px solid #ccc; border-radius: 12px; margin-left: 5px; }
.realtime_news .update_area .btn_update i { display: inline-block; width: 13px; height: 13px; background: url(../img/ico_update.png) no-repeat; background-size: 100% auto; vertical-align: text-bottom; margin-left: 4px; }
.realtime_news ul { margin:15px 0 0 5px; box-sizing: border-box; padding: 15px 0 20px; border-left:4px double #ddd; }
.realtime_news ul li { position: relative; padding-left: 15px; }
.realtime_news ul li::before { content: ''; display: block; width: 14px; height: 14px; margin-right: 5px; position: absolute; left: -9px; top: 4px; background: url(../img/ico_realtime_14.png) no-repeat; background-size: 100% auto; }
.realtime_news ul li + li { margin-top: 15px; }
.realtime_news ul li .time { display: inline-block; min-width: 48px; height: 23px; line-height: 22px; font-size: 12px; color: #20d0cc; font-size: 12px; text-align: center; box-sizing: border-box; padding: 0 10px; border: 1px solid #20d0cc; border-radius: 12px; }
.realtime_news ul li .tit { font-size: 16px; line-height: 22px; font-weight: 500; margin-top: 5px; }

.expand_news { position: relative; margin-top: 80px; }
.expand_news ul { margin-top: 15px; }
.expand_news ul li + li { margin-top: 15px; }
.expand_news ul li a { display: flex; justify-content: space-between; }
.expand_news ul li .t_area { width: calc(100% - 115px); align-content: center; }
.expand_news ul li .t_area .tit { font-size: 16px; line-height: 22px; }
.expand_news ul li .thumb { width: 100px; height: 65px; border-radius: 5px; }

.global_news { margin-top: 80px; }
.global_news .h_area { display: flex; justify-content: space-between; }
.global_news .h_area .tab_area { display: flex; }
.global_news .h_area .tab_area button { height: 22px; line-height: 22px; font-size: 15px; color: #999; font-weight: 500; }
.global_news .h_area .tab_area button + button { margin-left: 6px; }
.global_news .h_area .tab_area button.on { color: #111; }
.global_news .h_area .tab_area button:before { content: ''; display: inline-block; width: 22px; height: 22px; background-color: #f55; margin-right: 4px; vertical-align: bottom; border-radius: 50%; }
.global_news .h_area .tab_area button:nth-child(1):before { background: url(../img/ico_global_cn.png) no-repeat; background-size: 100% auto; }
.global_news .h_area .tab_area button:nth-child(2):before { background: url(../img/ico_global_jp.png) no-repeat; background-size: 100% auto; }
.global_news .h_area .tab_area button:nth-child(3):before { background: url(../img/ico_global_vn.png) no-repeat; background-size: 100% auto; }
.global_news .tab_lst { margin-top: 8px; }
.global_news .tab_lst .tab_box { display: none; }
.global_news .tab_lst .tab_box.on { display: block; }
.global_news .tab_lst .tab_box ul li { border-top: 1px solid #eee; padding: 15px 0; }
.global_news .tab_lst .tab_box ul li a { display: flex; justify-content: space-between; }
.global_news .tab_lst .tab_box ul li .t_area { width: calc(100% - 78px); align-content: center; }
.global_news .tab_lst .tab_box ul li .t_area .tit { font-size: 16px; line-height: 25px; letter-spacing: -0.8px; }
.global_news .tab_lst .tab_box ul li .thumb { width: 60px; height: 60px; border-radius: 5px; }
.global_news .tab_lst .tab_box .btn_more { width: 100%; height: 44px; line-height: 42px; font-size: 15px; font-weight: 500; text-align: center; box-sizing: border-box; border: 1px solid #dfdfdf; border-radius: 5px; position: relative; }
.global_news .tab_lst .tab_box .btn_more a { display: block; width: 100%; height: 100%; }
.global_news .tab_lst .tab_box .btn_more a:hover{ color: #111; }
.global_news .tab_lst .tab_box .btn_more span { color: #ee1c25; font-weight:600; }
.global_news .tab_lst .tab_box .btn_more i { display: inline-block; width: 8px; height: 16px; margin-left: 7px; vertical-align: middle; overflow: hidden; text-indent: -99999px; background: url(../img/btn_more_2.png) no-repeat; }

/* 기존 컨텐츠 */
.section_con_digital article { padding-top: 50px; }
.section_con_digital .week_wrap { display: flex;align-items: center; margin-bottom: 20px; }
.section_con_digital .week_wrap .day_list { font-size: 16px; font-weight: bold; letter-spacing: -0.5px; display: flex; align-items: center; gap: 6px; margin-left: 20px; }
.section_con_digital .week_wrap .btn_day { width: 50px; height: 50px; line-height: 49px; text-align: center; border-radius: 50%; border: 1px solid #ebebeb; box-sizing: border-box; }
.section_con_digital .week_wrap .btn_day.on { background: #1ea9a6; color: #fff; border: none; }

.section_con_digital .day_content { padding-bottom: 50px; border-bottom: 1px solid #dfdfdf; }
.section_con_digital .day_content .con_list { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 26px; row-gap: 32px; display: none; }
.section_con_digital .day_content .con_list.on { display: grid;}
.section_con_digital .day_content .con_list .con_item a { display: flex; align-items: center; border: 1px solid #dfdfdf; box-sizing: border-box; }
.section_con_digital .day_content .con_list .con_item .img_box { width: 140px; height: 140px; }
.section_con_digital .day_content .con_list .con_item .img_box img { width:100%; height:100%; }
.section_con_digital .day_content .con_list .con_item .info_area { display: flex; flex-direction: column; flex: 1; padding: 20px 20px 23px; box-sizing: border-box; padding: 0 20px; }
.section_con_digital .day_content .con_list .con_item .info_area .time { font-size: 15px; color: #1ea9a6; font-family: Roboto; }
.section_con_digital .day_content .con_list .con_item .info_area .con_tit { font-size: 18px; letter-spacing: -0.7px; font-weight: 500; padding: 7px 0 10px; }
.section_con_digital .day_content .con_list .con_item .info_area .desc { line-height: 22px; font-size: 15px; letter-spacing: -0.5px; padding-top: 8px; border-top: 1px solid #eeeeee; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; }
.section_con_digital .btn_more { position: absolute; top: 30px; right: 0; color: #f54c01; font-size: 15px; }
.section_con_digital .btn_more::after { content: ''; display: inline-block; background: url(../img/ic_arrow2.png) no-repeat center; background-size: 100%; width: 6px; height: 11px; margin-left: 5px; }
.section_con_digital .btn_more:hover { color:#f54c01; }
.section_con_digital .sc_news { margin-top:50px; }
.section_con_digital .sc_news .sc_title { font-size: 18px; font-weight: bold; letter-spacing: -0.7px; }
.section_con_digital .sc_news .news_list { margin-top: 20px; display: grid; grid-template-columns: repeat(5, 1fr); column-gap: 20px; row-gap: 12px; }
.section_con_digital .sc_news .news_list .news_item { border: 1px solid #dfdfdf; box-sizing: border-box; position: relative; }
.section_con_digital .sc_news .news_list .news_item a { display: flex; flex-direction: column; align-items: center; height: 80px; justify-content: center; gap: 8px; }
.section_con_digital .sc_news .news_list .news_item.dot::before { content: ''; width: 12.5px; height: 12.5px; background: #1ea9a6; border-radius: 50%; display: inline-block; position: absolute; right: 10px; top: 10px; }
.section_con_digital .sc_news .news_list .news_item .con_sub { font-size: 14px; letter-spacing: -0.3px; color: #999999; }
.section_con_digital .sc_news .news_list .news_item .con_tit { letter-spacing: -0.5px; font-weight: bold; }

.section_con_digital .sc_news .end_list { margin-top: 20px; display: grid; grid-template-columns: repeat(5, 1fr); column-gap: 20px; } 
.section_con_digital .sc_news .end_item { border: 1px solid #eeeeee; background: #f9f9f9; box-sizing: border-box; } 
.section_con_digital .sc_news .end_item a { display: flex; flex-direction: column; align-items: center; height: 80px; justify-content: center; gap: 8px; } 

.secw_nav_banner > div { display: flex; justify-content: center; }
.secw_nav_banner > div > .bn_img { width: 1220px; }
.secw_nav_banner > div > .bn_txt { width: 1220px; }
.bn_factcheck { background-color:#F5D03D; }
.bn_ajupick { background-color: #445FE0; }
.bn_expand { background-color: #C5D6F4; }
.bn_digitallap_01 { background-color: #abbac3; }
.bn_digitallap_02 { background-color: #FFD75E; }
.bn_digitallap_03 { background-color: #010B28; }
.bn_digitallap_04 { background-color: #252E5E; }
.bn_digitallap_05 {  }
.bn_digitallap_06 {  }
.bn_digitallap_07 { background-color: #FF4B4B; }
.bn_digitallap_08 { background-color: #FF8A5B; }
.bn_digitallap_09 { background-color: #8ADFE3; }
.bn_digitallap_10 { background-color: #E6E8FF; }
.bn_digitallap_11 {  }
.bn_digitallap_12 { background-color: #4B64FF; }
.bn_digitallap_13 { background-color: #754BFF; }
.bn_digitallap_14 { background-color: #8910F0; }
.bn_digitallap .bn_info { width: 1220px; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-bottom: 30px; border-bottom: 1px solid #aaaaaa; border-top: 2px solid #333333; padding-top:40px; }
.bn_digitallap .bn_info em { font-size: 40px; margin-bottom: 20px; font-weight: 500;letter-spacing: -0.75px; }
.bn_digitallap .bn_info p { font-size: 15px; line-height: 24px; word-break: keep-all; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; letter-spacing: -0.5px; }
.trend_area_digitallap { width: 1220px; margin:20px auto 10px; }
.secw_nav_banner > div.trend_area_digitallap { justify-content: flex-start; }
.trend_area_digitallap .trend_tit { font-size: 15px; letter-spacing: -0.3px; font-weight: bold; display: flex; align-items: center; }
.trend_area_digitallap .trend_tit::before { content: ''; display: block; margin-right: 7px; width: 18px; height: 18px; background: url(../img/ic_calendar.png) no-repeat 100%; }

.bn_newspaper .bn_txt { height: 24rem; background: url(../img/bn_tit_newspaper.png) 50% 50% / 100% no-repeat; }
.bn_newspaper .bn_txt h3{display: block; padding-left: 6.7rem; padding-top: 6rem; font-size: 4.8rem; font-weight: 700; letter-spacing: -1px; }
.bn_newspaper .bn_txt h3:after{display: block; clear: both; content: ""; margin-top: 2rem; margin-bottom: 2.4rem; width: 6rem; height: 1px; background-color: #111; }
.bn_newspaper .bn_txt p{display: block; padding-left: 6.7rem; font-size: 2rem; font-weight: 400; letter-spacing: -1px; }
.bn_newspaper .bn_txt p span{font-weight: 700;}


/* discovery */
.discovery_head{margin-top: 50px;}
.discovery_head .inner{display: block; height: 20rem; background: url(../img/tit_discovery.png) 50% 50% no-repeat; background-size: 100%;}
.discovery_tool{margin-bottom: 3rem;}
.discovery_tool .inner{display: flex; justify-content: space-between; align-items: flex-end;}
.discovery_tool .inner .sort{overflow: hidden; display: flex; align-items: center; border: 1px solid #cccccc; box-sizing: border-box; border-radius: 5px;}
.discovery_tool .inner .sort li{flex-shrink: 0; width: 12.5rem; height: 4rem;}
.discovery_tool .inner .sort li a{display: block; width: 100%; height: 100%; font-size: 1.6rem; letter-spacing: -1.2px; line-height: 4rem; text-align: center; text-decoration: none;}
.discovery_tool .inner .sort li.on{background: #159a99;}
.discovery_tool .inner .sort li.on a{color: #fff;}
.discovery_tool .inner .consonant{display: flex; align-items: center;}
.discovery_tool .inner .consonant li{position: relative; flex-grow: 1; margin-left: 2rem;}
.discovery_tool .inner .consonant li:after{position: absolute; right: -1rem; top: 8px; display: block; clear: both; content: ""; width: 2px; height: 2px; background: #cccccc; border-radius: 50%;}
.discovery_tool .inner .consonant li:last-child:after{display: none;}
.discovery_tool .inner .consonant li a{display: block; font-size: 1.6rem; }
.discovery_tool .inner .consonant li.on a{font-weight: 700; text-decoration: underline;}

.discovery_list .inner { display:block; }
.discovery_list .inner .d_list{margin-left: -3rem;}
.discovery_list .inner .d_list li{float: left; padding-left: 3rem; margin-bottom: 3rem; width: 50%; height: 21rem; box-sizing: border-box;}
.discovery_list .inner .d_list li .list_item{position: relative; width: 100%; height: 100%; border: 1px solid #dfdfdf; border-bottom: 1px solid #bbbbbb; box-sizing: border-box;}
.discovery_list .inner .d_list li .list_item .thumb{overflow: hidden; position: absolute; left: 4rem; top: 3.5rem; width: 9rem; height: 9rem; border-radius: 50%; border: 1px solid #f2f2f2;}
.discovery_list .inner .d_list li .list_item .thumb img{width: 100%; height: 100%;}
.discovery_list .inner .d_list li .list_item .text_area{padding-top: 4rem; padding-left: 15rem; padding-right: 6rem;}
.discovery_list .inner .d_list li .list_item .text_area a{display: block;}
.discovery_list .inner .d_list li .list_item .text_area a.name{margin-bottom: 1.5rem; font-size: 2.2rem; font-weight: 700; letter-spacing: -1.65px; text-decoration: none;}
.discovery_list .inner .d_list li .list_item .text_area a.name span{margin-left: 6px; font-size: 1.6rem; font-weight: 500;}
.discovery_list .inner .d_list li .list_item .text_area a.tit{position: relative; padding-left: 1rem; height: 5.2rem; font-size: 1.8rem; line-height: 2.5rem; letter-spacing: -1.35px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.discovery_list .inner .d_list li .list_item .text_area a.tit:before{position: absolute; left: 0; top: 1.2rem; display: block; clear: both; content: ""; width: 2px; height: 2px; background: #000;}
.discovery_list .inner .d_list li .list_item .btn_area{position: absolute; left: 0; bottom: 0; display: flex; width: 100%; border-top: 1px solid #dfdfdf; box-sizing: border-box;}
.discovery_list .inner .d_list li .list_item .btn_area a{float: left; padding: 1.9rem 0; width: 50%;}
.discovery_list .inner .d_list li .list_item .btn_area a span{display: block; font-size: 1.6rem; letter-spacing: -1.2px; text-align: center;}
.discovery_list .inner .d_list li .list_item .btn_area a.more{border-right: 1px solid #dfdfdf;}
.discovery_list .inner .d_list li .list_item .btn_area a.more span:before{display: inline-block; clear: both; content: ""; margin-right: 1rem; width: 2rem; height: 2rem; background: url(../img/icon_more.png) 50% 50% no-repeat; background-size: 2rem; vertical-align: sub;}
.discovery_list .inner .d_list li .list_item .btn_area a.mail span:before{display: inline-block; clear: both; content: ""; margin-right: 1rem; width: 2rem; height: 2rem; background: url(../img/icon_mail.png) 50% 50% no-repeat; background-size: 2rem; vertical-align: sub;}
.discovery_list .inner .d_list:after { content: ""; display: block; clear: both; visibility: hidden; width: 0; height: 0; font-size: 0; }
.discovery_list .paging{margin-top: 4rem;}

.bn_discovery{ margin-top:50px; }
.bn_discovery .inner{display: flex; width: 100%; align-items: center; position: relative; padding-left: 5rem; height: 15rem; background: url(../img/bg_discovery_list.png) 50% 50% no-repeat; background-size: 100%; box-sizing: border-box;}
.bn_discovery .inner .thumb{overflow: hidden; width: 11rem; height: 11rem; border-radius: 50%; }
.bn_discovery .inner .thumb img{width: 100%; height: 100%;}
.bn_discovery .inner .text_area{padding-left: 3rem;}
.bn_discovery .inner .text_area .name{font-size: 4rem; font-weight: 700; letter-spacing: -3px; text-decoration: none; cursor: default;}
.bn_discovery .inner .text_area .name span{margin-left: 1.2rem; font-size: 2.5rem; font-weight: 500; letter-spacing: -0.9px;}
.bn_discovery .inner .mail{position: absolute; right: 5rem; top: 5rem; width: 16rem; height: 5rem; background: #159a99; text-decoration: none;}
.bn_discovery .inner .mail span{display: block; width: 100%; height: 100%; line-height: 5rem; color:#fff; font-size: 1.9rem; font-weight: 700; letter-spacing: -1.425px; text-align: center;}

.discovery_aside_list h4 { margin-bottom: 2rem; height: 3.3rem; border-bottom: 1px solid #000; display: block; font-size: 1.9rem; font-weight: 700; letter-spacing: -1.425px; }
.discovery_aside_list ul{padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 1px solid #ccc;}
.discovery_aside_list ul + ul { margin-top: 1px solid #ccc; }
.discovery_aside_list ul:last-of-type{margin-bottom: 0; border-bottom: none;}
.discovery_aside_list ul li.news_item{align-items: center; margin-bottom: 1.5rem; display: flex;}
.discovery_aside_list ul li.news_item:after {content:""; display:block; clear:both; visibility:hidden; width:0; height:0; font-size:0;}
.discovery_aside_list ul li.news_item:last-child{margin-bottom: 0;}
.discovery_aside_list ul li.news_item .thumb{float: left; flex-shrink: 0; position: relative; overflow: hidden; margin-right: 1.5rem; width: 7rem; height: 7rem; border-radius: 50%;}
.discovery_aside_list ul li.news_item .thumb:after{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%;}
.discovery_aside_list ul li.news_item .thumb img{height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.discovery_aside_list ul li.news_item .text_area {float: right; width: 21.5rem;}
.discovery_aside_list ul li.news_item .text_area .name{display: block; margin-bottom: 0.5rem; font-size: 1.3rem; font-weight: 700; text-decoration: none; color:#1eaaa7;}
.discovery_aside_list ul li.news_item .text_area .tit{display: block; max-height: 5rem; font-size: 1.6rem; line-height: 2.5rem; letter-spacing: -1.2px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}

.list_tit { display: block; height: 4rem; font-size: 1.9rem; font-weight: 700; letter-spacing: -1.425px; }

.secw_nav_notice { position: relative; width: 100%; /*position: sticky; top: 0px;*/ background-color: #fff; z-index: 9; }
.secw_nav_notice .inner { display: flex; align-items: flex-end; border-bottom: 1px solid #333; padding-bottom: 25px; }
.secw_nav_notice strong { font-size: 40px; }
.secw_nav_notice strong a { outline:0; }
.secw_nav_notice ul { display: flex; margin-left: 56px; }
.secw_nav_notice ul li + li { margin-left: 48px; }
.secw_nav_notice ul li { position: relative; }
.secw_nav_notice ul li a { font-size: 17px; }
.secw_nav_notice ul li.on a::before { content: ''; position: absolute; top:4px; left: -14px; display: block; width: 8px; height: 8px; border-radius: 50%; background-color: #20d0cc; }

.section_con_notice .inner { display: block; }
.section_con_notice .notice_list { display: none; }
.section_con_notice .notice_list.on { display: block; }

.notice_list li { border-bottom:1px solid #dfdfdf;}
.notice_list li .li_tit { display: flex; align-items: center; width: 100%; height: 66px; cursor: pointer; }
.notice_list li .li_tit .ctg { flex-shrink: 0; width:130px; height: 66px; line-height: 66px; font-size: 14px; color: #999; }
.notice_list li .li_tit .tit { width: 100%; height: 66px; line-height: 66px; font-size: 16px; }
.notice_list li .li_tit .date { position: relative; flex-shrink: 0; width:150px; height: 66px; line-height: 66px; font-size: 14px; color: #aaa; }
.notice_list li .li_tit .date:before { content:""; display: block; position: absolute; right: 30px; top: 45%; width:17px; height:10px; background: url(../img/btn_open_notice.png) no-repeat; }
.notice_list li .li_tit.on .date:before { transform: rotate(3.142rad); transition:all 0.2s; }
.notice_list li .detail { display: none; box-sizing: border-box; padding: 60px; background-color: #f6f6f6; }
.notice_list li .detail p { display: block; font-size: 1.7rem; line-height: 3.5rem; }
.notice_list li .detail p img { width: 100%; }

.section_con_newspaper { display: block; padding-top: 3rem; }
.section_con_newspaper .inner { display: block; }
.section_con_newspaper .tool {display: flex; justify-content: center; align-items: center; height: 10rem;}
.section_con_newspaper .tool .txt{margin-left: 1rem; margin-right: 2rem;}
.section_con_newspaper .newspaper_list ul { display: flex; flex-wrap: wrap; justify-content:start; }
.section_con_newspaper .newspaper_list ul li { width: 220px; margin-bottom: 50px; margin-right: 30px; }
.section_con_newspaper .newspaper_list ul li:nth-child(5n) { margin-right: 0; }
.section_con_newspaper .newspaper_list ul li a { display: block; width: 100%; }
.section_con_newspaper .newspaper_list ul li a .img { width: 100%; min-height: 304px; box-sizing: border-box; border:1px solid #dfdfdf; padding: 10px; }
.section_con_newspaper .newspaper_list ul li a .img img { width: 100%; height: 100%; }
.section_con_newspaper .newspaper_list ul li a .label{display: block; margin: 2rem auto 0; width: 13rem; height: 3.5rem; border: 1px solid #dfdfdf; box-sizing: border-box; text-align: center; text-align: center; line-height: 3.3rem; color:#333; border-radius: 3.5rem;}
.section_con_newspaper .newspaper_list .newspaper_list_btn{display: block; margin: 5rem auto 0; width: 26rem; height: 8rem; line-height: 8rem; background: #20d0cc; text-align: center; color:#fff; font-size: 2.5rem; letter-spacing: -1px; }
.section_con_newspaper .newspaper_list .no_data{display: block; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding-top: 17rem; padding-bottom: 17rem; margin-bottom: 10rem;}
.section_con_newspaper .newspaper_list .no_data strong{display: block; padding-top: 18rem; font-weight: 400; font-size: 3rem; letter-spacing: -1px; text-align: center; box-sizing: border-box; background: url(https://image.ajunews.com/images/site/news/kr/img/newspaper/list_no_data.png) 50% 0 / 140px no-repeat;}
.section_con_newspaper .newspaper_list .no_data strong span{font-weight: 600;}
.js_selectbox{position: relative; display: inline-block; box-sizing: border-box;}
.js_selectbox .select{position: relative; display: inline-block; padding: 0 3rem 0 1.5rem; height: 4rem; border: 1px solid #dfdfdf; box-sizing: border-box; line-height: 3.8rem; font-size: 1.6rem; border-radius: 4px;}
.js_selectbox .select:after{position: absolute; right: 9px; top: 18px; display: block; clear: both; content: ""; width: 9px; height: 5px; background: url(https://image.ajunews.com/images/site/news/kr/img/js_selectbox_arrow.png) 50% 50% / 9px no-repeat; transition: .1s;}
.js_selectbox ul{display: none; position: absolute; left: 0; top: 0; padding: 5px 0; width: 100%; border: 1px solid #dfdfdf; box-sizing: border-box; background: #fff; border-radius: 4px; z-index: 99;}
.js_selectbox ul li{display: block; width: 100%; height: 3.5rem;  box-sizing: border-box; line-height: 3.5rem;}
.js_selectbox ul li a{display: block; padding: 0 3rem 0 1.5rem; width: 100%; height: 100%; box-sizing: border-box; font-size: 1.6rem;}
.js_selectbox ul li:hover{background: #444444;}
.js_selectbox ul li:hover a{color:#fff;}
.js_selectbox.on .select:after{transform: rotate(180deg);}

/* market */
.market_article_list_wrap{padding-bottom: 5rem; margin-bottom: 8rem; border-bottom: 3px double #000; box-sizing: border-box;}
.market_article_list_wrap ul li.news_item{ display: flex; align-items: center; margin-bottom: 2rem;}
.market_article_list_wrap ul li.news_item:last-child{margin-bottom: 0;}
.market_article_list_wrap ul li.news_item .thumb{float: left; flex-shrink: 0; position: relative; overflow: hidden; width: 27rem; height: 17rem;}
.market_article_list_wrap ul li.news_item .thumb img{height: 100%;position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.market_article_list_wrap ul li.news_item .thumb:after{clear: both; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #000; opacity: 0.1; box-sizing: border-box;}
.market_article_list_wrap ul li.news_item .text_area{float: right; padding-left: 3.2rem; box-sizing: border-box;}
.market_article_list_wrap ul li.news_item .text_area .label{display: inline-block; margin-bottom: 1rem; padding: 0 1rem; height: 2.5rem; box-sizing: border-box; line-height: 2.5rem; font-size: 1.4rem; text-align: center; background: #232f3c; color:#fff;}
.market_article_list_wrap ul li.news_item .text_area .tit{position: relative; margin-bottom: 7px; height: 3rem; font-size: 2rem; line-height: 3rem; letter-spacing: -1.5px;-webkit-line-clamp: 1;}
.market_article_list_wrap ul li.news_item .text_area .lead{margin-bottom: 1rem; height: 42px;font-size: 1.5rem;font-weight: 400;line-height: 2.1rem;color: #888;letter-spacing: -0.45px;}
.market_article_list_wrap ul li.news_item .text_area .desc{margin-bottom: 1rem; font-size: 1.5rem;font-weight: 400;line-height: 2.1rem;color: #888;letter-spacing: -0.45px;-webkit-line-clamp: 2;}
.market_article_list_wrap ul li.news_item .text_area .date{display: flex;}
.market_article_list_wrap ul li.news_item .text_area .date li{position: relative; display: block; margin-right: 1.4rem; font-size: 1.4rem; color:#999999;}

.market_tabel_wrap .tab_button{display: flex; margin-bottom: 3rem;}
.market_tabel_wrap .tab_button li{width: 12.5rem; height: 5rem; border: 1px solid #dfdfdf; box-sizing: border-box;}
.market_tabel_wrap .tab_button li a{display: block; width: 100%; height: 100%; line-height: 4.8rem; text-align: center; color:#999; font-size: 1.5rem; letter-spacing: -1.125px; }
.market_tabel_wrap .tab_button li.on{border: 1px solid #232f3c; background: #232f3c;}
.market_tabel_wrap .tab_button li.on a{color:#fff;}

.market_table{position: relative;}
.market_table .p_txt{position: absolute; right: 0; top: -4.5rem; display: block; color:#666666; font-size: 1.3rem;}
.market_table table { width:100%; margin:10px 0 50px; }
.market_table table caption { display:none; }
.market_table table thead { background:#232f3c; }
.market_table table thead th { height:5rem; font-size:14px; color:#fff; font-weight: 400; border:1px solid #4f5963; }
.market_table table thead .tr1 th { border-top:none; }
.market_table table thead .tr1 th a:after { content:''; display:inline-block; margin-left: 5px; margin-bottom: -2px; width:1.1rem; height:1.4rem; background: url(../img/icon_table.png) 50% 50% / 1.1rem no-repeat; }
.market_table table thead .tr1 th a.up:after {background: url(../img/icon_table_up.png) 50% 50% / 1.1rem no-repeat;}
.market_table table thead .tr1 th a.down:after {background: url(../img/icon_table_down.png) 50% 50% / 1.1rem no-repeat;}
.market_table table thead .tr1 th:nth-child(1) { border-left:none; border-bottom:none; }
.market_table table thead .tr1 th:nth-child(1) a { color:#fff; }
.market_table table thead .tr1 th:nth-child(2) { border-bottom:none; }
.market_table table thead .tr1 th:nth-child(5) { border-bottom:none; }
.market_table table thead .tr2 th { border-bottom:none; }
.market_table table tbody tr td { height:7.4rem; font-size:14px; border:1px solid #dfdfdf; }
.market_table table tbody tr td:nth-child(2),.market_table table tbody tr td:nth-child(3),
.market_table table tbody tr td:nth-child(4),.market_table table tbody tr td:nth-child(5),
.market_table table tbody tr td:nth-child(6),.market_table table tbody tr td:nth-child(7) { font-family:Tahoma; letter-spacing:0; text-align:right; padding-right:15px; }
.market_table table tbody tr td:nth-child(1) { border-left:none; padding-left:20px; font-weight: 700;}
.market_table table tbody tr td:nth-child(7) { border-right:none; }
.market_table table tbody tr:nth-child(1) td { border-top:none; }
.market_table table tbody tr:last-child td { border-bottom:1px solid #cecece; }

.coin_table{position: relative;}
.coin_table .p_txt{position: absolute; right: 0; top: -4.5rem; display: block; color:#666666; font-size: 1.3rem;}
.coin_table table { width:100%; margin:10px 0 50px; }
.coin_table table caption { display:none; }
.coin_table table thead { background:#232f3c; }
.coin_table table thead th { height:5.4rem; font-size:14px; color:#fff; font-weight: 400; border:1px solid #4f5963; }
.coin_table table thead .tr1 th { border-top:none; }
.coin_table table thead .tr1 th a { color:#fff; }
.coin_table table thead .tr1 th a:after { content:''; display:inline-block; margin-left: 5px; margin-bottom: -2px; width:1.1rem; height:1.4rem; background: url(../img/icon_table.png) 50% 50% / 1.1rem no-repeat; }
.coin_table table thead .tr1 th a.up:after {background: url(../img/icon_table_up.png) 50% 50% / 1.1rem no-repeat;}
.coin_table table thead .tr1 th a.down:after {background: url(../img/icon_table_down.png) 50% 50% / 1.1rem no-repeat;}
.coin_table table thead .tr1 th:nth-of-type(1) a:after{display: none;}
.coin_table table thead .tr1 th:nth-of-type(1) { border-left:none; border-bottom:none; }
.coin_table table thead .tr1 th:nth-of-type(2) { border-bottom:none; }
.coin_table table thead .tr1 th:nth-of-type(5) { border-bottom:none; }
.coin_table table thead .tr2 th { border-bottom:none; }
.coin_table table tbody tr td { height:7.5rem; font-size:14px; border:1px solid #dfdfdf; }
.coin_table table tbody tr td:nth-of-type(2),
.coin_table table tbody tr td:nth-of-type(3),
.coin_table table tbody tr td:nth-of-type(4){ font-family:Tahoma; letter-spacing:0; text-align:right; padding-right:2rem; }
.coin_table table tbody tr td:nth-of-type(1) { border-left:none; padding-left:20px;}
.coin_table table tbody tr td:nth-of-type(7) { border-right:none; }
.coin_table table tbody tr:nth-of-type(1) td { border-top:none; }
.coin_table table tbody tr:last-of-type td { border-bottom:1px solid #cecece; }

.coin_table table tbody tr td .gab{text-align: right;}
.coin_table table tbody tr td .gab .change{display: inline-block; font-size: 1.4rem;}
.coin_table table tbody tr td .gab .rate{display: inline-block; margin-left: 1rem; font-size: 1.4rem;}
.coin_table table tbody tr td.red .price, .coin_table table tbody tr td.red .gab{color:#ff0000;}
.coin_table table tbody tr td.blue .price, .coin_table table tbody tr td.blue .gab{color:#0055ff;}
.coin_table table tbody tr td.red .gab .change:before{ display: inline-block; clear: both; content: ""; margin-right: 5px; width: 0px; height: 0px; border-top: none; border-bottom: 9px solid red; border-left: 7px solid transparent; border-right: 7px solid transparent; }
.coin_table table tbody tr td.blue .gab .change:before{display: inline-block; clear: both; content: ""; margin-right: 5px; width: 0px; height: 0px; border-bottom: none; border-top: 9px solid blue; border-left: 7px solid transparent; border-right: 7px solid transparent;}

.tab_contant{display: none;}
.tab_contant.on{display: block;}

.section_con_sitemap .inner { display: block; }
.section_con_sitemap .archive_loacation{display: flex; align-items: center; height: 10rem; border-top: 1px solid #cccccc;}
.section_con_sitemap .archive_loacation li{position: relative; margin-left: 3rem;}
.section_con_sitemap .archive_loacation li:before{position: absolute; left: -1.9rem; top: 2px; display: block; clear: both; content: ""; width: 1rem; height: 1.6rem; background: url(https://image.ajunews.com/images/site/news/kr/img/site_map_arrow.png) no-repeat; background-size: 1rem;}
.section_con_sitemap .archive_loacation li:first-child{margin-left: 0;}
.section_con_sitemap .archive_loacation li:first-child:before{display: none;}
.section_con_sitemap .archive_loacation li a{display: block; font-size: 1.8rem; font-weight: 500; letter-spacing: -1.35px;}
.section_con_sitemap .archive_loacation li.refresh_btn{margin-left: 1.5rem; width: 2.3rem; height: 2.3rem; background: #fff url(https://image.ajunews.com/images/site/news/kr/img/icon_refresh.png) 50% 50% no-repeat; background-size: 1.4rem; border: 1px solid #999; border-radius: 1px;}
.section_con_sitemap .archive_loacation li.refresh_btn:before{display: none;}
.section_con_sitemap .archive_loacation li.refresh_btn a{display: block; width: 100%; height: 100%;}
.section_con_sitemap .archive_select_list ul{display: flex; margin-bottom: 5px; box-sizing: border-box; border-radius: 1rem}
.section_con_sitemap .archive_select_list ul:last-child{margin-bottom: 0;}
.section_con_sitemap .archive_select_list ul li{ width: 8.3333%; height: 6rem; border: 1px solid #ccc; border-right: none; box-sizing: border-box;}
.section_con_sitemap .archive_select_list ul li:first-child{border-radius: 7px 0 0 7px;}
.section_con_sitemap .archive_select_list ul li:last-child{border-right: 1px solid #ccc; border-radius: 0 7px 7px 0;}
.section_con_sitemap .archive_select_list ul li a{display: block; width: 100%; height: 100%; font-size: 1.4rem; line-height: 5.8rem; text-align: center;}
.section_con_sitemap .archive_select_list ul li.on{background: #111;}
.section_con_sitemap .archive_select_list ul li.on a{color: #fff; font-weight: 700;}
.section_con_sitemap .site_map_list ul{margin-top: 5rem;}
.section_con_sitemap .site_map_list ul li{ margin-bottom: 2rem; list-style:disc; margin-left:20px; font-size:1.9rem; vertical-align:middle;}
.section_con_sitemap .site_map_list ul li a{display: inline-block; font-size: 1.9rem; letter-spacing: -0.75px; line-height:30px; vertical-align: middle;}
.section_con_sitemap .site_map_list ul li .label{display: inline-block; margin-left: 1rem; padding: 0 1rem; height: 2.5rem; border: 1px solid #dfdfdf; font-size: 1.3rem; letter-spacing: -0.975px; line-height: 2.3rem; box-sizing: border-box;     vertical-align: text-top;}
.section_con_sitemap .site_map_list ul li:hover a{font-weight: 700;}
.section_con_sitemap .site_map_list ul li:hover .label{background: #333; border: 1px solid #333; color:#fff;}

.atc_ad_aside { width: 100%; margin-top: 70px; }
.atc_ad_aside.first { margin-top: 0; }
.atc_ad_aside .tit { display: block; font-size: 13px; color: #999; font-weight: 300; }
.atc_ad_aside .ad_lst { width: 100%; margin-bottom: 70px; }
.atc_ad_aside li { width: 100%; margin-top: 10px; }

.atc_ad_wing { position: relative; left: 0; top: 0; width: 1220px; margin:0 auto; z-index: 90; }
.atc_ad_wing .wing_left { position: absolute; left: -140px; top: 300px; width: 120px; height: 600px; }
.atc_ad_wing .wing_right { position: absolute; right: -140px; top: 300px; width: 120px; height: 600px; }

.atc_ad_view_hd { position: relative; width: 100%; text-align: center; margin: 0px 0 50px; }
.atc_ad_view_bottom { position: relative; width: 100%; }
.atc_ad_view_bottom.mtop { margin-top: 50px; }
.atc_ad_view_bottom.mbottom { margin-bottom: 50px; }
.atc_ad_view_bottom.bn_flex { display: flex; justify-content: space-between; }
.atc_ad_view_bottom .bn_left,
.atc_ad_view_bottom .bn_right { width: 50%; }

.btn_top { position: fixed; bottom: 0px; right: 50px; opacity: 0; width: 65px; height: 65px; box-sizing: border-box; border:1px solid #eee; border-radius: 50%; background:#fff url(../img/btn_top.png) center/50% no-repeat; box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; z-index: 99; }
.btn_top button { width: 100%; height: 100%; }
.btn_top.show { opacity: 1; bottom: 50px; transition: all 0.2s; }

.ai_wrap { position: fixed; display: flex; justify-content: flex-end; align-items: center; bottom: 0px; right: 125px; opacity: 0; width: 65px; height: 65px; box-sizing: border-box; border-radius: 33px; background:url(../img/bg_translation.png) center center no-repeat; box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; overflow: hidden; transition: all 0.2s; z-index: 99; }
.ai_wrap ul { display: flex; margin-right: 15px; opacity: 0; }
.ai_wrap ul li { width: 30px; height: 30px; }
.ai_wrap ul li + li { margin-left: 10px; }
.ai_wrap ul li a { display: block; width: 100%; height: 100%; }
.ai_wrap ul li.cn a { background:url(../img/ico_ai_cn.png) no-repeat; }
.ai_wrap ul li.en a { background:url(../img/ico_ai_en.png) no-repeat; }
.ai_wrap ul li.jp a { background:url(../img/ico_ai_jp.png) no-repeat; }
.ai_wrap ul li.vn a { background:url(../img/ico_ai_vn.png) no-repeat; }
.ai_wrap:hover { width:240px; background:url(../img/bg_translation_2.png) center center no-repeat; border-radius: 33px; transition: all 0.2s; }
.ai_wrap:hover ul { opacity: 1; transition: all 0.2s; }
.ai_wrap.show { opacity: 1; bottom: 50px; }

/* footer */
#footer { margin-top: 200px; }
.f_menu { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #ccc; }
.f_menu .lst { display: flex; width: 100%; justify-content: space-between; }
.f_menu .lst li a { display: block; width: 100%; height: 50px; line-height: 50px; }
.f_menu .lst li.rss a i { content: ''; background: url(../img/ico_rss.png) no-repeat; width: 15px; height: 15px; display: inline-block; margin-left: 5px; vertical-align: text-bottom; }
.f_menu .lst li.inec { align-content: center; }
.f_menu .lst li.inec a { display: block; width: 133px; height: 25px; background: url(../img/inec.png) no-repeat;  }
.f_menu .lst_m { display: none; }

.address_w { padding: 40px 0 30px; width: 100%; }
.address_w .f_logo { width: 120px; height: 26px; margin-right: 40px; flex-shrink: 0; background: url(../img/logo/logo.png) no-repeat; background-size: 100% auto; }
.address_w .address { flex-grow: 1; }
.address_w .address ul { width: 100%; display: flex; flex-wrap: wrap; }
.address_w .address ul li { position: relative; font-size: 14px; margin-bottom: 17px; }
.address_w .address ul li::after { content: ''; display: inline-block; width: 1px; height: 11px; background-color: #eaeff5; margin: 0 15px; } 
.address_w .address ul li:last-child::after { display: none; }
.address_w .address .info { display: block; }
.address_w .address .copyright { display: block; margin-top: 30px; }

/* vote */
.bn_ev_vote2025 { height: 200px; background:url('../img/ev/vote_bg_list.png') center no-repeat; }
.bn_ev_vote2025 .inner { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.bn_ev_vote2025 .title { width: 631px; height: 79px; background:url('../img/ev/vote_title_list.png') no-repeat; }
.bn_ev_vote2025 .dday { display: flex; align-items: center; flex-wrap: wrap; align-content: center; width: 162px; height: 94px; color: #fff; text-align: center; box-sizing: border-box; border:3px solid #fff; }
.bn_ev_vote2025 .dday span { width: 100%; font-size: 15px; font-weight: 300; }
.bn_ev_vote2025 .dday strong { width: 100%; font-family: 'Roboto'; font-size: 37px; margin-top: 6px; }
