#sub_container .s_visual_area{
    background-image: url(../images/sub/sub_visual01.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
    padding-top: 120px;
    z-index: 1;
}
#sub_container .s_visual_area.bg2{
    background-image: url(../images/sub/sub_visual02.png);
}
#sub_container .s_visual_area.bg3{
    background-image: url(../images/sub/sub_visual03.png);
}
#sub_container .s_visual_area.bg4{
    background-image: url(../images/sub/sub_visual04.png);
}
#sub_container .s_visual_area.bg5{
    background-image: url(../images/sub/sub_visual05.png);
}
#sub_container .s_visual_area.bg6{
    background-image: url(../images/sub/sub_visual06.png);
}
#sub_container .visual_wrap .visu_tit{
    gap: 0;
    flex-direction: column;
    margin-bottom: 30px;
}
#sub_container .visual_wrap .visu_tit .s_txt.fw400 strong.col_yellow{
    color: #FFF !important;
    font-weight: 600 !important;
    display: inline-block;
    /* margin-left:5px; */
}
#sub_container .visual_wrap .visu_tit .s_txt.fw400{
    font-weight: 300 !important;
}
.visual_wrap .visu_snb{
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.visual_wrap .visu_snb span{
    display: inline-block;
    position: relative;
    color: #f0f0f0;
    font-weight: 200;
}
.visual_wrap .visu_snb span img{
    width: 12px;
}
.visual_wrap .visu_snb span + span{
    margin-left: 12px;
    padding-left: 12px;
}
.visual_wrap .visu_snb span + span::before{
    content: '';
    display: inline-block;
    border-radius: 50%;
    background: #f0f0f0;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.visual_wrap .visu_tit h2{
    background: linear-gradient(70deg, #79F3F9, #0d5ec0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: bolder;
}

.sub1_1 .sec_1{
    position: relative;;
}

.sub1_1 .sec_1 > div{
    gap: 0 200px;
    align-items: center;
}

.sub1_1 .sec_1 .tbox h2{
    margin-bottom: 30px;
    line-height: 1.2em;
}

.sub1_1 .sec_1 .tbox p{
    font-size: 1.2em;
}

.sub1_1 .sec_1 .imgbox{
    width: auto;
}

.sub1_1 .sec_1 .imgbox .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 490px;
    height: 490px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 20px rgba(0 0 0 / 10%);
}

.sub1_1 .sec_1 .imgbox .name {
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    text-align: right;
}

.sub1_1 .sec_1 .imgbox .name span {
    font-size: 16px;
    margin-left: 20px;
}

.sub1_1 .bg_txt{
    position: absolute;
    font-family: 'Montserrat';
    font-size: 7em;
    text-shadow: 0 1px #d4d4d4, 1px 0 #d4d4d4, -1px 0 #d4d4d4, 0 -1px #d4d4d4;
    color: #fff;
    z-index: -1;
}

.sub1_1 .bg_txt.n_1{
    top: 5%;
    left: -15%;
}

.sub1_1 .bg_txt.n_2{
    bottom: 5%;
    right: 0%;
}

.sub1_1 .sec_2{
    position: relative;
    background: linear-gradient(to top, rgba(20, 20, 20, 0) 10%, rgb(236, 236, 236) 100%), url(main.css);
    background-size: cover;
}

.sub1_1 .sec_2 h2 {
    line-height: 1.2em;
    word-break: keep-all;
}

.sub1_1 .sec_2 .his {
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
    gap: 0 100px;
}

.sub1_1 .sec_2 .his ul li {
    position: relative;
    display: flex;
    font-size: 1.15em;
    padding-left: 20px;
}


.sub1_1 .sec_2 .his ul li::before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #797979;
    position: absolute;
    top: 10px;
    left: 0;
}

.sub1_1 .sec_2 .his ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sub1_2 h2.tit{
    display: block;
    margin: 0 auto 50px auto;
    text-align: center;
}

.sub1_2 .list{
    gap: 30px;
    flex-wrap: wrap;
}

.sub1_2 .list > div{
    position: relative;
    width: calc(50% - 15px);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.sub1_2 .list > div .icon {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 18%;
}

.sub1_2 .list > div .img{
    background-color: #efefef;
    height: 350px;
    overflow: hidden;
}

.sub1_2 .list > div .img img {
    object-fit: cover;
    height: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
}

.sub1_2 .list > div .tbox {
    padding: 20px 40px;
}

.sub1_2 .list > div .tbox p{
    font-size: 1.2em;
    width: 80%;
    margin-top: 10px;
}

.sub1_3{
    
}


.sub1_4{
    position: relative;
    background: url("../images/sub/guide_bg.png") top center / cover no-repeat;
}

.sub1_4 .inner{
    position: relative;
    width: 1100px;
    z-index: 9;
}

.sub1_4 .inner .box{
    border-radius: 10px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 1px 1px 30px rgba(126, 239, 245, 0.5);
}

.sub1_4 .tit{
    text-align: center;
    margin: 0 auto 50px auto;
    color: #fff;
}

.sub1_4 .top{
    gap: 0 30px;
    margin-bottom: 30px;
}

.sub1_4 strong{
    display: block;
    font-size: 1.2em;
}

.sub1_4 .call{
    width: 40%;
    align-items: center;
}

.sub1_4 .call p{
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
    margin-top: 10px;
}

.sub1_4 .time{
    flex: 1;
}

.sub1_4 .time > div{
    flex: 1;
    margin-left: 50px;
}

.sub1_4 .time dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.1em;
}

.sub1_4 .time dl dt{
    width: 100px;
    text-align-last: justify;
    margin-right: 40px;
}

.sub1_4 .time ul{
    background-color: #eaeaea;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.sub1_4 .time ul li{
    position: relative;
    padding-left: 20px;
}

.sub1_4 .time ul li::before{
    display: block;
    content: "*";
    position: absolute;
    top: 2px;
    left: 0;
}

.sub1_4 .loc {
    align-items: center;
}

.sub1_4 .loc .info{
    flex: 1;
    margin-right: 100px;
}

.sub1_4 .loc .btn_wrap{
    gap: 0 10px;
    margin-top: 50px;
}

.sub1_4 .loc .btn_wrap > a{
    border-radius: 10px;
    padding: 10px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0 10px;  
}

.sub1_4 .loc .naver{
    background-color: #06BE34;
    color: #fff;
}

.sub1_4 .loc span{
}

.sub1_4 .loc .kko{
    background-color: #F9E000;
}

.sub1_4 .loc .kko span{
    color: #111;
}

.sub1_4 .loc .map{
    /*width: 60%;*/
    height: 280px;
    border-radius: 10px;
}

.sub1_4 p{
    font-size: 1.1em;
}

#sub_wrap.clinic .top{
    position: relative;
}

#sub_wrap.clinic .top h1 {
    font-size: 3.2em;
    line-height: 1.3em;
    margin-bottom: 50px;
}


#sub_wrap.clinic .top h3{
    margin-bottom: 50px;
}

#sub_wrap.clinic .top .cbox{
    gap: 0 100px;
    align-items: center;
}

#sub_wrap.clinic .top .img{
    border-radius: 20px;
    box-shadow: 1px 1px 30px rgba(126, 239, 245, 0.8);
    overflow: hidden;
}


#sub_wrap.clinic .top .tbox{
    flex: 1;
    padding-right: 100px;
}

#sub_wrap.clinic .top .tbox h5{
    color: #797979;
}

#sub_wrap.clinic .top .tbox p {
    font-size: 1.2em;
    line-height: 1.8em;
    word-break: keep-all;
    margin-top: 20px;
}

#sub_wrap.clinic .top .bg_img,
.sub1_4 .bg_img {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    right: 10px;
    animation: rotate 10s linear infinite;
    transform-origin: 50% 50%;
    width: 32%;
    opacity: 0.1;
    z-index: -1;
}

.sub1_4 .bg_img{
    z-index: 1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#sub_wrap.clinic .top .cln_mn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    z-index: 9;
    margin-bottom: 80px;
}

#sub_wrap.clinic .top .cln_mn li a {
    position: relative;
    border-radius: 50px;
    box-shadow: 1px 1px 20px rgba(0 0 0 / 20%);
    background-color: #fff;
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 400;
}

#sub_wrap.clinic .top .cln_mn li a.on{
    background: var(--grd);
    color: #fff;
}

#sub_wrap.clinic .info{
    position: relative;
}

#sub_wrap.clinic .info .tit_box{
    background: url("../images/sub/clinic_info_bg.png") top center / cover no-repeat;
    padding: 100px 20px 0 20px;
    height: 500px;
}

#sub_wrap.clinic .info .tit_box > div{
    text-align: center;
}

#sub_wrap.clinic .info .tit_box .txt_grd{
    background: linear-gradient(70deg, #79F3F9, #0d5ec0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

#sub_wrap.clinic .info .cbox{
    background-color: #fff;
    margin-top: -240px;
    padding: 100px;
}

#sub_wrap.clinic .info .cbox > div:not(:last-child){
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

#sub_wrap.clinic .info .cbox > div h3{
    position: relative;
}

#sub_wrap.clinic .info .cbox > div h3::after{
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--grd);
}

#sub_wrap.clinic .info .cbox > div ul{
    width: 80%;
}

#sub_wrap.clinic .info .cbox > div ul li:not(:last-child){
    margin-bottom: 10px;
}

#sub_wrap.clinic .info .cbox > div ul li{
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    background-color: #f5f5f5;
    padding: 20px 40px;
    word-break: keep-all;
    border-radius: 5px;
}

#sub_wrap.clinic .info .cbox > div ul li .num{
    background: var(--grd);
    font-weight: bolder;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 1.1em;
}

#sub_wrap.clinic .info .cbox > div ul li p{
    font-size: 1.1em;
    flex: 1;
}

#sub_wrap.clinic .part{
    position: relative;
    background: linear-gradient(to top, rgba(20, 20, 20, 0) 10%, rgb(236, 236, 236) 100%), url(main.css);
    background-size: cover;
    padding-bottom: 70px;
}

#sub_wrap.clinic .part .tit_box{
    margin: 0 auto 50px auto;
    text-align: center;
}

#sub_wrap.clinic .cln_part_sd{
    padding-bottom: 50px;
}

#sub_wrap.clinic .cln_part_sd .swiper-slide .img{
    background-color: darkblue;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

#sub_wrap.clinic .cln_part_sd .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sub_wrap.clinic .cln_part_sd .swiper-slide .tbox{
    box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
    padding: 20px 40px;
    text-align: center;
    border-radius: 10px;
}

#sub_wrap.clinic .cln_part_sd .swiper-slide .tbox p{
    font-size: 1.15em;
    word-break: keep-all;
}

/* #sub_wrap.clinic .cln_part_sd .swiper-wrapper{
    justify-content: center;
} */


#sub_wrap.clinic .sys{
    background: var(--grd);
}

#sub_wrap.clinic .sys.ptb{
    padding: 70px 0;
}

#sub_wrap.clinic .sys .inner{
    width: 1140px;
}

.sys_sd{
    padding: 30px;
}

.sys_sd .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 0 100px; */
}

.sys_sd .swiper-slide .tbox {
    padding-top: 50px;
    color: #fff;
    flex: 1;
}

.sys_sd .swiper-slide .tbox h5{
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.sys_sd .swiper-slide .tbox h5 .num{
    background-color: #273648;
    border-radius: 50px;
    padding: 5px 15px;
    margin-left: 5px;
}

.sys_sd .swiper-slide .tbox h4 {
    width: 90%;
    font-weight: 500;
    line-height: 1.3em;
    word-break: keep-all;
}

.sys_sd .swiper-slide .tbox h4 span{
    color: #273648;
    font-weight: 800;
}

.arrow-box {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 10;
    width: 250px;
    height: 50px;
}

.sys_sd .arrow-box button {
  position: absolute;
  left: -50px;
  top: 0;
}
/* .sys_sd .stop.play {
  background-image: url(https://aicenter.cj.net/assets/play-48.48570acb.svg);
}
.sys_sd .stop {
  width: 49px;
  height: 49px;
  background: url(https://aicenter.cj.net/assets/stop-48.c22fce88.svg) no-repeat center / cover;
} */
.sys_sd .swiper-pagination {
  z-index: -1;
  top: 25%;
  color: #fff;
}


.sys_sd .swiper-slide .img{
    width: 600px;
    border-radius: 10px;
    box-shadow: 1px 1px 30px rgba(126, 239, 245, 0.8);
    overflow: hidden;
}

.sub6_2 section:not(:last-child){
    margin-bottom: 100px;
}

.sub6_2 section h3{
    margin-bottom: 30px;
    text-align: center;
}

.sub6_2 .data_table td {
    background-color: transparent;
}

.sub6_2 .data_table tr:nth-child(2n) {
    background: rgb(245, 245, 245);
}

.bdr_10{
    border-radius: 10px;
}

.m_in_scroll.close{
    display: none;
}
 
.m_in_scroll{
    display: none;
    z-index: 9;
    position: absolute;
    width: 80%;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 40%);
    border-radius: 20px;
    text-align: center;
}

.m_in_scroll img {
    animation: drg 3s ease-out infinite;
}

.table_title_scroll tbody th,
.table_title_scroll tbody td {
    height: 2.6rem;
    padding: 0.3rem;
    border: 1px solid #cdcdcd;
    line-height: 1.5;
    vertical-align: middle;
    word-break: keep-all;
}

.table_title_scroll thead th {
    height: 50px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.2;
    padding: 0.3rem;
    border: 1px solid #cdcdcd;
    background: #f4f6f6;
    font-weight: 500;
    color: #222;
    vertical-align: middle;
}

/* 모바일 마우스 */
@keyframes drg {
    0%, 100%{
        transform:translateX(0)
    }
    50%{transform:translateX(15px)}
}

.m_in_scroll p {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

.m_in_scroll::after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../images/common/ico_close.svg") center no-repeat;
    background-size: 10px;
    padding: 15px;
    position: absolute;
    top: 7px;
    right: 10px;
}

.scroll-nav li{
    max-width: 300px;
}
/*게시판*/


/* 게시판 */
/* paging */
.board_wrap .pg_wrap{
    margin-top: 65px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.board_wrap .pg_wrap a{
    display:inline-flex;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
    justify-content: center;
    /* border:1px solid var(--blue); */
    font-size: 15px;
}
.board_wrap .pg_wrap a.pg_arw{
    /* border:1px solid #DDD; */
    text-align:center;
    transform: rotate(0deg);
}
.board_wrap .pg_wrap a.active{
    color: #FFF;
    background: #0d5ec0;
}
.board_wrap .pg_wrap a:hover{
    background: #f8f8f8;
}
.board_wrap .pg_wrap a.pg_pprev{
    background: url(../images/common/ico_pg_pprev.svg) no-repeat center center;
}
.board_wrap .pg_wrap a.pg_prev{
    background: url(../images/common/ico_pg_prev.svg) no-repeat center center;
}
.board_wrap .pg_wrap a.pg_next{
    background: url(../images/common/ico_pg_prev.svg) no-repeat center center;
    transform: rotate(-180deg);
}
.board_wrap .pg_wrap a.pg_nnext{
    background: url(../images/common/ico_pg_pprev.svg) no-repeat center center;
    transform: rotate(-180deg);
}
.board_box .bo_top_area{
    margin-bottom: 24px;
}
.board_wrap .bo_view_hd{
    background: #F8F8F8;
    border-top:1px solid #0d5ec0;
    padding: 30px 20px;
    border-bottom: 1px solid #DDD;
}
.board_wrap .bo_view_hd .tit{
    word-break: keep-all;
}
.board_wrap .bo_view_hd .info{
    position: relative;
}
.board_wrap .bo_view_hd .info span{
    display: inline-block;
    position: relative;
    font-size: 14px;
    opacity: .7;
}
.board_wrap .bo_view_hd .info span + span{
    padding-left:15px;
    margin-left: 15px;
}
.board_wrap .bo_view_hd .info span + span:before{
    content: '';
    position: absolute;
    left: -1px;
    top: 6px;
    width: 1px;
    height: 12px;
    background: #CCC;
}
.board_wrap .no_cont{
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #000;
    width: 100%;
    min-height: 30vh;
}
.board_wrap .bo_view_cont{
    padding: 50px 24px;
    line-height: 1.7;
    font-size: 14px;
    border-bottom: 1px solid #DDD;
    background: #FFF;
}
.board_wrap .bo_view_cont p + p{
    margin-top: 5px;
}
.board_wrap .bo_view_cont img{
    max-width: 100%;
}
.bo_view_file{
    padding: 25px 30px;
    border-bottom: 1px solid #000;
}
.bo_view_file .file_tit{
    width: 130px;
    gap: 5px;
}
.bo_view_file .file_tit img{
    width: 25px;
}
.bo_view_file .file_list > *{
    display: inline-block;
    color: #1a1a1a;
    border-bottom: 1px solid var(--dark-blue);
    line-height: 1;
    font-size: 17px;
    font-weight: 300;
}
.bo_view_file .file_list > *:hover{
    text-decoration: underline;
}
.bo_view_file .file_list > * + *{
    margin-top: 10px;
}
.board_wrap .btn_area{
    margin-top: 30px;
}
.board_wrap .bo_view_hd span.col_red{
    display: inline-block;
    font-weight: 500;
}
.board_wrap .bo_view_hd span.white{
    display: inline-block;
    font-weight: 500;
    background: #0d5ec0;
    padding: 0 10px;
    border-radius: 5px;
}
.board_wrap .bo_view_hd .flexBox{
    margin-bottom: 5px;
    gap: 12px;
    font-size: 16px;
}
.board_wrap .bo_list_total{
    margin-right: 17px;
    margin-bottom: 10px;
}

.board_wrap .bo_list_total strong{
    color: #0d5ec0;
}
.board_wrap .board_top{
    border-bottom: 1.5px solid #0d5ec0;
    padding-bottom: 24px;
}
.board_noti li{
    transition: all .3s;
    border-bottom: 1px solid #DDD;
}
.board_noti li a{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 18px 0;
    padding-right: 30px;
}
.board_noti li:hover{
    transition: all .3s;
    background: #f8f8f8;
}
.board_noti li a .num{
    width: 8%;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    color: #0d5ec0;
}
.board_noti li a .num .noti_tag{
    display: inline-block;
    border-radius: 50px;
    background: #0d5ec0;
    color: #FFF;
    padding: 0 20px;
    line-height: 35px;
}
.board_noti li a .tit .new{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    color: #FFF;
    width: 25px;
    height: 25px;
    background: #0d5ec0;
}
.board_noti li a .cont{
    flex: 1;
}
.board_noti li a .tit{
    font-size: 20px;
    font-weight: 600;
}
.board_noti li a .txt{
    font-size: 15px;
}
.board_noti li a .count{
    width: 10%;
    text-align: right;
    color: #666;
    font-size: 15px;
    letter-spacing:0;
    padding-right: 10px;
}
.board_noti li a .count span{
    color:#000
}
.board_wrap fieldset.inflex{
    border: 0;
    padding: 0;
    margin: 0;
}
.board_wrap fieldset.inflex.new_flexBox{
    flex-direction: column;
}
.board_wrap fieldset.inflex select{
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 0 16px;
    height: 42px;
    width: 110px;
    margin-right: 5px;
    font-size: 15px;
}
.board_wrap fieldset.inflex .sch_bar{
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 0 16px;
    height: 42px;
    width: 324px;
    display: inline-flex;
    background: #FFF;
}
.board_wrap fieldset.inflex .sch_bar .sch_input{
    padding: 0;
    line-height: 40px;
    height: auto;
    border: 0;
    font-size: 15px;
    flex: 1;
}
.board_wrap .sch_btn img{
    width:18px;
    margin-top: -4px;
}
/* 
ul.tabs {
    display: flex;
    flex-wrap: wrap;
    background-color: red;
	width: 100%;
}

ul.tabs li {
	border: 3px solid red;
}

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
	display: block;
}

.tab_container {
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}


.fac_sd_top{
    height: 450px;
    border: 3px solid blue;
} */


/* 탭 버튼 스타일 */
.tab-menu {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.tab-menu button {
  padding: 10px 20px;
  border: none;
  background: #ddd;
  cursor: pointer;
  border-radius: 5px;
}
.tab-menu button.active {
  background: linear-gradient(70deg, #79F3F9, #003779);
  color: white;
}

/*=====================*/

.sub1_3 .inner{
    width: 1140px;
}

.sub1_3 h3{
    text-align: center;
    margin: 0 auto 50px auto;
}

.sub1_3 .tab-btns{
    border: 1px solid #eaeaea;
    margin-bottom:30px;
}


.sub1_3 .tab-btn {
    flex: 1;
    padding: 20px 0;
    font-size: 1.1em;
}

.sub1_3 .tab-btn:not(:last-child){
    border-right: 1px solid #eaeaea;
}

.sub1_3 .tab-btn.active{
    background: linear-gradient(70deg, #79F3F9, #003779);
    color: white;
}

.sub1_3 .tab-contents .top {
    height: 650px;
    margin-bottom: 50px;
}

.sub1_3 .tab-contents .top .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sub1_3 .tab-content { display: none; }
.sub1_3 .tab-content.active { display: block; }

.sub1_3 .swiper { width: 100%; height: auto; margin-bottom: 10px; }
.sub1_3 .swiper-slide img { width: 100%; display: block; }

.sub1_3 .thumbs1,
.sub1_3 .thumbs2,
.sub1_3 .thumbs3 { height: auto; }

.sub1_3 .thumbs1 .swiper-slide,
.sub1_3 .thumbs2 .swiper-slide,
.sub1_3 .thumbs3 .swiper-slide {
  width: auto;
  opacity: 0.5;
  cursor: pointer;
}
.sub1_3 .thumbs1 .swiper-slide-thumb-active,
.sub1_3 .thumbs2 .swiper-slide-thumb-active,
.sub1_3 .thumbs3 .swiper-slide-thumb-active {
  opacity: 1;
}

.sub1_3 .main1,
.sub1_3 .main2,
.sub1_3 .main3{
    height: 600px;
    margin-bottom: 20px;
}

.sub1_3 .main1 .swiper-slide img,
.sub1_3 .main2 .swiper-slide img ,
.sub1_3 .main3 .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub1_3 .swiper-button-next,
.sub1_3 .swiper-button-prev{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.sub1_3 .swiper-button-next{
    background-image: url("../images/common/icon_nxt.svg");
}

.sub1_3 .swiper-button-prev{
    background-image: url("../images/common/icon_prv.svg");

}

@media screen and (max-width: 1400px) {

    .sub1_1 .sec_1 > div {
        gap: 0 100px;
    }

    .sub1_1 .sec_1 .imgbox .img{
        width: 300px;
        height: 300px;
    }

    .sub1_1 .sec_1 .imgbox .img img{
        width: 150px;
    }

    .sub1_1 .sec_1 .imgbox .name span{
        display: block;
    }

    #sub_wrap.clinic .sys .inner{
        width: 100%;
    }


    .sys_sd .swiper-slide .tbox {
        padding-top: 0;
    }

    .sys_sd .swiper-slide .img{
        width: 40%;
    }

    .sys_sd .swiper-slide .tbox h4 {
        font-size: 1.5em;
        width: 90%;
        font-weight: 500;
        line-height: 1.3em;
    }

    .sub1_3 .inner{
        width: 100%;
    }


}/*1400px*/



@media screen and (max-width: 1024px) {

    .m_in_scroll{
        display: block;
    }

    .m_in_scroll.close{
        display: none;
    }

    #sub_container .s_visual_area{
        height: 400px;
        padding-top: 60px;
    }

    #sub_container .s_visual_area.bg3{
        background-position: right;
    }

    .sub1_1 .sec_1 .imgbox{
        width: auto;
    }

   .sub1_1 .sec_1 .tbox h2,
   .sub1_1 .sec_2 h2 {
        font-size: 2em;
        word-break: keep-all;
    }

    .sub1_1 .sec_1 > div {
        gap: 50px 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .sub1_1 .sec_2 .inner{
        flex-wrap: wrap;
    }

    .sub1_1 .sec_2 .his{
        flex-wrap: wrap;
    }

    .sub1_2 h2.tit{
        font-size: 2em;
        word-break: keep-all;
    }

    .sub1_2 .list {
        gap: 20px;
    }

    .sub1_2 .list > div{
        width: 100%;
    }

    .sub1_2 .list > div .tbox {
        padding: 20px;
    }

    .sub1_2 .list > div .tbox p {
        width: 100%;
        word-break: keep-all;
    }

    #sub_wrap.clinic .top h1 {
        font-size: 2.2em;
        word-break: keep-all;
    }

    #sub_wrap.clinic .top .cln_mn{
        gap: 10px;
    }

    #sub_wrap.clinic .top .cln_mn{
        margin-bottom: 30px;
    }

    #sub_wrap.clinic .top .cbox{
        flex-wrap: wrap;
    }

    #sub_wrap.clinic .top .tbox {
        padding-right: 0;
        margin-top: 30px;
    }

    #sub_wrap.clinic .top .img{
        height: 300px;
    }

    .sub6_2 section:not(:last-child) {
        margin-bottom: 50px;
    }

    #sub_wrap.clinic .top .cbox h2{
        font-size: 2em;
    }

    #sub_wrap.clinic .info h3{
        font-size: 2em;
    }

    #sub_wrap.clinic .info h3 {
        word-break: keep-all;
    }

    #sub_wrap.clinic .info .cbox {
        padding: 40px 20px !important;
        width: 90%;
        margin-top: -320px;
    }

    #sub_wrap.clinic .info .tit_box {
        padding: 50px 20px 0 20px;
    }

    #sub_wrap.clinic .info .cbox > div:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #sub_wrap.clinic .top .cbox h2,
    #sub_wrap.clinic .part h2 {
        font-size: 2em;
    }

    #sub_wrap.clinic .part{
        padding-bottom: 50px;
    }

    /*게시판*/

    /* 게시판 */
    .bo_sch_wrap{
        justify-content: space-between;
    }
    .board_noti li a{
        padding: 10px 10px;
        position: relative;
    }
    .board_noti li a .num{
        width: 33px;
        position: absolute;
        left: 0;
        top: 13px;
        line-height: 28px;
    }
    .board_noti li a .num img{
        width:20px
    }
    .board_noti li a .num .noti_tag{
        width: 100%;
        padding: 0;
        border-radius: 0;
        font-size: 13px;
        line-height: 28px;
    }
    .board_noti li a .date{
        white-space: nowrap;
    }
    .board_noti li a .cont{margin-left: 0;flex: inherit;width: calc(100% - 80px);padding-left: 31px;}
    .board_noti li a .tit{
        font-size: 16px;
        line-height:1.4;
        margin-top:6px;
        margin-bottom:6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .board_noti li a .count{
        display: none;
    }
    .board_noti li a .date strong{
        font-size: 14px;
        font-weight: 400;
    }
    .board_noti.ver_2 li a .num{
        display: none;
    }
    .board_noti.ver_2 li a{
        justify-content: flex-start;
    }
    .board_noti li a .game{
        margin-left: 5px;
    }
    .board_noti li a .team{
        width: auto;
        padding: 0 5px;
    }
    .board_wrap .bo_view_hd{
        padding: 12px;
    }
    .board_wrap .bo_view_hd .tit{
        margin-bottom: 10px;
    }
    .board_wrap .bo_view_cont{
        padding: 24px 12px;
    }
    .bo_sch_wrap{
        flex-wrap: wrap;
    }
    .board_wrap fieldset.inflex .sch_bar .sch_input{
        width: 80%;
    }
    .board_wrap  fieldset.inflex .sch_bar .sch_btn{
        width:20%
    }
    .board_wrap fieldset.inflex .sch_bar .sch_btn img{
        height: 15px;
    }
    .board_wrap fieldset.inflex .sch_bar{
        width: 65%;
        padding: 0 10px;
    }
    .board_wrap .pg_wrap{
        margin-top: 20px;
    }

    .bo_view_file {
        padding: 20px 0;
        border-bottom: 1px solid #000;
    }


}/*1024px*/


@media screen and (max-width: 768px) {

    #sub_wrap.clinic .info h3 {
        font-size: 1.8em;
        word-break: keep-all;
    }

    #sub_wrap.clinic .info .cbox > div{
        flex-wrap: wrap;
    }

    #sub_wrap.clinic .info .cbox > div ul {
        margin-top: 20px;
        width: 100%;
    }

    #sub_wrap.clinic .info .cbox > div ul li {
        gap: 0 20px;
        padding: 20px;
    }

    #sub_wrap.clinic .part .tit_box{
        margin-bottom: 30px;
    }

    .table_title_scroll .table_tbody_th_rd {
        min-width: 768px;
    }

}/*768*/

@media screen and (max-width: 640px) {

    .sys_sd {
        padding: 20px 0 0 0;
    }

    .sys_sd .swiper-slide .img{
        width: 100%;
        margin-top: 20px;
    }

    .arrow-box {
        bottom: 0;
        width: 250px;
        height: 50px;
        background: rgba(0 0 0 / 50%);
    }

    #sub_wrap.clinic .sys.ptb {
        padding: 30px 0 50px 0;
    }

    .sub1_3 .tab-btn {
        padding: 10px 0;
    }

    .sub1_3 .main1, .sub1_3 .main2, .sub1_3 .main3 {
        height: auto;
    }

    .sub1_3 .swiper-button-next, .sub1_3 .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

}

