em {
    font-style: normal;
}

.hidden{
    z-index:-1;width:0;height:0;font-size:0;color:transparent;
}
.content-wrapper::after,
.container::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.container {
    position: relative;
}
.page-special .content-wrapper{
    width:100%;
}
.page-special .special .visual .content-wrapper{display: block;}
.page-special .special.trendy .content-wrapper {flex-direction: column;}
.page-special .detail-wrapper { width: 73%; max-width: 880px; }
.content-wrapper{
     display: flex; justify-content: flex-end; padding: 0 1.25rem;}
.content-special-right .title-resolution-grid {
  padding: 0 1.25rem;
 }

.content-special-right .hospital-picture .content-wrapper {
  display: block;
}

.content-special{
    /* display:flex; */
    position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.content-special-left {
  width: 25%;
  max-width: 296px;
}

.content-special-right {
  width: 75%;
  max-width: 880px;
}

.page-special ul::after{
    content:'';
    display:block;
    clear:both;
    height:0;
}
.page-special {
    box-sizing: border-box;
}

/* 탭 공통 */
.page-special .tab-area >p {
    font-size:1.125rem;
    font-weight: bold;
    line-height: 2.28;
    text-align: center;
    color: #10a3ad;
    margin-bottom: 0.5rem;
    margin-top: 3rem;
}
.page-special .tab-title li {
    display: inline-block;
    cursor: pointer;
}
.page-special .tab-title li:first-child {
    margin-left: 0;
}
.page-special .tab-title li.active {
  text-decoration: underline;
  font-weight: bold;
  color: #333;
  font-family: Montserrat;
}
.page-special .tab-title {
    font-family: Montserrat;
    font-size: 3rem;
    margin-bottom: 4rem;
    text-align: center;
    color: #ccc
}
.page-special .tab-contents {
    display: none;
}
.page-special .tab-contents.active {
    position: relative;
    display: block;
}

/* 왼쪽 고정 메뉴 */

#d-left-menu.left-menu{
  left: 100px;
}

/* 상단이미지 공통 */
.special .visual{
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 600px;
}
/* ---------------------------- */

.special .visual .textbox{
  padding-top: 120px;
}

/* 타이틀 공통 */
.swiper{
  overflow: hidden;
}
.special .main-title {
  color: #fff;
  position: relative;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 80px;
  letter-spacing: -3px;
  font-weight: 300;
}

.special .main-title span{
    color: #fff;
}

.special span{
  font-weight: 600;
}

.special .title{
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 52px;
}

.special .subtitle{
  font-size: 32px;
  margin-bottom: 16px;
  letter-spacing: -2px;
}

.special .subcopy{
  font-size: 28px;
  color: #121212;
  letter-spacing: -2px;
}

.special .titletag{
  font-size: 18px;
  margin-left: 2px;
  letter-spacing: -1px;
}

.special .content-wrapper .titletag{
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  margin-left: 4px;
  letter-spacing: -1px;
}

.flex{
  display: flex;
  justify-content: space-between;
}

/*
----------------------------------
스페셜-개원필수패키지
--------------------------------------*/

.special .content-special-left .wrap-menu .left-menu{
    width: 18.5rem;
    display: inline-block;
    position:absolute;
    top: 60px;
    z-index: 10;
}

.special .content-special-left .wrap-menu .left-menu >ul>li{
    font-size: 20px;
    color: #767676;
    opacity: .8;
    margin-bottom: 20px;
}
.special .content-special-left .wrap-menu .left-menu >ul>li.on {
  font-weight: 600;
    color: #10a3ad;
    opacity: 1;
}

.special .imgbox{
    text-align: center;
}

iframe{
  scroll-behavior: auto;
}
/*
----------------------------------
스페셜-개원필수패키지
--------------------------------------*/

@import url("https://webfontworld.github.io/pretendard/Pretendard.css");

body {
  letter-spacing: -1px;
  font-family: "Pretendard";
  color: #121212;
}

figure {
  display: block;
}

figure img {
  width: 100%;
  display: block;
}

.wrap {
  /* width: 1080px; */
  margin: auto;
}

section {
  position: relative;
}

.flex {
  display: flex;
  justify-content: space-between;
}

::-moz-selection {
  background: #2ad6e2;
  color: #fff;
}

::selection {
  background: #2ad6e2;
  color: #fff;
}

/* 공통속성 --------------- */
.title {
  color: #111111;
}

.titletag {
  color: #767676;
}

span {
  font-weight: 700;
}



/* sect1 --------------------- */

#sect1 {
  width: 100%;
}

#sect1 .mainbg {
  width: 100%;
}

#sect1 .mainbg img {
  width: 100%;
}

#sect1 .maintextbox {
  margin: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: #fff;
}

#sect1 .maintitletag {
  color: #fff;
  margin-left: 2px;
  margin-bottom: 16px;
  font-weight: 200;
  opacity: 0.8;
}

#sect1 .maintitle {
  color: #fff;
  line-height: 72px;
  font-weight: 300;
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

#sect1 .maintitle span {
  font-weight: 800;
}

#sect1 .maintagwrap {
  margin-left: 0px;
  margin-bottom: 12px;
}

#sect1 .maintag {
  font-weight: 200;
  display: inline-block;
  padding: 6px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 6px;
  border-radius: 50px;
}

/* sect2 --------------------- */

#sect2 {
  text-align: center;
}

#sect2 .content{
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  position: relative;
  transition: .5s;
}

.dot{
  width: 12px;
  margin: 80px auto;
}

/* sect3 --------------------------- */

#sect3{
  background: #E9F9FB;
  text-align: center;
}

#sect3 .title{
  font-weight: 700;
}

#sect3 .title span{
  position: relative;
}

#sect3 .title span::after{
  width: 105%;
  position: absolute;
  background: #00c2cf;
  height: 4px;
  content: '';
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}

#sect3 .subcopy span{
  position: relative;
  color: #00c2cf;
}

#sect3 .subcopy span::after{
  content: '';
  position: absolute;
  bottom: -4px;
  background: #00c2cf;
  width: 100%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
}

/* sect4 ------------------------ */

#sect4{
  text-align: center;
}

#sect4 .content .main{
  margin: 60px 0;
}



/* sect5 ----------------------- */

#sect5{
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#sect5 .textbox p{
  color: #fff;
}

#sect5 .title{
  margin-bottom: 24px;
  font-weight: 300;
}

#sect5 .titletag{
  font-weight: 200;
  line-height: 26px;
  margin-left: 3px;
  opacity: .8;
  font-size: 18px;
}

#sect5 .title span{
  color: #fff;
}

/* sect6 -------------------------- */

/* sect7 -------------------------- */

#sect7{
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sect7 p{
  color: #fff;
}

#sect7 p span{
  color: #fff;
}


/* sect8 --------------------- */

#sect8 .btn a{
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: 120px;
  display: block;
  border: 2px solid #ffffff;
  border-radius: 40px;
  padding: 8px 40px;
  margin: auto;
  z-index: 999;
}

#sect8 iframe{
  width: 100%;
  height: 100%;
}

/* sect9 ------------------------ */

#sect9{
  background: #F1F4F7;
  text-align: center;
}

#sect9 .content img{
  margin: auto;
}

#sect9 .title{
  font-weight: 700;
}

#sect9 .content{
  background: #fff;
  display: block;
  margin: auto;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.20);
}

/* sect10 ---------------- */


#sect10 {
  background-repeat: no-repeat;
  background-size: cover;
}

#sect10 .title {
  color: #fff;
}

#sect10 .desc {
  color: #fff;
  opacity: 0.7;
  line-height: 36px;
  font-weight: 200;
}

#sect10 .desc span {
  font-weight: 700;
}

#sect10 .btn_contact {
  margin-top: 40px;
}

#sect10 .btn_contact a {
  font-size: 20px;
  position: relative;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
}

#sect10 .btn_contact a::after {
  content: url("/img/our_service/special/s_youtube/contact_btn.png");
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}




/* ----------------------------------------------------------------------------------반응형 ---------------------------------------------------------------------------------- */

/* mobile------------------------------- */

@media only screen and (max-width: 600px) {
  .desktop { display: none; }
  .mobile { display: block; }

  .maintitle {
    font-size: 40px;
  }

  body {
    min-width: 320px;
  }

  .quickmenu {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
  }

  .quickmenu a {
    font-size: 14px;
  }

  .quickmenu a img {
    width: 20px;
  }


    .tab-title {
      margin-bottom:2rem; }

    .tab-title li {
      /* margin-left:1.3rem; */
      /* margin: 0 10px; */
      font-size:1.125rem;
      color: #767676;
    }

     .page-special .tab-title li.active {
         text-decoration: underline;
         font-weight: bold;
         color: #333;
         font-family: Montserrat;
     }

     .page-special .tab-title {
         margin-bottom: 20px;
     }

     .special .content-special-left .wrap-menu .left-menu >ul>li{
         font-size: 16px;
         color: #767676;
         opacity: .8;
         margin-bottom: 0;
     }

  /* dropdown menu */

  .special .content-special-left .wrap-menu .left-menu{
      width: 100vw;
      position: inherit;
      top: 0;
  }

  .wrap-menu  {
    width: 100%;
    box-sizing: border-box;
  }

  .wrap-menu .left-menu-dropdown {
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 0.812rem 1.468rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }

  .wrap-menu .left-menu-dropdown .current-menu {
    font-family: Pretendard;
    font-size: 1rem;
    font-weight: 300;
    color: #00c2cf;
  }

  .wrap-menu .left-menu-dropdown .material-icons-outlined {
     color: #dddddd;
    }
  .wrap-menu .left-menu-dropdown .material-icons-outlined.open-menu {
    display: none;
  }

  .wrap-menu .left-menu-dropdown-content {
    display: none;
    font-family: Pretendard;
     font-size: 1rem;
     font-weight: 300;
     color: #767676;
     padding: 0.812rem 1.468rem;
      border-bottom: 1px solid #dbdbdb;
      box-sizing: border-box;
    }

  .wrap-menu .left-menu-dropdown-content li {
     padding: 0.75rem 0;
   }

  /* 공통속성 -------------------------- */

  .special .main-title {
    position: relative;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 80px;
    letter-spacing: -3px;
  }

  .special  .titletag {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .special .title{
    font-size: 30px;
    line-height: 40px;
  }

    .special .contentwrap {
    width: calc(100% - 40px);
    margin: auto;
  }

  .special .subcopy{
    font-size: 24px;
    line-height: 34px;
  }

  .special .visual{
      background-image: url('/img/our_service/special/s_youtube/m_youtube_main_bg.png');
      height: 600px;
  }


  /* sect1 ------------------ */

  #sect1 .maintextbox {
    width: calc(100% - 40px);
    top: 74%;
    left: 50%;
  }

  #sect1 .maintitletag {
    font-size: 18px;
  }

  #sect1 .maintitle {
    line-height: 52px;
    font-size: 40px;
    margin-bottom: 60px;
  }

  #sect1 .maintagwrap {
    display: none;
  }
/* sect2 ------------------------ */
#sect2{
 padding: 100px 0;
}

#sect2 .content{
  margin-bottom: 20px;
}

#sect2 .title{
  margin-bottom: 12px;
}

#sect2 .titletag{
  line-height: 24px;
}

#sect2 .textbox{
  margin-bottom: 60px;
}

#sect2 figcaption{
  width: 82%;
  text-align: left;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY( -50%);
}

/* sect3 ------------------------ */

#sect3{
  padding: 100px 0;
}

#sect3 .content{
  margin: 40px 0 60px;
}

#sect3 img{
  width: 100%;
}

#sect3 .subcopy span{
  font-size: 28px;
}

/* sect4 ---------------------- */

#sect4{
  padding: 100px 0;
}

#sect4 .content{
  width: calc(100% - 40px);
  margin: 40px auto 80px;
}

#sect4 .content img{
  width: 100%;
}

/* sect5 ---------------------- */

#sect5{
  background-image: url("/img/our_service/special/s_youtube/m_sect5.png");
  height: 600px;
  background-size: cover;
}

#sect5 .textbox{
  width:calc(100% - 40px);
  margin: auto;
  padding-top: 60px;
}

/* sect6 ------------------------ */

#sect6 .textbox{
  padding: 120px 0 40px;
  width: calc(100% - 40px);
  margin: auto;
}

#sect6 .contentwrap{
  width: 80%;
  margin-right: 20px;
  margin-bottom: 120px;
}


#sect6 .text1 {
font-size: 24px;
margin: 30px 0 12px;
}

#sect6 .text2 {
font-size: 16px;
margin-bottom: 60px;
line-height: 24px;
color: #767676;
}



/* sect7 ------------------------ */

#sect7{
  padding: 120px 0;
  background-image: url("/img/our_service/special/s_youtube/m_sect7_bg.png");
}

#sect7 .process{
  width: calc(100% - 40px);
  margin: 60px auto 100px;
}

#sect7 .process img{
  width: 100%;
}

/* sect8 ------------------------ */

#sect8{
  padding: 100px 0;
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
  height: 480px;
}

#sect8 .title{
  font-weight: 700;
  margin-bottom: 60px;
}

#sect8 .textbox{
width: calc(100% - 40px);
margin: auto;
margin-bottom: 20px;
}

#sect8 .textbox p{
display: inline-block;
margin-right: 60px;
}

#sect8 ul li{
display: inline-block;
cursor: pointer;
margin-right: 10px;
color: #767676;
font-size: 18px;
/* margin-bottom: 30px; */
transform-origin : 50% 0;
}

#sect8 ul li.on::before{
width: 10px;
height: 10px;
border-radius: 10px;
content: '';
background: #00c2cf;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -16px;
}

#sect8 ul li.on{
/* transition: .5s; */
position: relative;
color: #121212;
font-weight: 800;
margin-left: 16px;
}

/* swiper ------------- */

.swiper {
border-radius: 20px 0 0 20px;
right: 0;
width: calc(100% - 40px);
height: 240px;
margin: auto;
}

.swiper-slide {
overflow: hidden;
border-radius: 20px;
text-align: center;
font-size: 18px;
background: #f18d8d;
display: flex;
justify-content: center;
align-items: center;
}


#sect8 .btn a{
margin-top: 40px;
}


span.bg{
z-index: -1;
width: 84%;
height: 400px;
position: absolute;
background: #00c2cf;
display: block;
right: 0;
bottom: -40px;
border-radius: 40px 0 0 0;
}

/* sect9 ------------------------ */

#sect9{
  width: 100%;
  padding: 100px 0 120px;
}

#sect9 .wrap{
  width: 100%;
}

#sect9 .title{
  margin-bottom: 40px;
}

#sect9 .content{
  width: calc(100% - 40px);
  border-radius: 20px;
  padding: 20px 0px 40px;
}

#sect9 .content img{
  width: 80%;
}

/* sect10 ------------------------ */

#sect10{
  padding: 160px 0 360px;
  background-image: url("/img/our_service/special/s_youtube/m_sect10_bg.png");
}

#sect10 .flex{
  flex-direction: column;
}

#sect10 .title {
  font-size: 28px;
  margin-bottom: 32px;
  line-height: 40px;
}

#sect10 >p{
  color: #fff;
}

#sect10 .desc {
  font-size: 20px;
  line-height: 30px;
}

#sect10 .btn_contact{
  position: absolute;
  right: 40px;
  bottom: 160px;
}



#sect10 .btn_contact a{
  padding: 18px 70px 18px 40px;
}

#sect10 .btn_contact a::after {
  right: 32px;
}

}

/* pc  ----------------------------- */

@media (min-width: 641px) {

.mobile{
  display: none !important;
}

.pc {
  display: block;
}

body {
  min-width: 1200px;
}

.quickmenu {
  width: 72px;
  height: 72px;
  bottom: 40px;
  right: 40px;
}

.quickmenu a {
  font-size: 16px;
}

.quickmenu a img {
  width: 28px;
}

.page-special .tab-title li.active {
    text-decoration: underline;
    font-weight: bold;
    color: #333;
    font-family: Montserrat;
}

.page-special .tab-title li {
    display: inline-block;
    margin-left: 2.5rem;
    cursor: pointer;
    color: #ccc;
}

/* .contentwrap {
    width: 1180px;
    margin: auto;
  } */

/* 공통속성 -------------------------- */

.title {
  font-size: 40px;
}

.titletag {
  font-size: 20px;
  margin-bottom: 16px;
}

.subcopy{
  font-size: 32px;
}


.special .youtube .visual{
    background-image: url('/img/our_service/special/s_youtube/main_bg.png');
}


/* sect1 ------------------ */

#sect1 .maintextbox {
  width: 1180px;
  top: 47%;
  left: 50%;
}

#sect1 .maintitletag {
  font-size: 20px;
}

#sect1 .maintitle {
  font-size: 56px;
  margin-bottom: 60px;
}

#sect1 .maintagwrap {
  display: block;
}

/* sect2 -------------------------- */

#sect2 {
  padding: 160px 0;
}

#sect2 .content{
  width: 30%;
}

#sect2 .contentwrap {
  display: flex;
  width: 980px;
  margin: auto;
  gap: 40px;
}

#sect2 .title{
  margin-bottom: 20px;
}

#sect2 .titletag{
  line-height: 26px;
  margin-bottom: 60px;
  letter-spacing: -1.2px;
}


#sect2 figcaption{
line-height: 28px;
width: 80%;
font-size: 20px;
font-weight: 600;
position: absolute;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
}


/* sect3 ---------------------- */

#sect3{
  padding: 140px 0 120px ;
}

#sect3 .contentwrap{
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: 80px auto;
}


#sect3 .content{
background: #fff;
width: 380px;
height: 380px;
border-radius: 500px;
box-shadow: 0px 10px 30px rgba(0, 194, 207, 0.5);
position: relative;
}

#sect3 .content .textbox{
width: 80%;
position: absolute;
top: 52%;
left: 50%;
transform: translate(-50%, -50%);
}

#sect3 .content .text1{
letter-spacing: 0;
margin: auto;
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
position: relative;
}

#sect3 .content .text1::before{
content: '';
width: 16px;
height: 16px;
position: absolute;
background: #00c2cf;
border-radius: 20px;
left: 50%;
top: -32px;
transform: translateX(-50%);
}

#sect3 .content hr{
width: 200px;
margin: 0 auto 32px auto;
}

#sect3 .content .text2{
font-size: 20px;
line-height: 32px;
color: #767676;
}

#sect3 .sect3_bg{
margin: -140px auto 60px;
}

#sect3 .subcopy span{
font-size: 36px;
}


/* sect4 --------------------------- */

#sect4{
padding: 160px 0;
}

#sect4 .content{
width: 1180px;
margin: auto;
position: relative;
}

#sect4 .view1{
position: absolute;
left: 0;
top: 120px;
}
#sect4 .view2{
position: absolute;
left: 440px;
bottom: 80px;
}
#sect4 .view3{
position: absolute;
right: -20px;
top: 180px;
}

/* sect5 ------------------- */

#sect5{
background-image: url("/img/our_service/special/s_youtube/sect5.png");
height: 500px;
}

#sect5 .textbox{
width: 1180px;
margin: auto;
padding-top: 140px;
}


/* sect6 ------------------------ */

#sect6 .wrap{
display: flex;
/* border-left: 1px solid #dddddd; */
width: 1180px;
position: relative;
}

#sect6 .contentwrap{
padding: 160px 0;
border-left: 1px solid #dddddd;
}

.sect6_bg{
z-index: -999;
position: absolute;
bottom: 0;
left: -360px;
}

#sect6 figure img{
transition: .5s;
}

#sect6 figure:hover img{
transform: scale(1.1);
transition: .5s;
}

#sect6 .textbox{
width: 30%;
padding: 160px 0 480px;
height: 200px;
position: sticky;
top: 0px;
}

#sect6 .text1 {
font-size: 24px;
margin: 40px 0 16px;
}

#sect6 .text2 {
font-size: 16px;
margin-bottom: 80px;
line-height: 24px;
color: #767676;
}

#sect6{
position: relative;
}

#sect6 figure{
overflow: hidden;
width: 380px;
height: 480px;
border-radius: 30px;
}

#sect6 .paddingtop{
padding-top: 360px;
}

/* sect7 ------------------------ */

#sect7{
padding: 160px 0;
background-image: url("/img/our_service/special/s_youtube/sect7_bg.png");
}

#sect7 .process{
width: 1180px;
margin: 120px auto;
}

#sect7 .process img{
width: 90%;
margin: auto;
}

/* sect8 ------------------------ */
#sect8 {
padding: 140px 0 220px;
height: 600px;
position: relative;
}

#sect8 .textbox{
width: 1180px;
margin: auto;
margin-bottom: 80px;
}

#sect8 .textbox p{
display: inline-block;
margin-right: 60px;
}

#sect8 ul.list{
padding-top: 40px;
}

#sect8 ul li{
/* display: inline-block; */
height: 30px;
cursor: pointer;
margin-right: 20px;
color: #767676;
font-size: 18px;
margin-bottom: 30px;
transform-origin : 50% 0;
}

#sect8 ul li.on::before{
width: 12px;
height: 12px;
border-radius: 10px;
content: '';
background: #00c2cf;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -20px;
}

#sect8 ul li.on{
/* transition: .5s; */
position: relative;
color: #121212;
font-size: 24px;
font-weight: 800;
margin-left: 20px;
}

#sect8 .title{
font-weight: 700;
margin-bottom: 80px;
}

span.bg{
z-index: -1;
width: 72%;
height: 400px;
position: absolute;
background: #00c2cf;
display: block;
right: 0;
bottom: -40px;
border-radius: 40px 0 0 0;
}


/* swiper ------------- */
.swiper {
border-radius: 40px 0 0 40px;
position: absolute;
right: 0;
width: 76%;
height: 600px;
top: 260px;
min-width: 720px;
max-width: 1220px;
}

.swiper-slide {
height: 528px;
overflow: hidden;
border-radius: 40px;
width: 920px;
text-align: center;
font-size: 18px;
background: #f18d8d;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-slide:nth-child(3) {
margin-right: 400px;
}

#sect8 .btn{
color: #000;
width: 60px;
display: block;
height: 30px;
position: absolute;
top: -5px;
left: 340px;
}

#sect8 .title{
position: relative;
}

#sect8 .btn a{
font-size: 16px;
border: 1px solid #000;
color: #000;
}

/* sect9 ------------------------ */

#sect9{
padding: 130px 0 160px;
}

#sect9 .title{
margin-bottom: 60px;
}

#sect9 .content{
width: 1100px;
border-radius: 40px;
padding: 80px 40px;
}

/* sect6 ------------------------ */
/* sect6 ------------------------ */

/* sect10 -----------------*/

#sect10{
padding: 160px 0 280px;
background-image: url("/img/our_service/special/s_youtube/sect10_bg.png");
}

#sect10 .contentwrap{
width: 1180px;
margin: auto;
}


#sect10 .title {
margin-bottom: 40px;
line-height: 56px;
}

#sect10 p span{
  color: #fff;
}

#sect10 .desc {
font-size: 24px;
}

#sect10 .btn_contact a{
padding: 24px 100px 24px 80px;
}

#sect10 .btn_contact a::after {
right: 60px;
}



#sect10 .btn_contact a{
padding: 18px 70px 18px 40px;
}

#sect10 .btn_contact a::after {
right: 32px;
}


}

/*# sourceMappingURL=s_youtube.css-239517cc7bf0c4a8330c39a6e9d17f2c0026bc96a59f605e32f8dfeb57928874.map */
