/* subtop */
#subtop {
    position: relative;
}
#subtop .c_wrp {
    height: 450px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:767px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 170px;
        padding-top: 0px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}
/* scroll_ani */
.scroll_ani {
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    color: #fff; 
    z-index: 3; 
    height: 100px;
}
.scroll_ani > span {
    display: block; 
    transform: rotate(90deg); 
    font-size: 12px;
    letter-spacing: 2px;
}
.scroll_ani > .bg {
    position: relative; height:100%; 
    width:1px; 
    margin: 30px auto 0; 
    background: rgba(255,255,255,0.2);
}
.scroll_ani > .bg .animation {
    width: 100%; 
    background: rgba(255,255,255,1); 
    animation-name: updown;animation-iteration-count: infinite;animation-duration:3s;animation-timing-function:ease-in-out;
}
@keyframes updown { 
    0% {height:0%} 100% {height:100%} 
}


/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #eee;
    padding: 0 5%;
    background-color: #fcfcfc;
}
#site_config .site {
    background-color: #fcfcfc;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home img {
    vertical-align: middle;
}
#site_config .site .home.act,
#site_config .site .home:hover {
    background-color: #fff;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 230px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #222;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1em;
    padding: 15px 20px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a:hover{
    color: #ac7e42;
}
#site_config .site .home > ul li a.act {
    color: #ffffff;
    background-color: #85756a;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config {
        padding: 0;
    }
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 220px;
    }
}
@media (max-width:767px) {
    #site_config .site {
        display: flex;
    }
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2 {
        width: auto;
        min-width: 100px;
    }
    #site_config .site .home.home3 {
        width: auto;
        min-width: 150px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 35px 0 10px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 12px;
    }
}

/* company1 */
#company1 .sec2 {
    background-color: #222;
}
/* sigList */
.sigList {
    margin: 0 -20px;
}
.sigList > li {
    padding: 20px;
    position: relative;
}
.sigList > li:not(:last-child)::after {
    content: "\ea6e";
    font-family: remixicon !important;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 50%;
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
}
.sigList .item {
    text-align: center;
    border: 1px solid rgba(221, 221, 221, 0.4);
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.sigList .item h6 span {
    display: inline-block;
    background-color: #946649;
    color: #fff;
    padding: 8px 8px 6px;
    line-height: 1em;
    margin-bottom: 5px;
    font-size: .9em;
}

/* mapbox */
.mapbox .root_daum_roughmap_landing {
    width: 100% !important;
}
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 550px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

/* pharmacy_view */
#pharmacy_view .pharmacy_info {
    
}
@media (max-width:768px) {
    #pharmacy_view .pharmacy_info > div {
        width: 100%;
    }
    #pharmacy_view .pharmacy_info > .rt {
        padding-top: 30px;
    }
}

/* company2 */
#company2 .fbox {
    background-color: rgba(247, 243, 238, 0.6);
}
@media (max-width:768px) {
    #company2 .fbox {
        flex-wrap: wrap;
    }
    #company2 .fbox > div {
        width: 100%;
    }
    #company2 .fbox .rt {
        padding: 20px;
    }
}

/* rowPro */
.rowPro > li {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}
.rowPro > li:before {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 0px;
    border-left: 1px dashed #57524e;
    height: 65%;
}
.rowPro > li:after {
    content: "";
    position: absolute;
    left: 70px;
    top: 0px;
    border-left: 1px dashed #57524e;
    height: 35%;
}
.rowPro > li:first-child:after {
    display: none;
}
.rowPro > li:last-child::before {
    display: none;
}
.rowPro .proItem {
    background-color: #f5f5f5;
    padding: 60px 50px;
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.rowPro .proItem .n {
    width: 60px;
}
.rowPro .proItem .txt {
    width: calc(100% - 80px);
}
.rowPro .proItem .n .nitem {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #57524e;
    color: #fff;
}
.rowPro .proItem .n {
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}
.rowPro .proItem .ser_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.rowPro .proItem .ser_ic > div {
    background-color: #fff;
    border-radius: 50%;
    padding: 30px;
}
@media (max-width:768px) {
    .rowPro .proItem {
        padding: 30px 20px;
    }
    .rowPro .proItem .n .nitem {
        width: 40px;
        height: 40px;
    }
    .rowPro > li:before {
        left: 40px;
    }
    .rowPro > li:after {
        left: 40px;
    }
    .rowPro .proItem .n {
        width: 40px;
    }
    .rowPro .proItem .txt {
        width: calc(100% - 60px);
    }
    .rowPro.rowPro_hasImg > li::before {
        height: 85%;
    }
    .rowPro.rowPro_hasImg > li:after {
        height: 15%;
    }
    .rowPro.rowPro_hasImg .proItem {
        flex-wrap: wrap;
        row-gap: 0px;
    }
    .rowPro.rowPro_hasImg .proItem .txt {
        width: calc(100% - 60px);
    }
    .rowPro.rowPro_hasImg .proItem .img {
        width: 100%;
        padding-left: 60px;
    }
    .rowPro.rowPro_hasImg .proItem .img img {
        width: 50px;
    }
    .rowPro .proItem .ser_ic > div {
        border-radius: 0%;
        padding: 10px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 6rem 0;
}
.dvdHr.sm {
    margin: 4rem 0;
}
.dvdHr.big {
    margin: 8rem 0;
}
@media (max-width:768px){
    .dvdHr {
        margin: 3rem 0;
    }
    .dvdHr.sm {
        margin: 2rem 0;
    }
    .dvdHr.big {
        margin: 4rem 0;
    }
}


/*table_basic*/
.table.table_basic {
    border-top: 2px solid #454f5d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 17px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 13px 40px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic tbody tr td:nth-child(2){
    word-break: keep-all !important;
}
.table.table_basic thead tr th {
    font-weight: 600;
}
.table.table_basic tbody tr th {
    font-weight: 500;
}
.table.table_basic tbody tr td {
    font-weight: 400;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.th_vh thead tr th,
.table.table_basic.th_vh tbody tr th {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th {
    /* background-color: #fcfcfc; */
}
.table.table_basic thead tr th {
    border-top: 2px solid #454f5d;
    border-bottom: 2px solid #454f5d;
    font-weight: 700;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr td.imp {
    background-color: #fffef4;
}
@media (max-width:992px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 992));
        padding: calc(100vw * (14 / 992));
    }
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 768));
        padding: calc(100vw * (14 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:500px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 500));
        padding: calc(100vw * (10 / 500));
    }
}


/* process4 */
/* #process4 .sec1 {
    background-color: #e4e1de;
} */


/* numList */
.numList > li {
    display: flex;
    align-items: flex-start;
    margin: 5px 0;
}
.numList.dept1 > li > .num {
    width: 35px;
}
.numList.dept1 > li > .num h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;;
    text-align: center;
    background-color: #57524e;
    color: #fff;
    font-size: .7em;
    border-radius: 50%;
    font-weight: 600;
}
.numList.dept1 > li > .con {
    width: calc(100% - 35px);
}
.numList.dept2 > li > .num {
    width: 20px;
}
.numList.dept2 > li > .con {
    width: calc(100% - 20px);
}

/* proInfo */
.proInfo {
    background-color: #f9f6f3;
    display: flex;
    align-items: center;
    height: 280px;
    padding: 0 50px 0 30px;
}
.proInfo .img {
    width: 130px;
}
.proInfo .txt {
    width: calc(100% - 130px);
    padding-left: 20px;
}
@media (max-width:768px) {
    .proInfo {
        padding: 30px 20px;
        height: auto;
    }
    .proInfo .img {
        width: 70px;
        order: 2;
    }
    .proInfo .txt {
        width: calc(100% - 70px);
        padding-right: 15px;
        padding-left: 0;
        order: 1;
    }
}

/* process5 */
#process5 .item {
    padding: 40px;
    border-radius: 15px;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
}
#process5 .item .txt {
    width: calc(100% - 300px);
    padding-right: 30px;
}
#process5 .item .img {
    width: 300px;
}

/* lineBox */
.lineBox {
    padding: 30px;
    border: 1px solid #ddd;
}
.lineBox .wb {
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.04);
    margin-top: 4px;
}

/* licenseImgs */
.licenseImgs .txt .dft {
    padding: 10px;
    background-color: #f4f4f4;
}

/* numCon */
.numCon .con {
    display: flex;
    align-items: flex-start;
}
.numCon .con .nn {
    width: 28px;
}
.numCon .con .cc {
    width: calc(100% - 28px);
}
.numCon .hList {
    padding-left: 28px;
}
.numCon .hList li .dft {
    display: flex;
    align-items: flex-start;
}
.numCon .hList li .nn {
    width: 22px;
}
.numCon .hList li .cc {
    width: calc(100% - 22px);
}

/* fairLofo */
.fairLofo {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.fairLofo img {
    width: 150px;
    mix-blend-mode: darken;
}
.fairLofo .dft {
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
}
.fairLofo .dft::after {
    content: "";
    position: absolute;
    top: 15%;
    height: 70%;
    left: 0;
    width: 1px;
    background-color: #ddd;
}

/* femaleList */
.femaleList .fItem {
    display: block;
    text-decoration: none;
}
.femaleList .fItem .img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.femaleList .fItem .img img {
    position: relative;
    z-index: 1;
}
.femaleList .fItem .img.isMatching .matchMark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    
    backdrop-filter: saturate(180%) blur(0px);
    background: rgba(0,0,0,0.2);
    -webkit-backdrop-filter: saturate(180%) blur(3px);
}


.femaleList .fItem .img.isMatching .matchMark.matchMark2 {
    position: absolute;
    background: rgba(0,0,0,0.2);
    backdrop-filter: saturate(180%) blur(13px);
    -webkit-backdrop-filter: saturate(180%) blur(13px);
}
.femaleList .fItem  .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 180px;
    height: 180px;
    max-width: 30vw;
    max-height: 30vw;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.0);
}
@media (max-width:768px) {
    .femaleList .fItem .img {
        border-radius: 10px;
    }
    .femaleList .fItem .img  .circle img {
        width: 45px;
    }
}

/* f_member_info */
.f_member_info {
    padding: 70px 60px;
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.05);
    background-color: #fff;
    display: flex;
    /*max-width: 800px;*/
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eee;
}
.f_member_info .img {
    width: 500px;
}
.f_member_info .txt {
    width: calc(100% - 500px);
    padding-left: 40px;
}
.f_member_info .txt .f_profile {
    padding: 20px 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.f_member_info .txt .f_profile .f_item {
    display: flex;
    padding: 4px 0;
}
.f_member_info .txt .f_profile .f_item .hd {
    width: 170px;
    font-weight: 700;
    color: #444;
    letter-spacing: -0.01em;
    position: relative;
    padding-left: 11px;
}
.f_member_info .txt .f_profile .f_item .hd:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    transform: translateY(-50%);
    background-color: #aaa;
}
.f_member_info .txt .f_profile .f_item .ct {
    width: calc(100% - 110px);
    color: #666;
    font-weight: 400;
    letter-spacing: -0.01em;
}
@media (max-width:768px) {
    .f_member_info {
        padding: 30px 20px;
        border-radius: 5px;
        flex-wrap: wrap;
    }
    .f_member_info .img {
        width: 100%;
    }
    .f_member_info .txt {
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
}

/* process3 */
#process3 .btnWrp .btnItem {
    margin-bottom: 4px;
}