@charset "utf-8";
/* ------------------------------------------------------
                      팜이데일리 STYLE
---------------------------------------------------------- */

.color_ffefd4 {
    color: #ffefd4;
}
.color_ff1d1c {
    color: #ff1d1c;
}
.color_cc1413 {
    color: #cc1413;
}
.colo_00ffc6 {
    color: #00ffc6;
}
.color_6a88a6 {
    color: #6a88a6;
}
.bg_f5f5f5 {
    background: #f5f5f5;
}

 /* 팜이데일리 공통 */
.pharm_wrap {
    position: relative;
    min-width: 1128px;
    height: auto;
    margin: 0 auto;
    letter-spacing: -1px;
    overflow-x: hidden;
}

/* 팜이데일리 헤더 */
header {
    position: relative;
    display: flex;
    column-gap: 50px;
    justify-content: space-between;
    width: 1128px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    background: #FFF;
}
header::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
}
header::after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
}
header > h1 > a > img {
    width: 332px;
    height: 57px;
}
.head_r_txt {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: end;
}
.head_r_txt > span {
    font-size: 11px;
    line-height: 20px;
    color: #333;
    text-align: right;
}
.head_r_sub {
    letter-spacing: -1px;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    text-align: right;
}
.head_r_sub > b {
    font-weight: 700;
}
.head_r_sub > span {
    color: #b5403e;
}
.head_r_sub > span > b{
    font-weight: 700;
}
.kiwoom_num {
    position: absolute; 
    right: 10px; 
    top: 10px; 
    font-size: 11px; 
    color:#999;
}

/* 팜이데일리 메인/탑 */
.pharm_t_main {
    position: relative;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    /* justify-content: center; */
    row-gap: 30px;
    width: 1128px;
    height: 780px;
    margin: 0 auto;
    background: #f9f2f4;
    padding: 235px 0;
}
.pharm_t_main::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f9f2f4;
}
.pharm_t_main::after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f9f2f4;
}
.pharm_t_main > figure {
    margin: 0;
    margin-top: 25px;
}
.pharm_t_tit {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.pharm_t_tit > b {
    font-size: 75px;
    font-family: 'NanumSquareNeo';
    line-height: 105px;
    font-weight: 700;
}
.pharm_t_tit > b > span {
    font-weight: 800;
}
.pharm_t_tit > span {
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -2px;
}
.pharm_t_tit > span > b {
    font-weight: 700;
}
.pharm_t_tit > figure {
    position: absolute;
    top: 188px;
    left: 208px;
    z-index: 1;
}

/* 팜이데일리 메인/탭 */
.container{
	width: auto;
    max-width: 1128px;
	margin: 0 auto;
}

ul.tabs{
    position: relative;
    width: auto;
	margin: 0 0 10px 0;
	padding: 0px;
    height: 100px;
	list-style: none;
    background: #FFF;
    letter-spacing: -1.5px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -5px;
}
ul.tabs::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -5px;
}
ul.tabs::after {
    content: '';
    position: absolute;
    top: 0;
    right: -99%;
    width: 100%;
    height: 100px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -6px;
}
ul.tabs li{
    position: relative;
    width: 33.06%;
    height: 100px;
	background: none;
	color: #222;
    font-weight: 600;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 76px;
}
ul.tabs li.current{
	background: #fe3c3a;
	color: #FFF;
    height: 100px;
    line-height: 77px;
}

.tab-content{
    position: relative;
	display: none;
	/* background: #000; */
    color: #FFF;
    height: auto;
}
.tab-content::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
}
.tab-content::after {
    content: '';
    position: absolute;
    right: -100%;;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
}

.tab-content.current{
	display: inherit;
}


/* 탭 이미지들의 공통값 */
.img_common {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 100px;
    opacity: 0;
}

#tab1Wrap, #tab2Wrap, #tab3Wrap, #tab4Wrap {
    height:80vh;
}

/* 실시간 최신 뉴스 업데이트 제공 영역 height를 60vh로 수정 */
#tab5Wrap {
    height:60vh;
}

/* 전문기자들의 알짜 정보 영역 height를 100vh로 수정 */
#tab6Wrap {
    height:100vh;
}

/* show 클래스 적용 */
#tab1Wrap.show .img_common {
    padding-top: 0;
    opacity: 1;
}
#tab2Wrap.show .img_common {
    padding-top: 0;
    opacity: 1;
}
#tab3Wrap.show .img_common {
    padding-top: 0;
    opacity: 1;
}
#tab4Wrap.show .img_common {
    padding-top: 0;
    opacity: 1;
}
#tab5Wrap.show .img_common {
    padding-top: 0;
    opacity: 1;
}
#tab6Wrap.show .img_common {
    padding-top: 0;
    opacity: 1;
}

#l_img01 {
    top: 320px;
    right: 148px;
    width: 235px;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
}

#l_img02 {
    top: 600px;
    right: 9px;
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}

#l_img03 {
    top: 780px;
    right: 9px;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

#l_img04 {
    top: 300px;
    right: 9px;
    /* width: 235px; */
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}
#l_img05 {
    top: 570px;
    right: 146px;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
#l_img06 {
    top: 800px;
    right: 35px;
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}
#l_img07 {
    top: 45px;
    right: 52px;
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}
#l_img08 {
    top: 291px;
    right: 9px;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

#r_img01 {
    top: 254px;
    left: 111px;
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}
#r_img02 {
    top: 538px;
    left: 10px;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
#r_img03 {
    top: 437px;
    left: 285px;
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}
#r_img04 {
    top: 128px;
    left: 10px;
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}
#r_img05 {
    top: 428px;
    left: 67px;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
#r_img06 {
    top: 294px;
    left: 10px;
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}
#r_img07 {
    top: 450px;
    left: 97px;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
#r_img08 {
    top: 605px;
    left: 10px;
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}
#r_img09 {
    top: 760px;
    left: 97px;
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

/* 팜이데일리 메인 탭/서비스소개 */
.cont_l_zero {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    color:#000;
    /* padding: 210px 0; */
    padding-top: 210px;
    background:url("https://image.edaily.co.kr/images/pharmedaily/KW/info/pc/bg_graph.png") no-repeat;
}
.cont_l_zero::before {
    content: '';
    position: absolute;
    left: -1120px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
}
.cont_l_zero::after {
    content: '';
    position: absolute;
    right: -1120px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
}
.cont_l_one {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    background: #FFF;
    color:#000;
    /* padding: 225px 0; */
}
.cont_l_one::before {
    content: '';
    position: absolute;
    left: -1120px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
}
.cont_l_one::after {
    content: '';
    position: absolute;
    right: -1120px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
}
.cont_l_two {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    color:#000;
    padding: 190px 0;
}
.cont_l_two::before {
    content: '';
    position: absolute;
    left: -1120px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #f5f5f5;
}
.cont_l_two::after {
    content: '';
    position: absolute;
    right: -1120px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #f5f5f5;
}

.cont_r_one {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    color: #000;
    /* padding: 190px 0; */
}
.cont_r_one::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #f5f5f5;
}
.cont_r_one::after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #f5f5f5;
}
.cont_r_two {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    background: #FFF;
    color: #000;
    padding: 190px 0;
}
.cont_r_two::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
}
.cont_r_two::after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
}


.cont_info_r {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-align: right;
    width: 100%;
    align-items: end;
    /* position: absolute; */
    /* top: 50%;
    right: 0.5%; */
    /* transform: translate(-0%, -50%); */
    z-index: 9;
    /* right: 20%; */
}
.cont_info_r > span {
    font-family: 'GmarketSans';
    font-size: 31px;
    font-weight: 600;
}
.cont_info_r > dt {
    font-weight: 800;
    font-size: 75px;
    font-family: 'NanumSquareNeo';
    line-height: 100px;
}
.cont_info_r > dd {
    margin: 0;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -2px;
}
.cont_info_r > dd > b {
    font-weight: 700;
}

.cont_info_l {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-align: left;
    width: 100%;
    align-items: start;
    z-index: 9;
}
.cont_info_l > span {
    font-family: 'GmarketSans';
    font-size: 31px;
    font-weight: 600;
}
.cont_info_l > dt {
    font-size: 75px;
    font-weight: 800;
    font-family: 'NanumSquareNeo';
    line-height: 100px;
}
.cont_info_l > dd {
    margin: 0;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -2px;
}
.cont_info_l > dd > b {
    font-weight: 700;
}

.tab_content > figure {
    margin: 0;
    border: 1px solid #e8e7e7;
    z-index: 3;
    position: absolute;
    border-radius: 30px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 5px 9px 1px;
    overflow: hidden; background: #FFF;
    border-top: none;
}

.tab_content > #r_img06 {
   height:133px;
}
.tab_content > #r_img07 {
   height:133px;
}
.tab_content > #r_img08 {
   height:133px;
}
.tab_content > #r_img09 {
   height:133px;
}

.tab_content dl {
    opacity: 0;
}
.cont_info_m > img {
    display: flex;
    width: 100%;
    height: 100%;
}

.cont_r > figure {
    position: relative;
    width: 100%;
    margin: 0;
}
.cont_r > figure > img {
    width: 100%;
    height: 100%;
}
.cont_l > figure {
    position: relative;
    width: 100%;
    margin: 0;
}
.cont_l > figure > img {
    width: 100%;
    height: 100%;
} 

/* 팜이데일리 메인 탭/가입안내 */
.member_tit {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 50px;
    width: 100%;
    display: block;
}
.member_table {
    border-collapse: collapse;
    width: 1128px;
    margin: 1rem auto;
    border: 1px solid #555;
    background-color: white;
    border-top: 2px solid #b5403e;
    border-bottom: 2px solid #b5403e;
    border-right: hidden;
}

/* 테이블 행 */
.member_table th, td {
  padding: 8px;
}
.member_table th {
    font-size: 20px;
    font-weight: 500;
    width: 190px;
    height: 80px;
    text-align: center;
    background-color: #b5403e;
    color: #FFF;
    letter-spacing: -2px;
}
.member_table td {
    font-size: 18px;
    padding: 30px;
    text-align: left;
    letter-spacing: -1px;
    line-height: 32px;
}

/* 팜이데일리 메인 탭/수수료율 */
.commission_txt {
    color:#000;
    padding: 155px 0;
}
.commission_txt > dt {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 36px;
}
.commission_txt dd {
    display: flex;
    column-gap: 10px;
    line-height: 35px;
    font-size: 18px;
}       

 .commission_table {  /* 수수료율 테이블 */
  border-collapse: collapse;
  width: 1128px;
  margin: 1rem auto;
  border: 1px solid #ddd;
  margin-bottom: 35px;
}
.commission_table th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.commission_table th {
    background-color: #b5403e;
    color:#FFF;
    width: 16%;
    font-size: 16px;
    font-weight: 500;
    height: 90px;
}
.commission_table td:nth-child(1) {
  width: 15%;
  background: #6c2020;
  color:#FFF;
  border-top: hidden;
}
.commission_table th:nth-child(2),
.commission_table td:nth-child(2) {
  width: 15%;
}
.commission_table th:nth-child(3),
.commission_table td:nth-child(3) {
  width: 15%;
}
.commission_table td {
    height: 100px;
    font-size: 20px;
    font-weight: 500;
    border-right: 1px solid #999;
    border-bottom: 2px solid #b5403e;
}
.commission_table td:last-child {
    border-right: hidden;
}



/* 팜이데일리 메인/프로세스 */
.pharm_process {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 90px;
    width: 1128px;
    height: auto;
    color: #FFF;
    padding: 115px 0;
    margin: 0 auto;
    background: #bdd0e4;
}
.pharm_process::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #bdd0e4;
}
.pharm_process::after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #bdd0e4;
}
.pharm_process_tit {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 30px;
}
.pharm_process_tit > span {
    color:#FFF; 
    font-family: 'GmarketSans'; 
    font-size:31px; font-weight:600;
}
.pharm_process_sub {
    font-weight: 800; 
    font-family: 'NanumSquareNeo'; 
    font-size: 73px; 
    color:#000;
    line-height: 72px;
}

.process_box {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.process_sec {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 264px;
    height: 295px;
    background: #707f8f;
    padding: 25px;
    letter-spacing: -2.5px;
    row-gap: 20px;
}
.process_sec::before {
    content: '';
    position: absolute;
    right: -35px;
    top: 130px;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 18px solid rgb(50, 80, 214);
    border-right: 18px solid transparent;
}
.process_sec:nth-child(1)::before {
    border-left: 18px solid #707f8f;
}
.process_sec:nth-child(2)::before {
    border-left: 18px solid #5e6c7a;
}
.process_sec:nth-child(3)::before {
    border-left: 18px solid #4a5663;
}
.process_sec:nth-child(4)::before {
    border-left: 18px solid #37424d;
}
.process_sec:nth-child(2) {
    background: #5e6c7a;
}
.process_sec:nth-child(3) {
    background: #4a5663;
}
.process_sec:nth-child(4) {
    background: #37424d;
}
.process_sec > figure {
    width: auto;
    max-width: 58px;
    height: auto;
    max-height: 58px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 25px;
}
.process_sec > p {
    font-size: 20px;
    font-weight: 600;
}
.process_sec > span {
    font-size: 16px;
    line-height: 30px;
}

 /* 팜이데일리 푸터 */
 footer{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 1128px;
 }
.footer_info {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    background: #151b21;
    height: auto;
    margin: 0;
    padding: 96px 0;
}
.footer_info::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #151b21;
}
.footer_info::after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #151b21;
}
.footer_info > dt {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 35px;
}
.footer_info > dd {
    display: flex;
    margin: 0;
}
.footer_info > dd > i {
    margin-right: 10px;
}
