#container{
    width: 100%;
    padding: 100px 0 50px;
}


/* sub1_1 */
.sub_title{
    width: 100%;
    color: #3598f3;
    font-size: 22px;
    text-align: center;
    font-family: 'S-CoreDream-8Heavy';
}

.sub_tab{
    width: 100%;
    margin-top: 30px;
}

.sub_tab ul{
    width: 100%;
    display: inline-block;
}

.sub_tab ul li{
    text-align: center;
    cursor: pointer;
    font-family: 'S-CoreDream-6Bold';
    color: #3598f3;
    height: 35px;
    line-height: 33px;
    font-size: 12px;
    float: left;
    width: 49.5%;
    border: 1px solid rgba(53, 151, 243, 0.3);
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 5px;
    margin-right: 1%;
}

.sub_tab ul li:nth-child(2n){
    margin-right: 0;
}

.sub_tab ul li:nth-child(3),
.sub_tab ul li:last-child{
    margin-bottom: 0;
}

.sub_tab ul li.on{
    color: #fff;
    background-color: #3598f3;
    border-radius: 50px;
}

.sub_content{
    width: 100%;
    padding-top: 50px;
}

.ceo_section,
.sub1_1_sec{
    width: 100%;
}

.sub1_1_sec{
    margin-top: 50px;
}

.ceo_section{
    display: block;
}

.ceo_text{
    width: 100%;
}

.ceo_img{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.text01{
    font-family: 'S-CoreDream-4Regular';
    color: #111;
    font-size: 18px;
    width: 100%;
    text-align: center;
    word-break: keep-all;
}

span.blue02{
    font-family: 'S-CoreDream-8Heavy';
    color: #3598f3;
}

.text02{
    color: #111;
    font-family: 'Cafe24Shiningstar';
    font-style: italic;
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
    word-break: keep-all;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    letter-spacing: -1px;
}

.ceo_img img{
    width: 58%;
    padding-left: 0;
}

.info{
    position: absolute;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    text-align: right;
    right: 43%;
    top: 20px;
    font-size: 11px;
    line-height: 20px;
}

.info span{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.info span strong{
    font-family: 'S-CoreDream-6Bold';
}

.sub_title02{
    width: 100%;
    text-align: center;
    font-family: 'S-CoreDream-6Bold';
    font-size: 20px;
    color: #3598f3;
}

.sub_title02 span{
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    display: block;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    word-break: keep-all;
}

.sub_title02 span strong{
    font-family: 'S-CoreDream-6Bold';
}

.sub1_1_con{
    width: 100%;
    margin-top: 30px;
}

.con_box{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    overflow: hidden;
}

.con_box:last-child{
    margin-bottom: 0;
}

.con_box img{
    width: 80%;
}

.text_box02{
    width: 95%;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: -75%;
    margin-top: 120px;
}

.text_box02_l{
    padding: 5px 10px;
    box-sizing: border-box;
    margin-left: 0%;
    margin-right: -75%;
    text-align: right;
}

.text_box02 p{
    color: #111;
    font-family: 'S-CoreDream-6Bold';
    display: inline;
    background-image: linear-gradient(
          transparent 40%,
          rgba(53, 152, 243, 0.7) 100%,
          transparent 100%
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
    word-break: keep-all;
    line-height: 30px;
    letter-spacing: -1px;
}

.text_box02 span{
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    display: block;
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    word-break: keep-all;
    letter-spacing: -1px;
}

.history_bg{
    width: 250px;
    margin: 0 auto;
    border-left: 2px solid #3598f3;
    box-sizing: border-box;
}

.history{
    width: 100%;
    display: flex;
    align-items: baseline;
}

.history:not(:last-child){
    margin-bottom: 30px;
}

.year{
    width: 60px;
    text-align: center;
    padding: 3px 0;
    font-family: 'S-CoreDream-8Heavy';
    font-size: 16px;
    color: #3598f3;
    border-top: 2px solid #3598f3;
    border-bottom: 2px solid #3598f3;
    background-color: #fff;
    margin-left: -30px;
}

.history_con_group{
    width: 100%;
    margin-right: -30px;
    padding-left: 20px;
}

.history_con{
    display: flex;
    align-items: flex-start;
}

.history_con02{
    align-items: flex-start;
}

.history_con:not(:last-child){
    margin-bottom: 10px;
}

.history_con p{
    font-family: 'S-CoreDream-6Bold';
    color: #111;
    font-size: 14px;
    margin-right: 10px;
}

.history_con span{
    color: #111;
    font-size: 12px;
    font-family: 'S-CoreDream-3Light';
    line-height: 20px;
    word-break: keep-all;
}


/* sub1_2 */
.sub1_2_tab{
    width: 100%;
}

.sub1_2_tab ul{
    width: 100%;
    border-bottom: 2px solid #000011;
    padding-bottom: 10px;
    display: inline-block;
}

.sub1_2_tab ul li{
    text-align: center;
    font-family: 'S-CoreDream-4Regular';
    color: #111;
    cursor: pointer;
    box-sizing: border-box;
    background-size: 0 0;
    width: 50%;
    float: left;
    font-size: 14px;
    padding: 5px 0;
}

.sub1_2_tab ul li:first-child{
    background-image: linear-gradient(
          transparent 70%,
          rgba(255, 133, 78, 0.5) 30%
    );
}

.sub1_2_tab ul li:nth-child(2){
    background-image: linear-gradient(
          transparent 70%,
          rgba(0, 186, 242, 0.5) 30%
    );
}

.sub1_2_tab ul li:nth-child(3){
    background-image: linear-gradient(
          transparent 70%,
          rgba(138, 116, 239, 0.5) 30%
    );
}

.sub1_2_tab ul li:nth-child(4){
    background-image: linear-gradient(
          transparent 70%,
          rgba(95, 158, 69, 0.5) 30%
    );
}

.sub1_2_tab ul li:last-child{
    background-image: linear-gradient(
          transparent 70%,
          rgba(241, 160, 202, 0.5) 30%
    );
}

.sub1_2_tab ul li.on02{
    display: inline;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: center;
    font-family: 'S-CoreDream-6Bold';
}

.fix_text2 .fix_t03{
  font-family: 'Cafe24Shiningstar' !important;
}

.fix_t04{
  font-family: 'Cafe24Shiningstar' !important;
}

.sub_tab_content{
    width: 100%;
    display: none;
}

.on02{
    display: block;
}

.teacher_section{
    width: 100%;
    padding: 30px 0;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.teacher_section:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.text_box03{
    width: 100%;
}

.teacher_img{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.teacher_img img{
    width: 65%;
}

.teacher_img01{
    height: 100%;
}

.text_box03>span{
    letter-spacing: -1px;
    color: #111;
    display: block;
    font-family: 'S-CoreDream-4Regular';
    font-size: 12px;
    line-height: 25px;
    word-break: keep-all;
}

span.writing_pont{
    font-family: 'Cafe24Shiningstar';
    font-size: 20px;
}

.text_box03>span:not(:last-child){
    margin-bottom: 15px;
}

span.writing_pont strong{
    font-family: 'Cafe24Shiningstar' !important;
}

.text_box03 span strong{
    /* font-weight: bold; */
      font-family: 'S-CoreDream-6Bold';
}

span.blue_t{
    font-size: 24px;
    color: #3598f3;
    font-weight: bold;
}

span.blue_t02{
    font-size: 24px;
    color: #3598f3;
}

span.blue_t03{
    font-size: 24px;
    color: #3598f3;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
}

.teacher_info{
    position: absolute;
    text-align: right;
    width: 100%;
    top: 50px;
    right: 53%;
}

span.t_i01{
    font-family: 'S-CoreDream-4Regular';
    font-size: 12px;
    color: #111;
}

.teacher_info p{
    font-size: 16px;
    color: #111;
    font-family: 'S-CoreDream-6Bold';
    margin: 5px 0 0;
}

span.t_i02{
    font-family: 'S-CoreDream-4Regular';
    font-size: 10px;
    color: #111;
}

.teacher_img02{
    width: 100%;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
}

.teacher_img02 img{
    width: 60%;
}

.text_box03_1{
    width: 100%;
}

.teacher_info02{
    text-align: left;
    bottom: 20px;
    left: 53%;
}

.teacher_info03 span.t_i01{
    font-size: 12px;
}

.teacher_info03 p{
    font-size: 16px;
    font-family: 'S-CoreDream-5Medium';
}

.text_box03_2{
    width: 100%;
}

.teacher_img03{
    width: 100%;
    margin-bottom: 20px;
}

.teacher_img03 img{
    width: 57%;
}

.teacher_img04{
    width: 100%;
}

.teacher_img04 img{
    width: 55%;
}

.teacher_img05{
    justify-content: flex-start;
}

.text_box03_3{
    width: 100%;
}

.text_box03_4{
    width: 100%;
}


/* sub1_3 */
.sec01{
    width: 100%;
}

.sec01>span{
    font-size: 20px;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    text-align: center;
    display: block;
}

.sec01 ul{
    display: table;
    width: 350px;
    margin: 20px auto 0;
}

.sec01 ul li{
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: 350px 150px;
    box-sizing: border-box;
    width: 100%;
    /* float: left; */
    height: 150px;
    padding: 0 5px;
    margin-right: 2%;
    margin-bottom: 5px;
}

.sec01 ul li:first-child{
    background-image: url(../images/sub1_3_box01.jpg);
}

.sec01 ul li:nth-child(2){
    background-image: url(../images/sub1_3_box02.jpg);
}

.sec01 ul li:nth-child(3){
    background-image: url(../images/sub1_3_box03.jpg);
}

.sec01 ul li:nth-child(4){
    background-image: url(../images/sub1_3_box04.jpg);
}

.sec01 ul li:last-child{
    background-image: url(../images/sub1_3_box05.jpg);
}

.sec01 ul li:nth-child(2n){
    margin-right: 0;
}

.sec01 ul li:nth-child(3),
.sec01 ul li:last-child{
    margin-bottom: 0;
}

.t_box{
    width: 100%;
    height: 100%;
    position: relative;
}

.box_title{
    width: 100%;
    text-align: center;
    font-family: 'S-CoreDream-5Medium';
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    /* padding-top: 15px; */
    padding-top: 4px;
}

.box_title span{
    font-size: 14px;
    font-family: 'S-CoreDream-6Bold';
    display: block;
}

.fix_small_t strong {
    font-family: 'S-CoreDream-6Bold';
    background-image: linear-gradient( transparent 70%, rgba(232, 96, 167, 0.5) 30% );
    display: inline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.fix_box_middle p {
  font-size: 16px !important;
}

.fix_small_t strong::before{
  content: none !important;
}

.box_middle{
    font-family: 'S-CoreDream-4Regular';
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 10px;
    /* bottom: 40px; */
    bottom: 17px;
    line-height: 15px;
    word-break: keep-all;
}

.box_middle span{
    font-family: 'S-CoreDream-6Bold';
}

.box_middle p{
    font-size: 14px;
    font-family: 'S-CoreDream-8Heavy';
}

.sec01 ul li:first-child .box_middle p,
.sec01 ul li:nth-child(4) .box_middle p{
    margin-bottom: 30px;
}

.sec01 ul li:nth-child(2) .box_middle p,
.sec01 ul li:nth-child(3) .box_middle p,
.sec01 ul li:last-child .box_middle p{
    margin-bottom: 15px;
    line-height: 20px;
}

.sec02{
    width: 100%;
    margin-top: 80px;
}

.sec02_title{
    width: 100%;
    position: relative;
}

.sec02_title>span{
    color: #111;
    font-size: 12px;
    font-family: 'S-CoreDream-4Regular';
    display: block;
    text-align: center;
    word-break: keep-all;
}

.sec02_title>span>span{
    font-size: 18px;
    font-family: 'S-CoreDream-6Bold';
    display: block;
    line-height: 25px;
}

span.orange02{
    color: #ff854e;
}

span.blue03{
    color: #00baf2;
}

span.purple02{
    color: #8a74ef;
}

span.green02{
    color: #5f9e45;

}

span.pink02{
    color: #e860a7;
}

span.pink02{
    color: var(--pink);
}


.sec02_title p{
    font-size: 16px;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    margin-top: 10px;
    text-align: center;
    word-break: keep-all;
}

.sec02_title p strong{
    font-family: 'S-CoreDream-6Bold';
}

.sec02_title img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    top: -25px;
}

.sec02_conimg{
    width: 100%;
    margin-top: 20px;
}

.sec02_conimg img{
    width: 100%;
}

.sec02_btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.sec02_btn a{
    width: 200px;
    height: 35px;
    border-radius: 50px;
    font-family: 'S-CoreDream-6Bold';
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    display: block;
}

.sec02_btn a.or{
    background-color: rgba(255, 133, 78, 0.6);
}

.sec02_btn a.bl{
    background-color: rgba(0, 186, 242, 0.6);
}

.sec02_btn a.pu{
    background-color: rgba(138, 116, 239, 0.6);
}

.sec02_btn a.gr{
    background-color: rgba(95, 158, 69, 0.6);
}

.sec02_btn a.pi{
    /* background-color: rgba(241, 160, 202, 0.6); */
    background-color: var(--pink);
    opacity: 0.6;
}

.sec02_btn a.pi2{
    background-color: #ec8cbe;
}

/* sub1_4 */
.map_box{
    width: 100%;
}

.map_box img{
    width: 100%;
}

.map_box02{
  width: 100%;
  margin-top: 50px;
}
.map_box02 img{
    width: 100%;
}

ul.map_infomation{
    width: 100%;
    margin-top: 10px;
}

ul.map_infomation li{
    width: 100%;
    display: block;
}

ul.map_infomation li.map_title{
  font-family: 'S-CoreDream-6Bold';
  font-size: 20px;
  color: #111;
}

ul.map_infomation li:not(:last-child){
    margin-bottom: 20px;
}

.map_title{
    border-radius: 50px;
    color: #fff;
    font-family: 'S-CoreDream-7ExtraBold';
    text-align: center;
    width: 80%;
    margin: 0 auto 10px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.map_title_or{
    background-color: #ff854e;
}

.map_title_bl{
    background-color: #00baf2;
}

.map_title_pu{
    background-color: #8a74ef;
}

.map_title_gr{
    background-color: #5f9e45;
}

.map_address{
    font-family: 'S-CoreDream-4Regular';
    color: #111;
    text-align: center;
    width: 100%;
    font-size: 14px;
    word-break: keep-all;
    margin-bottom: 5px;
}

.tel_number{
    display: flex;
    align-items: center;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    width: 100%;
    font-size: 14px;
    justify-content: center;
}

.tel_number a{
    color: #111;
}

.tel_number img{
    width: 15px;
    margin-right: 5px;
}


/* sub2_1 */
.sub2_1_title{
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-family: 'S-CoreDream-6Bold';
}

.sub2_1_title_or{
    color: #ff854e;
}

.category{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'S-CoreDream-6Bold';
    font-size: 14px;
    color: #fff;
    padding: 2px 10px;
}

.category_or{
    background-color: #ff854e;
}

.sub2_1_sec01{
    width: 100%;
    margin-top: 20px;
}

.sub2_1_title02{
    width: 100%;
    font-size: 18px;
    color: #111;
    font-family: 'S-CoreDream-3Light';
    margin-bottom: 60px;
    text-align: center;
}

span.black02{
    font-family: 'S-CoreDream-6Bold';
    color: #111;
}

.small_t{
    width: 100%;
    text-align: center;
    color: #111;
    font-size: 12px;
    line-height: 20px;
    font-family: 'S-CoreDream-4Regular';
    margin-top: 10px;
    word-break: keep-all;
    letter-spacing: -1px;
}

.small_t strong{
    font-family: 'S-CoreDream-6Bold';
}

.sub2_1_sec01_img{
    width: 100%;
    margin-top: 20px;
}

.sub2_1_sec01_img_add{
    padding-top: 20px;
}

.sub2_1_sec01_img img{
    width: 100%;
}

.sub2_1_sec02{
    margin-top: 50px;
    width: 100%;
}

.fix_reduce_margin2{
  margin-top: 20px !important;
}

.sub2_1_title03{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'S-CoreDream-6Bold';
}

.mini_section{
    width: 100%;
    margin-top: 20px;
}

.mini_section_title{
    width: 100%;
    text-align: center;
}

.mini_section_title p{
    font-size: 16px;
    color: #111;
    font-family: 'S-CoreDream-6Bold';
    line-height: 1.5;
    display: inline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 10px;
}

.mini_section_title_or p{
    background-image: linear-gradient(
          transparent 70%,
          rgba(255, 133, 78, 0.5) 30%
    );
}

.mini_section_title span{
    display: block;
    font-size: 11px;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    margin-top: 5px;
    word-break: keep-all;
    line-height: 20px;
    letter-spacing: -1px;
}

.slide_img_container{
    margin-top: 10px;
    width: 100%;
}

.slide_img_box{
    width: 100%;
    display: flex !important;
}

.slide_img{
    width: 25%;
    height: 100%;
    overflow: hidden;
}

.slide_img img{
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.mini_sec_tab{
    width: 100%;
    margin-top: 10px;
}

.mini_sec_tab ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini_sec_tab ul li{
    font-family: 'S-CoreDream-4Regular';
    text-align: center;
    border: 2px solid #ccc;
    color: #999;
    box-sizing: border-box;
    cursor: pointer;
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 25px;
}

.mini_sec_tab ul li.on03{
    color: #ff854e;
    border: 2px solid #ff854e;
}

.mini_sec_tab ul li:nth-child(2){
    margin: 0 10px;
}

.sub2_1_sec03{
    width: 100%;
    margin-top: 70px;
}

.sub2_1_sec03 .sec02_title>span strong{
    font-family: 'S-CoreDream-6Bold';
}

.sub2_1_sec03_img{
    width: 100%;
    margin-top: 20px;
}

.sub2_1_sec03_img img{
    width: 100%;
}

.mini_sec_tabcon{
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
}

div.on03{
    height: 100%;
}

.sub2_1_sec04{
    margin-top: 50px;
}
.sub2_1_sec04 li:last-child{
    margin-top: 50px;
}
.sub2_1_sec04 .sec02_title{
    margin-bottom: 30px;
}
.s2_1_sec04_con{
    margin-top: 20px;
}
.s2_1_sec04_con .title{
    font-family: 'S-CoreDream-6Bold';
    font-size: 16px;
    background-image: linear-gradient(transparent 70%, rgba(0,186,242,1) 30%);
    display: inline;
}
.s2_1_sec04_con .content{
    margin-top: 10px;
    font-family: 'S-CoreDream-4Regular';
    font-size: 12px;
    line-height: 1.8;
}


/* sub2_2 */
.sub2_1_title_bl{
    color: #00baf2;
}

.category_bl{
    background-color: #00baf2;
}

.sub2_2_sec01{
    width: 100%;
    margin-top: 20px;
}

.sub2_2_title02{
    margin-bottom: 20px;
    word-break: keep-all;
}

.sub2_2_sec02{
    width: 100%;
    margin-top: 50px;
}

.sub2_2_tab{
    width: 100%;
}

.sub2_2_tab ul{
    padding-bottom: 10px;
    border-bottom: 1px solid #00baf2;
    display: flex;
}

.sub2_2_tab ul li{
    width: 50%;
    text-align: center;
    color: #111;
    font-size: 16px;
    font-family: 'S-CoreDream-4Regular';
    cursor: pointer;
}

.sub2_2_tab ul li.on04{
    background-image: linear-gradient(
          transparent 75%,
          rgba(0, 186, 242, 0.5) 25%
    );
    display: inline;
    background-repeat: no-repeat;
    background-size: 70% 100%;
    background-position: center;
    font-family: 'S-CoreDream-6Bold';
}

.sub2_2_tabcon{
    width: 100%;
    padding-top: 30px;
    display: none;
}

.sub2_2_tabcon_img01 img{
    width: 100%;
}

.sub2_1_sec03_img img{
    width: 100%;
}

div.on04{
    display: block;
}

table.storybook{
    width: 100%;
    border-collapse: collapse;
}

table.storybook th{
    width: 25%;
    padding: 5px 0;
    font-size: 14px;
    font-family: 'S-CoreDream-6Bold';
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #111;
}

table.storybook td{
    width: 25%;
    text-align: center;
    font-size: 12px;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

table.storybook td span{
    font-size: 10px;
    word-break: keep-all;
    letter-spacing: -0.5px;
}

table.storybook td span strong{
    font-size: 12px;
    display: block;
    font-family: 'S-CoreDream-6Bold';
}

.small_t02{
    margin-top: 10px;
    word-break: keep-all;
}

ul.blue_box{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
}

ul.blue_box li{
    width: 49%;
    height: 130px;
    border: 2px solid #00baf2;
    box-sizing: border-box;
    float: left;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.blue_box li:nth-child(2n){
    margin-right: 0;
}

ul.blue_box li:nth-child(2n-1){
    margin-right: 2%;
}

ul.blue_box li:nth-child(5),
ul.blue_box li:last-child{
    margin-bottom: 0;
}

.box_text02{
    color: #111;
    font-size: 12px;
    text-align: center;
    font-family: 'S-CoreDream-4Regular';
    line-height: 20px;
}

.box_text02 strong{
    font-size: 14px;
    font-family: 'S-CoreDream-6Bold';
    display: block;
    margin-bottom: 10px;
}

.sub2_2_tab2{
    width: 100%;
}

.first_text{
    width: 100%;
    text-align: center;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    font-size: 12px;
    word-break: keep-all;
    line-height: 20px;
}

.first_text p{
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
    word-break: keep-all;
    padding: 0 30px;
    box-sizing: border-box;
}

.first_text p strong{
    font-family: 'S-CoreDream-6Bold';
}

.sub2_2_tab2 ul{
    width: 100%;
    margin: 20px 0 50px;
}

.sub2_2_tab2 ul li{
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 5px solid rgba(0, 186, 242, 0.3);
}

.sub2_2_tab2 ul li:first-child{
    margin-bottom: 5px;
}

.li_text{
    width: 100%;
    text-align: center;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    font-size: 10px;
    line-height: 18px;
    word-break: keep-all;
}

.li_text span{
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.li_text span p{
    font-size: 14px;
    font-family: 'S-CoreDream-6Bold';
    margin-bottom: 5px;
}

.sub2_2_tabcon_img02 img{
    width: 100%;
}

ul.circle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px;
}

ul.circle li{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: rgba(0, 186, 242, 0.3);
    font-size: 20px;
    color: #111;
    font-family: 'S-CoreDream-6Bold';
    text-align: center;
    line-height: 80px;
}

ul.circle li:not(:last-child){
    margin-right: 5px;
}

.sub2_2_sec02_img{
    margin-top: 20px;
}

.sub2_1_sec03_img03 img{
    width: 100%;
}



/* sub2_3 */
.sub2_1_title_pu{
    color: #8a74ef;
}

.category_pu{
    background-color: #8a74ef;
}

.sub2_3_text{
    width: 100%;
    text-align: center;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    font-size: 12px;
    line-height: 20px;
    word-break: keep-all;
    letter-spacing: -1px;
}

.sub2_3_text p{
    padding: 0 5px;
    font-size: 14px;
    font-family: 'S-CoreDream-6Bold';
    background-image: linear-gradient(
        transparent 70%,
        rgba(138, 116, 239, 0.5) 30%
    );
    display: inline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.sub2_2_sec02_img img{
    width: 100%;
}


/* sub2_4 */
.sub2_1_title_gr{
    color: #5f9e45;
}

.category_gr{
    background-color: #5f9e45;
}

ul.green_box{
    width: 300px;
    margin: 20px auto 0;
    display: table;
}

ul.green_box li{
    border-radius: 200px;
    background-color: rgba(95, 158, 69, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 145px;
    float: left;
    margin-bottom: 10px;
}

ul.green_box li:nth-child(2n){
    margin-left: 10px;
}

ul.green_box li:nth-child(3),
ul.green_box li:last-child{
    margin-bottom: 0;
}

.g_box_text{
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

.g_box_text strong{
    font-family: 'S-CoreDream-6Bold';
}


/* sub3_1 */
.sub3_1_sec01{
    width: 100%;
    margin-top: 20px;
}

.sub3_box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.sub3_box_or{
    border: 5px solid #ff854e;
}

.sub3_box_text{
    width: 100%;
    text-align: center;
}

p.sub3_t01{
    font-size: 20px;
    font-family: 'S-CoreDream-6Bold';
    margin-bottom: 10px;
}

p.sub3_t02{
    font-size: 16px;
    font-family: 'S-CoreDream-4Regular';
    color: #111;
    margin-bottom: 3px;
}

p.sub3_t03{
    font-size: 12px;
    font-family: 'S-CoreDream-4Regular';
    color: #666;
    margin-bottom: 10px;
}

p.sub3_t04{
  font-size: 12px;
  font-family: 'S-CoreDream-4Regular';
  font-weight: bold;
}

p.sub3_t04 a{
    font-size: 14px;
    font-family: 'S-CoreDream-6Bold';
    color: #111;
    display: block;
}

.sub3_box_or p.sub3_t01{
    color: #ff854e;
}

.sub3_box ul{
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.sub3_box ul li{
    width: 33.33%;
    text-align: center;
    font-family: 'S-CoreDream-4Regular';
    color: #111;
    font-size: 11px;
    word-break: keep-all;
    padding: 0 5px;
    box-sizing: border-box;
}

.sub3_box ul li img{
    width: 40px;
    margin-bottom: 10px;
}

.sub3_table{
    width: 100%;
    margin-top: 20px;
    display: block;
}

.sub3_table table{
    width: 100%;
    border-collapse: collapse;
}

.sub3_table table:first-child{
    margin-bottom: 20px;
}

.sub3_table table th{
    width: 100%;
    font-family: 'S-CoreDream-6Bold';
    font-size: 16px;
    padding-bottom: 5px;
    color: #111;
    border-bottom: 1px solid #333;
}

.sub3_table table td{
    width: 100%;
    font-family: 'S-CoreDream-4Regular';
    font-size: 12px;
    color: #111;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 20px;
}

.sub3_1_sec02{
    width: 100%;
    margin-top: 40px;
}

.sub3_title{
    font-family: 'S-CoreDream-6Bold';
    color: #111;
    font-size: 20px;
    display: inline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 10px;
}

.sub3_title_or{
    background-image: linear-gradient(
        transparent 70%,
        rgba(255, 133, 78, 0.5) 30%
    );
}

.sub3_content{
    width: 100%;
    margin-top: 20px;
}

.context{
    width: 100%;
    display: flex;
    align-items: baseline;
}

.context:not(:last-child){
    margin-bottom: 5px;
}

.context span{
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    width: 90%;
    font-size: 13px;
    line-height: 23px;
    word-break: keep-all;
}

.context span strong{
    font-family: 'S-CoreDream-6Bold';
}

.circle_point{
    border-radius: 50px;
    width: 5px;
    height: 5px;
    margin: 0 10px;
}

.circle_point_or{
    background-color: #ff854e;
}

ul.circle_list{
    width: 300px;
    margin: 0 auto;
    display: table;
}

ul.circle_list li{
    width: 145px;
    height: 145px;
    float: left;
    margin-bottom: 10px;
    border-radius: 300px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.circle_list li:nth-child(2n-1){
    margin-right: 10px;
}

ul.circle_list li:last-child{
    margin-bottom: 0;
}

ul.circle_list_or li{
    border: 2px solid #ff854e;
}

.text_box04{
    font-size: 14px;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
    text-align: center;
    word-break: keep-all;
}

.text_box04 span{
    font-family: 'S-CoreDream-6Bold';
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.sub3_img{
    width: 100%;
    text-align: center;
}

.sub3_img img{
    width: 80%;
}

.r_title .category{
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
}


/* sub3_2 */
.sub3_box_bl{
    border: 5px solid #00baf2;
}

.sub3_box_bl p.sub3_t01{
    color: #00baf2;
}

.sub3_title_bl{
    background-image: linear-gradient(
        transparent 70%,
        rgba(0, 186, 242, 0.5) 30%
    );
}

.circle_point_bl{
    background-color: #00baf2;
}

ul.circle_list_bl li{
    border: 2px solid #00baf2;
}

.sub3_table td.t_left{
    text-align: center;
    padding: 8px 0;
    box-sizing: border-box;
}

.sub3_table td.t_left02{
    padding: 8px 0
}

.sub3_table td.t_left strong{
    font-family: 'S-CoreDream-6Bold';
    display: block;
    width: auto;
}


/* sub3_3 */
.sub3_box_pu{
    border: 5px solid #8a74ef;
}

.sub3_box_pu p.sub3_t01{
    color: #8a74ef;
}

.sub3_title_pu{
    background-image: linear-gradient(
        transparent 70%,
        rgba(138, 116, 239, 0.5) 30%
    );
}

.circle_point_pu{
    background-color: #8a74ef;
}

ul.circle_list_pu li{
    border: 2px solid #8a74ef;
}

.sub3_img_pu img{
    width: 60%;
}


/* sub3_4 */
.sub3_box_gr{
    border: 5px solid #5f9e45;
}

.sub3_box_gr p.sub3_t01{
    color: #5f9e45;
}

.sub3_title_gr{
    background-image: linear-gradient(
        transparent 70%,
        rgba(95, 158, 69, 0.5) 30%
    );
}

.circle_point_gr{
    background-color: #5f9e45;
}

ul.circle_list_gr li{
    border: 2px solid #5f9e45;
}

.sub3_img_gr img{
    width: 60%;
}

.sub3_title_box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
    
}

.sub3_title_box p{
    font-size: 12px;
    color: #111;
    font-family: 'S-CoreDream-4Regular';
}


/* sub4_1 */
.sub_tab02 ul{
    width: 100%;
    display: flex;
}

.sub_tab02 ul li{
    width: 49.5%;
    margin-bottom: 0;
}

table.notice{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table.notice th{
    color: #111;
    font-family: 'S-CoreDream-6Bold';
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    font-size: 14px;
}

table.notice td{
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    font-family: 'S-CoreDream-4Regular';
    color: #111;
    border-bottom: 1px solid #ccc;
}

table.notice td:nth-child(2){
    text-align: left;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
}

table.notice td:nth-child(2) p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.notice td:nth-child(3),
table.notice td:last-child{
    color: #666;
    font-size: 12px;
}

.list_title{
    display: flex;
    align-items: center;
    width: 100%;
}

.new{
    color: #fff;
    font-family: 'S-CoreDream-7ExtraBold';
    background-color: #3598f3;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
}

table.notice th:first-child,
table.notice td:first-child{
    width: 10%;
}

table.notice th:nth-child(2),
table.notice td:nth-child(2){
    width: 50%;
}

table.notice th:nth-child(3),
table.notice td:nth-child(3){
    width: 25%;
}

table.notice th:last-child,
table.notice td:last-child{
    width: 15%;
}

.notice_btn{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice_btn a{
    font-size: 14px;
    color: #111;
    font-family: 'S-CoreDream-5Medium';
    margin: 0 10px;
}

.notice_btn a.num{
    color: #3598f3;
}


/* sub4_1_detail */
table.notice_detail{
    width: 100%;
    border-collapse: collapse;
}

table.notice_detail th{
    width: 100%;
    font-size: 16px;
    color: #111;
    font-family: 'S-CoreDream-6Bold';
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

table.notice_detail td{
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'S-CoreDream-4Regular';
    color: #111;
    border-bottom: 1px solid #ccc;
}

table.notice_detail td.detail_text{
  padding: 10px;
  line-height: 25px;
}

.detail_info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail_info p{
    font-family: 'S-CoreDream-4Regular';
    font-size: 14px;
    color: #666;
}

.notice_detail_btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.notice_detail_btn a{
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #3598f3;
    box-sizing: border-box;
    text-align: center;
    font-family: 'S-CoreDream-6Bold';
    color: #3598f3;
    border-radius: 50px;
}


/* sub5 */
ul.sns{
    width: 270px;
    margin: 0 auto;
    display: block;
}

ul.sns li{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

ul.sns li:first-child{
    background-color: #36ac37;
    margin-bottom: 10px;
}

ul.sns li:last-child{
    background-color: #00baf2;
}

.sns_title_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sns_title_box img{
    width: 40px;
    margin-right: 10px;
}

.sns_title_box p{
    font-size: 20px;
    color: #fff;
    font-family: 'S-CoreDream-2ExtraLight';
}

.sns_title_box p strong{
    font-family: 'S-CoreDream-8Heavy';
}


/* sub6 */
.review_write_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -30px;
}

.review_write_btn a{
    border: 1px solid #3598f3;
    box-sizing: border-box;
    text-align: center;
    font-family: 'S-CoreDream-6Bold';
    color: #3598f3;
    border-radius: 50px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

table.review{
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
    table-layout: fixed;
}

table.review th{
  padding-bottom: 5px;
  font-size: 14px;
    color: #111;
    font-family: 'S-CoreDream-6Bold';
    border-bottom: 1px solid #333;
}

table.review td{
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    font-family: 'S-CoreDream-4Regular';
    color: #111;
    border-bottom: 1px solid #ccc;
}

table.review td:nth-child(4){
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px;
}

.list_title03 p.p_title{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.review td:nth-child(5),
table.review td:last-child{
    color: #666;
    font-size: 12px;
}

table.review th:first-child,
table.review td:first-child{
    width: 10%;
}

table.review th:nth-child(2),
table.review td:nth-child(2){
    width: 30%;
}

table.review th:nth-child(3),
table.review td:nth-child(3){
    display: none;
}

table.review th:nth-child(4),
table.review td:nth-child(4){
    width: 35%;
}

table.review th:nth-child(5),
table.review td:nth-child(5){
    display: none;
}

table.review th:last-child,
table.review td:last-child{
    width: 25%;
}


/* sub6_detail */
.r_category{
    width: 100%;
    text-align: center;
    font-size: 0.750em;
}

.r_score{
    width: 100%;
    display: block;
    text-align: center;
}

.score_title{
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    margin: 7px 0;
}

.st{
    font-family: 'S-CoreDream-4Regular';
    color: #111;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
}


/* sub6_write */
table.review_w th{
    font-family: 'S-CoreDream-4Regular';
    font-weight: normal;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
    width: 25%;
    padding: 10px;
    font-size: 14px;
}

table.review_w td.btn_section{
    width: 75%;
    padding: 10px 0;
    border-bottom: 1px solid #333;
}

.buttons{
    width: 100%;
    display: flex;
}

.buttons02{
    margin-bottom: 3px;
}

.buttons03{
    display: inline-block;
}

.buttons03 .btn{
    float: left;
}

.btn{
    font-family: 'S-CoreDream-4Regular';
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    width: 45px;
    border-radius: 10px;
    margin: 2px 0;
}

.btn:not(:last-child){
    margin-right: 3px;
}

.btn01{
    width: 90px;
}

.bth_or{
    border: 1px solid rgba(255, 133, 78, 0.9);
    color: #ff854e;
}

.bth_bl{
    border: 1px solid rgba(0, 186, 242, 0.9);
    color: #00baf2;
}

.bth_pu, .btn_not{
    border: 1px solid rgba(138, 116, 239, 0.9);
    color: #8a74ef;
}

.bth_gr{
    border: 1px solid rgba(95, 158, 69, 0.9);
    color: #5f9e45;
}

.bth_pink{
  border: 1px solid rgba(232, 96, 167, 0.9);
  color: var(--pink);
}

.bth_black{
    border: 1px solid #666;
    color: #666;
    width: 60px;
}

.on05_or{
    background-color: #ff854e;
    color: #fff;
}

.on05_bl{
    background-color: #00baf2;
    color: #fff;
}

.on05_pu{
    background-color: #8a74ef;
    color: #fff;
}

.on05_gr{
    background-color: #5f9e45;
    color: #fff;
}

.on05_pink{
    background-color: var(--pink);
    color: #fff;
}

.on05_black{
    background-color: #666;
    color: #fff;
}

.title_name{
    width: 100%;
    display: block;
}

.title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
}

.title input[type='text']{
    width: 85%;
    height: 35px;
    border: 0;
    background-color: #eee;
}

.name input[type='text']{
    width: 85%;
    height: 35px;
    border: 0;
    background-color: #eee;
}

table.review_w td textarea{
    width: 100%;
    height: 400px;
    border: 0;
    padding: 5px 0;
    font-family: 'S-CoreDream-4Regular';
}

table.review_w td textarea::placeholder{
    color: #111;
    font-size: 14px;
}

.star fieldset{
    display: inline-block; /* 하위 별점 이미지들이 있는 영역만 자리를 차지함.*/
    border: 0; /* 필드셋 테두리 제거 */
    direction: rtl; /* 이모지 순서 반전 */
}

.star input[type=radio]{
    display: none; /* 라디오박스 감춤 */
}

.star label{
    font-size: 14px; /* 이모지 크기 */
    color: transparent; /* 기존 이모지 컬러 제거 */
    text-shadow: 0 0 0 #f0f0f0; /* 새 이모지 색상 부여 */
    cursor: pointer;
}

.star input[type=radio]:checked ~ label{
    text-shadow: 0 0 0 #111; /* 마우스 클릭 체크 */
}


/*sub7*/
.sub7_title{
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 36px;
    font-family: 'S-CoreDream-6Bold';
}

.category07{
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'S-CoreDream-6Bold';
    font-size: 14px;
    color: #fff;
    padding: 2px 10px;
}

.sec07_title{
    width: 100%;
    position: relative;
}

.sec07_title>span{
    color: #111;
    font-size: 12px;
    font-family: 'S-CoreDream-4Regular';
    display: block;
    text-align: center;
    word-break: keep-all;
    padding-top: 25px;
}

.sec07_title>span>span{
    font-size: 18px;
    font-family: 'S-CoreDream-6Bold';
    display: block;
    line-height: 25px;
}

.sec07_title img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    top: 0;
    z-index: -1;
}

.sub7_title02{
    width: 100%;
    font-size: 18px;
    color: #111;
    font-family: 'S-CoreDream-3Light';
    margin: 30px 0;
    text-align: center;
}

.sub7_txt{
    width: 100%;
    text-align: center;
    color: #111;
    font-size: 13px;
    line-height: 20px;
    font-family: 'S-CoreDream-4Regular';
    margin: 10px 0 20px;
    word-break: keep-all;
    letter-spacing: -1px;
}

.sub7_txt strong{
    font-family: 'S-CoreDream-6Bold';
    position: relative;
}

.sub7_txt strong::before{
  content: "";
  width: 100%;
  height: 6px;
  background-color: rgba(255,133,78,0.5);
  position: absolute;
  bottom: -0.1px;
  z-index: -1;
}

.sub7_1_txt strong::before{
  background-color: rgba(0,186,242,0.5);
}

.sub7_3_txt strong::before{
  background-color: rgba(138,116,239,0.5);
}
.sub7_4_txt strong::before{
  background-color: rgba(95,158,69,0.5);
}

.sub7_7_txt strong::before{
  background-color: rgba(232,96,167,0.5);
}

.sub7_tech_box{
  margin: 30px 0;
  display: block;
  overflow: hidden;
}

.view_conbox{
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 10px 0 30px;
}

.view_imgbox{
  width: 100%;
  height: auto;
  margin: 20px auto 0;
  display: inline-block;
}

.view_imgbox li{
  width: 49%;
  margin-bottom: 15px;
  float: left;
  margin-right: 2%;
}

.view_imgbox li:nth-child(2n){
  margin-right: 0;
}

.view_tit{
  width: 100%;
  height: 20px;
  position: relative;
}

.view_num{
  font-family: 'S-CoreDream-9Black';
  font-size: 26px;
  letter-spacing: -0.1em;
  color: rgba(255,133,78,0.5);
  line-height: 20px;
}

.b_num{
  color: rgba(0,186,242,0.5);
}
.p_num{
  color: rgba(138,116,239,0.5);
}
.g_num{
  color: rgba(95,158,69,0.5);
}

.pink_num{
  color: var(--pink);
  opacity: 0.6;
}

.view_txt{
  font-family: 'S-CoreDream-4Regular';
  font-size: 14px;
  color: #111;
  position: absolute;
  top: 3px;
  left: 24px;
}

.view_img{
  width: 100%;
}

.view_img img{
  width: 100%;
}

.view_more{
  width: 50%;
  height: 30px;
  background-color: rgba(255,133,78,0.7);
  border-radius: 25px;
  text-align: center;
  margin: 10px auto 0 auto;
  cursor: pointer;
}

.fix_view_more{

}

.view_bl{
  background-color: rgba(0,186,242,0.7);
}
.view_pu{
  background-color: rgba(138,116,239,0.5);
}
.view_gr{
  background-color: rgba(95,158,69,0.5);
}

.more_blind{
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-family: 'S-CoreDream-6Bold';
}

.view02, .view03{
  display: none;
}

.sub07_mapbox{
  padding-top: 20px;
}

.sub07_map{
  margin-top: 20px;
  /* margin: 50px 0 30px 0; */
}

.root_daum_roughmap{
  width: 100% !important;
}


/*sub8*/
span.sub8_tit{
  display: block;
  width: 100%;
  color: #3598f3;
  font-size: 40px;
  text-align: center;
  font-family: 'S-CoreDream-8Heavy';
}

.sub8_txt{
    width: 100%;
    text-align: center;
    color: #111;
    font-size: 13px;
    line-height: 20px;
    font-family: 'S-CoreDream-4Regular';
    margin: 10px 0 20px;
    word-break: keep-all;
    letter-spacing: -1px;
}

.sub8_txt strong{
  color: #3598f3;
    font-family: 'S-CoreDream-6Bold';
    font-size: 15px;
}

.sub8_1_img{
  width: 100%;
  margin: 30px auto 0;
}

.sub8_1_img img{
  width: 100%;
}

.sub8_con{
  background: url(../images/sub8_1_bg.png) no-repeat center top;
  background-size: 110%;
  width: 100%;
  margin-top: 30px;
  height: 180px;
  padding-top: 60px;
}

.sec08_con{
  width: 90%;
  height: 40px;
  margin: 10px auto 0;
}

.sec08_con li:first-child{
  float: left;
  width: 48%;
}

.sec08_con li:last-child{
  float: right;
  width: 45%;
  margin-right:10px;
}

.sec08_con li img{
  width: 100%;
  margin: 0 auto;
}

.new_time_con{
  width: 100%;
  padding-top: 30px;
}

.new_time{
  width: 100%;
  height: 110px;
  text-align: center;
  color: #111;
  font-size: 12px;
  font-family: 'S-CoreDream-4Regular';
  display: flex;
  justify-content: center;
  position: relative;
}

.new_time::after{
  content: "";
  width: 80%;
  height: 2px;
  background-color: #3598f3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.new_time li{
  width: 110px;
  height: 110px;
  background-color: #fff;
  border: 2px solid #3598f3;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.new_time li span{
  display: block;
  color: #3598f3;
  font-family: 'S-CoreDream-6Bold';
  font-size: 16px;
}

.sub8_tech_box{
  width: 100%;
  margin-top: 50px;
}

.tech_top{
  border: 5px solid #ff854e;
  padding: 4% 2% 0 2%;
  margin-top: -10px;
  width: 90%;
  margin: 0 auto 15px auto;
}

.tech_bottom{
  border: 5px solid #00baf2;
  padding: 4% 2% 0 2%;
  width: 90%;
  margin: 0 auto 15px auto;
}

.new_contact_box{
  margin-top: 50px;
}

.contact_box{
  width: 95%;
  margin: 0 auto;
}

.contact_box li{
  width: 100%;
  margin-bottom: 10px;
}

.contact_box li img{
  width: 100%;
}


/* sub2_5 */
.sub2_1_title_gg{
    color: var(--pink);
}

.category_gg{
    background-color: var(--pink);
}

.g_box_text2{
    font-size: 14px;
    color: white;
    width: 100%;
    text-align: center;
    line-height: normal;
}

.g_box_text3{
    font-size: 11px;
    color: #000;
    font-family: 'S-CoreDream-4Regular';
    width: 100%;
    text-align: center;
    line-height: normal;
    margin-top: 8px;
}

.g_box_text2 strong,
.g_box_text3 strong
{
    font-family: 'S-CoreDream-6Bold';
}

ul.green_box_flex li{
  background-color: rgba(232, 96, 167, 0.5);
  display : flex;
  flex-direction: column;
}





/* sub3_5 */
.sub2_1_title_pi{
  color: var(--pink);
}

.sub2_1_title_pi br{
    display: none;
}

.sub3_box_pi{
    border: 5px solid var(--pink);
}

.sub3_box_pi p.sub3_t01{
    color: var(--pink);
}

.category_pi{
  background-color: var(--pink);
}

.sub3_title_pi{
    background-image: linear-gradient(
        transparent 70%,
        rgba(232, 96, 167, 0.5) 30%
    );
}

.sub3_img_pi{
  text-align: center;
}

.sub3_img_pi img{
  width: 60% !important;
}

.circle_point_pi{
    background-color: var(--pink);
}

ul.circle_list_pi li{
    border: 2px solid var(--pink);
}

.fix_sub3_table table th{
  padding-bottom: 5px;
  height: 45px;
}


.map_title_pi{
    background-color: var(--pink);
}

/* sub1_1 */

.sec02_btn a.pi2{
    background-color: #ec8cbe;
}

.add_sub1_ceo .small_t strong{
  font-family: 'S-CoreDream-6Bold';
  background-image: linear-gradient( transparent 70%, rgba(232, 96, 167, 0.5) 30% );
  display: inline;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.add_sub1_ceo .sub7_txt strong::before {
    content: none;
  }

.add_sub1_gallery .view_more{
  background-color: inherit;
}

.view_more .pi2{
  background-color: var(--pink);
}

.sub1_map_text{
  margin: 14px 0 6px;
  text-align: center;
}

.sub1_map_text p {
  font-family: 'S-CoreDream-6Bold';
  font-size:20px;
  line-height: normal;
  background-image: linear-gradient( transparent 70%, rgba(232, 96, 167, 0.5) 30% );
  display: inline;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.sub1_map_text .t1 {
  font-family: 'S-CoreDream-4Regular';
  font-size: 16px;
}

.sub1_map_text .t2 {
  font-family: 'S-CoreDream-5Medium';
  font-size: 16px;
}

.fix_normal{
  font-size: 12px !important;
      font-family: 'S-CoreDream-4Regular' !important;
}

.map_t strong {
    font-family: 'S-CoreDream-6Bold';
    background-image: linear-gradient( transparent 70%, rgba(232, 96, 167, 0.5) 30% );
    display: inline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.map_t strong::before{
  content: none !important;
}

.sub1_map {
  width: 100%;
  height: 200px;
  background-color:#f4f4f4;
  margin-bottom: 60px;
}

.add_sub1_map{
  padding: 0px 0 0 0;
}

.fix_add_marg6{
  margin-bottom: 80px;
}



ul.gallery_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 50px;
  justify-content: center;
}

ul.gallery_flex li .num{
  font-size: 26px;
  letter-spacing: -0.05em;
  color: rgba(232, 96, 167, 0.5);
  font-family: 'S-CoreDream-8Heavy'
}

ul.gallery_flex li .add_text{
  font-size: 14px;
  color: #111;
  display: inline-block;
  font-family: 'S-CoreDream-4Regular';
  transform: translateX(-9px);
}

ul.gallery_flex li img{
  width: 100%;
  transform: translateY(7px);
  margin-bottom: 30px;
}

ul.gallery_flex li{
  /* width: 390px; */
  width: 45%;
  line-height: 0px;
}
