/*메인 타이틀*/
.main_tit {text-align: center;}
.tit_h2 {position: relative; font-size: 36px; font-weight: 500; color: #222; margin-bottom: 20px; padding-top: 35px;}
.tit_h2::before {position: absolute; content: ""; background: url(../img/icon01.png)no-repeat center; width: 22px; height: 22px; top: 0; left: 50%; transform: translateX(-50%);}
.tit_p {font-size: 18px; font-weight: 300; color: #666; word-break: keep-all; line-height: 20px;}

/*메인-전문클리닉*/
/*탭메뉴*/
.nav-tabs {margin-top: 50px;}
.nav-link {height: 50px; line-height: 50px; text-align: center; letter-spacing: -0.02em; color: #444; font-size: 16px; font-weight: 400; border: 1px solid #eee; padding: 0;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-link:hover
{color: #fff!important; background-color: #3fb54b!important; border-color: #3fb54b !important; border-radius: 0;}
.nav-tabs .nav-item {width: 14.28%; border: 1px solid #eee;}

.cont01 {padding: 100px 0;}
.cont01 .cont01_wrap {max-width: 1180px; margin: 0 auto;}
.cont01 .cont01_box {display: flex; flex-wrap: wrap; border: 1px solid #eee; border-top: 1px solid #3fb54b;}
.cont01 .cont01_box .c1_img {width: 50%;}
.cont01 .cont01_box .c1_img img {max-width: 100%;}
.cont01 .cont01_box .c1_text {width: 50%; padding: 40px 30px 0px 50px;}
.cont01 .cont01_box .c1_text h2 {font-size: 24px; font-weight: 600; color: #3fb54b; margin-bottom: 20px;}
.cont01 .cont01_box .c1_text p {font-size: 16px; font-weight: 300; color: #666; line-height: 26px; margin-bottom: 60px; word-break: keep-all;}
.cont01 .cont01_box .c1_text a {font-size: 14px; font-weight: 300; color: #666; padding-right: 40px; background: url(../img/arrow01.png)no-repeat right center; display: block; text-align: right;}
.cont01 .cont01_box .c1_text a:hover {font-weight: 500; color: #3fb54b; padding-right: 35px; transition: 0.4s ease;}

/*메인-회사소개*/
.cont02 {padding: 65px 0; background: url(../img/cont02_bg.png)no-repeat top center/cover;}
.cont02 .cont02_wrap {max-width: 1180px; margin: 0 auto;}
.cont02 .c2_box {display: flex; flex-wrap: wrap;}
.cont02 .c2_box li {display: flex; width: 25%; justify-content: center;}
.cont02 .c2_box li a {text-align: center;}
.cont02 .c2_box li a:hover {transition: 0.4s ease; opacity: 0.7;}
.cont02 .c2_box li a img {max-width: 100%;}
.cont02 .c2_box li a p {font-size: 20px; font-weight: 500; color: #333; margin-top: 20px;}

/*메인-보약이야기*/
.cont03 {padding: 100px 0;}
.cont03 .cont03_wrap {max-width: 1180px; margin: 0 auto;}
.cont03 .cont03_box {margin-top: 50px;}
.cont03 .cont03_box ul {display: flex; flex-wrap: wrap;}
.cont03 .cont03_box ul li {width: 15%; height: 450px; cursor: pointer; transition: 0.5s;}
.cont03 .cont03_box ul li.on {width: 40%; opacity: 1; transition: all 0.6s;}
.cont03 .cont03_box ul li.on .c3_box {position: relative; height: 100%;}
.cont03 .cont03_box ul li .c3_box {position: relative; height: 100%; transition: all 0.6s;}
.cont03 .cont03_box ul li .c3_boxbg {background: rgba(0,0,0,0.5); width: 100%; height: 100%; padding: 40px 0 0 30px;}
.cont03 .cont03_box ul li.on .c3_boxbg {background: rgba(0,0,0,0.2); width: 100%; height: 100%; padding: 40px;}
.cont03 .cont03_box ul li:nth-child(1) .c3_box {background: url(../img/cont03_bg01.png)no-repeat top center/cover;}
.cont03 .cont03_box ul li:nth-child(2) .c3_box {background: url(../img/cont03_bg02.png)no-repeat top center/cover;}
.cont03 .cont03_box ul li:nth-child(3) .c3_box {background: url(../img/cont03_bg03.png)no-repeat top center/cover;}
.cont03 .cont03_box ul li:nth-child(4) .c3_box {background: url(../img/cont03_bg04.png)no-repeat top center/cover;}
.cont03 .cont03_box ul li:nth-child(5) .c3_box {background: url(../img/cont03_bg05.png)no-repeat top center/cover;}
.cont03 .cont03_box ul li .c3_box h3 {font-weight: 400; color: #fff; font-size: 48px; opacity: 1; display: inline-block; padding-right: 50px;}
.cont03 .cont03_box ul li .c3_box h4 {transition: all 0.6s; display: none; padding-left: 25px; display: inline-block; color: #fff; font-size: 20px;}
.cont03 .cont03_box ul li .c3_box a {opacity: 0; transition: all 0.6s; display: none;}

.cont03 .cont03_box ul li.on .c3_box h3 {font-weight: 400; color: #fff; font-size: 76px; opacity: 1; padding-right: 0;}
.cont03 .cont03_box ul li.on .c3_box h4 {font-size: 20px; font-weight: 400; color: #fff; opacity: 1; display: inline-block;}
.cont03 .cont03_box ul li.on .c3_box a {font-size: 14px; font-weight: 300; color: #fff; background: url(../img/arrow02.png)no-repeat right center; padding-right: 40px; position: absolute; bottom: 40px; right: 30px; opacity: 1; display: inherit;}

/*메인-올바른 한방 상식*/
.cont04 {padding: 90px 0 70px; background: url(../img/cont04_bg.png)no-repeat top center/cover;}
.cont04 .cont04_wrap {max-width: 1180px; margin: 0 auto; text-align: center;}
.cont04 .cont04_wrap h2 {font-size: 42px; font-weight: 600; margin-bottom: 20px; color: #fff;}
.cont04 .cont04_wrap p {font-size: 18px; word-break: keep-all; margin-bottom: 35px; line-height: 20px; color: #fff;}
.cont04 .cont04_wrap a {display: inline-block; font-size: 14px; font-weight: 300; color: #fff; background: url(../img/arrow02.png)no-repeat 70% center; border: 1px solid #fff; padding: 10px 95px 10px 60px;}
.cont04 .cont04_wrap a:hover {background: url(../img/arrow01.png)no-repeat 80% center #fff; color: #3fb54b; transition: 0.4s ease;}

/*메인-공지사항*/
.cont05 {padding: 100px 0;}
.cont05 .cont05_wrap {max-width: 1180px; margin: 0 auto;}
.cont05 .c5_boxwrap {display: flex; flex-wrap: wrap;}
.cont05 .c5_boxwrap .c5_box {display: flex; flex-wrap: wrap; width: 50%; align-content: flex-start;}
.cont05 .c5_boxwrap .c5_box:first-child {padding-right: 27px;}
.cont05 .c5_boxwrap .c5_box:last-child {padding-left: 27px;}
.cont05 .c5_tit {border-bottom: 3px solid #3fb54b; position: relative; width: 100%;}
.cont05 .c5_tit h2 {font-size: 22px; font-weight: 600; color: #333; padding-bottom: 15px;}
.cont05 .c5_tit a {position: absolute; top: 0; right: 0; background: url(../img/plus.png)no-repeat top center; width: 16px; height: 16px;}
.cont05 .c5_output {width: 100%; padding-top: 20px;}

.board_output_7_tr {display: block; padding: 30px 40px; border: 1px solid #ddd; margin-bottom: 15px;}
.board_output_7_tr td {display: block; text-align: left;}
.board_output_7_tr td:first-child {display: none;}
.board_output_7_tr td:nth-child(2) {font-size: 14px; font-weight: 400; color: #3fb54b; margin-bottom: 5px;}
.board_output_7_tr td:nth-child(3) {margin-bottom: 10px;}
.board_output_7_tr td:nth-child(3) a {font-size: 18px !important; font-weight: 500 !important; color: #333 !important;}
.board_output_7_tr td:nth-child(4) a {font-size: 16px !important; font-weight: 300 !important; color: #666 !important; line-height: 26px !important; word-break: keep-all;}

.board_output_8_tr {display: block; padding: 30px 40px; border: 1px solid #ddd; margin-bottom: 15px;}
.board_output_8_tr td {display: block; text-align: left;}
.board_output_8_tr td:first-child {display: none;}
.board_output_8_tr td:nth-child(2) {font-size: 14px; font-weight: 400; color: #3fb54b; margin-bottom: 5px;}
.board_output_8_tr td:nth-child(3) {margin-bottom: 10px;}
.board_output_8_tr td:nth-child(3) a {font-size: 18px !important; font-weight: 500 !important; color: #333 !important;}
.board_output_8_tr td:nth-child(4) a {font-size: 16px !important; font-weight: 300 !important; color: #666 !important; line-height: 26px !important; word-break: keep-all;}

/*메인-온라인문의*/
.cont06 {padding: 100px 0; background: #383838;}
.cont06 .cont06_wrap {max-width: 1180px; margin: 0 auto;}
.cont06 .c6_boxwrap {display: flex; flex-wrap: wrap;}
.cont06 .c6_boxwrap .c6_box {width: 50%; display: flex; flex-wrap: wrap; height: 450px; align-content: space-between;}
.cont06 .c6_boxwrap .c6_box:first-child {padding-right: 120px;}
.cont06 .c6_box ul {width: 100%;}
.cont06 .c6_box ul li {margin-bottom: 40px;}
.cont06 .c6_box ul li h3 {font-size: 20px; font-weight: 600; color: #fff; display: inline-block; width: 40%; vertical-align: top;}
.cont06 .c6_box ul li h3 span {padding-right: 15px;}
.cont06 .c6_box ul li > a {font-size: 36px; font-weight: 600; word-break: keep-all; color: #3fb54b; font-family: 'Montserrat';}
.cont06 .c6_box ul li p {font-size: 18px; font-weight: 500; color: #fff; display: inline-block; line-height: 30px; word-break: keep-all;}
.cont06 .c6_box ul li p span {font-weight: 300;}
.cont06 .c6_box .c6_link {width: 100%; text-align: center; background: #3fb54b; line-height: 60px; height: 60px;}
.cont06 .c6_box .c6_link a {font-size: 18px; font-weight: 600; color: #fff; display: block;}
.cont06 .c6_box .c6_link a:hover {background: #fff; color: #3fb54b; transition: 0.4s ease;}
.cont06 .c6_box .c6_map {width: 100%;}
.cont06 .c6_box .c6_map iframe {width: 100%;}

/*회원가입*/
.mem1{width:100%; margin-bottom:30px;}
.mem1-s1{width:96%; padding:20px; background-color:#f1f1f1; border:1px #ddd solid; margin-bottom:10px; }
.mem1 h1{font-size:18px; padding:10px 0; font-weight:600; color:#333;}
.mem1-s1 span{display:inline-block; padding:0 5px; vertical-align: middle; }
.mem1-s1 br{display:none;}
.mem1-s2{width:100%;}
.mem1-s2 a{display:inline-block;vertical-align: top; }
.t_m1 td:nth-child(1){width:20% !important;}
.com_member_secede_pw{padding:2px !important;}
.mem1 input[type="text"],.mem1 input[type="password"],.mem1 input[type="email"]  {padding:8px; border:1px #ddd solid;}
textarea{padding:5px !important; line-height:160% !important;
background-color:#f1f1f1;}
.table_cont1 input[type="text"],.mem1 input[type="password"],.mem1 input[type="email"]  {padding:8px; border:1px #ddd solid;}
.tios{padding-bottom: 10px !important;padding-top: 10px !important; background: none !important;  font-weight: 600;
color: #222;padding-left: 0 !important;font-size: 14px !important;}
.t_m1{border-top: 1px solid #666 !important;}
.t_m1 td{padding:8px !important;}
#dl1 dt{margin-bottom: 10px !important;background:none !important; padding-left: 0 !important;}
#dl2 dt{background:none !important; font-size:13px !important; color:#333 !important;}
#dl2 dd{padding:0 !important; background:none !important; }
.btninput{color:#222; font-weight:400; padding:5px 15px; border:1px #666 solid; display:inline-block; font-size: 15px; background:#fff; line-height: inherit; cursor: pointer;}

/*서브-원장인사말*/
.s1_c1 {position: relative;}
.s1_c1 .s1_c1_img {margin-bottom: 180px;}
.s1_c1 .s1_c1_img img {max-width: 100%;}
.s1_c1 .s1_c1_text {position: absolute; top: 50%; right: 0; padding: 40px; background: #f7f7f7; box-shadow: 2px 2px 4px rgba(0,0,0,0.15); width: 65%; border-radius: 20px 0 20px 0;}
.s1_c1 .s1_c1_text h2 {font-size: 28px; font-weight: 600; color: #3fb54b; line-height: 40px; margin-bottom: 15px; word-break: keep-all;}
.s1_c1 .s1_c1_text h2 span {color: #444; font-weight: 500; font-size: 26px;}
.s1_c1 .s1_c1_text p {font-size: 18px; line-height: 26px; word-break: keep-all;}
.s1_c1 ul {display: flex; flex-wrap: wrap;}
.s1_c1 ul li {}
.s1_c1 ul li .s1_c1_box {border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 15px; display: flex; align-items: flex-end;}
.s1_c1 .s1_c1_imgwrp {width: 35%;}
.s1_c1 .s1_c1_txtwrp {width: 65%;}
.s1_c1 ul li .s1_c1_txt {}
.s1_c1 ul li img {max-width: 100%;}
.s1_c1 ul li h3 {font-size: 18px; font-weight: 400; color: #333; width: 100%; margin-top: 10px;}
.s1_c1 ul li h2 {font-size: 20px; font-weight: 600; color: #222; width: 100%;}
.s1_c1 ul li p {font-size: 17px; font-weight: 400; color: #555; line-height: 26px; padding-left: 15px; position: relative; margin-bottom: 5px;}
.s1_c1 ul li p::before {position: absolute; content: ""; background: #3fb54b; width: 5px; height: 5px; border-radius: 100%; top: 12px; left: 0;}

/*서브-진료시간*/
.s1_c2 {display: flex; flex-wrap: wrap; align-items: center;}
.s1_c2 .s1_c2_text {padding: 30px; background: rgba(63,181,75,0.8); border-radius: 20px 0 20px 0; box-shadow: 2px 2px 7px rgba(0,0,0,0.2);}
.s1_c2 .s1_c2_text p {font-weight: 600; color: #fff; font-size: 22px; word-break: keep-all;}

/*서브-한의원 둘러보기*/
.s1_c3 {}
.s1_c3 ul {display: flex; flex-wrap: wrap;}
.s1_c3 ul li {padding-right: 50px; position: relative; margin-bottom: 80px;}
.s1_c3 ul li::after {position: absolute; content: ""; background: #f7f7f7; width: 80%; height: 300px; right: 15px; bottom: -30px; z-index: -1;}
.s1_c3 ul li:nth-child(1)::after {background: #3fb54b;}
.s1_c3 ul li:nth-child(4)::after {background: #3fb54b;}

/*서브-전문클리닉, 보약이야기*/
.s2_c1 .tab-content {margin-top: 50px;}
.s2_box .s_tit_h2 {font-size: 24px; line-height: 34px; font-weight: 600; color: #3fb54b; word-break: keep-all; margin-bottom: 20px; width: 100%;}
.s2_box .s_tit_h3 {font-size: 19px; line-height: 32px; font-weight: 500; color: #222; word-break: keep-all; width: 100%;}
.s2_box .s_tit_h4 {font-size: 18px; line-height: 30px; font-weight: 500; color: #111; word-break: keep-all; margin-bottom: 20px; width: 100%;}

.s2_box {display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 60px; font-family: 'Pretendard', sans-serif !important;}
.s2_box .s2_img {}
.s2_box .s2_img img {max-width: 100%;}
.s2_box .s2_tit_box {padding: 0;}
.s2_box .s2_text {margin-bottom: 30px; display: flex; flex-wrap: wrap; width: 100%;}
.s2_box .s2_list {}
.s2_box .s2_list li {padding-left: 25px; font-size: 18px; font-weight: 400; color: #555; line-height: 30px; position: relative;}
.s2_box .s2_list li::before {position: absolute; content: ""; background: #ddd; width: 7px; height: 7px; top: 11px; left: 0;}
.s2_box .s2_table {}
.s2_box .s2_table table {width: 100%;}
.s2_box .s2_table table tr {border-bottom: 1px solid #ddd;}
.s2_box .s2_table table tr:first-child {border-top: 2px solid #444;}
.s2_box .s2_table table th {font-size: 19px; line-height: 26px; padding: 15px; font-weight: 500; color: #333; word-break: keep-all; text-align: center; background: #f7f7f7;}
.s2_box .s2_table table td {font-size: 18px; line-height: 26px; padding: 15px; font-weight: 400; color: #555; word-break: keep-all; text-align: center;}
.s2_box .s2_bg {margin-bottom: 20px; background: #f7f7f7; padding: 50px 40px; border-radius: 20px 0 20px 0;}
.s2_box .s2_bg:nth-child(odd) {background: rgba(63,181,75,0.3);}

/*서브-올바른 한방상식*/
.s3_c1 {width: 100%;}
.s3_box {position: relative;}
.icon {background: url(../img/icon01.png)no-repeat top center/cover; width: 22px; height: 22px; display: inline-block;}
.heading {display: block; color: #f7f7f7; border-top: 2px solid #3fb54b; border-bottom: 1px solid #ddd; transition: 0.3s ease-in-out; padding: 15px;}
.heading:hover {background: #ddd;}
.s3_tit {font-size: 20px; font-weight: 700; color: #3fb54b; display: inline-block; padding-left: 10px;}
.content {display: none; padding: 20px 30px;}
.content p {font-size: 17px; line-height: 30px; font-weight: 400; color: #333; word-break: keep-all; margin-bottom: 20px;}


@media screen and (max-width: 1200px){
  .cont01 .cont01_box .c1_text p {margin-bottom: 30px;}

  .cont03 .cont03_box ul li {width: 16%;}
  .cont03 .cont03_box ul li.on {width: 36%;}
  .cont03 .cont03_box ul li.on .c3_boxbg {padding: 30px;}
  .cont03 .cont03_box ul li .c3_boxbg {padding: 30px 0 0 20px;}
  .cont03 .cont03_box ul li .c3_box h3 {font-size: 40px; padding-right: 0;}
  .cont03 .cont03_box ul li .c3_box h4 {font-size: 18px; padding-left: 0;}
  .cont03 .cont03_box ul li.on .c3_box h3 {font-size: 60px;}
  .cont03 .cont03_box ul li.on .c3_box h4 {font-size: 18px;}

  .cont05 .cont05_wrap {padding: 0 20px;}

  .cont06 .cont06_wrap {padding: 0 20px;}
}

@media screen and (max-width: 1024px){
  .cont01 .cont01_wrap {padding: 0 20px;}
  .nav-tabs .nav-item {width: 25%;}
  .cont01 .cont01_box .c1_img {width: 100%; text-align: center;}
  .cont01 .cont01_box .c1_text {width: 100%; padding: 30px 40px;}

  .cont06 .c6_boxwrap .c6_box:first-child {padding-right: 20px;}
  .cont06 .c6_box ul li > a {font-size: 30px;}

  .s1_c3 ul li::after {width: 70%; height: 230px;}

}

@media screen and (max-width: 768px){
  .tit_h2 {font-size: 30px; padding-top: 25px; margin-bottom: 10px;}
  .tit_p {font-size: 16px;}

  .nav-tabs {margin-top: 30px;}
  .nav-tabs .nav-item {width: 33.33%;}

  .cont01, .cont03, .cont04, .cont05, .cont06 {padding: 50px 0;}

  .cont02 .c2_box li {margin-bottom: 25px; width: 50%;}
  .cont02 .c2_box li a p {font-size: 18px;}

  .cont03 .cont03_box ul li {width: 18%; height: 350px;}
  .cont03 .cont03_box ul li.on {width: 28%;}
  .cont03 .cont03_box ul li .c3_box h3 {font-size: 30px;}
  .cont03 .cont03_box ul li.on .c3_box h3 {font-size: 40px;}
  .cont03 .cont03_box ul li .c3_box h4 {font-size: 16px;}
  .cont03 .cont03_box ul li.on .c3_box h4 {font-size: 16px;}
  .cont03 .cont03_box ul li.on .c3_box a {right: inherit; left: 20px;}

  .cont04 .cont04_wrap h2 {font-size: 30px; margin-bottom: 10px;}
  .cont04 .cont04_wrap p {font-size: 18px;}

  .cont05 .c5_boxwrap .c5_box {width: 100%;}
  .cont05 .c5_boxwrap .c5_box:first-child {padding-right: 0; margin-bottom: 20px;}
  .cont05 .c5_boxwrap .c5_box:last-child {padding-left: 0;}
  .board_output_7_tr {padding: 25px 30px;}

  .cont06 .c6_boxwrap .c6_box {width: 100%; height: inherit; margin-bottom: 40px;}
  .cont06 .c6_boxwrap .c6_box:first-child {padding-right: 0px;}
  .cont06 .c6_box ul li h3 {font-size: 18px;}
  .cont06 .c6_box ul li p {font-size: 16px;}
  .cont06 .c6_box ul li > a {font-size: 25px;}

  .s1_c1 .s1_c1_text h2 {font-size: 24px; line-height: 30px;}
  .s1_c1 .s1_c1_text h2 span {font-size: 22px;}
  .s1_c1 .s1_c1_text p {font-size: 16px; line-height: 22px;}
  .s1_c1 ul li {margin-bottom: 50px;}
  .s1_c1 .s1_c1_imgwrp {width: 30%;}
  .s1_c1 .s1_c1_txtwrp {width: 70%;}

  .s1_c2 .s1_c2_text {margin-bottom: 20px;}

  .s1_c3 ul li::after {height: 300px;}

  .s2_box {margin-bottom: 40px;}
  .s2_box .s2_img {text-align: center; margin-bottom: 30px;}
  .s2_box .s_tit_h2 {margin-bottom: 10px;}

  .s2_box .s2_list {padding: 0;}
  .s2_box .s2_list li {padding-left: 20px;}
  .s2_box .s2_list li::before {top: 14px;}

  .s2_box .s2_text {margin-bottom: 10px;}
  .s2_box .s2_table table th {font-size: 18px;}
  .s2_box .s2_table table td {font-size: 16px;}

  .s2_box .s2_bg {padding: 35px;}

  .s3_tit {font-size: 18px; word-break: keep-all;}
  .icon {width: 18px; height: 18px;}

}

@media screen and (max-width: 570px){
  .cont01 .cont01_box .c1_text {padding: 20px 30px;}
  .cont01 .cont01_box .c1_text h2 {font-size: 22px;}
  .cont01 .cont01_box .c1_text p {line-height: 24px;}

  .cont03 .cont03_box ul {justify-content: center;}
  .cont03 .cont03_box ul li .c3_boxbg {padding: 30px 0 0 15px;}
  .cont03 .cont03_box ul li.on .c3_boxbg {padding: 30px 0 0 15px; }
  .cont03 .cont03_box ul li {width: 33.33%; height: 250px;}
  .cont03 .cont03_box ul li.on {width: 33.33%;}
  .cont03 .cont03_box ul li .c3_box h3 {font-size: 25px;}
  .cont03 .cont03_box ul li.on .c3_box h3 {font-size: 25px;}

  .s1_c1 {margin-bottom: 50px;}
  .s1_c1 .s1_c1_imgwrp {width: 40%;}
  .s1_c1 .s1_c1_txtwrp {width: 60%;}
  .s1_c1 .s1_c1_img {margin-bottom: 30px;}
  .s1_c1 .s1_c1_text {width: 100%; position: inherit;}

  .s1_c3 ul li::after {width: 80%; height: 80%;}

  .mem1-s1 span {padding: 5px; display: block;}

  .s2_box {margin-bottom: 20px;}
  .s2_box .s_tit_h2 {font-size: 22px;}
  .s2_box .s_tit_h3 {font-size: 18px; line-height: 26px;}
  .s2_box .s_tit_h4 {font-size: 16px;}
  .s2_box .s2_list li {font-size: 16px;}
  .s2_box .s2_bgwrap {padding: 0;}
  .s2_box .s2_img {padding: 0;}
  .s2_box .s2_text {padding: 0;}
}

@media screen and (max-width: 450px){
  .cont06 .c6_box ul li h3 {word-break: keep-all;}

  .s3_tit {font-size: 16px; padding-left: 0; line-height: 24px;}
  .icon {display: none;}
  .heading {padding: 10px;}

  .s1_c1 .s1_c1_imgwrp {width: 60%;}
  .s1_c1 .s1_c1_txtwrp {width: 40%;}


}

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

}
