@charset "UTF-8";
@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');

/* 기본 설정들 */
html {
    /* overflow-x: hidden; */
    
}

html * {
    word-break: keep-all;
}

html,
body {
    font-family: "Pretendard";
}
body.noscoroll{
    overflow-y: hidden;
}
section{
    /* overflow: hidden; */
}
a{
    text-decoration: none;
}
img,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}



/* 기본 설정들 */

/* 폰트색상 */
div,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F2937;
}

.font_color_1{
    color: #3796FF;
}

.bold{
    font-weight: 700;
}
.main_eng_txt{
    font-family: "Yellowtail", cursive;
    color: rgba(156, 163, 175, 0.70);
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
}
@media screen and (max-width:768px) {
    .main_eng_txt{font-size: 22px;}
}
/* 버튼 */

.go_detail_btn{
    border-radius: 50px;
    border: 1px solid  #3796FF;
    background: rgba(255, 255, 255, 0.80);
    padding: 12px 24px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.go_detail_btn .arrow{
    margin-left: 10px;
}
.go_detail_btn2{
    border-radius: 99px;
    background: linear-gradient(99deg, #71B4FF 16.51%, #3796FF 79.97%);
    padding: 12px 24px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.72px;
    color: #fff;
}
.go_detail_btn2 .arrow{
    margin-left: 10px;
   
}
.go_detail_btn2 .arrow svg path{
    fill: #fff;
}
@media screen and (max-width:768px) {
    .go_detail_btn{font-size: 15px;}
    .go_detail_btn2{font-size: 15px;}
}
/* 백그라운드에 이미지들어갈경우 섹션 */
.bg_sec{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    box-sizing: border-box;
}
.color_sec{
    box-sizing: border-box;
}


.none_768{
    display: block;
}
.block_768{
    display: none;
}

@media screen and (max-width:768px) {
    .none_768{
        display: none;
    }
    .block_768{
        display: block;
    } 
}





/* 비급여,개인정보 처리방침,환자의 의무와권리 */

.required_info_se {
    padding: 100px 0;
}

.required_info_se .cont_01 .tab_menu2 {
    display: flex;
    gap: 20px;
}

.sub_title_box h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 40px;
    line-height: 70px;
    font-family: "Pretendard";
    border-bottom: solid 1px #A9C9F2;
    margin-bottom: 20px;
}

.obligations_box h3 {
    font-family: "Pretendard";
    font-size: 30px;
    line-height: 40px;
    color: #A9C9F2;
    font-weight: 700;
    margin-bottom: 30px;
}

.required_info_se .cont_01 .tab_menu2 li {
    font-size: 20px;
    font-family: "Pretendard";
    line-height: 30px;
    font-weight: 500;
    color: #A9C9F2;
    border-bottom: none;
    cursor: pointer;
}

.required_info_se .cont_01 .tab_menu2 li:hover {
    border-bottom: solid 2px #A9C9F2;
}

.required_info_se .cont_01 .tab_menu2 li.on {
    color: #222;
    border-bottom: solid 2px #A9C9F2;
}

.w_1350 {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
}

.obligations_box .small_text {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    margin-bottom: 30px;
    font-family: "Pretendard";
}

.obligations_box h4 {
    font-family: "Pretendard";
    font-size: 22px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
}

.bg_layout {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 5%;
    box-sizing: border-box;
}

.left_fixed_se {
    background: #ECF4FF;
}

@media screen and (max-width: 1350px) {
    .w_1350 {
        width: 90%
    }
}

@media screen and (max-width: 900px) {
    .subvs .bgtxt p {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 768px) {
    .sub_title_box h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px
    }

    .obligations_box h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

.tab_container2 {
    margin-top: 40px;
}

.tab_container2 .table_1 table {
    width: 100%;
    border: solid 1px #A9C9F2;
}

.tab_container2 .table_1 table tr {}

.tab_container2 .table_1 table th {
    border: solid 1px #A9C9F2;
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    background-color: #A9C9F2;
    color: #ccc;
    font-family: "Pretendard";
}

.tab_container2 .table_1 table td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    border: solid 1px #A9C9F2;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    color: #333;
    font-family: "Pretendard";
}

.obligations_box h3 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}

.obligations_box h4 {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

.obligations_box .small_text {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .tab_container2 .table_1 table th {
        font-size: 16px;
        line-height: 20px;
    }

    .tab_container2 .table_1 table td {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;

    }

    .required_info_se {
        padding-top: 50px;
    }

    .obligations_box h3 {
        font-size: 20px;
    }

    .obligations_box .small_text {
        font-size: 14px;
    }

    .obligations_box h4 {
        font-size: 18px;
    }
}






