/* ############################## 소개_인사말 ############################## */
.greeting-img,
.greeting-text{
    float: left;
}
.greeting-img{
    width: 230px;
}
.greeting-text{
    width: 600px;
}
.greeting-text p{
    margin-bottom: 15px;
}
.greeting-text strong{
    font-size: 24px;
}
.greeting-name{
    margin-top: 30px;
    text-align: right;
}
.greeting span{
    font-size: 24px;
}
/* ############################# MOBILE ############################# */
@media all and (min-width:320px) and (max-width:1099px){
    .greeting-img,
    .greeting-text{
        clear: both;
    }
    .greeting-img,
    .greeting-text{
        width: 100%;
    }
    .greeting-img{
        margin-bottom: 30px;
        text-align: center;
    }
}
/* ############################## 소개_역대 회장 ############################## */
/* ######################### 행사_역대 세목인상, 명곡상 ######################### */
.profile-list li{
    width: 33.333%;
    float: left;
    margin-bottom: 50px;
    line-height: 24px;
}
.profile-list li .img-wrap,
.profile-list li .text{
    float: left;
}
.profile-list li .img{
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}
.profile-list li .img img{
    width: 100%;
}
.profile-list li .text{
    padding-left: 15px;
}
.profile-list li .text-navy{
    font-size: 14px;
    color: #0067b3;
    line-height: 20px;
}
.profile-list li .text-name{
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0;
}
.profile-list li .text-gray{
    font-size: 12px;
    color: #999;
}
.profile-list .last{
    margin-bottom: 0;
}
.sm-history-text{
    margin-top: 10px;
}
/* ############################# MOBILE ############################# */
@media all and (min-width:320px) and (max-width:849px){
    .profile-list li{
        text-align: center;
        margin-bottom: 30px;
    }
    .profile-list li .img-wrap,
    .profile-list li .text{
        clear: both;
    }
    .profile-list li .img-wrap{
        width: 100%;
    }
    .profile-list li .img{
        width: 84px;
        height: 84px;
        margin: 0 auto;
    }
    .profile-list li .text{
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .profile-list li .text-navy{
        font-size: 0.9rem;
    }
    .profile-list li .text-name{
        font-size: 1.3rem;
        padding: 5px 0;
    }
    .profile-list li .text-gray{
        font-size: 0.8rem;
    }
    .sm-history-text{
        margin-top: 0;
    }
}
/* ############################## 소개_조직도 및 임원 ############################## */
.organization-img{
    width: 100%;
    margin-bottom: 50px;
}
.organization-img img{
    width: 100%;
}
.organization table{
    width: 100%;
    border-spacing: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
}
.organization td{
    padding: 10px;
    border-bottom: 1px solid #cfcfcf;
}
.organization .td-title{
    width: 15%;
    font-weight: 700;
    background-color: #f8f8f8;
    text-align: center;
    word-break: keep-all;
}
.organization .td-name{
    width: 35%;
}
.organization .td-top{
    border-top: 1px solid #cfcfcf;
}
.organization .td-right{
    border-right: 1px solid #cfcfcf;
}
/* ############################# MOBILE ############################# */
@media all and (min-width:320px) and (max-width:767px){
    .organization table{
        font-size: 0.8rem;
    }
    .organization .td-title{
        width: 25%;
        text-align: left;
    }
    .organization .td-name{
        width: 25%;
        word-break: keep-all;
    }
}
/* ############################## 소개_회칙 ############################## */
.bylaw li{
    margin-bottom: 35px;
}
.bylaw li:last-child{
    margin-bottom: 0;
}
.bylaw li strong{
    display: block;
    color: #0067b3;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.bylaw li strong::before{
    content: url(/img/ico_check.png);
    margin-right: 10px;
}
.bylaw li p{
    padding: 0 20px;
}
/* ############################## 소개_동문병원 ############################## */
/*.hospital li{
    width: 24%;
    height: 70px;
    line-height: 70px;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
}
.hospital li a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    text-align: center;
}
.hospital li a:hover{
    border: 1px solid #0067b3;
    color: #0067b3;
}
.hospital-list .hospital{
    margin-bottom: 30px;
}
.hospital-list .hospital li{
    width: 10.5%;
    height: 40px;
    line-height: 38px;
    margin-right: 0.5%;
    margin-bottom: 5px;
}*/
.local-list li{
    width: 10.5%;
    height: 40px;
    line-height: 37px;
    margin-right: 0.6%;
    margin-bottom: 5px;
    float: left;
    color: #999;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    text-align: center;
}
.local-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.local-list .active,
.local-list li:hover{
    box-sizing: border-box;
    border: 1px solid #0067b3;
    color: #0067b3;
}
/* 2022.06.15 동문병원 검색 영역 추가 */
.search-area{
    width: 100%;
    padding: 30px 0;
    margin: 30px 0;
    background-color: #f8f8f8;
}
.search-area select{
    width: 180px;
    height: 50px;
    margin-left: 28px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #999;
    box-sizing: border-box;
    border-radius: 0;
}
.search-area input[type="text"]{
    width: 440px;
    padding: 0 20px;
    margin: 0 10px;
    height: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
}
.search-area button{
    width: 130px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    background-color: #0067b3;
}
.hospital-list .desc{
    box-sizing: border-box;
    border-left: 3px solid #0067b3;
    padding-left: 15px;
    margin-bottom: 30px;
}
.hospital-list .desc strong{
    display: block;
    font-size: 24px;
    color: #0067b3;
}
.hospital-list .desc p{
    font-size: 14px;
    color: #999;
}
.hospital-list table{
    width: 100%;
    border-spacing: 0;
    font-size: 14px;
    line-height: 20px;
}
.hospital-list td{
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #cfcfcf;
}
.hospital-list tr:nth-child(odd){
    background-color: #f8f8f8;
}
.hospital-list .td-title{
    box-sizing: border-box;
    background-color: #333;
    color: #f8f8f8;
    font-weight: 700;
}
.hospital-list .td-name{
    width: 10%;
}
.hospital-list .td-hospital{
    width: 25%;
}
.hospital-list .td-address{
    width: 45%;
}
.hospital-list .td-tel{
    width: 20%;
}
.hospital-list .td-none{
    text-align: center;
}
.pages-area{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.pages-area .pages{
    width: 100%;
    text-align: center;
}
.pages-area .pages a{
    display: inline-block;
    color: #999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.pages-area .pages .now{
    color: #333;
}
.pages-area .pages .prev,
.pages-area .pages .next{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.pages-area .pages .prev{
    background-image: url(/img/ico_prev.png);
}
.pages-area .pages .next{
    background-image: url(/img/ico_next.png);
}
/* ############################# MOBILE ############################# */
@media all and (min-width:320px) and (max-width:767px){
    .local-list li{
        width: 15.5%;
        height: 34px;
        line-height: 34px;
        margin-right: 1%;
        margin-bottom: 5px;
        float: left;
        color: #999;
        box-sizing: border-box;
        border: 1px solid #cfcfcf;
        text-align: center;
        font-size: 13px;
    }
    /* 2022.06.15 동문병원 검색 영역 추가 */
    .search-area{
        width: 100%;
        padding: 0;
        background: none;
    }
    .search-area select{
        width: 28%;
        height: 50px;
        margin-left: 0;
    }
    .search-area input[type="text"]{
        width: 50%;
        padding: 0;
        margin: 0;
        margin-left: 1%;
        height: 50px;
    }
    .search-area button{
        width: 20%;
        line-height: 50px;
        height: 50px;
    }
    .hospital-list table{
        font-size: 13px;
    }
    .hospital-list .td-name{
        width: 17%;
    }
    .hospital-list .td-hospital{
        width: 23%;
    }
    .hospital-list .td-address{
        width: 30%;
    }
    .hospital-list .td-tel{
        width: 30%;
    }
    .pages-area .pages a{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
/* ############################## 회원공간_회비안내 ############################## */
.subscription strong{
    display: block;
    color: #0067b3;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.subscription strong::before{
    content: url(/img/ico_check.png);
    margin-right: 10px;
}
.subscription-use{
    margin: 30px 0 50px;
}
.subscription-use li{
    width: 24%;
    height: 180px;
    float: left;
    margin-right: 1%;
    padding: 90px 1.5% 1.5% 1.5%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
    background-repeat: no-repeat;
    background-position: top center;
}
.subscription-use li:nth-child(1){
    background-image: url(/img/ico_sympathy_g.png);
}
.subscription-use li:nth-child(2){
    background-image: url(/img/ico_event_g.png);
}
.subscription-use li:nth-child(3){
    background-image: url(/img/ico_newsletter_g.png);
}
.subscription-use li:nth-child(4){
    background-image: url(/img/ico_price_g.png);
}
.subscription-send-mobile{
    display: none;
}
.subscription table{
    border-spacing: 0;
}
.subscription-send td{
    padding: 12px 20px;
    border-bottom: 1px solid #cfcfcf;
}
.subscription-send .td-title{
    width: 25%;
    font-weight: 700;
    background-color: #f8f8f8;
}
.subscription-send .td-desc{
    width: 75%;
}
.subscription-send .td-desc-left{
    width: 12%;
    color: #0067b3;
}
.subscription-send .td-desc-right{
    width: 88%;
}
.subscription-send .td-top{
    border-top: 1px solid #cfcfcf;
}
/* ############################# MOBILE ############################# */
@media all and (min-width:320px) and (max-width:929px){
    .subscription-use li{
        width: 48%;
        height: 200px;
        float: left;
        margin-right: 2%;
        padding: 90px 1.5% 1.5% 1.5%;
    }
    .subscription-use li:nth-child(3),
    .subscription-use li:nth-child(4){
        margin-top: 10px;
    }
    .subscription-send .td-desc-left{
        width: 22%;
    }
    .subscription-send .td-desc-right{
        width: 78%;
    }
}
@media all and (min-width:320px) and (max-width:529px){
    .subscription-send{
        display: none;
    }
    .subscription-send-mobile{
        display: block;
        font-size: 0.9rem;
    }
    .subscription-send-mobile td{
        padding: 10px;
        border-bottom: 1px solid #cfcfcf;
    }
    .subscription-send-mobile .td-title{
        background-color: #f8f8f8;
        font-weight: 700;
    }
    .subscription-send-mobile .td-top{
        border-top: 1px solid #cfcfcf;
    }
    .subscription-send-mobile .td-desc-left{
        color: #0067b3;
    }
}
/* ########################### 행사_세목인상, 명곡상 ########################### */
.smmg strong,
.smmg dt{
    display: block;
    font-weight: 700;
    color: #0067b3;
}
.smmg strong{
    font-size: 24px;
    margin-bottom: 20px;
}
.smmg dl{
    margin: 30px 0;
}
.smmg dt{    
    font-size: 18px;
    margin-bottom: 15px;
}
.smmg dt::before{
    content: url(/img/ico_check.png);
    margin-right: 10px;
}
.smmg dd{
    background-color: #f8f8f8;
    padding: 2% 3%;
}
.smmg li::before{
    content: "-";
    color: #999;
    margin-right: 8px;
}
.screening{
    margin: 10px 0;
}
.screening li::before{
    content: "";
    margin: 0;
}
.screening li span{
    margin-right: 5px;
}
/* ############################# MOBILE ############################# */
@media all and (min-width:320px) and (max-width:479px){
    .smmg{
        font-size: 0.9rem;
    }
}
/* ############################## 사이트맵 ############################## */
.sitemap dl{
    width: 24%;
    float: left;
    margin-right: 1%;
}
.sitemap .row1{
    height: 320px;
}
.sitemap .row2{
    height: 380px;
}
.sitemap dt,
.sitemap dd{
    height: 54px;
    line-height: 54px;
    text-align: center;
}
.sitemap dt a,
.sitemap dd a{
    display: block;
    width: 100%;
    height: 100%;
}
.sitemap dt{
    display: block;
    background-color: #0067b3;
    color: #fff;
    font-weight: 700;
}
.sitemap dd{
    border-bottom: 1px solid #cfcfcf;
}
.sitemap dd:hover{
    background-color: #f8f8f8;
    font-weight: 700;
}
.side-sitemap{
    background-image: none;
}
/* ############################# MOBILE ############################# */
@media all and (min-width:320px) and (max-width:1099px){
    .side-sitemap{
        display: none;
    }
}
@media all and (min-width:320px) and (max-width:479px){
    .sitemap{
        margin-top: -70px;
    }
    .sitemap dl{
        width: 49%;
    }
}
/* ############################## 이용약관 ############################## */
.terms{
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    background-color: #f8f8f8;
    color: #777;
    padding: 3%;
}
/* ############################# MOBILE ############################# */
@media all and (min-width:320px) and (max-width:479px){
    .terms{
        font-size: 0.9rem;
    }
}