@charset "utf-8";

.intro1 p{font-size: 1.8rem; line-height: 3.6rem; margin-top: 35px;}
.intro1 .top{display: flex; align-items: center; justify-content: space-between;}
.intro1 .top .txt h3{font-size: 3.6rem; line-height: 5.2rem; color: #000;}
.intro1 .top .img{max-width: 680px;}
.intro1 .top .img img{width: 100%;}
.intro1 .bot{margin-top: 40px; display: flex; justify-content: space-between;}
.intro1 .bot .img{max-width: 527px;}
.intro1 .bot .img img{width: 100%;}
.intro1 .bot .txt{width: 55%; padding: 60px 70px; position: relative;}
.intro1 .bot .txt::before{position: absolute; width: 100%; height: 117%; bottom: 0;left: 0; background: #f5f8fa; content: '';z-index: -1;}
.intro1 .bot .txt p:first-child{margin-top: 0;}
.intro1 .bot .txt p.name{font-weight: bold; color: #213260;font-size: 2rem;}

@media screen and (max-width:1600px){
    .intro1 p br{display: none;}
    .intro1 .top .txt{width: 49%;}
    .intro1 .top .img{width: 49%;}
    .intro1 .bot .img{width: 40%;}
}
@media screen and (max-width:1280px){
    .intro1 p{font-size: 1.6rem; line-height: 3.4rem; margin-top: 30px;}
    .intro1 p br{display: block;}
    .intro1 .top .txt h3{font-size: 3.2rem; line-height: 4.5rem;}
    .intro1 .bot .txt p br{display: none;}
}
@media screen and (max-width:1080px){
    .intro1 p br{display: none;}
    .intro1 .top{flex-wrap: wrap;}
    .intro1 .top .txt{width: 100%;}
    .intro1 .top .img{width: 100%; max-width: 100%; margin-top: 50px;}
    .intro1 .bot {flex-wrap: wrap; margin-top: 0;}
    .intro1 .bot .txt{width: 100%; order: 1; padding: 60px 40px;}
    .intro1 .bot .img{width: 100%; order: 2; max-width: 100%; margin-top: 50px;}
}
@media screen and (max-width:680px){
    .intro1 .top .txt h3{font-size: 2.8rem; line-height: 4rem;}
    .intro1 p{line-height: 2.8rem; margin-top: 20px;}
    .intro1 .bot .txt{padding: 50px 30px;}
}



.intro2{display: flex; align-items: center;}
.intro2 .img{padding-right: 3%;}
.intro2 .cont{width: 100%;}
.intro2 .cont .top{}
.intro2 .cont .top p{font-size: 2.4rem; font-weight: 600; color: #23a2b1;}
.intro2 .cont .top h3{margin-top: 0.2em; font-size: 4rem; color: #000;}
.intro2 .cont .top h3 span{font-size: 0.8em; font-weight: normal;}
.intro2 .cont .top .eng{display: block; margin-top: 26px; color: #213260; opacity: 0.4; letter-spacing: 0.3em; font-weight: 700; font-size: 1.4rem;}
.intro2 .cont .btm{position: relative; padding: 5% 3%; display: flex; gap: 1em; justify-content: space-between; margin-top: 30px; border-top:6px solid #213260; border-bottom:6px solid #213260}
.intro2 .cont .btm ul li{margin-bottom: 1em; position: relative; font-size: 1.8rem; padding-left: 0.7em; color: #777;}
.intro2 .cont .btm ul li:before{content: ''; width: 4px; height: 4px; background-color: #23a2b1; position: absolute; left: 0; top: 0.45em; border-radius: 50%;}
.intro2 .cont .btm ul li b{color: #23a2b1;}
.intro2 .cont .btm .logo{position: absolute; right: 0; bottom: 4%; opacity: 0.1;}

@media all and (max-width:1280px){
    .intro2 .cont .btm{flex-wrap: wrap;}
    .intro2 .cont .top p{font-size: 2rem;}
    .intro2 .cont .top h3{font-size: 3.5rem;}
    .intro2 .cont .top .eng{font-size: 1.3rem;}
    .intro2 .cont .btm ul li{margin-bottom: 0.8em; font-size: 1.6rem;}
}
@media all and (max-width:976px){
    .intro2{flex-direction: column;}
    .intro2 .img{padding-right: 0; margin-bottom: 50px;}
}
@media all and (max-width:568px){
    .intro2 .img img{width: 100%;}
    .intro2 .cont .top{text-align: center;}
    .intro2 .cont .top p{font-size: 1.8rem;}
    .intro2 .cont .top h3{font-size: 3rem;}
    .intro2 .cont .btm ul li{font-size: 16px;}
}


#intro3 {display:flex; height: 415px; flex-direction: row-reverse; align-items: end; position:relative; background-repeat:no-repeat; background-position:left top }
#intro3 + #intro3{margin-top: 100px;}
#intro3:after {content:''; width:12px; height:100%;  background:url('/images/sub/clinictop-txt.png')no-repeat left top; position:absolute; left:-25px; top:0}
#intro3 .sTitle  {margin-bottom:2em}
#intro3 .sTitle dt{font-size: 4.5rem;font-weight: 200; color: #333; word-break: keep-all; line-height: 6rem;}
#intro3 .cont {padding:0 0 2em 4%; width:50%}
#intro3 .cont .t1 { font-size: 1.8rem; line-height:1.5em; word-break: keep-all; color:#23a2b1; font-weight:bold;margin-bottom: 5px;}
#intro3 .cont .t2 { font-size: 1.8rem; line-height:1.5em; word-break: keep-all;}
#intro3.top1 {background-image:url('/images/sub/intro3_img1.png');}
#intro3.top2 {background-image:url('/images/sub/intro3_img2.png');}
#intro3.top3 {background-image:url('/images/sub/intro3_img3.png');}
#intro3.top4 {background-image:url('/images/sub/intro3_img4.png');}
#intro3.top5 {background-image:url('/images/sub/intro3_img5.png');}
#intro3.top6 {background-image:url('/images/sub/intro3_img6.png');}
#intro3.top7 {background-image:url('/images/sub/intro3_img7.png');}


@media all and (max-width:1399px){
    #intro3 .cont .t2 br {display:none}
	#intro3:after {left:-5px; top:10px}
}
@media all and (max-width:1280px){
    #intro3 {background-size:70% auto}
    #intro3 + #intro3{margin-top: 80px;}
}
@media all and (max-width:976px){
    #intro3 {padding-top:45vw; background-size:100% auto; height: 200%;}
    #intro3 .cont .t1, #intro3 .cont .t2 { font-size:16px; line-height:1.5em; word-break: keep-all;}
    #intro3 .sTitle dt{font-size: 4rem; line-height: 5.5rem;}
	#intro3 .cont {padding:0; width:100%; background:#FFF}
}
@media all and (max-width:640px){
    #intro3 {padding-top:60vw; background-size:120% auto}
    #intro3 + #intro3{margin-top: 60px;}
    #intro3 .sTitle dt{font-size: 3.5rem; line-height: 4rem;}
}
@media all and (max-width:480px){
    #intro3 .sTitle dt{font-size: 2.7rem; line-height: 3.5rem;}
    #intro3 + #intro3{margin-top: 40px;}
    #intro3 .cont .t1,
    #intro3 .cont .t2 { font-size:1.6rem;  }
}


#circleListLine {display:flex; justify-content:left; gap:20px; margin-top: 30px;}
#circleListLine li {width:130px; height:90px; text-align:center; border-radius:5px; display:flex; align-items: center;  justify-content:center; background: #525f83;}
#circleListLine li > dl dd {font-size:16px; color: #fff;}


@media all and (max-width:1480px){
    #circleListLine { gap:10px; }
}
@media all and (max-width:1280px){
	#circleListLine li {width: calc(100%/4 - 8px);}
}
@media all and (max-width:976px){
    #circleListLine { flex-wrap:wrap;}
    #circleListLine li > dl dd {font-size:14px;}
}
@media all and (max-width:480px){
    #circleListLine {justify-content: center; gap: 5px;}
    #circleListLine li {width: calc(100%/4 - 4px);}
}


.intro5 .info{display: flex; box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.03); z-index: 100; position: relative; width: 85%; margin: -100px auto 0;}
.intro5 .info .img{width: 35%; padding: 50px; text-align: center; display: flex; align-items: center; justify-content: center;background: #f6fbfc;}
.intro5 .info .img img{width: 100%;}
.intro5 .info ul{padding: 40px 60px; width:65%; background: #fff;}
.intro5 .info ul li + li{margin-top: 20px;}
.intro5 .info ul li h4{color: #23a2b1; font-size: 1.5rem;}
.intro5 .info ul li h3{color: #000; font-size: 2rem;margin-top: 5px; font-weight: normal;}
.intro5 .trsp{margin-top: 50px; display: flex; gap: 20px;}
.intro5 .trsp > div{width: calc(100%/3 - 13px); background: #f9f9f9;padding: 30px 40px; border-radius: 10px;}
.intro5 .trsp > div h3{color: #000; font-size: 2.5rem; margin-bottom: 20px;}
.intro5 .trsp > div p{color: #000; font-size: 1.8rem; }
.intro5 .trsp .sbw span{background: #de4552;display: inline-block; color: #fff; padding: 3px 10px; border-radius: 100px; margin-right: 5px;}
.intro5 .trsp .bus p{line-height: 2.7rem;}
.intro5 .trsp .bus p + p{margin-top: 10px;}
.intro5 .trsp .bus span{font-size: 1.4rem; margin-right: 2px; display: inline-block; line-height: 2.2rem; padding: 0px 10px; color: #fff;  background: #6175f5; border-radius: 100px;}
.intro5 .trsp .bus span.gr{background: #47af1b;}

@media all and (max-width:1280px){
    .intro5 .info{width: 95%;}
    .intro5 .trsp{flex-wrap: wrap;}
    .intro5 .trsp > div{width: calc(100%/2 - 10px);}
    .intro5 .trsp .bus{width: 100%;}
    .intro5 .trsp .bus > div{display: flex;gap: 10px 30px; flex-wrap: wrap;}
    .intro5 .trsp .bus p + p{margin-top: 0px;}
}
@media all and (max-width:980px){
    .intro5 .map_wrap{height: 400px;}
    .intro5 .info{width: 100%; margin: 0 auto; flex-wrap: wrap;}
    .intro5 .info .img{width: 100%; padding: 50px;}
    .intro5 .info .img img{max-width: 400px;}
    .intro5 .info ul{padding: 30px 40px; width:100%;}
    .intro5 .trsp > div{padding: 20px 30px;}
    .intro5 .trsp > div h3{font-size: 2.2rem;margin-bottom: 10px;}
    .intro5 .trsp > div p{font-size: 1.6rem; }
}
@media all and (max-width:680px){
    .intro5 .info ul{padding: 20px 25px;}
    .intro5 .info ul li h4{font-size: 1.3rem;}
    .intro5 .info ul li h3{font-size: 1.7rem;}
    .intro5 .trsp{margin-top: 30px;}
    .intro5 .trsp > div{width: 100%;}
}



.info1{}
.info1 .box{display: flex;}
.info1 .box .l_cont{width: 50%;}
.info1 .box .l_cont img{width: 100%; height: 100%; object-fit: cover;}
.info1 .box .r_cont{width: 50%; background: url(/images/sub/info1_bg.png) no-repeat right 40px bottom 40px / 200px, linear-gradient(120deg,#249dae,#235076); display: flex; flex-direction: column; justify-content: center; padding: 60px;}
.info1 .box .r_cont h3{text-align: center; color: #fff; font-size: 40px; margin-bottom: 50px; font-weight: 400;}
.info1 .box .r_cont h3 b{font-weight: 700; color: #fff;}
.info1 .box .r_cont .time{}
.info1 .box .r_cont .time > div{display: flex;}
.info1 .box .r_cont .time > div.bottom{margin-top: 40px; padding-top: 40px; border-top: 1px dashed #5c6d80;}
.info1 .box .r_cont .time > div .tit{width: 160px; color: #fff; font-size: 22px; font-weight: 600;}
.info1 .box .r_cont .time > div .dl_box{width: calc(100% - 160px);}
.info1 .box .r_cont .time div dl{display: flex; color: #fff; font-size: 18px; display: flex; align-items: flex-start;}
.info1 .box .r_cont .time div dl + dl{margin-top: 15px;}
.info1 .box .r_cont .time div dl dt{width: 100px;font-weight: 700;}
.info1 .box .r_cont .time div dl dd{width: calc(100% - 100px);}
.info1 .box .r_cont .time div dl.tel{}
.info1 .box .r_cont .time div dl.tel dt{}
.info1 .box .r_cont .time div dl.tel dd{color: #f0ae12; font-family: 'suit'; font-weight: 800; font-size: 28px;}
.info1 .box .r_cont .time div dl.tel dd p{line-height: 24px; margin-bottom: 15px;}

@media all and (max-width:1600px){
	.info1 .box .r_cont .time > div .tit{width: 130px;}
	.info1 .box .r_cont .time > div .dl_box{width: calc(100% - 130px);}
}
@media all and (max-width:1400px){
	.info1 .box .l_cont{max-height: 100%;}
	.info1 .box .r_cont{padding: 50px 40px;}
	.info1 .box .r_cont h3{font-size: 36px; margin-bottom: 40px;}
	.info1 .box .r_cont .time > div{flex-direction: column;}
	.info1 .box .r_cont .time > div .tit{font-size: 20px; width: 100%; margin-bottom: 20px;}
	.info1 .box .r_cont .time > div .dl_box{width: 100%;}
	.info1 .box .r_cont .time div dl{font-size: 17px;}
	.info1 .box .r_cont .time div dl + dl{margin-top: 12px;}
	.info1 .box .r_cont .time div dl dt{width: 80px;}
	.info1 .box .r_cont .time div dl dd{width: calc(100% - 80px);}
	.info1 .box .r_cont .time > div.bottom{margin-top: 30px; padding-top: 30px;}
}
@media all and (max-width:976px){
	.info1 .box{flex-direction: column;}
	.info1 .box .l_cont{width: 100%; height: 55vw;}
	.info1 .box .r_cont{width: 100%;}
	.info1 .box .r_cont h3{font-size: 32px; margin-bottom: 35px;}
	.info1 .box .r_cont .time > div .tit{font-size: 19px; margin-bottom: 16px;}
	.info1 .box .r_cont .time div dl.tel dd{font-size: 26px;}
}
@media all and (max-width:640px){
	.info1 .box .r_cont{padding: 40px 30px;}
	.info1 .box .r_cont h3{font-size: 28px; margin-bottom: 25px; text-align: left;}
	.info1 .box .r_cont .time > div .tit{font-size: 18px; margin-bottom: 13px;}
	.info1 .box .r_cont .time div dl{font-size: 16px;}
	.info1 .box .r_cont .time div dl + dl{margin-top: 10px;}
	.info1 .box .r_cont .time div dl.tel dd{font-size: 24px;}
	.info1 .box .r_cont .time > div.bottom{margin-top: 25px; padding-top: 25px;}
}
@media all and (max-width:480px){
	.info1 .box .r_cont{padding: 30px 25px;}
	.info1 .box .r_cont h3{font-size: 24px; margin-bottom: 20px;}
	.info1 .box .r_cont .time > div .tit{font-size: 17px; margin-bottom: 10px;}
	.info1 .box .r_cont .time div dl{font-size: 15px;}
	.info1 .box .r_cont .time div dl + dl{margin-top: 8px;}
	.info1 .box .r_cont .time div dl.tel dd{font-size: 22px;}
	.info1 .box .r_cont .time > div.bottom{margin-top: 20px; padding-top: 20px;}
}



.info2 .top{width: 100%; height: 300px; background: #ddd; margin-bottom: 50px; display: flex; align-items: center; justify-content: center; text-align: center; flex-wrap: wrap;align-content: center;}
.info2 .top.bg1{background: url('/images/sub/info2_bg1.png') no-repeat center center; background-size: cover;}
.info2 .top.bg2{background: url('/images/sub/info2_bg2.png') no-repeat center center; background-size: cover; margin-top: 100px;}
.info2 .top h3{width: 100%; font-size: 3.8rem; color: #fff; margin: 20px 0 10px;}
.info2 .top p{font-size: 2rem; color: #fff; width: 100%;}
#info_list {display:flex; flex-wrap:wrap; width:100%; max-width:1400px; margin:0 auto}
#info_list li {width:calc(33.3333% - 6px); margin:3px; padding:20px ;border-radius:50px; position:relative; background: #5a6789;}
#info_list li:before {content:''; width:21px; height:20px;  background:url('/images/sub/circlecheck-w.png')no-repeat left center; position:absolute; left:20px; top:22px; }
#info_list li p {padding-left:30px; font-size:1.9rem; color:#fff; font-weight:500}


@media all and (max-width:1024px) {	
    .info2 .top{margin-bottom: 30px;}
    .info2 .top.bg2{margin-top: 70px;}
    .info2 .top h3{font-size: 3.2rem;}
    .info2 .top p{font-size: 1.8rem;}
    #info_list li {width:calc(50% - 6px); margin:3px;  padding:15px }
	#info_list li:before {left:15px; top:17px;}
    #info_list li p {font-size:1.7rem;}
}
@media all and (max-width:480px) {
    .info2 .top{height: 200px; margin-bottom: 15px;}
    .info2 .top.bg2{margin-top: 40px;}
    .info2 .top img{width: 20px;}
    .info2 .top h3{font-size: 2.6rem; margin: 10px 0 5px;}
    .info2 .top p{font-size: 1.6rem;}
    #info_list li:before {top:14px;}
    #info_list li p {font-size:1.6rem;}
}


.clinic_top{display: flex; justify-content: center; position: relative; margin-top: 100px; padding-bottom: 100px;}
.clinic_top .lt{width: 50%;display: inline-block; padding-left: 250px; padding-right: 50px; position: relative; margin-top: 50px;}
.clinic_top .lt::after{content: '';display: block;width: 150%;height: 100%;box-sizing: border-box;background: #eef8f9; position: absolute;top:18%;left: 0px;z-index: -1;}
.clinic_top .lt h3{font-size: 4.5rem; color: #000; margin-bottom: 40px;}
.clinic_top .lt p{font-size:2rem; line-height: 3.5rem;}
.clinic_top .lt ul{display: flex; flex-wrap: wrap; margin-top: 40px;gap: 10px;}
.clinic_top .lt ul li{width: calc(100%/2 - 5px); text-align: center; display: flex; align-items: center; height: 80px; justify-content: center; border-radius: 10px; font-size: 1.8rem;color: #fff; background: #91d0d8;}
.clinic_top .rt{width: 50%; display: inline-block;}
.clinic_top .rt .img {width: 100%;position: relative;}
.clinic_top .rt .img:after{position: absolute; content: 'BEST SPINE CLINIC'; bottom: 0; right: 0; font-size: 3.6vw;font-weight: 900; letter-spacing:10px;color: #fff; opacity: 0.3;font-family: 'Montserrat';}
.clinic_top .rt2 .img:after{position: absolute; content: 'BEST JOINT CLINIC'; bottom: 0; right: 0; font-size: 3.6vw;font-weight: 900; letter-spacing:10px;color: #fff; opacity: 0.3;font-family: 'Montserrat';}
.clinic_top .rt3 .img:after{position: absolute; content: 'BEST S&P CLINIC'; bottom: 0; right: 0; font-size: 4vw;font-weight: 900; letter-spacing:10px;color: #fff; opacity: 0.3;font-family: 'Montserrat';}
.clinic_top .rt .img img{width: 100%;}

@media screen and (max-width:1800px){
    .clinic_top .lt{padding-left: 10%;}
}
@media screen and (max-width:1600px){
    .clinic_top .lt{padding-left: 50px; width: 40%;}
    .clinic_top .rt{width: 60%;}
}
@media screen and (max-width:1400px){
    .clinic_top{margin-top: 80px;}
    .clinic_top .lt h3{font-size: 4rem;}
    .clinic_top .lt p{font-size:1.8rem; line-height: 3rem;}
    .clinic_top .lt p br{display: none;}
    .clinic_top .lt ul li{height: 70px; font-size: 1.6rem;}
}
@media screen and (max-width:1280px){
    .clinic_top .rt .img:after{bottom: -70px; color: #23a2b1;font-size: 4vw;}
}
@media screen and (max-width:980px){
    .clinic_top{margin-top: 50px; flex-wrap: wrap; padding-bottom: 50px;}
    .clinic_top .lt{width: 100%;padding: 0 30px;}
    .clinic_top .lt::after{top: -50px; width: 100%;}
    .clinic_top .lt h3{font-size: 3.5rem; margin-bottom: 15px;}
    .clinic_top .lt p{font-size:1.6rem; line-height: 2.5rem;}
    .clinic_top .rt{width: 100%; margin-top: 50px;}
    .clinic_top .rt .img:after{bottom: 0px; color: #fff; font-size: 6vw;}
}
@media screen and (max-width:480px){
    .clinic_top{padding-bottom: 20px;}
}

.s_tit{text-align: center;}
.s_tit h3{font-size: 4rem; color: #222; margin-bottom: 30px;}
.s_tit h3 span{color: #23a2b1;}
.s_tit p{font-size: 1.8rem; line-height: 2.5rem;}

@media screen and (max-width:1280px){
    .s_tit h3{font-size: 3.5rem;}
    .s_tit p{font-size: 1.6rem;}
}
@media screen and (max-width:680px){
    .s_tit h3{font-size: 3rem;margin-bottom: 15px;}
    .s_tit p{font-size: 1.5rem; line-height: 2rem;}
}

.cause ul{display: flex; justify-content: space-between; margin-top: 60px;text-align: center; gap: 30px; flex-wrap: wrap;}
.cause ul li{width: calc(100%/5 - 24px); font-size: 1.8rem;color: #222;}
.cause ul li .img{background: #f9f9f9; margin-bottom: 20px; border-radius: 20px;}
.cause ul li .img img{max-width: 250px; width: 100%;}

@media screen and (max-width:1280px){
    .cause ul{justify-content: center;}
    .cause ul li{width: calc(100%/3 - 20px); font-size: 1.6rem;}
}
@media screen and (max-width:680px){
    .cause ul{margin-top: 30px;gap: 30px 10px;}
    .cause ul li{width: calc(100%/3 - 7px);}
    .cause ul li .img{border-radius: 10px;}
}
@media screen and (max-width:480px){
    .cause ul li{font-size: 1.5rem;}
}


.trmt{background: url('/images/sub/trmt_bg1.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg2{background: url('/images/sub/trmt_bg2.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg3{background: url('/images/sub/trmt_bg3.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg4{background: url('/images/sub/trmt_bg4.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg5{background: url('/images/sub/trmt_bg5.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg6{background: url('/images/sub/trmt_bg6.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg7{background: url('/images/sub/trmt_bg7.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg8{background: url('/images/sub/trmt_bg8.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg9{background: url('/images/sub/trmt_bg9.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg10{background: url('/images/sub/trmt_bg10.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg11{background: url('/images/sub/trmt_bg11.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg12{background: url('/images/sub/trmt_bg12.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}
.trmt.bg13{background: url('/images/sub/trmt_bg13.png') no-repeat center right / cover, rgba(255, 255, 255, 0.5);background-blend-mode: lighten;}

.trmt ul{margin-top: 60px; display: flex; flex-wrap: wrap;gap: 20px; }
.trmt ul li{width:calc(100%/4 - 15px);background: #fff; border-radius: 10px; padding: 50px 30px; box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.03);}
.trmt ul li h4{font-size: 1.8rem; font-family: 'Montserrat'; color: #235076;}
.trmt ul li h3{font-size: 2.5rem; color: #000; margin: 10px 0 20px;}
.trmt ul li p{font-size: 1.6rem;}


@media screen and (max-width:1280px){
    .trmt ul li h4{font-size: 1.6rem;}
    .trmt ul li h3{font-size: 2.2rem;}
    .trmt ul li p{font-size: 1.5rem;}
}
@media screen and (max-width:980px){
    .trmt ul li{width:calc(100%/2 - 10px);}
}
@media screen and (max-width:680px){
    .trmt ul{margin-top: 30px;}
    .trmt ul li{padding: 30px;}
}
@media screen and (max-width:480px){
    .trmt ul li{width: 100%;}
    .trmt ul li h3{margin: 5px 0 10px;}
}


.qna.bg1{background-color: #f3f3f3; padding: 120px 0; margin-bottom: 0;}
.qna .tit{font-size: 48px; color: #000; text-align: center; font-weight: 700;}
.qna .dl_box{margin-top: 60px; background: #fff;}
.qna .dl_box dl{padding:  40px; margin-top: -1px; border: 1px solid #ddd;}
.qna .dl_box dl dt{position: relative; font-size: 24px; color: #000; display: flex; align-items: center; gap:0 15px; padding-left: 65px;}
.qna .dl_box dl dt::before{content: 'Q'; background-color: #213260; color: #fff; font-size: 26px; width: 50px; height: 50px; border-radius: 100%; font-weight: 800; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.qna .dl_box dl dd{padding-left: 65px; font-size: 18px; line-height: 1.8em; color: #686868; padding-top: 15px; word-break: keep-all; font-weight: 300;}

@media all and (max-width:1440px){
	.qna .tit{font-size: 42px;}
	.qna .dl_box{margin-top: 50px;}
	.qna .dl_box dl{padding: 35px;}
	.qna .dl_box dl dt{padding-left: 55px;}
	.qna .dl_box dl dt::before{width: 46px; height: 46px; font-size: 24px;}
	.qna .dl_box dl dt{font-size: 22px;}
	.qna .dl_box dl dd{padding-top: 12px; padding-left: 55px;}
}
@media all and (max-width:1280px){
	.qna .tit{font-size: 36px;}
	.qna .dl_box{margin-top: 40px;}
	.qna .dl_box dl{padding: 32px;}
	.qna .dl_box dl dt::before{width: 44px; height: 44px; font-size: 23px;}
	.qna .dl_box dl dt{font-size: 21px;}
	.qna .dl_box dl dd{font-size: 17px;}
}
@media all and (max-width:976px){
    .qna.bg1{padding: 80px 0;}
	.qna .tit{font-size: 32px;}
	.qna .dl_box{margin-top: 35px;}
	.qna .dl_box dl{padding: 28px;}
	.qna .dl_box dl dt::before{width: 42px; height: 42px; font-size: 22px;}
	.qna .dl_box dl dt{font-size: 20px;}
	.qna .dl_box dl dd{padding-left: 0;}
}
@media all and (max-width:640px){
    .qna.bg1{padding: 60px 0;}
	.qna .tit{font-size: 28px;}
	.qna .dl_box dl{padding:25px;}
	.qna .dl_box dl dt{padding-left: 50px;}
	.qna .dl_box dl dt::before{width: 40px; height: 40px; font-size: 20px;}
	.qna .dl_box dl dt{font-size: 1.8rem;}
	.qna .dl_box dl dd{font-size: 1.5rem;}
}


.tb-style1 { width: 100%;  line-height: 1.3em; text-align: center;min-width: 580px; font-size: 1.6rem;}
.tb-style1 thead tr th {background-color: #23a2b1; color: #fff; border-bottom: 1px solid #d0e3e7; border-left:1px solid #d0e3e7;  font-size: 1.8rem; line-height: 1.7em; padding: 20px 15px;}
.tb-style1 tbody tr th{border-bottom: 1px solid #ddd; color: #222; font-weight: 600; background-color: #e3f3f5;}
.tb-style1 tbody td { padding: 15px 20px; border-left: 1px solid #d0e3e7; border-bottom: 1px solid #d0e3e7; font-size: 1.6rem;  word-break: keep-all; line-height: 1.8em;}
.tbp{display: none;}


@media screen and (max-width:767px) {
    .tb-style1 {font-size: 1.5rem;}
    .tb-style1 thead tr th {font-size: 1.6rem; padding: 15px 10px;}
}
@media all and (max-width:680px){
    .tb-scroll{width: 100%; overflow-x: scroll; }
    .tbp{display: block; margin-bottom: 10px;font-size: 1.4rem;}
}
