/*# sourceURL=css/normal.css */
/* Last updated on 2025-05-22 */
/* header */
#header{position: fixed; width: 100%; left: 0; top: 0; z-index: 5; box-shadow: 5px 0 15px rgb(18 19 21 / 5%);}
#header * {transition: 0.3s;}
.hd_top{background: #fff;}
.hd_top_inner{padding-top: 18px; padding-bottom: 16px; overflow: hidden;display: flex; align-items: center; justify-content: space-between;}
.hd_logo{float: left; display: inline-block; vertical-align: middle;}
.hd_logo img {/*width: 300px;*/ width:auto; height:56px;}
.hd_btn_wrap{float: right; margin-top: 6px;}
.hd_lang_box{padding: 0 6px;border: 1px solid #ddd;border-radius: 20px;font-size: 0;box-sizing: border-box;}
.hd_lang{position: relative;display: inline-block;padding: 0 17px;font-size: 16px;font-weight: 400;color: #bbb;line-height: 35px;}
.hd_lang:hover, .hd_lang.active{color: #333333; font-weight:500}
.hd_lang:after{position: absolute; content:""; width: 1px; height: 12px; background: #ddd; right: 0; top: 50%; transform: translateY(-50%);}
.hd_lang:last-child:after{display: none;}
.hd_link_box{margin-left: 6px;}
.hd_link{display: inline-block;padding: 0 25px;line-height: 35px;background: #155CD6;border-radius: 20px;box-sizing: border-box;}
.hd_link > img{margin-right: 11px;margin-bottom: 0;}
#header .hd_link > p{color: #fff; margin-bottom:0;}
.m_menu{display: none; margin-left: 20px; cursor: pointer;}
.hd_bt{background: #383838;box-sizing: border-box;border-top: 1px solid #e5e5e5;}
.nav{text-align: center;margin: 0;display: flex;justify-content: flex-start;align-items: center; padding: 20px 0 20px 40px; height: 80px; flex: 1; gap: 46px;}
.nav.en-nav {gap: 36px;}

/* K-BDS 상단헤더 스타일 추가 250521 */
#header .hd-top {color: #fff;}
.hd-top * {transition: none;}
.hd-top-inner {position: relative; height: 48px; display: flex; align-items: center; justify-content: space-between;}
.hd-top-inner::before {content: ''; display: block; position: absolute; left: 50%; top: 0; width: 1000%; height: 100%; background-color: #263655; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: -1;}
.hd-left-wrap a:hover {color: #fff; text-decoration: underline;}
.hd-btn-wrap a:hover {color: #A8AFBB; text-decoration: underline;}
.hd-left-wrap {display: flex; align-items: center; margin-left: 4px;}
.hd-left-wrap .logo-kbds img {height: 16px;}
.hd-top-menu {display: flex; align-items: center; padding: 0 15px;}
.hd-top-menu li {padding: 0 14px;}
.hd-top-menu li a {font-weight: 400;}
.hd-btn-wrap {display: flex; align-items: center;}
.hd-btn-box {display: flex; align-items: center;}
.hd-btn-box a {color: #A8AFBB; font-size: 14px; line-height: 17px; padding: 3px 0 2px;}
.hd-btn-box a.hd-lang {position: relative; display: inline-block; padding-left: 28px; background: url(../img/ic_lang.svg) no-repeat left center; background-size: 22px;}
.hd-btn-box a.hd-lang::after {content: ''; display: inline-block; vertical-align: middle; position: relative; top: -1px; width: 1px; height: 10px; margin: 0 10px; background: #ffffff99;}
#header .top-menu {display: flex; align-items: center; transition: none;}
.top-menu .hd-logo {display: inline-block;}
.top-menu .hd-logo img { width: auto; height: 40px;}
.top-menu .nav {margin-left: 40px;}
.m_btn_wrap.hd-btn-wrap {margin: 30px 8px 0;}
.m_btn_wrap.hd-btn-wrap .hd-btn-box a {text-align: center; color: #444;}
.m_btn_wrap.hd-btn-wrap .hd-btn-box a.hd-lang {background: url(../img/ic_lang_gray.svg) no-repeat left center; background-size: 22px;}
.m_btn_wrap.hd-btn-wrap .hd-btn-box a.hd-lang::after {background: #666;}
.hd-bt{background: #383838;box-sizing: border-box;}


#top_menu .nav_item {display:inline-block; position:relative;}
#top_menu .nav_item > a {position: relative; display: flex;font-size: 17px;font-weight: 500;color: #fff;line-height: 1.2;padding: 0;align-items: center; position: relative;}
#top_menu .nav.en-nav .nav_item > a {font-size: 16px;}

#top_menu .nav_item a::before {content: ''; display: block; position: absolute; left: 50%; bottom: -2px; width: 0; height: 2px; background: #2BBDD1; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .3s; transition: all .3s;}
#top_menu .nav_item.on a::before, #top_menu .nav_item a:hover::before {width: 100%;}

.m_lnb_bg{display: none; position: fixed; top: 0; right: 0; z-index: 800;width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); overflow: hidden;}
.m_lnb_wr{position: fixed; top: 0; right: -100%; z-index: 800; width: 300px; max-width: 95%; height: 100%; background: #fff; text-align: left; transition: 0.5s;}
.m_lnb_wr.on{right: 0; overflow-y: auto;}
.m_lnb_top{text-align: right; padding: 20px; line-height: 1; overflow: hidden;}
.m_close_btn{display: inline-block; cursor: pointer;}
.m_close_icon{display: block;}
.m_btn_wrap.hd_btn_wrap{float: none; display: none; margin-top: 15px; text-align: center;}
.m_btn_wrap .hd_lang_box{width: 50%;}
.m_btn_wrap .hd_lang{padding: 0 7px; line-height: 38px;}
.m_btn_wrap .hd_link_box{width: 48%; margin-left: 2%;}
.m_btn_wrap .hd_link{padding: 0 15px; width: 100%; text-align: center;}
.m_btn_wrap .hd_link > img{margin-right: 7px;}
.m_lnb{padding-left: 30px;}
.m_lnb_ul li{padding: 12px 0;}
.m_lnb_ul li a{display: block; font-size: 20px; font-weight: 400; color: #111;}

/* footer */
#footer p{margin-bottom:0;}
#footer ul{margin-bottom:0;}
.ft_top{background: #383838;}
.ft_link_box_wrap{margin: 0 -28px;}
.ft_link_box{position: relative; padding: 15px 28px; font-size: 0;}
.ft_link_box_01:after{content:""; width: 1px; height: 25px; background: rgba(255,255,255,0.3); position: absolute; right: -1px; top: 50%; transform: translateY(-50%);}
.ft_link_tit{width: 115px;}
.ft_link_tit > p{font-size: 16px; font-weight: 400; color: #999;}
.ft_link_row{font-size: 0; width: calc(100% - 115px);}
.ft_link_item{margin-right: 34px;}
.ft_link_item:last-child{margin-right: 0;}
.ft_link{display: block;}
.ft_link img{margin-right: 10px;}
.ft_link p{font-size: 16px; font-weight: 400; color: #fff;}

.ft_bt{}
.ft_bt_inner{position: relative; padding-top: 30px; padding-bottom: 30px;}
.ft_btn_wrap{position: absolute; right: 0; top: 42px; margin: -11px;}
.ft_btn{padding: 11px;}
.ft_btn > a{font-size: 16px; font-weight: 400; color: #111;}
.ft_logo_wrap{margin-bottom: 18px;}
.ft_logo{}
.ft_info_wrap{}
.ft_info_row{margin-bottom: 5px;}
.ft_info_item{margin-right: 20px; font-size: 0;}
.ft_info_item > *{font-size: 16px; font-weight: 400; display: inline-block; vertical-align: middle;}
.ft_info_tit{ margin-right: 3px; font-weight:500;}
.ft_info_txt{color: #767676;}
.ft_info_copy{font-size: 16px; font-weight: 400; color: #767676;}
.ft_select_wrap{width: 240px; position: absolute; right: 0; bottom: 30px;}
.ft_select_wrap select{font-size: 14px;}

#btn_top{display: none; position: fixed; width: 61px; height: 61px; border-radius: 50%; background: #333333; line-height: 61px; right: 45px; bottom: 80px; border: none; z-index: 5;}

/* common */
.contents{padding-top: 170px; margin-bottom: 100px;}
.kbds-header + .contents {padding-top: 128px;}
.section{padding-top: 60px;}
#main .scetion {padding-top:60px;}
.sub .section{padding-top: 50px;}
.section:first-child{padding-top: 0;}
.sub .section:first-child{padding-top: 50px;}
.sub #seq_more {padding-bottom: 50px;}

.title_wrap{position: relative; margin-bottom: 28px;}
.title_wrap:before{position: absolute; content:""; width: 3px; height: 40px; background: #e6231d; left: 0; top: 50%; transform: translateY(-50%);}

#main .title_wrap {margin-bottom:22px;}
#main .title_wrap:before {display:none;}
#main .title_wrap h1{font-size: 24px; font-weight: 700; color: #111; padding:0;}
#main .title_wrap p{font-size: 18px; font-weight: 400; line-height: 1.75; margin-top: 10px; padding-left: 28px;}

.sub .title_wrap {margin-bottom:22px;}
.sub .title_wrap h1{font-size: 40px; font-weight: 700; color: #111; padding-left: 24px;}
.sub .title_wrap p{font-size: 18px; font-weight: 400; line-height: 1.75; margin-top: 10px; padding-left: 28px;}


.gray_txt_wrap{padding: 25px 28px 23px; background: #F7F8FA; border-radius: 10px; margin-bottom: 50px;}
.gray_txt_wrap > p{font-size: 16px; color: #767676; line-height: 1.75;}
.gray_txt_wrap > p b{font-weight: 500;}
.gray_txt_wrap > p.red{color: #e6231d;}
.gray_txt_tit{border-bottom: 1px solid #ddd;}
.gray_txt_tit p{font-size: 32px; font-weight: 700; color: #111; padding-bottom: 17px;}
.gray_txt_con{padding-top: 15px; padding-bottom: 5px;}
.gray_txt_con > ul > li{position: relative; margin-top: 10px; padding-left: 10px;}
.gray_txt_con > ul > li:before{content:""; width: 2px; height: 2px; border-radius: 50%; background: #767676; position: absolute; left: 0; top: 10px;}
.gray_txt_con > ul > li > p{font-size: 16px; font-weight: 400; color: #767676;}

.gray_line_sm_wrap ~ .gray_line_sm_wrap{margin-top: 28px;}
.gray_line_sm_row.i-col-3{margin: -3.5px;}
.gray_line_sm_row.i-col-3 .gray_line_sm_item{padding: 3.5px;}
.gray_line_sm_row.i-col-2{margin: -3.5px;}
.gray_line_sm_row.i-col-2 .gray_line_sm_item{padding: 3.5px;}
.gray_line_sm_tit{font-size: 22px !important; font-weight: 500; color: #111; margin-bottom: 7px;}
.gray_line_sm_box{width: 100%; min-height: 600px; border-radius: 10px; border: 1px solid #ddd; overflow: hidden;}
.gray_line_sm_box.no_mh{min-height:auto;}
.gray_line_sm_box.mh500{min-height:500px;}

.editor_wrap{width: 100%; border-radius: 10px; border: 1px solid #ddd; min-height: 300px;}

.tab_wrap{margin-bottom: 30px;}
.tab_item{text-align: center; border-bottom: 1px solid #ddd; position: relative; cursor: pointer;}
.tab_item:after{display: none; content:""; width: 100%; height: 3px; background: #155CD6; position: absolute; bottom: -1px; left: 0;}
.tab{display: block; font-size: 18px; font-weight: 400; color: #999; padding-bottom: 20px;}
.tab_item.active:after{display: block;}
.tab_item.active .tab{font-weight: 500; color: #155CD6;}
.tab_content{display: none;}
.tab_content.active{display: block;}

.tbl_top_wrap{overflow: hidden; margin-bottom: 15px; display: flex; justify-content: space-between;}
.tbl_sort_wrap{width: 240px;}
.tbl_sort_wrap label{width: 100%;}
.tbl_sch_wrap{width: 400px; max-width: 100%; display: flex; gap: 10px;}
.tbl_sch_wrap label {width: 100%;}
.tbl_sch_wrap #downloadButton {font-weight: 400; position: relative; height: 40px; font-size: 16px; width: auto;  border-radius: 5px; background: url(./img/icon_down_bk.png) no-repeat center right 20px; border: 1px solid #dddddd; padding: 0 54px 0 20px;}
.tbl_sch_wrap #downloadButton:hover {border: 1px solid #174ea6; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); color: #174ea6; background: url(./img/icon_down_blue.png) no-repeat center right 20px;}
.tbl_download_wrap{float: right;}
#downloadButton_type {min-width: 204px; font-weight: 400; position: relative; height: 64px; font-size: 16px; width: auto; border-radius: 10px; background: url(../img/icon_down_bk.png) no-repeat center right 20px; border: 1px solid #dddddd; padding: 8px 54px 8px 20px;}
#downloadButton_type:hover {border: 1px solid #174ea6; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); color: #174ea6; background: url(../img/icon_down_blue.png) no-repeat center right 20px;}
.downloadbtn {min-width: 204px; font-weight: 400; position: relative; height: 64px; font-size: 16px; width: auto; border-radius: 10px; background: url(../img/icon_down_bk.png) no-repeat center right 20px; border: 1px solid #dddddd; padding: 8px 54px 8px 20px;}
.downloadbtn:hover {border: 1px solid #174ea6; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); color: #174ea6; background: url(../img/icon_down_blue.png) no-repeat center right 20px;}
.search-wrap .downloadbtn {min-width: unset; font-weight: 400; position: relative; height: 40px; font-size: 16px; width: auto; border-radius: 5px; background: url(../img/icon_down_bk.png) no-repeat center right 20px; border: 1px solid #dddddd; padding: 0 54px 0 20px;}

.tbl_type_01{overflow-x:auto; padding:0 0 4px 0;}
.tbl_type_01 table{width: 100%; border-top: 1px solid #111;}
.tbl_type_01 th{font-size: 16px; font-weight: 400; color: #111; text-align: center; padding: 0 20px;}
.tbl_type_01 th.sort_both{background: url("../img/icon_sort_both.png") no-repeat center right 10px;}
.tbl_type_01 th.sort_asc{background: url("../img/icon_sort_asc.png") no-repeat center right 10px;}
.tbl_type_01 th.sort_desc{background: url("../img/icon_sort_desc.png") no-repeat center right 10px;}
.tbl_type_01 th.sort_none{}
.tbl_type_01 tr{border-bottom: 1px solid #ddd; height: 55px;}
.tbl_type_01 thead tr{background: #fbfbfb;}
.tbl_type_01 tbody tr:nth-child(2n){background: #fbfbfb;}
.tbl_type_01 td{font-size: 16px; font-weight: 300; color: #666; text-align: center; padding: 3px 20px;}

.tbl_type_02 ul {border-top: 1px solid #111;}
.tbl_type_02 ul > li {width: 100%; border-bottom: 1px solid #ddd;}
.tbl_type_02 .tbl_row{font-size: 0; padding: 20px 33px 22px 25px; background: #fff;}
.tbl_type_02 .tbl_row .loading {text-align: center !important; margin:0 auto !important; font-size:16px !important;}
.tbl_type_02 ul > li:nth-of-type(odd) .tbl_row {background: #fbfbfb;}
.tbl_type_02 .tbl_row > *{display: inline-block; vertical-align: middle;}
.tbl_type_02 .tbl_txt_wrap{width: calc(100% - 160px);}
.tbl_type_02 .tbl_name {font-size: 18px; font-weight: 400; color: #111;}
.tbl_type_02 .tbl_source {font-size: 16px; font-weight: 400; color: #767676; padding-top: 10px; padding-bottom: 5px;}
.tbl_type_02 .tbl_info{font-size: 0;}
.tbl_type_02 .tbl_info span{position: relative; font-size: 16px; font-weight: 400;}
.tbl_type_02 .tbl_info span:after{content: '/'; color: #767676; padding: 0 5px;}
.tbl_type_02 .tbl_info .doi {color: #767676;}
.tbl_type_02 .tbl_info .writer,
.tbl_type_02 .tbl_info .pmid {color: #25b6a0;}
.tbl_type_02 .tbl_info .year,
.tbl_type_02 .tbl_info .month, .tbl_info .day {color: #405aa8;}
/* .tbl_type_02 .loading . */
/* .tbl_type_02 .tbl_btn_wrap{width: 160px;} */
.tbl_type_02 .tbl_btn{width: 100%; display: none;}
.tbl_type_02 .tbl_btn p{margin-right: 18px;}
.tbl_type_02 .tbl_row:hover{background: #f5f5f5 !important;}
.tbl_type_02 .tbl_row:hover .tbl_btn{display: block;}

.tbl_type_03 ul{border-top: 1px solid #111;}
.tbl_type_03 ul > li {width: 100%; border-bottom: 1px solid #ddd;}
.tbl_type_03 .tbl_row{display: table; width: 100%; font-size: 0; padding: 20px 10px; background: #fff;}
.tbl_type_03 .tbl_row > *{display: table-cell; vertical-align: top;}
.tbl_type_03 .tbl_img_wrap{width: 240px;}
.tbl_type_03 .tbl_img{display: block; width: 100%; border-radius: 5px; border: 1px solid #ddd; overflow: hidden;}
.tbl_type_03 .tbl_txt_wrap{width: calc(100% - 450px); padding: 0 20px;}
.tbl_type_03 .tbl_name{display: block; font-size: 20px; font-weight: 600; color: #111; margin-top: 8px;}
.tbl_type_03 .tbl_info{font-size: 16px; font-weight: 400; color: #767676; line-height: 1.75; margin-top: 10px;}
.tbl_type_03 .tbl_btn_wrap{width: 210px; padding: 0 25px; vertical-align: middle;}
.tbl_type_03 .tbl_btn{width: 100%; display: none;}
.tbl_type_03 .tbl_btn p{margin-right: 20px;}
.tbl_type_03 .tbl_row:hover{background: #f5f5f5 !important;}
.tbl_type_03 .tbl_row:hover .tbl_btn{display: block;}

.tbl_bt_wrap{margin-top: 20px; overflow: hidden;}
.tbl_cnt_wrap{font-size: 0; float: left; display: flex; align-items: center; height: 50px;}
.tbl_cnt_wrap p{display: inline-block; vertical-align: middle; font-size: 15px; font-weight: 400; color: #222;}
.tbl_cnt_wrap p.tbl_cnt_slash{color: #999; padding: 0 3px;}
.tbl_cnt_wrap p.tbl_cnt_txt{font-size: 16px; line-height: 18px;margin-left:3px;}
.tbl_down_wrap{float: right;}
.tbl_paging_wrap{font-size: 0; text-align: center; position: absolute; left: 50%; transform: translateX(-50%);}
.tbl_paging{display: inline-block; vertical-align: middle; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #ddd; font-size: 16px; font-weight: 400; color: #999; text-align: center; line-height:50px; margin: 0 1px; cursor: pointer;}
.tbl_paging_arr.prev{background: #fbfbfb url("../img/icon_paing_prev.png") no-repeat center center; cursor: pointer;}
.tbl_paging_arr.next{background: #fbfbfb url("../img/icon_paing_next.png") no-repeat center center; cursor: pointer; }
.tbl_paging_num.current{border: 1px solid #174a9b;color: #174a9b;font-weight: 400;cursor: pointer;}

.tbl_paging.first,
.tbl_paging.previous,
.tbl_paging.next,
.tbl_paging.last {line-height:46px;}


.btn_more{display: inline-block; vertical-align: middle; font-size: 0; position: relative; z-index: 1;}
.btn_more > *{display: inline-block; vertical-align: middle;}
.btn_more p{font-size: 16px; font-weight: 400; color: #fff; margin-right: 13px;}

.btn_down{display: inline-block; line-height: 50px; padding: 0 22px; background: #174a9b; border-radius: 10px; text-align: center;}
.btn_down > *{display: inline-block; vertical-align: middle;}
.btn_down p{font-size: 14px; font-weight: 400; color: #fff; margin-right: 15px;}


/* sub */
#sub_vs{background: url("../img/sub_vs_n.jpg") no-repeat center center/cover; height:160px; align-items: center; display:flex;}
.sub_vs_box{text-align:center;}
.sub_vs_tit{font-size: 36px; font-weight: 500; letter-spacing: 0;}


/* main */
#main{}

#main_vs{background: url("../img/topvisualimg2.jpg") no-repeat center/cover; height:260px; align-items: center; display:flex; background-size: 280%;}
.main_vs_box{/* padding-top: 74px; padding-bottom: 70px; */ text-align:center; width:90%; margin:0 auto;}
.main_vs_tit{font-size: 42px; font-weight: bold; margin-bottom: 15px; text-shadow: 0 0 6px rgba(0, 0, 0, .16);}
.main_vs_txt{font-size: 16px; font-weight: normal; line-height: 1.6;}

/* #main_covid{background: #F2F4F8; padding-bottom: 90px;} */
/* .gray_box, .odometer.odometer-auto-theme, .odometer.odometer-theme-default, .odometer.odometer-auto-theme, .odometer.odometer-theme-default, .odometer-inside, .gray_tit span {font-family:'Noto Sans KR', sans-serif !important;} */
.gray_box_wrap{margin-bottom:60px; font-family:'Noto Sans KR', sans-serif !important;}
.gray_box_row{display: grid; align-items: center; gap: 15px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.gray_box_item{width: 100%;}
.gray_box_row .gray_box_item:first-child {padding-left: 0;}
.gray_box_row .gray_box_item:last-child {padding-right: 0;}
.gray_box{padding: 26px 6px; text-align: center; background: #F7F8FA; border: 1px solid #ddd; border-radius: 10px;}
.gray_tit{position: relative; font-size: 30px; font-weight: 500; padding-bottom: 12px; color: #155CD6;}
.gray_tit:after{position: absolute; content:""; width: 5px; height: 5px; border-radius: 50%; background: #ccc; left: 50%; bottom: 0; margin-left: -2.5px;}
.gray_txt{font-size: 18px; font-weight: 700; margin-top: 11px; color: #333;}
.map{/* margin-top: 60px; */ text-align: center; border-radius: 24px; background: #ffffff;}
.map .visualization { border-radius: 24px;}
#main .map {border: 1px solid #ddd;}

#main_data{background: linear-gradient(180deg, #fafafa 60%, #fff 40%);}
.data_box_wrap{background: url("../img/main_bg_data.jpg") no-repeat center center/cover; border-radius: 50px; padding: 75px 72px 78px 80px;}
.data_box_wrap > div{vertical-align: top;}
.data_box_tit{width: 400px;}
.data_box_tit .title_wrap{padding-right: 30px;}
.data_box_tit .title_wrap > *{color: #fff;}
.data_box_tit .title_wrap:before{height: 100%;}
.data_box_con{width: calc(100% - 400px);}
.data_wrap{}
.data_wrap ~ .data_wrap{margin-top: 50px;}
.data_tit{font-size: 22px; font-weight: 500; margin-bottom: 15px;}
.data_row{margin: -3.5px;}
.data_item{padding: 3.5px;}
.data_inner{border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); text-align: center; padding: 26px 5px 22px;}
.data_in_flag{margin-bottom: 12px;}
.data_inner > p{color: #fff;}
.data_in_country{font-size: 16px; font-weight: 400; margin-bottom: 5px;}
.data_in_count{font-size: 18px; font-weight: 500;}

/* #main_covid .visualization {padding: 20px;} */

#main_virus{}
.gray_line_wrap{width: 100%; max-width: 100%; text-align: center; padding: 36px 30px; border: 1px solid #ddd; border-radius: 24px;}

#main_board{}
.main_board_wrap{margin: -40px;}
.main_board_wrap > div{padding: 40px;}
.main_news_box{width: 960px;}
.main_news{background: url("../img/main_bg_news.jpg") no-repeat center center/cover; border-radius: 50px; padding: 58px 80px 67px;}
.main_news *{color: #fff;}
.main_news .title_wrap > *{color: #fff;}
.main_news_more{text-align: right; margin-top: -50px;}
.trans_box_row{margin: 36px -4px -4px;}
.trans_box_item{padding: 4px;}
.trans_box_item *{transition: 0.3s;}
.trans_box{position: relative; display: block; border: 1px solid rgba(255,255,255,0.2); border-radius: 10px; padding: 22px 60px 22px 26px;}
.trans_box:after{content:""; width: 23px; height: 23px; background: url("../img/icon_plus.png") no-repeat center center; position: absolute; right: 0; top: 50%; margin-top: -11px; transition: 0.3s; opacity: 0;}
.trans_box_subj{font-size: 18px; font-weight: 400; line-height: 26px; margin-bottom: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.trans_box_date{font-size: 16px; font-weight: 400;}

.trans_box:hover{border: 1px solid #155CD6; background: rgba(255,255,255,0.2); box-shadow: 10px 10px 20px rgba(0,0,0,0.1);}
.trans_box:hover:after{right: 27px; opacity: 1;}

.main_down_box{width: calc(100% - 960px);}
.main_down{}
.down_box_row{margin: 36px -4px -4px;}
.down_box_item{padding: 4px;}
.down_box{position: relative; display: block; padding: 20px 50px 20px 82px; border-radius: 10px; border: 1px solid #ddd; background: #fff; cursor: pointer;}
.down_box *{transition: 0.3s;}
.down_box:before{content:""; position: absolute; left: 24px; top: 50%; transform: translateY(-50%);}
.down_box_item_01 .down_box:before{
width: 37px; height: 33px;
background: url("../img/icon_diel_01.png") no-repeat center center;
}
.down_box_item_02 .down_box:before{
width: 37px; height: 37px;
background: url("../img/icon_diel_02.png") no-repeat center center;
}
.down_box_item_03 .down_box:before{
width: 31px; height: 35px;
background: url("../img/icon_diel_03.png") no-repeat center center;
}
.down_box:after{content:""; width: 21px; height: 16px; background: url("../img/icon_down_bk.png") no-repeat center center; position: absolute; right: 25px; top: 50%; margin-top: -8px; transition: 0.3s;}
.down_box > p{color: #111;}
.down_name{font-size: 18px !important; font-weight: 400; margin-bottom: 4px;}
.down_desc{font-size: 16px; font-weight: 400;}

.down_box:hover{border: 1px solid #174ea6; box-shadow: 10px 10px 20px rgba(0,0,0,0.1);}
.down_box:hover .down_name{color: #174ea6;}
.down_box:hover:after{background: url("../img/icon_down_blue.png") no-repeat center center;}

/* seq_search - 서열검색 */
#seq_submit {padding-top: 0;}
.seq_wr {border-top: 1px solid #111;}
.seq_con {text-align: right; display: inline-block; width: calc(100% - 228px); padding: 10px;}
.seq_box {border-bottom: 1px solid #ddd; font-size: 0;}
.seq_box .seq_tit {display: inline-block; width: 228px; background: #fbfbfb;  vertical-align: top; text-align: left; padding-left: 25px; height: 62px;}
.seq_box .seq_tit p {font-weight: 400; line-height: 62px; color: #111; font-size: 16px;}
.seq_box.file, .seq_box.text {width: 100%;}
.seq_box.file .upload_name {display: inline-block; height: 40px; padding: 0 20px; vertical-align: middle; border: 1px solid #dddddd; width: 85%; background: #f9f9f9; border-radius: 5px; outline: none; font-size: 16px;}
.seq_box.file label {display: inline-block; width: calc(15% - 10px); font-size: 16px; color: #fff; border: 1px solid #222; vertical-align: middle; background-color: #222; border-radius: 5px; cursor: pointer; height: 40px; line-height: 40px; text-align: center; margin-left: 10px; transition: all .2s;}
.seq_box.file label:hover {background: #fff; color: #222; border: 1px solid #222;}
.seq_box.file input[type="file"] {position: absolute; width: 0; height: 0; padding: 0; overflow: hidden; border: 0;}
.seq_box.text .seq_tit {height: 200px;}
.seq_box.text .seq_tit p {line-height: 200px;}
.text_wrap, .file_wrap {display: inline-block; width: calc(100% - 228px); padding: 10px;}
.seq_wr textarea {width: 100%; height:180px; border: 1px solid #ddd; border-radius: 5px; font-size: 16px; font-weight: 400; color: #767676; background: #fff; resize: none; padding: 20px; outline: none;}
#seq_submit .seq_btn {text-align: right; margin-top: 20px; font-size: 0;}
#seq_submit .seq_btn button {width: 144px; height: 40px; border-radius: 5px; border: none; color: #fff; font-size: 16px; font-weight: 400; margin-left: 5px;}
#seq_submit .seq_btn .btn_submit {background: #155CD6; transition: all .2s;}
#seq_submit .seq_btn .btn_submit:hover {background: #fff; color: #155CD6; border: 1px solid #155CD6;}
#seq_submit .seq_btn .btn_cancel {background: #333;}

/* seq_result - 서열결과 */
.seq_txt_wrap{padding-left: 40px; padding-right: 40px; margin-bottom: 30px;}

#protein_view {padding-top:80px;}
.red_title{font-size: 22px; font-weight: 500; color: #111; margin-bottom: 8px;}
.red_box_wrap{}
.red_box_bg{background: linear-gradient(75deg, #0E66FC, #04BF8A); border-radius: 10px 10px 0 0; padding: 18px 32px 16px;}
.red_box_bg p{font-size: 18px; font-weight: 400; color: #fff;}
.red_box_line{background: #fff; border: 1px solid #e6231d; border-top: none; padding: 20px 32px 18px;}
.red_box_line p{font-size: 16px; font-weight: 400; color: #111;}
.red_box_line p ~ p{margin-top: 8px;}
.red_box_more{/* border: 1px solid #ddd;*/ border-top: none; border-radius: 0 0 10px 10px; min-height: 300px;}

/* protein - 단백질 구조 */
.protein_tbl th{min-width: 120px;}
.msp-layout-expanded {z-index: 5;}

/* loading - 로딩 스타일 */
.loading_box{position: fixed;
width: 100%;
height: 100%;
background: #fff;
z-index: 99999;}
.loading{position: relative;}
.loading_wrap{
position: absolute;
left: 50%;
top: 50%;
text-align: center;
transform: translate(-50%, -50%);
}
.load {
display: inline-block;
position: relative;
width: 173px;
height: 173px;
text-align: center;
background: url("../img/loading.png") no-repeat center center;
}
.load div {
transform-origin: 86.5px 86.5px;
animation: load 3.1s linear infinite;
}
.load div:after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 6px;
border-radius: 50%;
background: #e6231d;
}
.load div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -3.1s;
}
.load div:nth-child(2) {
transform: rotate(11.25deg);
animation-delay: -3.0s;
}
.load div:nth-child(3) {
transform: rotate(22.5deg);
animation-delay: -2.9s;
}
.load div:nth-child(4) {
transform: rotate(33.75deg);
animation-delay: -2.8s;
}
.load div:nth-child(5) {
transform: rotate(45deg);
animation-delay: -2.7s;
}
.load div:nth-child(6) {
transform: rotate(56.25deg);
animation-delay: -2.6s;
}
.load div:nth-child(7) {
transform: rotate(67.5deg);
animation-delay: -2.5s;
}
.load div:nth-child(8) {
transform: rotate(78.75deg);
animation-delay: -2.4s;
}
.load div:nth-child(9) {
transform: rotate(90deg);
animation-delay: -2.3s;
}
.load div:nth-child(10) {
transform: rotate(101.25deg);
animation-delay: -2.2s;
}
.load div:nth-child(11) {
transform: rotate(112.5deg);
animation-delay: -2.1s;
}
.load div:nth-child(12) {
transform: rotate(123.75deg);
animation-delay: -2.0s;
}
.load div:nth-child(13) {
transform: rotate(135deg);
animation-delay: -1.9s;
}
.load div:nth-child(14) {
transform: rotate(146.25deg);
animation-delay: -1.8s;
}
.load div:nth-child(15) {
transform: rotate(157.5deg);
animation-delay: -1.7s;
}
.load div:nth-child(16) {
transform: rotate(168.75deg);
animation-delay: -1.6s;
}
.load div:nth-child(17) {
transform: rotate(180deg);
animation-delay: -1.5s;
}
.load div:nth-child(18) {
transform: rotate(191.25deg);
animation-delay: -1.4s;
}
.load div:nth-child(19) {
transform: rotate(202.5deg);
animation-delay: -1.3s;
}
.load div:nth-child(20) {
transform: rotate(213.75deg);
animation-delay: -1.2s;
}
.load div:nth-child(21) {
transform: rotate(225deg);
animation-delay: -1.1s;
}
.load div:nth-child(22) {
transform: rotate(236.25deg);
animation-delay: -1.0s;
}
.load div:nth-child(23) {
transform: rotate(247.5deg);
animation-delay: -0.9s;
}
.load div:nth-child(24) {
transform: rotate(258.75deg);
animation-delay: -0.8s;
}
.load div:nth-child(25) {
transform: rotate(270deg);
animation-delay: -0.7s;
}
.load div:nth-child(26) {
transform: rotate(281.25deg);
animation-delay: -0.6s;
}
.load div:nth-child(27) {
transform: rotate(292.5deg);
animation-delay: -0.5s;
}
.load div:nth-child(28) {
transform: rotate(303.75deg);
animation-delay: -0.4s;
}
.load div:nth-child(29) {
transform: rotate(315deg);
animation-delay: -0.3s;
}
.load div:nth-child(30) {
transform: rotate(326.25deg);
animation-delay: -0.2s;
}
.load div:nth-child(31) {
transform: rotate(337.5deg);
animation-delay: -0.1s;
}
.load div:nth-child(32) {
transform: rotate(348.75deg);
animation-delay: 0s;
}
@keyframes load {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}

.load_txt{font-size: 24px; font-weight: 400; color: #111; line-height: 1.55; text-align: center; margin-top: 70px;}


/* variation */
.img_box {position:relative;width:1200px;margin:0 auto;/* height:450px; */padding-right:0;padding-top:30px;}
.img_box > p {line-height:24px;}
.img_box .pbox {line-height:24px;margin-top:20px;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #ddd;}
.img_box .pbox > em {color:#f84f7e;}
#browser-frame{padding: 13px;background-color:#f1f3f4;border-radius: 5px;}
.track{display: flex;}
.track-title{width: 100px;float:left;text-align: right;padding: 0px 5px;font-weight: bold;color: #848484;font-size: 13px;display: table;}
.track-title span{vertical-align: middle;display: table-cell;}
.track-contents{width: calc(100% - 110px);float:left;background-color:#fff;display:flex;}
.canvas{width:100%;}
.snv-marker {stroke-width: 1;}
/* #browser-tooltip { position: absolute; padding: 15px; background: rgba(74,74,74,0.9); border-radius: 10px; box-shadow: 4px 4px 10px 1px #dfdfdf; color:#fff; font-size: 12px;} */
#browser-tooltip { position: absolute; padding: 15px; background: rgba(74,74,74,0.9); border-radius: 10px; box-shadow: 4px 4px 10px 1px #dfdfdf; color:#fff; font-size: 12px; width:450px}
.hidden{display:none;}
.gene-text{fill: #595959;font-size: 11px;font-weight: bold;}
.axis-text{fill: #000;font-size: 11px;}
.axis-scale {stroke-width: 1;shape-rendering: crispEdges;stroke: #000;fill: none;}
.scale{stroke-width: 1;shape-rendering: crispEdges;stroke: #ececec;fill: none;}
.dash-scale {stroke-dasharray: 4,2;}
.viewer-header {background-color: #dfdfdf;font-size: 13px;border-radius: 10px;padding: 5px 50px;margin-bottom: 10px;}
.viewer-header button {font-size: 12px;color: #fff;background-color: #6c757d;border-color: #6c757d;display: inline-block;font-weight: 400;text-align: center;vertical-align: middle;padding: 3px 10px;border-radius: .25rem;}
.guide-line{stroke:darkgray;stroke-width:1px; fill:none;}
.unit-label{ font-size: 12px; }
.guide-rect{fill:yellow; opacity: 0.2;}
.nucleotide-text { font-size: 13px; font-weight:bold; }
.nucleotide-A{fill: #3aa99f; color: #3aa99f;}
.nucleotide-T{fill: #c20037; color: #c20037;}
.nucleotide-G{fill: #efcf59; color: #efcf59;}
.nucleotide-C{fill: #1f6097; color: #1f6097;}




/* blast */
/* .loading {position:fixed;left:50%;top:50%;width:96px;height:96px;margin:-48px 0 0 -48px;padding:10px;z-index:9999;}
.loading div {position:absolute;left:0;right:0;top:0;bottom:0;width:10px;height:40px;margin:auto;background:#7763d8;animation:bar 1s infinite linear}
.loading div:nth-child(1) {left:-30px;animation-delay:-0.15s}
.loading div:nth-child(2) {animation-delay:0s}
.loading div:nth-child(3) {right:-30px;animation-delay:0.15s}
.loading p {font-size:0;}

.loading_bg {position:fixed;left:0;top:0;width:100%;height:100%;background:#fff;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);z-index:9998;}
.loading_bg:before {content:"고객님께서 요청하신 내용을 처리중입니다. 잠시만 기다려주세요.";display:block;position:absolute;left:50%;top:50%;z-index:1000;width:260px;height:50px;margin:50px 0 0 -130px;text-align:center;font-size:14px;color:#222;}

@keyframes bar {
0%, 50% {
transform: scaleY(1);
}
25% {
transform: scaleY(1.5);
}
}
*/
table {width:100% !important;}




/* protein structure */
.protein_con_wrap {height:1000px}
.protein_editor {height: calc(100% - 56px);}
.red_box_wrap {height:100%;}
#tt {height: 100%;}

#myViewer {
float: left;
width: 100%;
/* height: 950px; */
height: 100%;
position: relative;
}

.img_box {
position: relative;
width: 1200px;
margin: 0 auto; /* height:450px; */
padding-right: 0;
padding-top: 30px;
}

.img_box>p {
line-height: 24px;
}

.img_box .pbox {
line-height: 24px;
margin-top: 20px;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #ddd;
}

.img_box .pbox>em {
color: #f84f7e;
}

.ptit {
padding: 10px 10px;
background: #826ee3;
color: #fff;
}


/* DataTable notice */
table.dataTable tbody tr.notice{background-color:#25b6a012;}

/* DataTable loading indicator */
#loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; margin-left:250px; margin-top:250px; position: relative; top: 50%; left: 50%; margin-top: -50px; margin-left: -100px;background-color:none; background:none; z-index:9999999;}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* main map */
.map{position:relative;}
#country-chart{width: 90%; height :300px}
/* main modal */
.modal{display:none;justify-content:center;align-items:center;padding-top:30px;overflow:hidden;width:500px;height:400px;background:#fff;position:absolute;top:350px;z-index:1;margin: 0 50px 50px 50px;border-color:lightgray;border: 1px solid;border-radius: 15px;flex-direction: column;gap: 30px;}
.modal.left{left:0}
.modal.right{right:0}
.close-btn{width:30px;height:30px;background:none;position:absolute;top:10px;right:10px;}
.close-btn:before{content:"";width:30px;height:2px;background:#333;position:absolute;left:0;transform:rotate(45deg);}
.close-btn:after{content:"";width:30px;height:2px;background:#333;position:absolute;left:0;transform:rotate(-45deg);}
.subheader{font-size:20px}


/* 탭 20221031 */
.t_cont {display: none;}
.t_cont.active {display: block;}

.tab_default {margin: 0 0 34px 0; padding:0;}
.tab_default > .tab_list {display: flex; align-items:center; justify-content: flex-start; flex-wrap: wrap;}
.tab_default > .tab_list li {border-radius: 0;margin: 0 8px 8px 0;text-align: center;position: relative;cursor: pointer;}
.tab_default > .tab_list li.t_on {z-index: 1;}
.tab_default > .tab_list li .tab_tit {cursor: pointer;border-radius:150px;background: #F7F8FA;border:1px solid #dddfe1;position:relative;box-sizing: border-box;padding:6px 20px 7px 20px;display: block;margin:0;color: #999999;font-size:15px;font-weight: normal;}
.tab_default > .tab_list li.t_on .tab_tit {background: #155CD6;color: #ffffff;/* font-weight: 500; */border: 1px solid #155CD6;}
.tab_default > .tab_list li .tab_tit:hover {transition: all ease 0.1s 0s;color: #155CD6;border: 1px solid #155CD6;box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 10%);z-index: 4;background:#ffffff}
.tab_default > .tab_list li.t_on .tab_tit:hover {color:#ffffff;box-shadow: none;background: #155CD6;}

.tab_main {margin: 0 0 40px 0; padding:0;}
.tab_main > .tab_type02 {display: flex; align-items:flex-end; justify-content: flex-start; flex-wrap: wrap;}
.tab_main > .tab_type02 li {text-align: center; position: relative; cursor: pointer; margin-right: 0;}
.tab_main > .tab_type02 li::after{display: none; content:""; width: 100%; height: 2px; background: #155CD6; position: absolute; bottom: -1px; left: 0;}
.tab_main > .tab_type02 li.t_on {z-index: 1;}
.tab_main > .tab_type02 li .tab_tit {display: block; font-size: 18px; font-weight: 500; color: #999; padding: 0 16px 16px;}
.tab_main > .tab_type02 li.t_on .tab_tit {color: #155CD6;  font-weight: 600;}
.tab_main > .tab_type02 li.t_on::after {display: block; content:""; width: 100%; height: 2px; background: #155CD6; position: absolute; bottom: -1px; left: 0;}

.tab_select {display: none;}


/* 소개 20221031 */
/* .t_cont_wrap {border-top:1px solid #dedede;} */

.sub_cont_wrap .title_wrap:before{display:none; content:"";}
.sub_cont_wrap h2 {font-size:32px; color:#222222;margin-right:12px; letter-spacing: -1px;}
.sub_cont_wrap h3 {font-size:26px; color:#333333; margin-top:40px; margin-bottom:20px; letter-spacing: -1px;}
.sub_cont_wrap h4 {font-size:20px; color:#333333; margin-top:28px; margin-bottom:14px; position:relative; padding:0 0 0 12px; letter-spacing: -1px;}
.sub_cont_wrap h4::before {position: absolute; content: ""; width: 2px; height: 18px; background: #444444; left: 2px; top: 50%; transform: translateY(-50%);}
.sub_cont_wrap h5 {font-size:17px; color:#333333; margin:14px 0 10px 0; letter-spacing: -1px;}
.sub_cont_wrap h5::before {content: "";display: inline-block;width: 10px;height: 10px;border-radius: 50%;background: #ffffff;border: 2px solid #337ab7;vertical-align: top;margin: 5px 5px 0 0;}
.sub_cont_wrap p {line-height: 1.85; font-size:16px; word-break: keep-all;}

.sub_cont_wrap .modal h3 {font-size:20px; margin:0;color:#767676666 !important;}

.virus_title {display: flex; align-items: baseline; flex-wrap: wrap;/* padding-top:30px; */}
.virus_title .go_link {display: flex; align-items: center; justify-content: start; margin-top:10px; }
.virus_title .go_link a {font-weight:normal; display: flex;border-radius: 5px;border:1px solid #dddddd;padding: 8px 16px;background: #ffffff;align-items: center; font-size:14px; margin-right: 10px; letter-spacing: 0;}
.virus_title .go_link .data_go::before {content: '';display: inline-block;background: url("../img/icon_go_data.svg") no-repeat center center;width: 17px;height:20px;background-size: contain;margin-right: 8px;}
.virus_title .go_link .stat_go::before {content: '';display: inline-block;background: url("../img/icon_go_stat.svg") no-repeat center center;width: 17px;height:20px;background-size: contain;margin-right: 8px;}
.virus_title .go_link .variation_go::before {content: '';display: inline-block;background: url("../img/icon_go_variation.svg") no-repeat center center;width: 17px;height:20px;background-size: contain;margin-right: 8px;}

.virus_info .v_summery_box {padding: 24px 28px; background: #F7F8FA;  border-radius: 10px; margin-bottom:16px;}
.virus_info .v_summery_list {display: flex; justify-content: start; flex-wrap: wrap; line-height: 1.7;}
.virus_info .v_summery_list > li {display: flex;justify-content: start;align-items: center; font-size:15px; margin-bottom: 0.2rem;}
.virus_info .v_summery_list > li::after {display: block;content: '';width: 2px;height: 2px;border-radius: 4px;background: #444444;margin: 0 12px;}
.virus_info .v_summery_list > li:last-child {width:100%; margin-bottom: 0;}
.virus_info .v_summery_list > li:last-child::after, .virus_info .v_summery_list > li:nth-child(3)::after {display: none;}
.virus_info .v_summery_list > li > span:first-child {font-weight:500; color:#444444;}
.virus_info .v_summery_list > li > span:first-child::after {display: inline-block;content: '';height: 12px;width: 1px;background: #a5a5a5;margin: 0 8px;}

.virus_info .v_img_box { border:1px solid #dedede; border-radius: 10px; padding:28px 20px; text-align: center; margin:20px 0 16px 0;}

.v_img_box img {max-width:90% !important;}

.inner_ul {display: flex;}
.inner_ul li::after {content:','; padding:0 6px 0 3px;}
.inner_ul li:last-child::after{display: none;}
.inner_ul li span:first-child {font-weight: 400; color: #222222;}


/* .dynamics_wrap {display: flex; justify-content: space-between;}
.dynamics_wrap > div {width:49.5%}
.dynamics_wrap h4 {margin-top:0;} */

.dynamics_wrap {display: block; justify-content: space-between;}
.dynamics_wrap > div {width:100%}
.dynamics_wrap h4 {margin-top:24px;}
.dynamics_ul {font-size:16px; margin:0 0 0 16px;}
.dynamics_ul li {margin: 0 0 6px 0;line-height: 1.6;text-indent: -8px;}
.dynamics_ul li:before {content:'';  display: inline-block; width:3px; height:3px; border-radius: 5px; background:#767676666; vertical-align: middle; margin-right:5px; margin-top:-4px}

.mbtm15 {margin-bottom:15px;}

/* 데이터 20221031 */
.v_data_info_box {border-radius: 10px;background: url("../img/bg_data_info_n.png") no-repeat center center;background-size: cover;color:#ffffff;padding: 36px 40px;}
.v_data_title {display:flex; justify-content: start; flex-wrap: wrap; align-items: center;}
.v_data_info_box h2 {color:#ffffff;font-size:28px;font-weight: 500; margin-bottom: 12px; margin-right:12px;}
.v_data_info_box .intro_go {border-radius: 5px; border:1px solid #dddddd;padding: 7px 12px 6px 12px; font-size:14px;margin-bottom: 4px; display: flex; align-items: center;}
.v_data_info_box .intro_go::after {content: ''; display: inline-block; background: url("../img/icon_arr_right_n.svg")no-repeat right center; width:25px; height:12px; margin-left:8px;}
.v_data_info_box .intro_go:hover {color:#333333; background: #ffffff; transition: all ease 0.1s 0s;}
.v_data_info_box .intro_go:hover::after {background: url("../img/icon_arr_right_n_black.svg")no-repeat right center;}

.v_data_info_box .v_data_list {display: flex; justify-content: start; flex-wrap: wrap; line-height: 1.7;}
.v_data_info_box .v_data_list > li {display: flex;justify-content: start; align-items: center; font-size:15px;}
.v_data_info_box .v_data_list > li::after {display: block;content: '';width: 2px;height: 2px;border-radius: 4px;background: #ffffff;margin: 0 12px; opacity: 0.8;}
.v_data_info_box .v_data_list > li:last-child{width:100%;}
.v_data_info_box .v_data_list > li:last-child::after, .v_data_info_box .v_data_list > li:nth-child(3)::after  {display: none;}
.v_data_info_box .v_data_list > li > span:first-child {font-weight:500;}
.v_data_info_box .v_data_list > li > span:first-child::after {display: inline-block;content: '';height: 12px;width: 1px;background: #ffffff;margin: 0 8px; opacity: 0.6;}


.v_data_info_box .v_data_list .inner_ul li span:first-child {color: #ffffff;}

.v_data_down_box {margin: 0 0 30px 0;}
.v_data_down_box ul {display: flex; justify-content: space-between;}
.v_data_down_box ul li {width:33%;}



/* 메인 추가 20221104 */
.sunburst-wrap {/*margin-bottom: 76px;*/ display:flex; justify-content: space-between; gap: 30px;}
.sunburst-chart {overflow-x: auto; border-radius: 15px;background: linear-gradient(115deg, rgba(98, 145, 225, .08), rgba(4, 191, 138, .08));width:100%;padding:30px;box-sizing: border-box;}
.sunburst-chart .highcharts-container {border-radius: 10px;}

/* 통계 20221104 */
.t_cont_wrap .map {border: 1px solid #dddddd; margin-top: 20px;}

.map .highcharts-container {width:calc(100% - 40px) !important; margin:0 auto;}
.map .highcharts-root {width:100% !important; margin:0 auto;}

/* .highcharts-data-label tspan {stroke-width:0;fill: none; stroke: none;} */

.exception_cont > dl {margin-top:32px;/* border-top: 1px dashed #dedede; */}
.exception_cont > dl > dt {font-size:22px;font-weight:bold;color:#cd2b26;margin-bottom: 16px;/* margin-top: 24px; */position: relative;padding: 0;}
/* .exception_cont > dl > dt::before {content: '';display: block;position: absolute;left: 0;top: 50%;z-index: 1;border: 1px solid #222222;border-width: 0 3px 3px 0;margin-left: 0;padding: 5px;-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);} */

table.dataTable td.dataTables_empty {vertical-align:middle;}
table.dataTable.compact thead th,table.dataTable.compact thead td {padding: 0 18px !important;}
table.dataTable tbody th, table.dataTable tbody td {padding: 4px !important;}
table.dataTable thead th:last-child, table.dataTable tbody td:last-child  {width:160px !important;}
table.dataTable tbody td .link_red {word-break: break-word;}

.scroll_box {overflow-x:auto; padding:0 0 8px 0;}

/* 스크롤바 설정*/
.scroll::-webkit-scrollbar{ width: 12px; height:12px;}
/* 스크롤바 막대 설정*/
.scroll::-webkit-scrollbar-thumb{ height: 20%;background-color: #d0d0d0; border-radius: 10px; }
/* 스크롤바 뒷 배경 설정*/
.scroll::-webkit-scrollbar-track{/*background-color:#F6F6F6;*/ background-color:transparent;}

/* 스크롤바 설정*/
.tbl_type_01::-webkit-scrollbar{ width: 12px; height:12px;}
/* 스크롤바 막대 설정*/
.tbl_type_01::-webkit-scrollbar-thumb{ height: 20%;background-color: #d0d0d0; border-radius: 10px; }
/* 스크롤바 뒷 배경 설정*/
.tbl_type_01::-webkit-scrollbar-track{/*background-color:#F6F6F6;*/ background-color:transparent;}

/* .reference_ul li a {color: #1455bd;} */
.reference_ul li a:hover { text-decoration:underline; color: #1455bd;}

@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes fadeIn { /* Firefox */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeIn { /* Safari and Chrome */
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-o-keyframes fadeIn { /* Opera */
from {
opacity: 0;
}
to {
opacity: 1;
}
}


.layer-popup {position: absolute; top: 200px; left: 120px; z-index: 9999; width: 500px; background: #ffffff; padding: 0; border-radius:16px 16px 8px 8px; box-shadow: 12px 12px 24px #00000042; box-sizing: border-box;}
.layer-popup .pop_title {padding: 22px 20px 16px 20px; background: #3d4242; border-radius: 8px 8px 0 0; color: #ffffff; font-size:18px; font-weight: 500; letter-spacing: -1px; text-align: center;}
.layer-popup .pop_text {padding:28px; color: #222222; line-height: 1.6;border-right: 4px solid #f0f0f0; border-left: 4px solid #f0f0f0;box-sizing: border-box; font-size:15px;}
.layer-popup .pop_text > p {margin: 0 0 12px 0;}
.layer-popup .pop_text > ul > li {margin: 0 0 2px 0;}
.layer-popup .pop_text > ul li:last-child {margin:0;}
.layer-popup .pop_text > ul > li > ul {margin: 2px 0 0 20px;   text-indent: -7px;}
.layer-popup .pop_btn {display: flex; justify-content: space-between; border-radius: 0 0 20px 20px;}
.layer-popup .pop_btn > button {width:50%;padding: 12px 0; border-right: 1px solid #cccccc; background: #f0f0f0; color:#444444; }
.layer-popup .pop_btn > button:first-child {border-radius:0 0 0 8px;}
.layer-popup .pop_btn > button:last-child {border:none; border-radius:0 0 8px 0;}
.layer-popup .pop_btn .close:before {display:inline-block; content:''; margin:0 4px 0 0; background: url("../img/pop_close.svg")no-repeat center center; width:10px; height:10px;}

.loading-div {display: flex; justify-content: center; align-items: center; width: 100%; min-height: 700px; background: #fbfbfb; border-radius: 10px;}
.loading-div > img {max-width: 100%; max-height: 100%;}

#data_table #tab_01 .tbl_top_wrap .tbl_sort_wrap,
#data_table #tab_02 .tbl_top_wrap .tbl_sort_wrap {float:none; display:flex; justify-content: space-between; width: 100%; align-items: center;}
#data_table #tab_01 .search-wrap .tbl_sch_wrap,
#data_table #tab_02 .search-wrap .tbl_sch_wrap {float:none; width:100%;}

#data_table #tab_01 .tbl_top_wrap .select_wrap select,
#data_table #tab_02 .tbl_top_wrap .select_wrap select {width:240px;}

#data_table #tab_01 .tbl_top_wrap .select_wrap .tbl_download_wrap select,
#data_table #tab_02 .tbl_top_wrap .select_wrap .tbl_download_wrap select {width: auto; cursor: pointer;}

#data_table #tab_01 .tbl_top_wrap .select_wrap button,
#data_table #tab_02 .tbl_top_wrap .select_wrap button {width: 160px; text-align: left; font-weight: 400;position:relative;height: 42px;font-size: 15px;border-radius: 5px;background:none;border:1px solid  #dddddd;padding:0 50px 0 20px; line-height: 1; transition: .2s;}
#data_table #tab_01 .tbl_top_wrap .select_wrap button:after,
#data_table #tab_02 .tbl_top_wrap .select_wrap button:after {content:""; width: 21px; height: 16px; background: url("../img/icon_down_bk.png") no-repeat center center; position: absolute; right: 20px; top: 19px; margin-top: -8px; transition: 0.3s;}
#data_table #tab_01 .tbl_top_wrap .select_wrap button:hover,
#data_table #tab_02.tbl_top_wrap .select_wrap button:hover {border: 1px solid #222; color: #222;}
#data_table #tab_01 .tbl_top_wrap .select_wrap button:hover:after,
#data_table #tab_02 .tbl_top_wrap .select_wrap button:hover:after {background: url("../img/icon_down_bk.png") no-repeat center center;}

.tbl_download_wrap select,
#variation_table .tbl_top_wrap #downloadButton {font-weight: 300;position:relative;height: 42px;font-size: 16px;width: auto;border-radius: 5px;background:url("../img/icon_down_bk.png") no-repeat center right 20px;border:1px solid  #dddddd;padding:0 54px 0 20px;}
#variation_table .tbl_top_wrap #downloadButton {float: right;}
#variation_table .tbl_top_wrap #downloadButton:hover {border: 1px solid #174ea6; box-shadow: 0 1px 1px rgba(0,0,0,0.1);color: #174ea6; background: url("../img/icon_down_blue.png") no-repeat center right 20px;}

.brd-search {width:100%;margin-bottom:16px;background: #F4F5F9;border-radius: 10px; border: 1px solid #eef3f8;}
.brd-search .search-section {padding: 24px 40px;}
.search-section .search-item {display:flex; justify-content:center; align-items: center; margin-bottom:12px; flex-wrap:wrap;}
.search-section .last-feild {margin-bottom:0;}
.search-section .search-item .label-tit {font-size:16px; font-weight: 400; margin-right:14px; color: #111; width:110px; line-height: 1.2;}
.search-section .search-item > div {display:flex; justify-content: flex-start; align-items: center; margin-right:40px; border: none;}
.search-section .search-item > div > div {display:flex;justify-content: flex-start;align-items: center;width: calc(100% - 80px); flex: 1;}
.search-section .search-item > div:last-child {margin-right:0;}
.search-section .search-item > div {width: calc(50% - 24px); flex: 1;}
.search-section .search-item:last-child  > div{width: calc(100% - 24px);}
.search-section .search-item > div span {margin:0 6px;}
.search-section input[type="text"],
.search-section input[type="search"] {flex: 1; display: inline-block;vertical-align: middle;width: calc(100% - 80px);height: 40px;font-size: 16px;padding:0 12px;border: 1px solid #ddd;border-radius: 5px;}
.search-section input[type="text"]::placeholder,
.search-section input[type="search"]::placeholder {font-size: 16px; font-weight: 300; color: #CECECE;}
.search-section .datepicker {background: #ffffff url("../img/icon_day.svg") no-repeat calc(100% - 0.8rem) 52%/14px auto; background-size: 22px; padding-right:48px !important;}
.search-section .search-item > div > div.sch_box {margin:0 !important; width: calc(100% - 30px); border: none;}
.sch_btn02 {height: 40px; font-size: 16px; width:120px; border-radius: 5px; background: linear-gradient(to bottom, #1C90E9, #0077FF); border: none; color: #fff; font-weight:400; margin-left:10px;}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {border: 1px solid #dadada; border-radius: 4px; padding: 0 6px;}
.dataTables_wrapper .dataTables_processing {background:none !important;}

.paging_input > span {margin:0 2px;}
.paginate_input {padding: 0 12px; border: 1px solid #ddd; border-radius: 10px; min-width:86px; width:86px; height:48px; margin:0 2px;}

.info_text {font-size:15px; margin-top:10px;}
.info_text > span {font-weight:500;}

.b_result_seq_tit > p {font-weight: 400; color: #111;  font-size: 16px;}
.b_result_text_wrap {display:block;width: calc(100%);  margin-bottom:20px;}
.b_result_textarea {width: 100%; height: 140px; border: 1px solid #ddd; border-radius: 10px; font-size: 16px; font-weight: 400; color: #767676; background: #fff; resize: none; padding: 20px;outline: none;}
#seq_view #main_display {max-width:100%;}
.newresult .tbl_top_wrap {margin-top: 30px;}
.newresult .ic_reduce {width: 16px; height: 16px; background: url(../img/ic_reduce.svg) no-repeat; background-size: contain;}
.newresult .ic_expand {width: 16px; height: 16px; background: url(../img/ic_expand.svg) no-repeat; background-size: contain;}
.newresult .view-info {height: 26px; width: 60px; padding: 8px; display: flex; justify-content: space-between; align-items: center; border-radius: 4px; background: #fff; border: none;}
.newresult .ic_view {display: inline-block; width: 24px; height: 24px; background: url(../img/ic_view.svg) no-repeat; background-size: contain; margin-left: 12px;}
.newresult .dragbar {width: 80px; height: 2px; background: #e9e9e9; position: relative;}
/* .newresult .dragbar:after {position: absolute; content: ''; display: block; width: 1px; height: 12px; left: 50%; top: -4px; background: #e9e9e9;} */
.newresult .dragdot {position: absolute; left: 25px; top: -4.5px; width: 12px; height: 12px; background: #5848a8; border-radius: 20px;}
.tool-table-title {margin: 50px 0 32px;}
.tool-table-title h2 {color: #333;font-family: 'Pretendard', 'Noto Sans KR', sans-serif; font-size: 32px; font-weight: 400;}
.dataTables_scrollHead table {padding: 0 !important;}
.dataTables_scrollBody table {border-top: none !important;}
.dataTables_scroll input[type="checkbox"] {width: 20px; height: 20px; accent-color: #222; cursor: pointer;}
.tooltable .dataTables_scrollBody table tr:hover {background: #f8f8f8;}
.tooltable .dataTables_scrollBody table tr:hover td.sample-cell.sorting_1 {color: #826ee3; font-weight: 500; text-decoration: underline;}
.tooltable .dataTables_scrollBody table tr td.sample-cell.sorting_1:hover {cursor: pointer;}

/* Literature 연구논문 */
#paper_list_table {width:100%!important;display:block;}
#paper_list_table #kor_paper_list_table{width:100%!important;}
#paper_list_table thead {display:none;}
#paper_list_table tbody {display:block;}
#paper_list_table tbody tr {position:relative;display:block;width:100%;border-bottom:1px solid #ddd;padding:20px 33px 22px 25px;}
#paper_list_table tbody tr.notice {background-color:#25b6a012!important;}
#paper_list_table tbody tr:first-child {border-top:1px solid #111;}
#paper_list_table tbody tr:nth-child(odd) {background:#fbfbfb;}
#paper_list_table tbody tr:hover{background: rgb(245, 245, 245);}
#paper_list_table tbody tr td {max-width:100%;display:block;text-align:left;font-size:16px; padding: 0; line-height:1.4; letter-spacing: normal;}
#paper_list_table tbody tr td:nth-child(n+3):nth-child(-n+8){display:inline-block;}
#paper_list_table tbody tr td:nth-child(n+3):nth-child(-n+8):after {content: ""; display: inline-block; margin: 3px 0 3px 6px; width: 4px; height: 4px; border-radius: 4px; background: #bebebe;}
#paper_list_table tbody tr td:nth-child(1) {font-weight:500;line-height:20px;font-size:18px;color:#111;margin-bottom:4px;}
#paper_list_table tbody tr td:nth-child(2) {color:#767676; margin-bottom:4px; font-size: 15px;}
#paper_list_table tbody tr td:nth-child(3) {color:#767676; font-size: 15px;}
#paper_list_table tbody tr td:nth-child(4) {color:#767676; font-size: 15px;}
#paper_list_table tbody tr td:nth-child(5) {color:#155CD6; font-size: 15px;}
#paper_list_table tbody tr td:nth-child(6) {color:#155CD6; font-size: 15px;}
#paper_list_table tbody tr td:nth-child(7) {color:#155CD6; font-size: 15px;}
#paper_list_table tbody tr td:nth-child(8) {color:#155CD6; font-size: 15px;}
.tbl_type_02 .tbl_btn_wrap{position:absolute;top:calc(50% - 25px);right:30px;}
#paper_list_table tbody tr.tbl_row > td {padding: 4px 0 4px 4px !important;}
#paper_list_table tbody tr.tbl_row > td:last-child::after {display: none;}

@media (max-width:767px){
    .wrap{width:100%;}
    #paper_list_table tbody tr td{max-width:100%;}
}

/* Variation 변이정보 */
#variation_chart .gray_line_sm_wrap {overflow-x: auto;}
#variation_chart #chartTarget.gray_line_sm_wrap {overflow: hidden;}
#variation_chart .gray_line_sm_wrap #browser-frame {min-width: 800px;}

/* Statistics 통계 */
.tab_contents_wrap .gray_line_sm_row {display: flex; gap: 10px; flex-wrap: wrap;}
.tab_contents_wrap .gray_line_sm_row .gray_line_sm_item {padding: 0; width: calc((100% - 20px) / 3);}