@charset "UTF-8";
@import url("/css/global/normalize.css");
@import url("/css/global/reset.css");
@import url("/css/global/fullpage.css");
@import url("/css/global/common.css");
@import url("/css/global/fontawesome.css");
@import url("/css/home/popup.css");
/*----------------------------------------------------------*/
/*|| 폰트
/*----------------------------------------------------------*/
@font-face {
  font-family: "NanumSquare";
  src: url("/lib/webfonts/NanumSquare.woff") format("woff"), url("/lib/webfonts/NanumSquare.ttf") format("truetype"), url("/lib/webfonts/NanumSquare.otf") format("opentype");
}
/*----------------------------------------------------------*/
/*|| 공용   
/*----------------------------------------------------------*/
* {
  font-family: "Noto Sans KR";
  font-weight: 300;
  font-size: 18px;
}

a {
  cursor: pointer;
}

a:link {
  color: #000;
}

em {
  font-style: normal;
}

strong {
  font-weight: 700;
}

.section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.section .section_wrap {
  width: 100%;
  height: 100%;
}
.section .section_wrap .section_content {
  width: 1500px;
  min-width: 1500px;
  margin: 0 auto;
  padding-top: 148px;
}

#inquiryAgreePopup {
  display: none;
}

.mbr {
  display: none;
}

.pbr {
  display: block;
}

/* datepicker CSS */
.ui-widget-header {
  border: 0px solid #dddddd;
  background: #fff;
}

.ui-datepicker-calendar > thead > tr > th {
  font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0px solid #c5c5c5;
  background-color: transparent;
  font-weight: normal;
  color: #454545;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 0em;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  font-weight: bold;
}

.ui-datepicker {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  margin-top: -10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
  padding-bottom: 10px;
  width: 300px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content {
  border: 1px solid #eee;
}

#datepicker:focus > .ui-datepicker {
  display: block;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

.ui-state-disabled {
  cursor: auto;
  color: hsl(0, 0%, 80%);
}

.ui-datepicker-title {
  text-align: center;
  padding: 10px;
  font-weight: 100;
  font-size: 20px;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar > thead > tr > th {
  padding: 5px;
  font-size: 20px;
  font-weight: 400;
}

.ui-datepicker-calendar > tbody > tr > td > a {
  color: #000;
  font-size: 12px !important;
  font-weight: bold !important;
  text-decoration: none;
}

.ui-datepicker-calendar > tbody > tr > .ui-state-disabled:hover {
  cursor: auto;
  background-color: #fff;
}

.ui-datepicker-calendar > tbody > tr > td {
  border-radius: 100%;
  width: 44px;
  height: 30px;
  cursor: pointer;
  padding: 5px;
  font-weight: 100;
  text-align: center;
  font-size: 12px;
}

.ui-datepicker-calendar > tbody > tr > td:hover {
  background-color: transparent;
  opacity: 0.6;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 0px solid #cccccc;
  background-color: transparent;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-icon-circle-triangle-e {
  background-position: -20px 0px;
  background-size: 36px;
}

.ui-icon-circle-triangle-w {
  background-position: 0px 0px;
  background-size: 36px;
}

.ui-datepicker-calendar > tbody > tr > td:first-child a {
  color: red !important;
}

.ui-datepicker-calendar > tbody > tr > td:last-child a {
  color: #0099ff !important;
}

.ui-datepicker-calendar > thead > tr > th:first-child {
  color: red !important;
}

.ui-datepicker-calendar > thead > tr > th:last-child {
  color: #0099ff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 0px;
  background: #f1f1f1;
  border-radius: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.inp {
  padding: 10px 10px;
  background-color: #f1f1f1;
  border-radius: 4px;
  border: 0px;
}

.inp:focus {
  outline: none;
  background-color: #eee;
}

/* datepicker CSS END */
/*--------------------------------------------------------------------
||PC
--------------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 48px;
  background-color: transparent;
  z-index: 9999;
  padding-top: 12px;
  padding-bottom: 12px;
}
#header #gnb {
  width: 1500px;
  min-width: 1500px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
#header #gnb .logo_area {
  width: 300px;
}
#header #gnb .logo_area a {
  display: inline-block;
  margin-top: 10px;
}
#header #gnb .logo_area a svg {
  height: 48px;
}
#header #gnb .logo_area a svg .logo0 {
  fill: #fff;
}
#header #gnb .logo_area a svg .logo1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-miterlimit: 10;
}
#header #gnb .logo_area a svg .logo2 {
  fill: #fff;
}
#header #gnb .logo_area a svg .logo3 {
  fill: #fff;
}
#header #gnb .logo_area a.color svg .logo0 {
  fill: #343535;
}
#header #gnb .logo_area a.color svg .logo1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-miterlimit: 10;
}
#header #gnb .logo_area a.color svg .logo2 {
  fill: #818181;
}
#header #gnb .logo_area a.color svg .logo3 {
  fill: #adceea;
}
#header #gnb .menu_area {
  width: 900px;
  margin: 0 calc(150px / 2);
}
#header #gnb .menu_area > ul {
  display: flex;
  height: 100%;
}
#header #gnb .menu_area > ul > li {
  position: relative;
  padding: 0 34px;
  padding-top: 25px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#header #gnb .menu_area > ul > li > a {
  color: #fff;
}
#header #gnb .menu_area > ul > li > a:active {
  color: #fff;
}
#header #gnb .menu_area > ul > li:after {
  position: absolute;
  right: 0;
  top: 27px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 21px;
  background-color: #fff;
  opacity: 0.3;
}
#header #gnb .menu_area > ul > li:last-child:after {
  display: none;
}
#header #gnb .menu_area > ul > li.color a {
  color: #373738;
}
#header #gnb .menu_area > ul > li.color a:active {
  color: #373738;
}
#header #gnb .menu_area > ul > li.color:after {
  background-color: #373738;
}
#header #gnb .menu_area > ul > li ul {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 13px;
  z-index: -1;
  display: none;
}
#header #gnb .menu_area > ul > li ul li {
  font-size: 15px;
  line-height: 2em;
}
#header #gnb .menu_area > ul > li ul li a {
  color: #fff;
}
#header #gnb .menu_area > ul > li ul.color {
  background-color: #fff;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.23);
}
#header #gnb .contract_area {
  width: 300px;
}
#header #gnb .contract_area svg {
  display: inline-block;
  width: 22px;
  height: 23px;
  transform: translateY(20px);
}
#header #gnb .contract_area svg .phoneIcon {
  fill: #fff;
}
#header #gnb .contract_area a {
  display: inline-block;
  font-family: "NanumSqaure";
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  margin-left: 12px;
  transform: translateY(20px);
}
#header #gnb .contract_area.color svg .phoneIcon {
  fill: #adceea;
}
#header #gnb .contract_area.color a {
  color: #434344;
}

#quick {
  position: fixed;
  left: 17px;
  top: 50%;
  z-index: 9998;
}
#quick li {
  margin-top: 11px;
}
#quick li:first-child {
  margin-top: 0;
  font-size: 13px;
  font-family: "NanumSquare";
  font-weight: 400;
  text-align: center;
}
#quick li:first-child a {
  color: #fff;
}
#quick li:first-child a svg {
  width: 12px;
  height: 6px;
}
#quick li:first-child a svg .sideArrow {
  fill: #fff;
}
#quick li:first-child a.color {
  color: #000;
}
#quick li:first-child a.color svg .sideArrow {
  fill: #000;
}

.section .title {
  text-align: center;
}
.section .title span:nth-child(1) {
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0.38em;
}
.section .title span:nth-child(2) {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  margin: 24px auto;
}
.section .title span:nth-child(3) {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.04em;
}
.section .txt {
  margin-top: 30px;
  font-size: 19px;
  line-height: 1.58em;
  letter-spacing: 0.01em;
  text-align: center;
}

#section1 .section_wrap {
  background: url("/resource/image/home/section1/background_01.jpg") no-repeat left center;
  background-size: cover;
}
#section1 .section_wrap .section_content:before, #section1 .section_wrap .section_content:after {
  content: "";
  display: block;
  clear: both;
}
#section1 .section_wrap .section_content .component1 {
  float: right;
  color: #fff;
  padding: 33px;
  margin-top: 88px;
  backdrop-filter: blur(6px);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.58);
}
#section1 .section_wrap .section_content .component1 header {
  font-size: 16.6px;
  font-weight: 100;
  line-height: 1.8em;
  letter-spacing: 0.38em;
  padding-bottom: 12px;
  background: url("/resource/image/home/section1/line.png") no-repeat -20px bottom;
}
#section1 .section_wrap .section_content .component1 article {
  margin-top: 30px;
  font-size: 36px;
  line-height: 1.7em;
  letter-spacing: -0.025em;
  text-shadow: 1px 2px 2px 2px rgba(55, 55, 55, 0.99);
}
#section1 .section_wrap .section_content .component1 article em {
  color: #fff233;
  font-weight: 700;
  font-size: inherit;
}
#section1 .section_wrap .section_content .component1 article strong {
  font-size: inherit;
}
#section1 .section_wrap .section_content .component1 article strong:last-child {
  font-size: 50px;
}
#section1 .section_wrap .section_content .component1 article:last-child {
  margin-top: 30px;
}
#section1 .section_wrap .section_content .component1 article:last-child ul {
  font-size: 18px;
}
#section1 .section_wrap .section_content .component1 article:last-child ul li {
  line-height: 1.8em;
  letter-spacing: 0.01em;
}
#section1 .section_wrap .section_content .component1 article:last-child ul li.doubleLine {
  line-height: 1.33em;
}
#section1 .section_wrap .section_content .component1 article:last-child ul li.doubleLine span:last-child {
  display: inline-block;
  padding-left: 13px;
}
#section1 .section_wrap .section_content .component1 article:last-child ul li.doubleLine span.mbr {
  padding-left: 0;
}
#section1 .section_wrap .section_content .component1 article:last-child ul li:last-child {
  letter-spacing: -0.01em;
}

#section2 .section_wrap {
  background: url("/resource/image/home/section2/background_02.jpg") no-repeat left top;
  background-size: cover;
}
#section2 .section_wrap .component2 {
  margin-top: 50px;
}
#section2 .section_wrap .component2 article:first-child {
  position: relative;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_mbr {
  display: none;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr {
  position: relative;
  z-index: 5;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul {
  display: flex;
  justify-content: space-around;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor {
  width: 263px !important;
  position: relative;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(1) {
  width: 100%;
  height: 346px;
  border: 2px solid #adceea;
  position: relative;
  overflow: hidden;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(1) p {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(2) {
  margin-top: 23px;
  text-align: center;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(2) p {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(2) p span {
  font-size: 18px;
  font-weight: 400;
  color: #adceea;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(2) ul {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: left;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(2) ul li.space {
  padding-left: 8px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 507px;
  height: 290px;
  background-color: #fff;
  box-shadow: 2px 0 7px 2px rgba(62, 80, 30, 0.21);
  padding: 23px;
  padding-right: 11px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile ul {
  overflow-y: scroll;
  height: 100%;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile ul::-webkit-scrollbar {
  appearance: none;
  width: 10px; /*스크롤바의 너비*/
  background-color: #f1f4f5;
  border-radius: 3.5px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile ul::-webkit-scrollbar-thumb {
  appearance: none;
  background-color: #adceea; /*스크롤바의 색상*/
  border-radius: 3.5px;
  height: 38px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile ul::-webkit-scrollbar-track {
  background-color: transparent; /*스크롤바 트랙 색상*/
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile ul li {
  font-size: 15px;
  color: #8d8d8d;
  margin-bottom: 13px;
  text-indent: -9px;
  padding-left: 9px;
  line-height: 1.3em;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile ul li.listTitle {
  color: #474747;
  font-weight: 600;
  margin-top: 28px;
  letter-spacing: 0.023em;
  line-height: 1.2em;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile ul li.listTitle2 {
  opacity: 0.8;
  font-size: 13px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile p.close {
  position: absolute;
  right: -20px;
  top: 0;
  display: none;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile p.close:before {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #adceea;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor > div:nth-child(3).profile p.close:after {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #adceea;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor1 > div:nth-child(3).profile {
  width: 850px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor1 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor2 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor4 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor5 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor7 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor8 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor10 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor11 > div:nth-child(3).profile {
  left: 275px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor3 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor6 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor9 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor12 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor13 > div:nth-child(3).profile {
  left: -550px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor8 > div:nth-child(1) p img, #section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor9 > div:nth-child(1) p img {
  transform: translateY(100px);
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor10 > div:nth-child(1) p {
  bottom: -125px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor10 > div:nth-child(1) p img {
  width: 280%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 100px);
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor10 > div:nth-child(1) p {
  bottom: -30px;
}
#section2 .section_wrap .component2 article:first-child ul.doctors1_pbr li.doctor_group > ul > li.doctor11 > div:nth-child(1) p {
  bottom: -30px;
}
#section2 .section_wrap .component2 article:first-child > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#section2 .section_wrap .component2 article:first-child > div span {
  position: absolute;
  display: block;
  width: 60px;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
}
#section2 .section_wrap .component2 article:first-child > div span img {
  width: 100%;
}
#section2 .section_wrap .component2 article:first-child > div span.prevArrow {
  left: 0;
  transform: rotate(180deg) translateX(60px);
}
#section2 .section_wrap .component2 article:first-child > div span.nextArrow {
  right: 0;
  transform: translateX(60px);
}
#section2 .section_wrap .component2 article:last-child {
  margin-top: 24px;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 {
  width: 668px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li {
  width: 147px;
  height: 62px;
  background-color: #cde1f1;
  border-radius: 2px;
  border-top-right-radius: 13px;
  position: relative;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div {
  position: relative;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:first-child p {
  padding-top: 7px;
  padding-left: 9px;
  color: #165183;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:first-child p:first-child {
  font-size: 23px;
  font-weight: 600;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:first-child p:last-child {
  font-size: 17.5px;
  font-weight: 300;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:first-child span {
  position: absolute;
  display: block;
  right: 6px;
  top: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: all 0.4s;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:first-child span img {
  width: 100%;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child {
  position: absolute;
  left: -87px;
  top: -182px;
  z-index: 5;
  display: none;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child ul {
  width: 401px;
  background-color: #cde1f1;
  padding: 17px;
  padding-bottom: 7px;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child ul li {
  font-size: 14px;
  font-weight: 400;
  color: #1e588a;
  margin-bottom: 10px;
  line-height: 1.2em;
  padding-left: 8px;
  text-indent: -8px;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child ul li:last-child {
  margin-bottom: 10px;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child ul li.listTitle {
  font-size: 15px;
  font-weight: 800;
  margin-top: 14px;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  border-top: 25px solid #cde1f1;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  transform: translateX(-50%);
}
/*250521_수정_JY*/
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(1) div:last-child {
  top: -500px;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(2) div:last-child {
  /* top: -155px; */
  top: -295px;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(3) div:last-child {
  /* top: -210px; */
  top: -215px;
}
#section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(4) div:last-child {
  top: -188px;
}
/*// 250521_수정_JY*/
#section3 .section_wrap {
  background: url("/resource/image/home/section3/background_03.jpg") no-repeat left top;
  background-size: cover;
}
#section3 .component2 {
  margin: 0 auto;
  margin-top: 88px;
  width: 900px;
}
#section3 .component2 article ul {
  display: flex;
  justify-content: space-between;
}
#section3 .component2 article ul li {
  width: 242px;
  height: 242px;
  border-radius: 50%;
  text-align: center;
}
#section3 .component2 article ul li:nth-child(1) {
  background: rgba(255, 255, 255, 0.75) url("/resource/image/home/section3/first_icon.svg") no-repeat center 35px;
  background-size: 58px 57px;
}
#section3 .component2 article ul li:nth-child(2) {
  background: rgba(255, 255, 255, 0.75) url("/resource/image/home/section3/second_icon.svg") no-repeat center 31px;
  background-size: 58px 57px;
}
#section3 .component2 article ul li:nth-child(3) {
  background: rgba(255, 255, 255, 0.75) url("/resource/image/home/section3/third_icon.svg") no-repeat center 31px;
  background-size: 58px 57px;
}
#section3 .component2 article ul li p {
  font-weight: 100;
  font-size: 24px;
  line-height: 1.2em;
  padding-top: 112px;
  letter-spacing: -0.02em;
}
#section3 .component2 article ul li p span {
  font-weight: 400;
}
#section3 .component2 article ul li p strong {
  font-weight: 700;
}
#section3 .component2 article ul li p strong em {
  font-weight: 700;
  color: #93c2e9;
}
#section3 .component3 {
  margin-top: 74px;
  /* .txt는 공용 설정 */
}
#section3 .component3 header {
  font-size: 27px;
  text-align: center;
  font-weight: 100;
}
#section3 .component3 header span {
  position: relative;
  font-weight: 700;
}
#section3 .component3 header span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background: url("/resource/image/home/section3/point.svg") no-repeat center top;
  background-size: 7px 7px;
}

#section4 .section_wrap {
  background: url("/resource/image/home/section4/background_04.jpg") no-repeat center top;
  background-size: 100% 100%;
}
#section4 .component3 header ul {
  margin-top: 40px;
  text-align: center;
}
#section4 .component3 header ul li {
  width: 213px;
  height: 34px;
  display: inline-block;
}
#section4 .component3 header ul li:nth-child(1) {
  background: url("/resource/image/home/section4/left_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(46px);
  text-indent: -7px;
}
#section4 .component3 header ul li:nth-child(1).active {
  background: url("/resource/image/home/section4/left_button_active.svg") no-repeat left top;
}
#section4 .component3 header ul li:nth-child(1).active a {
  color: #fff;
  font-weight: 700;
}
#section4 .component3 header ul li:nth-child(2) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(22px);
}
#section4 .component3 header ul li:nth-child(2).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section4 .component3 header ul li:nth-child(2).active a {
  color: #fff;
  font-weight: 700;
}
#section4 .component3 header ul li:nth-child(3) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
}
#section4 .component3 header ul li:nth-child(3).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section4 .component3 header ul li:nth-child(3).active a {
  color: #fff;
  font-weight: 700;
}
#section4 .component3 header ul li:nth-child(4) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(-22px);
}
#section4 .component3 header ul li:nth-child(4).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section4 .component3 header ul li:nth-child(4).active a {
  color: #fff;
  font-weight: 700;
}
#section4 .component3 header ul li:nth-child(5) {
  background: url("/resource/image/home/section4/right_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(-44px);
}
#section4 .component3 header ul li:nth-child(5).active {
  background: url("/resource/image/home/section4/right_button_active.svg") no-repeat left top;
}
#section4 .component3 header ul li:nth-child(5).active a {
  color: #fff;
  font-weight: 700;
}
#section4 .component3 header ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  color: #707070;
  letter-spacing: -0.02em;
}
#section4 .component3 article {
  margin-top: 13px;
  position: relative;
}
#section4 .component3 article > ul {
  position: relative;
  width: 1096px;
  margin: 0 auto;
}
#section4 .component3 article > ul > li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#section4 .component3 article > ul > li.selected {
  display: block;
}
#section4 .component3 article > ul > li > div {
  border: 2px solid rgba(168, 201, 230, 0.2);
  padding: 3px;
}
#section4 .component3 article > ul > li > div div {
  box-shadow: inset 1px 2px 3px 4px rgba(218, 220, 230, 0.71);
  background-color: #fff;
  padding: 14px 33px;
  display: flex;
}
#section4 .component3 article > ul > li > div div p:nth-child(2) {
  width: 107px;
  text-align: center;
  padding-top: 110px;
}
#section4 .component3 article > p {
  transform: translateY(360px);
  text-align: center;
  width: 228px;
  margin: 0 auto;
}
#section4 .component3 article > p a {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #00569f;
  background: url("/resource/image/home/section4/bottom_button.png") no-repeat left top;
  background-size: 100% 100%;
}
#section4 .component3 article .sub_profile {
  position: absolute;
  left: 0;
  top: -235px;
  width: 100%;
  height: 575px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 0 7px 2px rgba(62, 80, 90, 0.21);
  display: flex;
  padding: 12px 10px;
  box-sizing: border-box;
  display: none;
}
#section4 .component3 article .sub_profile .sub_profile_1, #section4 .component3 article .sub_profile .sub_profile_2 {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#section4 .component3 article .sub_profile .sub_profile_1.sub_profile_1 .right_profile, #section4 .component3 article .sub_profile .sub_profile_2.sub_profile_1 .right_profile {
  margin-right: 30px;
}
#section4 .component3 article .sub_profile .sub_profile_1.sub_profile_2 .left_profile, #section4 .component3 article .sub_profile .sub_profile_2.sub_profile_2 .left_profile {
  margin-left: 30px;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile {
  padding-top: 60px;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile div, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div {
  width: 250px;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1), #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(1) {
  text-align: center;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(1) img {
  transform: scale(0.91);
  transform-origin: bottom;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2), #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) {
  margin-top: 23px;
  text-align: center;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) p {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) p span {
  font-size: 18px;
  font-weight: 400;
  color: #adceea;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: left;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul li {
  font-size: 17px;
}
#section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2), #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul li:nth-child(2) {
  text-indent: 9px;
}
#section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul {
  padding: 50px 20px 28px 27px;
  overflow-y: scroll;
  height: 500px;
  box-sizing: border-box;
}
#section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar {
  width: 10px; /*스크롤바의 너비*/
  background-color: #f1f4f5;
  border-radius: 3.5px;
}
#section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar-thumb {
  background-color: #adceea; /*스크롤바의 색상*/
  border-radius: 3.5px;
}
#section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-track, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar-track {
  background-color: transparent; /*스크롤바 트랙 색상*/
}
#section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul li, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul li {
  font-size: 15px;
  color: #8d8d8d;
  margin-bottom: 13px;
  padding-left: 10px;
  text-indent: -10px;
}
#section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul li.listTitle, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul li.listTitle {
  color: #474747;
  font-weight: 600;
  margin-top: 28px;
  letter-spacing: 0.023em;
  line-height: 1.2em;
  text-indent: -15px;
}
#section4 .component3 article .sub_profile .close {
  position: absolute;
  right: -45px;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 30;
  cursor: pointer;
}
#section4 .component3 article .sub_profile .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(-45deg);
}
#section4 .component3 article .sub_profile .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(45deg);
}

#section5 .section_wrap {
  background: url("/resource/image/home/section5/background_05.jpg") no-repeat center top;
  background-size: 100% 100%;
}
#section5 .component3 header ul {
  margin-top: 40px;
  text-align: center;
}
#section5 .component3 header ul li {
  width: 213px;
  height: 34px;
  display: inline-block;
}
#section5 .component3 header ul li:nth-child(1) {
  background: url("/resource/image/home/section4/left_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(46px);
}
#section5 .component3 header ul li:nth-child(1).active {
  background: url("/resource/image/home/section4/left_button_active.svg") no-repeat left top;
}
#section5 .component3 header ul li:nth-child(1).active a {
  color: #fff;
  font-weight: 700;
}
#section5 .component3 header ul li:nth-child(2) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(22px);
}
#section5 .component3 header ul li:nth-child(2).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section5 .component3 header ul li:nth-child(2).active a {
  color: #fff;
  font-weight: 700;
}
#section5 .component3 header ul li:nth-child(3) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
}
#section5 .component3 header ul li:nth-child(3).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section5 .component3 header ul li:nth-child(3).active a {
  color: #fff;
  font-weight: 700;
}
#section5 .component3 header ul li:nth-child(4) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(-22px);
}
#section5 .component3 header ul li:nth-child(4).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section5 .component3 header ul li:nth-child(4).active a {
  color: #fff;
  font-weight: 700;
}
#section5 .component3 header ul li:nth-child(5) {
  background: url("/resource/image/home/section4/right_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(-44px);
}
#section5 .component3 header ul li:nth-child(5).active {
  background: url("/resource/image/home/section4/right_button_active.svg") no-repeat left top;
}
#section5 .component3 header ul li:nth-child(5).active a {
  color: #fff;
  font-weight: 700;
}
#section5 .component3 header ul li a {
  display: inline-block;
  width: 160px;
  height: 100%;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  color: #707070;
}
#section5 .component3 article {
  margin-top: 13px;
  position: relative;
}
#section5 .component3 article > ul {
  position: relative;
  width: 1096px;
  margin: 0 auto;
}
#section5 .component3 article > ul > li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#section5 .component3 article > ul > li.selected {
  display: block;
}
#section5 .component3 article > ul > li > div {
  border: 2px solid rgba(168, 201, 230, 0.2);
  padding: 3px;
}
#section5 .component3 article > ul > li > div div {
  box-shadow: inset 1px 2px 3px 4px rgba(218, 220, 230, 0.71);
  background-color: #fff;
  padding: 14px 33px;
  display: flex;
}
#section5 .component3 article > ul > li > div div p:nth-child(2) {
  width: 107px;
  text-align: center;
  padding-top: 110px;
}
#section5 .component3 article > ul > li > div div p:nth-child(3) {
  position: relative;
}
#section5 .component3 article > ul > li > div div p:nth-child(3) a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 3px #fff;
  position: absolute;
  right: 14px;
  top: 14px;
  text-align: center;
  line-height: 52px;
  text-indent: 5px;
}
#section5 .component3 article > ul > li > div div p:nth-child(3) a span {
  display: inline-block;
  border-left: 17px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#section5 .component3 article > ul > li > div:nth-child(2) {
  display: none;
  border: none;
  padding: 0;
  position: absolute;
  right: -210px;
  top: 0;
  height: 100%;
}
#section5 .component3 article > ul > li > div:nth-child(2).video2 {
  margin-top: -20px;
}
#section5 .component3 article > ul > li > div:nth-child(2) p {
  font-size: 19px;
  color: #00569f;
}
#section5 .component3 article > ul > li > div:nth-child(2) video {
  margin-top: 5px;
  height: 100%;
}
#section5 .component3 article > p {
  transform: translateY(360px);
  text-align: center;
  width: 228px;
  margin: 0 auto;
}
#section5 .component3 article > p a {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #00569f;
  background: url("/resource/image/home/section4/bottom_button.png") no-repeat left top;
  background-size: 100% 100%;
}
#section5 .component3 article .sub_profile {
  position: absolute;
  left: 50%;
  top: -235px;
  width: 50%;
  height: 575px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 0 7px 2px rgba(62, 80, 90, 0.21);
  display: flex;
  padding: 12px 10px;
  box-sizing: border-box;
  display: none;
}
#section5 .component3 article .sub_profile .sub_profile_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile {
  padding-top: 60px;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile div {
  width: 250px;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) {
  text-align: center;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img {
  transform: scale(0.91);
  transform-origin: bottom;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) {
  margin-top: 23px;
  text-align: center;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span {
  font-size: 18px;
  font-weight: 400;
  color: #adceea;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: left;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li {
  font-size: 17px;
}
#section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2) {
  text-indent: 9px;
}
#section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul {
  padding: 50px 0 28px 27px;
  overflow-y: scroll;
  height: 500px;
  box-sizing: border-box;
}
#section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar {
  width: 10px; /*스크롤바의 너비*/
  background-color: #f1f4f5;
  border-radius: 3.5px;
}
#section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb {
  background-color: #adceea; /*스크롤바의 색상*/
  border-radius: 3.5px;
}
#section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-track {
  background-color: transparent; /*스크롤바 트랙 색상*/
}
#section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul li {
  font-size: 15px;
  color: #8d8d8d;
  margin-bottom: 13px;
  padding-left: 10px;
  text-indent: -10px;
}
#section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul li.listTitle {
  color: #474747;
  font-weight: 600;
  margin-top: 28px;
  letter-spacing: 0.023em;
  line-height: 1.2em;
  text-indent: -15px;
}
#section5 .component3 article .sub_profile .close {
  position: absolute;
  right: -45px;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 30;
  cursor: pointer;
}
#section5 .component3 article .sub_profile .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(-45deg);
}
#section5 .component3 article .sub_profile .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(45deg);
}

#section6 .section_wrap {
  background: url("/resource/image/home/section6/background_06.jpg") no-repeat center top;
  background-size: 100%;
}
#section6 .component3 {
  margin-top: 30px;
  position: relative;
}
#section6 .component3 > ul {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#section6 .component3 > ul > li {
  width: 427px;
}
#section6 .component3 > ul > li header {
  margin: 0 auto;
  width: 242px;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  font-size: 19.4px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#section6 .component3 > ul > li article {
  margin-top: 14px;
  border: 2px solid rgba(173, 206, 234, 0.2);
  padding: 3px;
  position: relative;
}
#section6 .component3 > ul > li article div {
  box-shadow: inset 1px 3px 3px 4px rgba(218, 220, 230, 0.71);
  text-align: center;
  padding-bottom: 12px;
}
#section6 .component3 > ul > li article div p {
  padding-top: 16px;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.3em;
  letter-spacing: -0.05em;
}
#section6 .component3 > ul > li article > p { /* btn */
  position: absolute;
  left: 50%;
  width: 156px;
  height: 33px;
  line-height: 31px;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 17px;
  box-shadow: 1px 2px 1px 1px rgba(173, 206, 234, 0.49);
}
#section6 .component3 > ul > li article > p a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}
#section6 .component3 > ul > li article > p a span {
  font-size: 14px;
  vertical-align: 2px;
}
#section6 .component3 > ul > li:nth-child(1) header {
  background-color: #adceea;
}
#section6 .component3 > ul > li:nth-child(1) article > p {
  background: url("/resource/image/home/section6/semi1_button.png") no-repeat center center;
}
#section6 .component3 > ul > li:nth-child(2) header {
  background-color: #00569f;
}
#section6 .component3 > ul > li:nth-child(2) article > p {
  background: url("/resource/image/home/section6/semi2_button.png") no-repeat center center;
}
#section6 .component3 > ul > li:nth-child(3) header {
  background-color: #88b3d8;
}
#section6 .component3 > ul > li:nth-child(3) article > p {
  background: url("/resource/image/home/section6/semi3_button.png") no-repeat center center;
}
#section6 .component3 > p {
  width: 228px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  margin-top: 46px;
  background: url("/resource/image/home/section6/bottom_button.png") no-repeat center center;
  border-radius: 22.5px;
  box-shadow: 1px 2px 1px 1px rgba(173, 206, 234, 0.49);
}
#section6 .component3 > p a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 45px;
  color: #00569f;
}
#section6 .component3 .sub_profile {
  position: absolute;
  left: 0;
  top: -145px;
  width: 100%;
  height: 575px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 0 7px 2px rgba(62, 80, 90, 0.21);
  display: flex;
  padding: 12px 10px;
  box-sizing: border-box;
  display: none;
}
#section6 .component3 .sub_profile .sub_profile_1, #section6 .component3 .sub_profile .sub_profile_2 {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#section6 .component3 .sub_profile .sub_profile_1.sub_profile_1 .right_profile, #section6 .component3 .sub_profile .sub_profile_2.sub_profile_1 .right_profile {
  margin-right: 30px;
}
#section6 .component3 .sub_profile .sub_profile_1.sub_profile_2 .left_profile, #section6 .component3 .sub_profile .sub_profile_2.sub_profile_2 .left_profile {
  margin-left: 30px;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile, #section6 .component3 .sub_profile .sub_profile_2 .left_profile {
  padding-top: 60px;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile div, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div {
  width: 250px;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(1), #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(1) {
  text-align: center;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(1) img {
  transform: scale(0.91);
  transform-origin: bottom;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2), #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) {
  margin-top: 23px;
  text-align: center;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) p {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) p span {
  font-size: 18px;
  font-weight: 400;
  color: #adceea;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: left;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul li {
  font-size: 17px;
}
#section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2), #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul li:nth-child(2) {
  text-indent: 9px;
}
#section6 .component3 .sub_profile .sub_profile_1 .right_profile ul, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul {
  padding: 50px 0 28px 27px;
  overflow-y: scroll;
  height: 500px;
  box-sizing: border-box;
}
#section6 .component3 .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar {
  width: 10px; /*스크롤바의 너비*/
  background-color: #f1f4f5;
  border-radius: 3.5px;
}
#section6 .component3 .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar-thumb {
  background-color: #adceea; /*스크롤바의 색상*/
  border-radius: 3.5px;
}
#section6 .component3 .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-track, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar-track {
  background-color: transparent; /*스크롤바 트랙 색상*/
}
#section6 .component3 .sub_profile .sub_profile_1 .right_profile ul li, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul li {
  font-size: 15px;
  color: #8d8d8d;
  margin-bottom: 13px;
  padding-left: 10px;
  text-indent: -10px;
}
#section6 .component3 .sub_profile .sub_profile_1 .right_profile ul li.listTitle, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul li.listTitle {
  color: #474747;
  font-weight: 600;
  margin-top: 28px;
  letter-spacing: 0.023em;
  line-height: 1.2em;
  text-indent: -15px;
}
#section6 .component3 .sub_profile .close {
  position: absolute;
  right: -45px;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 30;
  cursor: pointer;
}
#section6 .component3 .sub_profile .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(-45deg);
}
#section6 .component3 .sub_profile .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(45deg);
}

#section7 .section_wrap {
  background: url("/resource/image/home/section7/background_07.jpg") no-repeat center top;
  background-size: 100% 100%;
}
#section7 .component3 header ul {
  margin-top: 40px;
  text-align: center;
}
#section7 .component3 header ul li {
  width: 213px;
  height: 34px;
  display: inline-block;
}
#section7 .component3 header ul li a {
  display: inline-block;
  width: 160px;
  height: 100%;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  color: #707070;
}
#section7 .component3 header ul li:nth-child(1) {
  background: url("/resource/image/home/section4/left_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(44px);
}
#section7 .component3 header ul li:nth-child(1) a {
  text-indent: -10px;
  width: 100%;
  font-size: 16px;
}
#section7 .component3 header ul li:nth-child(1) a span {
  font-size: 14px;
  font-weight: 400;
}
#section7 .component3 header ul li:nth-child(1).active {
  background: url("/resource/image/home/section4/left_button_active.svg") no-repeat left top;
}
#section7 .component3 header ul li:nth-child(1).active a {
  width: 100%;
  color: #fff;
  font-weight: 700;
}
#section7 .component3 header ul li:nth-child(2) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(22px);
}
#section7 .component3 header ul li:nth-child(2).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section7 .component3 header ul li:nth-child(2).active a {
  color: #fff;
  font-weight: 700;
}
#section7 .component3 header ul li:nth-child(3) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
}
#section7 .component3 header ul li:nth-child(3).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section7 .component3 header ul li:nth-child(3).active a {
  color: #fff;
  font-weight: 700;
}
#section7 .component3 header ul li:nth-child(4) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(-22px);
}
#section7 .component3 header ul li:nth-child(4).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section7 .component3 header ul li:nth-child(4).active a {
  color: #fff;
  font-weight: 700;
}
#section7 .component3 header ul li:nth-child(5) {
  background: url("/resource/image/home/section7/right_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(-44px);
}
#section7 .component3 header ul li:nth-child(5).active {
  background: url("/resource/image/home/section7/right_button_active.svg") no-repeat left top;
}
#section7 .component3 header ul li:nth-child(5).active a {
  color: #fff;
  font-weight: 700;
}
#section7 .component3 header ul li:nth-child(5) a {
  width: 100%;
  text-indent: 15px;
}
#section7 .component3 article {
  margin-top: 13px;
  position: relative;
}
#section7 .component3 article > ul {
  position: relative;
  width: 1096px;
  margin: 0 auto;
}
#section7 .component3 article > ul > li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#section7 .component3 article > ul > li.selected {
  display: block;
}
#section7 .component3 article > ul > li > div {
  border: 2px solid rgba(168, 201, 230, 0.2);
  padding: 3px;
}
#section7 .component3 article > ul > li > div div {
  box-shadow: inset 1px 2px 3px 4px rgba(218, 220, 230, 0.71);
  background-color: #fff;
  padding: 14px 33px;
  display: flex;
}
#section7 .component3 article > ul > li > div div p:nth-child(2) {
  width: 107px;
  text-align: center;
  padding-top: 110px;
}
#section7 .component3 article > p {
  transform: translateY(360px);
  text-align: center;
  width: 228px;
  margin: 0 auto;
}
#section7 .component3 article > p a {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #00569f;
  background: url("/resource/image/home/section4/bottom_button.png") no-repeat left top;
  background-size: 100% 100%;
}
#section7 .component3 article .sub_profile {
  position: absolute;
  left: 50%;
  top: -235px;
  width: 50%;
  height: 575px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 0 7px 2px rgba(62, 80, 90, 0.21);
  display: flex;
  padding: 12px 10px;
  box-sizing: border-box;
  display: none;
}
#section7 .component3 article .sub_profile .sub_profile_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile {
  padding-top: 60px;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile div {
  width: 250px;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) {
  text-align: center;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img {
  transform: scale(0.91);
  transform-origin: bottom;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) {
  margin-top: 23px;
  text-align: center;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span {
  font-size: 18px;
  font-weight: 400;
  color: #adceea;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: left;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li {
  font-size: 17px;
  letter-spacing: -1px;
}
#section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2) {
  text-indent: 9px;
}
#section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul {
  padding: 50px 0 28px 27px;
  overflow-y: scroll;
  height: 500px;
  box-sizing: border-box;
}
#section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar {
  width: 10px; /*스크롤바의 너비*/
  background-color: #f1f4f5;
  border-radius: 3.5px;
}
#section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb {
  background-color: #adceea; /*스크롤바의 색상*/
  border-radius: 3.5px;
}
#section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-track {
  background-color: transparent; /*스크롤바 트랙 색상*/
}
#section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul li {
  font-size: 15px;
  color: #8d8d8d;
  margin-bottom: 13px;
  padding-left: 10px;
  text-indent: -10px;
}
#section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul li.listTitle {
  color: #474747;
  font-weight: 600;
  margin-top: 28px;
  letter-spacing: 0.023em;
  line-height: 1.2em;
  text-indent: -15px;
}
#section7 .component3 article .sub_profile .close {
  position: absolute;
  right: -45px;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 30;
  cursor: pointer;
}
#section7 .component3 article .sub_profile .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(-45deg);
}
#section7 .component3 article .sub_profile .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(45deg);
}

#section8 .section_wrap {
  background: url("/resource/image/home/section8/background_08.jpg") no-repeat center top;
  background-size: 100% 100%;
}
#section8 .component3 header ul {
  margin-top: 40px;
  text-align: center;
}
#section8 .component3 header ul li {
  width: 213px;
  height: 34px;
  display: inline-block;
}
#section8 .component3 header ul li:nth-child(1) {
  background: url("/resource/image/home/section4/left_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(56px);
}
#section8 .component3 header ul li:nth-child(1).active {
  background: url("/resource/image/home/section4/left_button_active.svg") no-repeat left top;
}
#section8 .component3 header ul li:nth-child(1).active a {
  color: #fff;
  font-weight: 700;
}
#section8 .component3 header ul li:nth-child(2) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(32px);
}
#section8 .component3 header ul li:nth-child(2).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section8 .component3 header ul li:nth-child(2).active a {
  color: #fff;
  font-weight: 700;
}
#section8 .component3 header ul li:nth-child(3) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(11px);
}
#section8 .component3 header ul li:nth-child(3).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section8 .component3 header ul li:nth-child(3).active a {
  color: #fff;
  font-weight: 700;
}
#section8 .component3 header ul li:nth-child(4) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(-11px);
}
#section8 .component3 header ul li:nth-child(4).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section8 .component3 header ul li:nth-child(4).active a {
  color: #fff;
  font-weight: 700;
}
#section8 .component3 header ul li:nth-child(5) {
  background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
  background-size: 100%;
  transform: translateX(-32px);
}
#section8 .component3 header ul li:nth-child(5) a {
  width: 100%;
}
#section8 .component3 header ul li:nth-child(5) a span {
  font-size: 16px;
}
#section8 .component3 header ul li:nth-child(5).active {
  background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
}
#section8 .component3 header ul li:nth-child(5).active a {
  color: #fff;
  font-weight: 700;
}
#section8 .component3 header ul li:nth-child(6) {
  background: url("/resource/image/home/section8/8right_button.svg") no-repeat left top;
  background-size: 100% 100%;
  width: 260px;
  transform: translateX(-54px);
}
#section8 .component3 header ul li:nth-child(6) a {
  width: 100%;
  text-indent: 15px;
  font-size: 17px;
}
#section8 .component3 header ul li:nth-child(6).active {
  background: url("/resource/image/home/section8/8right_button_active.svg") no-repeat left top;
}
#section8 .component3 header ul li:nth-child(6).active a {
  color: #fff;
  font-weight: 700;
}
#section8 .component3 header ul li a {
  display: inline-block;
  width: 160px;
  height: 100%;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  color: #707070;
}
#section8 .component3 article {
  margin-top: 13px;
  position: relative;
}
#section8 .component3 article > ul {
  position: relative;
  width: 1263px;
  margin: 0 auto;
}
#section8 .component3 article > ul > li {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#section8 .component3 article > ul > li.selected {
  display: block;
}
#section8 .component3 article > ul > li > div {
  border: 2px solid rgba(168, 201, 230, 0.2);
  padding: 3px;
}
#section8 .component3 article > ul > li > div div {
  box-shadow: inset 1px 2px 3px 4px rgba(218, 220, 230, 0.71);
  background-color: #fff;
  padding: 14px 33px;
  display: flex;
}
#section8 .component3 article > ul > li > div div p:nth-child(2) {
  width: 107px;
  text-align: center;
  padding-top: 110px;
}
#section8 .component3 article > p {
  transform: translateY(360px);
  text-align: center;
  width: 228px;
  margin: 0 auto;
}
#section8 .component3 article > p a {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #00569f;
  background: url("/resource/image/home/section4/bottom_button.png") no-repeat left top;
  background-size: 100% 100%;
}
#section8 .component3 article .sub_profile {
  position: absolute;
  left: 50%;
  top: -235px;
  width: 50%;
  height: 575px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 0 7px 2px rgba(62, 80, 90, 0.21);
  display: flex;
  padding: 12px 10px;
  box-sizing: border-box;
  display: none;
}
#section8 .component3 article .sub_profile .sub_profile_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile {
  padding-top: 60px;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile div {
  width: 250px;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) {
  text-align: center;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img {
  transform: scale(0.91);
  transform-origin: bottom;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) {
  margin-top: 23px;
  text-align: center;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span {
  font-size: 18px;
  font-weight: 400;
  color: #adceea;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  text-align: left;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li {
  font-size: 17px;
  letter-spacing: -1px;
}
#section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2) {
  text-indent: 9px;
}
#section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul {
  padding: 50px 0 28px 27px;
  overflow-y: scroll;
  height: 500px;
  box-sizing: border-box;
}
#section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar {
  width: 10px; /*스크롤바의 너비*/
  background-color: #f1f4f5;
  border-radius: 3.5px;
}
#section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb {
  background-color: #adceea; /*스크롤바의 색상*/
  border-radius: 3.5px;
}
#section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-track {
  background-color: transparent; /*스크롤바 트랙 색상*/
}
#section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul li {
  font-size: 15px;
  color: #8d8d8d;
  margin-bottom: 13px;
  padding-left: 10px;
  text-indent: -10px;
}
#section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul li.listTitle {
  color: #474747;
  font-weight: 600;
  margin-top: 28px;
  letter-spacing: 0.023em;
  line-height: 1.2em;
  text-indent: -15px;
}
#section8 .component3 article .sub_profile .close {
  position: absolute;
  right: -45px;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 30;
  cursor: pointer;
}
#section8 .component3 article .sub_profile .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(-45deg);
}
#section8 .component3 article .sub_profile .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 35px;
  height: 3px;
  background-color: #adceea;
  transform: rotate(45deg);
}

#section9 .section_wrap {
  background: url("/resource/image/home/section9/background_09.jpg") no-repeat left top;
  background-size: cover;
}
#section9 .section_wrap .section_content {
  text-align: right;
}
#section9 .section_wrap .section_content .component3 {
  display: inline-block;
  width: 750px;
  margin-top: 60px;
}
#section9 .section_wrap .section_content .component3 article:first-child div {
  display: inline-block;
  box-shadow: 1px 2px 13px 1px rgba(102, 123, 148, 0.7);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 127px;
  padding-top: 34px;
  padding-left: 30px;
  box-sizing: border-box;
}
#section9 .section_wrap .section_content .component3 article:first-child div:nth-child(1) {
  width: 373px;
  background: url("/resource/image/home/section9/icon_01.svg") no-repeat;
  background-size: 44px 46px;
  background-position: 304px 40px;
}
#section9 .section_wrap .section_content .component3 article:first-child div:nth-child(2) {
  width: 293px;
  margin-left: 12px;
  background: url("/resource/image/home/section9/icon_02.svg") no-repeat;
  background-size: 46px 46px;
  background-position: 223px 40px;
}
#section9 .section_wrap .section_content .component3 article:first-child div:nth-child(3) {
  width: 289px;
  margin-top: 9px;
  background: url("/resource/image/home/section9/icon_03.svg") no-repeat;
  background-size: 38px 48px;
  background-position: 223px 40px;
}
#section9 .section_wrap .section_content .component3 article:first-child div:nth-child(4) {
  width: 375px;
  margin-top: 9px;
  margin-left: 12px;
  background: url("/resource/image/home/section9/icon_04.svg") no-repeat;
  background-size: 49px 47px;
  background-position: 304px 40px;
}
#section9 .section_wrap .section_content .component3 article:first-child div p {
  font-size: 23.6px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}
#section9 .section_wrap .section_content .component3 article:first-child div p em {
  font-weight: 700;
  color: #93c2e9;
}
#section9 .section_wrap .section_content .component3 article:last-child {
  margin-top: 30px;
}
#section9 .section_wrap .section_content .component3 article:last-child ul {
  width: 678px;
  display: inline-flex;
  justify-content: space-between;
}
#section9 .section_wrap .section_content .component3 article:last-child ul li {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  text-align: center;
  line-height: 105px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  background-color: #adceea;
  box-shadow: inset 1px 1px 27px 4px rgba(114, 146, 186, 0.17);
}

#section10 .section_wrap {
  background: url("/resource/image/home/section10/background_10.jpg") no-repeat left top;
  background-size: cover;
}
#section10 .section_wrap .component3 {
  margin-top: 15px;
}
#section10 .section_wrap .component3 article {
  width: 1500px;
}
#section10 .section_wrap .component3 article ul {
  display: flex;
  justify-content: space-between;
  transform: scale(0.85);
  transform-origin: top;
  margin-top: 25px;
}

#section11 .section_wrap {
  background: url("/resource/image/home/section11/background_11.jpg") no-repeat left top;
  background-size: cover;
}
#section11 .section_wrap .component1 {
  padding: 0 187px;
  display: flex;
  justify-content: space-between;
}
#section11 .section_wrap .component1 article:first-child {
  line-height: 265px;
}
#section11 .section_wrap .component1 article:first-child img {
  vertical-align: middle;
}
#section11 .section_wrap .component1 article:last-child header {
  font-size: 35px;
  font-weight: 700;
}
#section11 .section_wrap .component1 article:last-child header > span:nth-child(1) {
  font-size: 25px;
  font-weight: 400;
}
#section11 .section_wrap .component1 article:last-child header > span:nth-child(3) {
  font-size: 40px;
  font-weight: 700;
  color: #cdaa42;
}
#section11 .section_wrap .component1 article:last-child header > span:nth-child(3) span {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
#section11 .section_wrap .component1 article:last-child header > span:nth-child(3) span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cdaa42;
  transform: translateX(-50%);
}
#section11 .section_wrap .component1 article:last-child header > span:nth-child(4) {
  font-size: 40px;
  font-weight: 700;
}
#section11 .section_wrap .component1 article:last-child article {
  margin-top: 30px;
}
#section11 .section_wrap .component1 article:last-child article ul li {
  width: 685px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  box-shadow: 1px 2px 4px 1px rgba(202, 202, 202, 0.94);
  border-radius: 9px;
  font-size: 22px;
  font-weight: 400;
  padding-left: 18px;
  margin-bottom: 5px;
}
#section11 .section_wrap .component1 article:last-child article ul li:last-child {
  margin-bottom: 0;
}
#section11 .section_wrap .component1 article:last-child article ul li span:first-child {
  display: inline-block;
  border-bottom: 2px solid #000;
  transform: rotate(-90deg);
  font-size: 21px;
  font-weight: 100;
  margin-right: 19px;
  text-align: center;
}
#section11 .section_wrap .component1 article:last-child article ul li span:last-child {
  font-size: 22px;
  font-weight: 700;
  color: #cb008a;
  margin-left: 8px;
}
#section11 .section_wrap .component2 {
  margin-top: 56px;
  padding: 0 70px;
}
#section11 .section_wrap .component2 ul {
  display: flex;
  justify-content: space-between;
}
#section11 .section_wrap .component2 ul li {
  width: 422px;
}
#section11 .section_wrap .component2 ul li p img {
  width: 100%;
}
#section11 .section_wrap .component2 ul li p:last-child {
  margin-top: 16px;
  text-align: center;
  font-size: 21px;
  font-family: "NanumSquare";
  font-weight: 400;
}

#section12 .section_wrap {
  background: url("/resource/image/home/section12/background_12.jpg") no-repeat left top;
  background-size: cover;
}
#section12 .section_wrap .component3 {
  width: 900px;
  margin: 0 auto;
  margin-top: 35px;
  padding: 0 17px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
#section12 .section_wrap .component3 article:first-child {
  width: 648px;
}
#section12 .section_wrap .component3 article:first-child img {
  width: 100%;
}
#section12 .section_wrap .component3 article:last-child {
  width: 204px;
}
#section12 .section_wrap .component3 article:last-child ul li {
  margin-bottom: 10px;
  cursor: pointer;
}
#section12 .section_wrap .component3 article:last-child ul li img {
  width: 100%;
}

#section13 .section_wrap {
  background: url("/resource/image/home/section13/background_13.jpg") no-repeat left top;
  background-size: cover;
}
#section13 .section_wrap .component2 {
  margin-top: 46px;
  margin-left: 150px;
  display: flex;
}
#section13 .section_wrap .component2 article:first-child {
  width: 450px;
  padding-top: 40px;
}
#section13 .section_wrap .component2 article:first-child div header {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}
#section13 .section_wrap .component2 article:first-child div header img {
  width: 40px;
  height: 45px;
  margin-right: 10px;
  vertical-align: bottom;
}
#section13 .section_wrap .component2 article:first-child div p {
  width: 300px;
  font-size: 26px;
  letter-spacing: 0.04em;
}
#section13 .section_wrap .component2 article:first-child div p strong {
  font-size: 35px;
}
#section13 .section_wrap .component2 article:first-child div p strong:last-child {
  color: #81b2dc;
}
#section13 .section_wrap .component2 article:first-child div p:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: rgba(174, 207, 234, 0.23);
  transform: translateY(-7px);
}
#section13 .section_wrap .component2 article:first-child div ul {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 100;
}
#section13 .section_wrap .component2 article:first-child div ul li {
  letter-spacing: 0.04em;
}
#section13 .section_wrap .component2 article:first-child div ul li:last-child {
  margin-top: 8px;
}
#section13 .section_wrap .component2 article:first-child div:last-child {
  margin-top: 45px;
}
#section13 .section_wrap .component2 article:first-child div:last-child p strong:first-child {
  color: #c7358f;
}
#section13 .section_wrap .component2 article:first-child div:last-child p strong:last-child {
  color: #000;
}
#section13 .section_wrap .component2 article:first-child div:last-child p:after {
  background-color: rgba(222, 100, 175, 0.23);
}
#section13 .section_wrap .component2 article:last-child {
  width: 750px;
}
#section13 .section_wrap .component2 article:last-child > ul {
  height: 27px;
  display: flex;
  justify-content: right;
}
#section13 .section_wrap .component2 article:last-child > ul > li {
  display: inline-block;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #9f9f9f;
  padding: 0 8px;
  margin-left: 4px;
  cursor: pointer;
}
#section13 .section_wrap .component2 article:last-child > ul > li:nth-child(1) {
  padding: 0 21px;
  margin-left: 0;
}
#section13 .section_wrap .component2 article:last-child > ul > li.selected {
  background-color: #adceea;
}
#section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) {
  width: 750px;
  height: 420px;
  margin-top: 5px;
}
#section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) ul {
  position: relative;
}
#section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) ul li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) ul li #map1, #section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) ul li #map2 {
  width: 750px;
  height: 420px;
  background-color: #d9d9d9;
  z-index: 5;
}
#section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) ul li.selected {
  z-index: 5;
}
#section13 .section_wrap .component2 article:last-child > div:nth-of-type(2) {
  margin-top: 25px;
}
#section13 .section_wrap .component2 article:last-child > div:nth-of-type(2) p {
  letter-spacing: 0.04em;
  text-align: right;
}
#section13 .section_wrap .component2 article:last-child > div:nth-of-type(2) p:nth-child(1) {
  font-size: 18px;
  font-weight: 100;
}
#section13 .section_wrap .component2 article:last-child > div:nth-of-type(2) p:nth-child(2) {
  font-size: 42px;
  font-weight: 700;
  margin-top: 18px;
}

#section14 {
  height: 60vh !important;
}
#section14 .fp-tableCell {
  height: 100% !important;
}
#section14 .section_wrap {
  background: url("/resource/image/home/section14/background_14.jpg") no-repeat left top;
  background-size: cover;
}
#section14 .section_wrap .section_content {
  padding-top: 0;
  height: 100%;
}
#section14 .section_wrap .section_content .component1 {
  display: none;
  width: 900px;
  margin: 0 auto;
}
#section14 .section_wrap .section_content .component1 > div header {
  font-size: 19px;
  font-weight: 400;
  margin-top: 19px;
  margin-bottom: 15px;
  padding-left: 17px;
}
#section14 .section_wrap .section_content .component1 > div header:after {
  content: "*";
  display: inline-block;
  color: #ff17a5;
  font-size: 18px;
  margin-left: 6px;
}
#section14 .section_wrap .section_content .component1 > div header span {
  font-size: 17px;
  padding-left: 16px;
}
#section14 .section_wrap .section_content .component1 > div article input, #section14 .section_wrap .section_content .component1 > div article select {
  background-color: #fff;
  box-shadow: 1px 3px 8px 1px rgba(71, 142, 203, 0.25);
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  border: none;
  appearance: none;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(1) header {
  margin-top: 0;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(1) article {
  height: 136px;
  padding: 13px 3px 13px 17px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 1px 3px 8px 1px rgba(71, 142, 203, 0.25);
  border-radius: 5px;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(1) article div {
  height: 110px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  overflow-y: scroll;
  padding-right: 50px;
  font-size: 14px;
  font-weight: 100;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(1) article div::-webkit-scrollbar {
  width: 7px; /*스크롤바의 너비*/
}
#section14 .section_wrap .section_content .component1 > div:nth-child(1) article div::-webkit-scrollbar-thumb {
  background-color: #cdd1dd; /*스크롤바의 색상*/
  border-radius: 3.5px;
  height: 27px;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(1) article div::-webkit-scrollbar-track {
  background-color: transparent; /*스크롤바 트랙 색상*/
}
#section14 .section_wrap .section_content .component1 > div:nth-child(1) div.check {
  margin-top: 15px;
  margin-bottom: 19px;
  padding-left: 17px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(1) div.check input {
  border: 0.5px solid #7e7e81;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(1) div.check label {
  vertical-align: top;
  margin-left: 5px;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(4) article input {
  width: 90px;
  margin-right: 16px;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(5) header span {
  font-size: 17px;
  padding-left: 16px;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(5) article input {
  width: 172px;
  margin-right: 16px;
  cursor: pointer;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(5) article input::placeholder {
  text-indent: 5px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.58);
}
#section14 .section_wrap .section_content .component1 > div:nth-child(5) article select {
  width: 172px;
  color: rgba(0, 0, 0, 0.58);
  font-size: 16px;
  text-indent: 5px;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(5) article select option {
  text-indent: 18px;
  font-size: 16px;
  color: #000;
}
#section14 .section_wrap .section_content .component1 > div:nth-child(6) {
  width: 380px;
  height: 33px;
  line-height: 33px;
  margin: 0 auto;
  margin-top: 35px;
  border-radius: 16.8px;
  background-color: #adceea;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#section14 .section_wrap .section_content .qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#section14 .section_wrap .section_content .qrcode > div {
  text-align: center;
}
#section14 .section_wrap .section_content .qrcode > div header {
  padding-left: 0;
}
#section14 .section_wrap .section_content .qrcode > div header:after {
  content: none;
}
#section14 .section_wrap .section_content .qrcode > div header > a {
  display: block;
  background-color: rgb(222, 100, 175);
  border-radius: 2.1052631579vw;
  padding: 0.5263157895vw 1.0526315789vw;
  color: white;
  font-size: 1.6842105263vw;
  font-weight: bold;
}
#section14 .section_wrap .section_content .qrcode > div article {
  display: flex;
  align-items: center;
  gap: 0.7894736842vw;
  text-align: center;
  margin-top: 1.0526315789vw;
}

#section15 {
  height: 10vh !important;
  overflow: hidden;
}
#section15 .fp-tableCell {
  height: 100% !important;
}
#section15 .fp-tableCell .lnb {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#section15 .fp-tableCell .lnb .logo {
  display: flex;
  align-items: center;
}
#section15 .fp-tableCell .lnb .logo svg {
  width: 251px;
}
#section15 .fp-tableCell .lnb .information span:not(.mbr) {
  display: block;
  line-height: 1.3em;
}
#section15 .maker {
  color: inherit;
  font-weight: bold;
}
#section15 .maker:hover {
  color: #adceea;
}

/*--------------------------------------------------------------------
||Mobile
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  * {
    font-size: 2.315vw;
  }
  .pbr {
    display: none;
  }
  .mbr {
    display: block;
  }
  #header {
    height: 18.52vw;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 0;
    padding-bottom: 0;
  }
  #header.color {
    background-color: #fff;
  }
  #header #gnb {
    display: block;
    width: 88.7108vw;
    min-width: 88.7108vw;
  }
  #header #gnb .logo_area {
    width: 100%;
    text-align: center;
  }
  #header #gnb .logo_area a svg {
    height: 6.482vw;
  }
  #header #gnb .menu_area {
    width: 100%;
    margin: 0;
  }
  #header #gnb .menu_area > ul {
    height: 7.408vw;
    justify-content: space-between;
  }
  #header #gnb .menu_area > ul > li {
    padding: 0;
    padding-top: 2.778vw;
    font-size: 3.3336vw;
    font-weight: 600;
    letter-spacing: -1px;
  }
  #header #gnb .menu_area > ul > li:after {
    content: none;
  }
  #header #gnb .menu_area > ul > li ul {
    width: 25.002vw;
    padding-top: 3.241vw;
    transform: translate(-27%, 8vw);
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.43);
  }
  #header #gnb .menu_area > ul > li ul li {
    font-size: 2.778vw;
  }
  #header #gnb .menu_area > ul > li ul.color {
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.43);
  }
  #header #gnb .contract_area {
    display: none;
  }
  #quick {
    left: 1.4816vw;
  }
  #quick li:first-child a {
    line-height: 1.5em;
  }
  #quick li a svg {
    display: block;
    margin: 0 auto;
    margin-top: 2vw;
    width: 2.8706vw;
    height: auto;
  }
  #quick li a .icon img {
    width: 7.1302vw;
  }
  .section {
    width: 100vw;
  }
  .section .fp-tableCell {
    height: 100% !important;
  }
  .section .fp-tableCell .section_wrap .section_content {
    width: 82.7844vw;
    min-width: 82.7844vw;
    padding-top: 14.9086vw;
  }
  .section .title {
    padding-top: 12.038vw;
  }
  .section .title span:nth-child(1) {
    font-size: 1.7594vw;
  }
  .section .title span:nth-child(2) {
    width: 2.8706vw;
    margin: 3.6114vw auto;
  }
  .section .title span:nth-child(3) {
    font-size: 5.7412vw;
  }
  .section .txt {
    margin-top: 4.63vw;
    font-size: 2.4076vw;
  }
  #section1 {
    height: 130.6586vw !important;
  }
  #section1 .section_wrap {
    background: url("/resource/image/home/section1/mobilebackground_01.jpg") no-repeat left center;
    background-size: cover;
  }
  #section1 .section_wrap .section_content .component1 {
    margin-top: 19.6312vw;
    padding: 2.9632vw 2.315vw;
  }
  #section1 .section_wrap .section_content .component1 header {
    font-size: 1.70384vw;
    text-align: center;
    background: url("/resource/image/home/section1/mobile_line.png") no-repeat center bottom;
    background-size: 80%;
  }
  #section1 .section_wrap .section_content .component1 article {
    margin-top: 2.778vw;
    font-size: 5.093vw;
    line-height: 1.4em;
    text-align: center;
  }
  #section1 .section_wrap .section_content .component1 article strong:last-child {
    font-size: 7.10242vw;
  }
  #section1 .section_wrap .section_content .component1 article:last-child {
    margin-top: 6.482vw;
  }
  #section1 .section_wrap .section_content .component1 article:last-child ul {
    font-size: 2.315vw;
  }
  #section1 .section_wrap .section_content .component1 article:last-child ul li {
    text-align: center;
  }
  #section1 .section_wrap .section_content .component1 article:last-child ul li.doubleLine span:last-child {
    padding-left: 0;
  }
  #section2 {
    height: 370.4vw !important;
  }
  #section2 .section_wrap {
    background: url("/resource/image/home/section2/mobilebackground_02.jpg") no-repeat left top;
    background-size: cover;
  }
  #section2 .section_wrap .component2 {
    margin-top: 4.63vw;
    padding-bottom: 9.26vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_pbr {
    display: none;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor {
    position: relative;
    width: 47% !important;
    height: 57.412vw;
    margin-bottom: 4.8152vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor:nth-child(n+9) {
    margin-bottom: 0;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(1) {
    width: 100%;
    height: 41.5774vw;
    border: 2px solid #adceea;
    position: relative;
    overflow: hidden;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(1) p {
    position: absolute;
    left: 50%;
    bottom: -1.852vw;
    transform: translateX(-50%);
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(1) p img {
    width: 100%;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(2) {
    margin-top: 2.315vw;
    text-align: center;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(2) p {
    font-size: 3.0095vw;
    font-weight: 800;
    text-align: center;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(2) p span {
    font-size: 2.1298vw;
    font-weight: 400;
    color: #adceea;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(2) ul {
    display: inline-block;
    margin-top: 2.0372vw;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    text-align: left;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(2) ul li {
    font-size: 1.9446vw;
    line-height: 1.3em;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(2) ul li.space {
    padding-left: 1.1112vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 82.7844vw;
    height: 43.985vw;
    background-color: #fff;
    box-shadow: 2px 0 7px 2px rgba(62, 80, 30, 0.21);
    padding: 3.1484vw;
    padding-right: 1.389vw;
    box-sizing: border-box;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile ul {
    overflow-y: scroll;
    height: 100%;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile ul::-webkit-scrollbar {
    appearance: none;
    width: 10px;
    background-color: #f1f4f5;
    border-radius: 3.5px;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile ul::-webkit-scrollbar-thumb {
    appearance: none;
    background-color: #adceea; /*스크롤바의 색상*/
    border-radius: 3.5px;
    height: 38px;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile ul::-webkit-scrollbar-track {
    background-color: transparent; /*스크롤바 트랙 색상*/
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile ul li {
    font-size: 2.0372vw;
    color: #8d8d8d;
    margin-bottom: 2.0372vw;
    text-indent: -1.2vw;
    padding-left: 2vw;
    line-height: 1.3em;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile ul li.listTitle {
    color: #474747;
    font-weight: 600;
    font-size: 2.2224vw;
    margin-top: 3.241vw;
    text-indent: 0;
    letter-spacing: 0.023em;
    line-height: 1.2em;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile ul li.listTitle2 {
    font-size: 1.852vw;
    opacity: 0.8;
    text-indent: 0.1852vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile p.close {
    position: absolute;
    display: block;
    right: -3.704vw;
    top: 0;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile p.close:before {
    content: "";
    width: 2px;
    height: 5.093vw;
    background-color: #adceea;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg);
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor > div:nth-child(3).profile p.close:after {
    content: "";
    width: 2px;
    height: 5.093vw;
    background-color: #adceea;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor8 > div:nth-child(1) p, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor9 > div:nth-child(1) p {
    width: 100%;
    bottom: -14vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor1 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor3 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor5 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor9 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor11 > div:nth-child(3).profile {
    left: 0;
    top: 57.412vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor2 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor4 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor6 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor7 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor10 > div:nth-child(3).profile, #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor12 > div:nth-child(3).profile {
    left: -43.875732vw;
    top: 57.412vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor3 > div:nth-child(1) p {
    bottom: -5.556vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor5 > div:nth-child(1) p {
    bottom: -3.241vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor7 > div:nth-child(1) p img {
    width: 200%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 11vw);
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor7 > div:nth-child(3).profile {
    left: 0;
    top: -47.226vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor9 > div:nth-child(3).profile {
    top: -47.226vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor10 > div:nth-child(1) p {
    bottom: -1.852vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor10 > div:nth-child(3).profile {
    top: -47.226vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor11 > div:nth-child(3).profile {
    top: -47.226vw;
  }
  #section2 .section_wrap .component2 article:first-child > ul.doctors1_mbr li.doctor12 > div:nth-child(3).profile {
    top: -47.226vw;
  }
  #section2 .section_wrap .component2 article:first-child > div {
    display: none;
  }
  #section2 .section_wrap .component2 article:last-child {
    margin-top: 0;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 {
    width: 80.7472vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li {
    width: 17.7792vw;
    height: 7.5006vw;
    border-radius: 0.1852vw;
    border-top-right-radius: 1.2038vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:first-child p {
    padding-top: 0.7408vw;
    padding-left: 1.2038vw;
    font-size: 2.1298vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:first-child p:nth-of-type(1) {
    font-size: 2.778vw;
    padding-top: 1.1112vw;
    padding-left: 1.2038vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:first-child span {
    right: 0.7408vw;
    top: 0.7408vw;
    width: 2.778vw;
    height: 2.778vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:first-child span img {
    vertical-align: top;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child {
    left: -8.797vw;
    top: -24.076vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child ul {
    width: 45.7444vw;
    padding: 2.315vw 1.7594vw;
    padding-bottom: 2.315vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child ul li {
    font-size: 2.0372vw;
    margin-bottom: 1.0186vw;
    padding-left: 1.389vw;
    text-indent: -1.389vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child ul li:last-child {
    margin-bottom: 0;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child ul li.listTitle {
    font-size: 2.315vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li div:last-child:after {
    bottom: -1.852vw;
    border-top: 2.315vw solid #cde1f1;
    border-left: 1.6668vw solid transparent;
    border-right: 1.6668vw solid transparent;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(1) div:last-child {
    /* left: -12.964vw; */
    left: -2vw;
    top: -72.691vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(1) div ul {
    width: 55.56vw;
  }
  /*250521_수정_JY*/
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(2) div:last-child {
    /* top: -20.372vw; */
    top: -42.372vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(3) div:last-child {
    top: -32.391vw;
  }
  #section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(4) div:last-child {
    top: -33.076vw;
    right: -3.797vw;
    left: unset;
  }
    #section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(1) div:last-child::after{
        left: 30%;
    }
    #section2 .section_wrap .component2 article:last-child ul.doctors2 > li:nth-child(4) div:last-child::after{
        left: 88%;
    }
  /*// 250521_수정_JY*/
  #section3 {
    height: 171.773vw !important;
  }
  #section3 .section_wrap {
    background: url("/resource/image/home/section3/mobilebackground_03.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 20vw;
  }
  #section3 .component2 {
    margin-top: 7.0376vw;
    width: inherit;
  }
  #section3 .component2 article ul {
    flex-wrap: wrap;
  }
  #section3 .component2 article ul li {
    width: 34.3546vw;
    height: 34.3546vw;
  }
  #section3 .component2 article ul li:nth-child(1) {
    margin: 0 24.2149vw;
    background-position: center 4.9078vw;
    background-size: 8.2414vw 8.1488vw;
  }
  #section3 .component2 article ul li:nth-child(2) {
    background-position: center 4.9078vw;
    background-size: 8.2414vw 8.1488vw;
  }
  #section3 .component2 article ul li:nth-child(3) {
    background-position: center 4.9078vw;
    background-size: 8.2414vw 8.1488vw;
  }
  #section3 .component2 article ul li p {
    font-size: 3.4262vw;
    padding-top: 16.1124vw;
  }
  #section3 .component3 {
    margin-top: 8.334vw;
  }
  #section3 .component3 header {
    font-size: 4.63vw;
  }
  #section3 .component3 header span:before {
    top: -0.926vw;
    width: 1.2038vw;
    height: 1.2038vw;
    background-size: 1.2038vw 1.2038vw;
  }
  #section4 {
    height: 184.1814vw !important;
  }
  #section4 .section_wrap {
    background: url("/resource/image/home/section4/mobilebackground_04.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 20vw;
  }
  #section4 .component3 header ul {
    margin-top: 6.019vw;
    width: 89vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #section4 .component3 header ul li {
    width: 29.3542vw;
    height: 4.7226vw;
  }
  #section4 .component3 header ul li:nth-child(1) {
    transform: translateX(0);
  }
  #section4 .component3 header ul li:nth-child(2) {
    transform: translateX(-3vw);
  }
  #section4 .component3 header ul li:nth-child(2) a {
    font-size: 2.4076vw;
  }
  #section4 .component3 header ul li:nth-child(3) {
    background: url("/resource/image/home/section4/right_button.svg") no-repeat left top;
    transform: translateX(-6vw);
    text-indent: 4px;
  }
  #section4 .component3 header ul li:nth-child(3).active {
    background: url("/resource/image/home/section4/right_button_active.svg") no-repeat left top;
  }
  #section4 .component3 header ul li:nth-child(4) {
    margin-top: 1vw;
    background: url("/resource/image/home/section4/left_button.svg") no-repeat left top;
    transform: translateX(13.5vw);
  }
  #section4 .component3 header ul li:nth-child(4).active {
    background: url("/resource/image/home/section4/left_button_active.svg") no-repeat left top;
  }
  #section4 .component3 header ul li:nth-child(5) {
    margin-top: 1vw;
    background: url("/resource/image/home/section4/right_button.svg") no-repeat left top;
    transform: translateX(-19.5vw);
  }
  #section4 .component3 header ul li:nth-child(5).active {
    background: url("/resource/image/home/section4/right_button_active.svg") no-repeat left top;
  }
  #section4 .component3 header ul li a {
    line-height: 4.7226vw;
    font-size: 2.6854vw;
  }
  #section4 .component3 article {
    margin-top: 3.5188vw;
  }
  #section4 .component3 article > ul {
    width: 100%;
    height: 85.8402vw;
  }
  #section4 .component3 article > ul > li {
    width: 100%;
    height: 100%;
    padding: 0.5556vw;
  }
  #section4 .component3 article > ul > li > div {
    padding: 3.3336vw 7.9636vw;
  }
  #section4 .component3 article > ul > li > div div {
    flex-wrap: wrap;
  }
  #section4 .component3 article > ul > li > div div p:nth-child(2) {
    width: 100%;
    height: 5.556vw;
    padding-top: 0;
    transform: rotate(90deg);
  }
  #section4 .component3 article > ul > li > div div p:nth-child(2) img {
    width: 3.4262vw;
  }
  #section4 .component3 article > ul > li > div div p img {
    width: 100%;
  }
  #section4 .component3 article > p {
    transform: translateY(0);
    width: 40.9292vw;
  }
  #section4 .component3 article > p a {
    height: 8.0562vw;
    line-height: 8.0562vw;
    font-size: 4.12996vw;
  }
  #section4 .component3 article .sub_profile {
    top: -31.7618vw;
    height: 115.4722vw;
    padding: 1.1112vw 0.926vw;
    display: block;
    display: none;
  }
  #section4 .component3 article .sub_profile .sub_profile_1, #section4 .component3 article .sub_profile .sub_profile_2 {
    width: 100%;
    height: 50%;
  }
  #section4 .component3 article .sub_profile .sub_profile_1.sub_profile_1 .right_profile, #section4 .component3 article .sub_profile .sub_profile_2.sub_profile_1 .right_profile {
    margin-right: 0;
  }
  #section4 .component3 article .sub_profile .sub_profile_1.sub_profile_2 .left_profile, #section4 .component3 article .sub_profile .sub_profile_2.sub_profile_2 .left_profile {
    margin-left: 0;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .left_profile, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile {
    padding-top: 5.556vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .left_profile div, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div {
    width: 34.262vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(1) img {
    transform: scale(1);
    width: 50%;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2), #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) {
    margin-top: 2.1298vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) p {
    font-size: 3.4262vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) p span {
    font-size: 2.46316vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul {
    margin-top: 0.926vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li, #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul li {
    font-size: 2.19462vw;
    line-height: 1.3em;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2), #section4 .component3 article .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul li:nth-child(2) {
    text-indent: 1.4vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .right_profile, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile {
    padding-bottom: 3vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul {
    padding: 2.778vw 3.704vw;
    height: 100%;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar {
    width: 0.926vw;
    border-radius: 0.463vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar-thumb {
    border-radius: 0.463vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul li, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul li {
    font-size: 1.6668vw;
    margin-bottom: 1.4816vw;
    padding-left: 1.6668vw;
    text-indent: -1.6668vw;
  }
  #section4 .component3 article .sub_profile .sub_profile_1 .right_profile ul li.listTitle, #section4 .component3 article .sub_profile .sub_profile_2 .right_profile ul li.listTitle {
    margin-top: 3.704vw;
    text-indent: -1.6668vw;
  }
  #section4 .component3 article .sub_profile .close {
    right: -4.63vw;
    width: 2.2224vw;
    height: 2.2224vw;
  }
  #section4 .component3 article .sub_profile .close:before {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section4 .component3 article .sub_profile .close:after {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section5 {
    height: 184.1814vw !important;
  }
  #section5 .section_wrap {
    background: url("/resource/image/home/section5/mobilebackground_05.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 20vw;
  }
  #section5 .component2 .txt {
    letter-spacing: -1px;
  }
  #section5 .component3 header ul {
    margin-top: 6.019vw;
    width: 89vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #section5 .component3 header ul li {
    width: 29.3542vw;
    height: 4.7226vw;
  }
  #section5 .component3 header ul li:nth-child(1) {
    transform: translateX(0);
  }
  #section5 .component3 header ul li:nth-child(2) {
    transform: translateX(-3vw);
  }
  #section5 .component3 header ul li:nth-child(3) {
    background: url("/resource/image/home/section4/right_button.svg") no-repeat left top;
    transform: translateX(-6vw);
  }
  #section5 .component3 header ul li:nth-child(3).active {
    background: url("/resource/image/home/section4/right_button_active.svg") no-repeat left top;
  }
  #section5 .component3 header ul li:nth-child(4) {
    margin-top: 1vw;
    background: url("/resource/image/home/section4/left_button.svg") no-repeat left top;
    transform: translateX(13.5vw);
  }
  #section5 .component3 header ul li:nth-child(4).active {
    background: url("/resource/image/home/section4/left_button_active.svg") no-repeat left top;
  }
  #section5 .component3 header ul li:nth-child(5) {
    margin-top: 1vw;
    background: url("/resource/image/home/section4/right_button.svg") no-repeat left top;
    transform: translateX(-19.5vw);
  }
  #section5 .component3 header ul li:nth-child(5).active {
    background: url("/resource/image/home/section4/right_button_active.svg") no-repeat left top;
  }
  #section5 .component3 header ul li a {
    width: 100%;
    line-height: 4.7226vw;
    font-size: 2.6854vw;
  }
  #section5 .component3 article {
    margin-top: 3.5188vw;
  }
  #section5 .component3 article > ul {
    width: 100%;
    height: 85.8402vw;
  }
  #section5 .component3 article > ul > li {
    width: 100%;
    height: 100%;
    padding: 0.5556vw;
  }
  #section5 .component3 article > ul > li > div {
    padding: 3.3336vw 7.9636vw;
  }
  #section5 .component3 article > ul > li > div div {
    flex-wrap: wrap;
  }
  #section5 .component3 article > ul > li > div div p:nth-child(2) {
    width: 100%;
    height: 5.556vw;
    padding-top: 0;
    transform: rotate(90deg);
  }
  #section5 .component3 article > ul > li > div div p:nth-child(2) img {
    width: 3.4262vw;
  }
  #section5 .component3 article > ul > li > div div p:nth-child(3) a {
    width: 5.7412vw;
    height: 5.7412vw;
    line-height: 5.7412vw;
    right: 1.9446vw;
    top: 2.2224vw;
    text-indent: 1vw;
  }
  #section5 .component3 article > ul > li > div div p:nth-child(3) a span {
    border-left: 2.6854vw solid #000;
    border-top: 1.6668vw solid transparent;
    border-bottom: 1.6668vw solid transparent;
  }
  #section5 .component3 article > ul > li > div div p img {
    width: 100%;
  }
  #section5 .component3 article > ul > li > div:nth-child(2) {
    right: 28.1504vw;
    top: 9.26vw;
    width: 38.0586vw;
    height: 70.1908vw;
    background-color: #fff;
    padding: 1.2964vw;
    box-sizing: border-box;
    transform: scale(0.8);
  }
  #section5 .component3 article > ul > li > div:nth-child(2).video2 {
    margin-top: 0;
  }
  #section5 .component3 article > ul > li > div:nth-child(2) p {
    font-size: 2.8706vw;
  }
  #section5 .component3 article > ul > li > div:nth-child(2) video {
    margin-top: 1.389vw;
    width: 35.7436vw;
    height: 63.7088vw;
  }
  #section5 .component3 article > ul > li > div:nth-child(2):after {
    content: "";
    position: absolute;
    right: -6vw;
    top: 52.4%;
    display: block;
    border-left: 6.3894vw solid #fff;
    border-top: 5.4634vw solid transparent;
    border-bottom: 5.4634vw solid transparent;
  }
  #section5 .component3 article > p {
    transform: translateY(0);
    width: 40.9292vw;
  }
  #section5 .component3 article > p a {
    height: 8.0562vw;
    line-height: 8.0562vw;
    font-size: 4.12996vw;
  }
  #section5 .component3 article .sub_profile {
    top: 27.78vw;
    width: 100%;
    height: 61.3938vw;
    padding: 1.1112vw 0.926vw;
    display: block;
    display: none;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 {
    width: 100%;
    height: 100%;
  }
  #section5 .component3 article .sub_profile .sub_profile_1.sub_profile_1 .right_profile {
    margin-right: 0;
  }
  #section5 .component3 article .sub_profile .sub_profile_1.sub_profile_2 .left_profile {
    margin-left: 0;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .left_profile {
    padding-top: 5.556vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .left_profile div {
    width: 34.262vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img {
    transform: scale(1);
    width: 50%;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) {
    margin-top: 2.1298vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p {
    font-size: 3.4262vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span {
    font-size: 2.46316vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul {
    margin-top: 0.926vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li {
    font-size: 2.19462vw;
    line-height: 1.3em;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2) {
    text-indent: 1.4vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .right_profile {
    padding-bottom: 3vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul {
    padding: 2.778vw 3.704vw;
    height: 100%;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar {
    width: 0.926vw;
    border-radius: 0.463vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb {
    border-radius: 0.463vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul li {
    font-size: 1.6668vw;
    margin-bottom: 1.4816vw;
    padding-left: 1.6668vw;
    text-indent: -1.6668vw;
  }
  #section5 .component3 article .sub_profile .sub_profile_1 .right_profile ul li.listTitle {
    margin-top: 3.704vw;
    text-indent: -1.6668vw;
  }
  #section5 .component3 article .sub_profile .close {
    right: -4.63vw;
    width: 2.2224vw;
    height: 2.2224vw;
  }
  #section5 .component3 article .sub_profile .close:before {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section5 .component3 article .sub_profile .close:after {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section6 .section_wrap {
    background: url("/resource/image/home/section6/mobilebackground_06.jpg") no-repeat center top;
  }
  #section6 .component2 .txt {
    letter-spacing: -1px;
  }
  #section6 .component3 {
    margin-top: 5.556vw;
  }
  #section6 .component3 > ul {
    width: 74.08vw;
    flex-wrap: wrap;
  }
  #section6 .component3 > ul > li {
    width: 100%;
    margin-bottom: 9.8156vw;
  }
  #section6 .component3 > ul > li header {
    width: 32.3174vw;
    height: 4.63vw;
    line-height: 4.63vw;
    font-size: 2.6854vw;
  }
  #section6 .component3 > ul > li article {
    margin-top: 0.6482vw;
    padding: 0.3704vw;
  }
  #section6 .component3 > ul > li article div {
    padding-bottom: 5.556vw;
  }
  #section6 .component3 > ul > li article div p {
    font-size: 2.2224vw;
  }
  #section6 .component3 > ul > li article div p:nth-child(2) {
    width: 58.6158vw;
    margin: 0 auto;
  }
  #section6 .component3 > ul > li article div p:nth-child(2) img {
    width: 100%;
  }
  #section6 .component3 > ul > li article > p {
    width: 26.0206vw;
    height: 5.6486vw;
    line-height: 5.6486vw;
    border-radius: 2.778vw;
  }
  #section6 .component3 > ul > li article > p a {
    font-size: 3.1484vw;
  }
  #section6 .component3 > ul > li article > p a span {
    font-size: 2.315vw;
    vertical-align: 1px;
  }
  #section6 .component3 > p {
    transform: translateY(0);
    width: 40.9292vw;
    height: 8.0562vw;
    line-height: 8.0562vw;
    border-radius: 4.03736vw;
    margin-top: 0;
    margin-bottom: 10.2786vw;
  }
  #section6 .component3 > p a {
    height: 8.0562vw;
    line-height: 8.0562vw;
    font-size: 4.12996vw;
  }
  #section6 .component3 .sub_profile {
    top: 111.12vw;
    height: 115.4722vw;
    padding: 1.1112vw 0.926vw;
    display: block;
    display: none;
  }
  #section6 .component3 .sub_profile .sub_profile_1, #section6 .component3 .sub_profile .sub_profile_2 {
    width: 100%;
    height: 50%;
  }
  #section6 .component3 .sub_profile .sub_profile_1.sub_profile_1 .right_profile, #section6 .component3 .sub_profile .sub_profile_2.sub_profile_1 .right_profile {
    margin-right: 0;
  }
  #section6 .component3 .sub_profile .sub_profile_1.sub_profile_2 .left_profile, #section6 .component3 .sub_profile .sub_profile_2.sub_profile_2 .left_profile {
    margin-left: 0;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .left_profile, #section6 .component3 .sub_profile .sub_profile_2 .left_profile {
    padding-top: 5.556vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .left_profile div, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div {
    width: 34.262vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(1) img {
    transform: scale(1);
    width: 50%;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2), #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) {
    margin-top: 2.1298vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) p {
    font-size: 3.4262vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) p span {
    font-size: 2.46316vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul {
    margin-top: 0.926vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li, #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul li {
    font-size: 2.19462vw;
    line-height: 1.3em;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2), #section6 .component3 .sub_profile .sub_profile_2 .left_profile div:nth-child(2) ul li:nth-child(2) {
    text-indent: 1.4vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .right_profile, #section6 .component3 .sub_profile .sub_profile_2 .right_profile {
    padding-bottom: 3vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .right_profile ul, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul {
    padding: 2.778vw 3.704vw;
    height: 100%;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar {
    width: 0.926vw;
    border-radius: 0.463vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul::-webkit-scrollbar-thumb {
    border-radius: 0.463vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .right_profile ul li, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul li {
    font-size: 1.6668vw;
    margin-bottom: 1.4816vw;
    padding-left: 1.6668vw;
    text-indent: -1.6668vw;
  }
  #section6 .component3 .sub_profile .sub_profile_1 .right_profile ul li.listTitle, #section6 .component3 .sub_profile .sub_profile_2 .right_profile ul li.listTitle {
    margin-top: 3.704vw;
    text-indent: -1.6668vw;
  }
  #section6 .component3 .sub_profile .close {
    right: -4.63vw;
    width: 2.2224vw;
    height: 2.2224vw;
  }
  #section6 .component3 .sub_profile .close:before {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section6 .component3 .sub_profile .close:after {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section7 {
    height: 184.1814vw !important;
  }
  #section7 .section_wrap {
    background: url("/resource/image/home/section7/mobilebackground_07.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 20vw;
  }
  #section7 .component3 header ul {
    margin-top: 6.019vw;
    width: 89vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #section7 .component3 header ul li {
    width: 29.3542vw;
    height: 4.7226vw;
  }
  #section7 .component3 header ul li:nth-child(1) {
    transform: translateX(0);
  }
  #section7 .component3 header ul li:nth-child(1) a {
    font-size: 2.6854vw;
  }
  #section7 .component3 header ul li:nth-child(1) a span {
    font-size: 1.852vw;
  }
  #section7 .component3 header ul li:nth-child(2) {
    transform: translateX(-3vw);
  }
  #section7 .component3 header ul li:nth-child(3) {
    background: url("/resource/image/home/section4/right_button.svg") no-repeat left top;
    transform: translateX(-6vw);
  }
  #section7 .component3 header ul li:nth-child(3).active {
    background: url("/resource/image/home/section4/right_button_active.svg") no-repeat left top;
  }
  #section7 .component3 header ul li:nth-child(4) {
    margin-top: 1vw;
    background: url("/resource/image/home/section4/left_button.svg") no-repeat left top;
    transform: translateX(13.5vw);
  }
  #section7 .component3 header ul li:nth-child(4).active {
    background: url("/resource/image/home/section4/left_button_active.svg") no-repeat left top;
  }
  #section7 .component3 header ul li:nth-child(5) {
    margin-top: 1vw;
    background: url("/resource/image/home/section4/right_button.svg") no-repeat left top;
    transform: translateX(-19.5vw);
  }
  #section7 .component3 header ul li:nth-child(5).active {
    background: url("/resource/image/home/section4/right_button_active.svg") no-repeat left top;
  }
  #section7 .component3 header ul li:nth-child(5) a {
    text-indent: 0;
  }
  #section7 .component3 header ul li a {
    width: 100%;
    line-height: 4.7226vw;
    font-size: 2.6854vw;
  }
  #section7 .component3 header ul li a span {
    font-size: 1.852vw;
  }
  #section7 .component3 article {
    margin-top: 3.5188vw;
  }
  #section7 .component3 article > ul {
    width: 100%;
    height: 85.8402vw;
  }
  #section7 .component3 article > ul > li {
    width: 100%;
    height: 100%;
    padding: 0.5556vw;
  }
  #section7 .component3 article > ul > li > div {
    padding: 3.3336vw 7.9636vw;
  }
  #section7 .component3 article > ul > li > div div {
    flex-wrap: wrap;
  }
  #section7 .component3 article > ul > li > div div p:nth-child(2) {
    width: 100%;
    height: 5.556vw;
    padding-top: 0;
    transform: rotate(90deg);
  }
  #section7 .component3 article > ul > li > div div p:nth-child(2) img {
    width: 3.4262vw;
  }
  #section7 .component3 article > ul > li > div div p img {
    width: 100%;
  }
  #section7 .component3 article > p {
    transform: translateY(0);
    width: 40.9292vw;
  }
  #section7 .component3 article > p a {
    height: 8.0562vw;
    line-height: 8.0562vw;
    font-size: 4.12996vw;
  }
  #section7 .component3 article .sub_profile {
    top: 27.78vw;
    width: 100%;
    height: 57.6898vw;
    padding: 1.1112vw 0.926vw;
    display: block;
    display: none;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 {
    width: 100%;
    height: 100%;
  }
  #section7 .component3 article .sub_profile .sub_profile_1.sub_profile_1 .right_profile {
    margin-right: 0;
  }
  #section7 .component3 article .sub_profile .sub_profile_1.sub_profile_2 .left_profile {
    margin-left: 0;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .left_profile {
    padding-top: 5.556vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .left_profile div {
    width: 34.262vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img {
    transform: scale(1);
    width: 50%;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) {
    margin-top: 2.1298vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p {
    font-size: 3.4262vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span {
    font-size: 2.46316vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul {
    margin-top: 0.926vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li {
    font-size: 2.19462vw;
    line-height: 1.3em;
    letter-spacing: 0px;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2) {
    text-indent: 1.4vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .right_profile {
    padding-bottom: 3vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul {
    padding: 2.778vw 3.704vw;
    height: 100%;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar {
    width: 0.926vw;
    border-radius: 0.463vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb {
    border-radius: 0.463vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul li {
    font-size: 1.6668vw;
    margin-bottom: 1.4816vw;
    padding-left: 1.6668vw;
    text-indent: -1.6668vw;
  }
  #section7 .component3 article .sub_profile .sub_profile_1 .right_profile ul li.listTitle {
    margin-top: 3.704vw;
    text-indent: -1.6668vw;
  }
  #section7 .component3 article .sub_profile .close {
    right: -4.63vw;
    width: 2.2224vw;
    height: 2.2224vw;
  }
  #section7 .component3 article .sub_profile .close:before {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section7 .component3 article .sub_profile .close:after {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section8 {
    height: 195.0156vw !important;
  }
  #section8 .section_wrap {
    background: url("/resource/image/home/section8/mobilebackground_08.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 20vw;
  }
  #section8 .component3 header ul {
    margin-top: 6.019vw;
    width: 89vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #section8 .component3 header ul li {
    width: 29.3542vw;
    height: 4.7226vw;
  }
  #section8 .component3 header ul li:nth-child(1) {
    transform: translateX(0);
  }
  #section8 .component3 header ul li:nth-child(2) {
    transform: translateX(-3vw);
  }
  #section8 .component3 header ul li:nth-child(3) {
    background: url("/resource/image/home/section4/right_button.svg") no-repeat left top;
    transform: translateX(-6vw);
  }
  #section8 .component3 header ul li:nth-child(3).active {
    background: url("/resource/image/home/section4/right_button_active.svg") no-repeat left top;
  }
  #section8 .component3 header ul li:nth-child(4) {
    margin-top: 1vw;
    background: url("/resource/image/home/section4/left_button.svg") no-repeat left top;
    transform: translateX(0vw);
  }
  #section8 .component3 header ul li:nth-child(4).active {
    background: url("/resource/image/home/section4/left_button_active.svg") no-repeat left top;
  }
  #section8 .component3 header ul li:nth-child(5) {
    margin-top: 1vw;
    background: url("/resource/image/home/section4/middle_button.svg") no-repeat left top;
    transform: translateX(-3vw);
  }
  #section8 .component3 header ul li:nth-child(5) a span {
    font-size: 1.9446vw;
  }
  #section8 .component3 header ul li:nth-child(5).active {
    background: url("/resource/image/home/section4/middle_button_active.svg") no-repeat left top;
  }
  #section8 .component3 header ul li:nth-child(6) {
    width: 29.3542vw;
    margin-top: 1vw;
    background: url("/resource/image/home/section8/8right_button.svg") no-repeat left top;
    background-size: cover;
    transform: translateX(-6vw);
  }
  #section8 .component3 header ul li:nth-child(6) a {
    width: 100%;
    font-size: 1.9446vw;
    text-indent: 4px;
  }
  #section8 .component3 header ul li:nth-child(6).active {
    background: url("/resource/image/home/section8/8right_button_active.svg") no-repeat left top;
    background-size: cover;
  }
  #section8 .component3 header ul li a {
    width: 100%;
    line-height: 4.7226vw;
    font-size: 2.6854vw;
    letter-spacing: -0.02em;
  }
  #section8 .component3 article {
    margin-top: 3.5188vw;
  }
  #section8 .component3 article > ul {
    width: 100%;
    height: 85.8402vw;
  }
  #section8 .component3 article > ul > li {
    width: 100%;
    height: 100%;
    padding: 0.5556vw;
  }
  #section8 .component3 article > ul > li > div {
    padding: 3.3336vw 7.9636vw;
  }
  #section8 .component3 article > ul > li > div div {
    flex-wrap: wrap;
  }
  #section8 .component3 article > ul > li > div div p:nth-child(2) {
    width: 100%;
    height: 5.556vw;
    padding-top: 0;
    transform: rotate(90deg);
  }
  #section8 .component3 article > ul > li > div div p:nth-child(2) img {
    width: 3.4262vw;
  }
  #section8 .component3 article > ul > li > div div p:nth-child(3) a {
    width: 5.7412vw;
    height: 5.7412vw;
    line-height: 5.7412vw;
    right: 1.9446vw;
    top: 2.2224vw;
    text-indent: 1vw;
  }
  #section8 .component3 article > ul > li > div div p:nth-child(3) a span {
    border-left: 2.6854vw solid #000;
    border-top: 1.6668vw solid transparent;
    border-bottom: 1.6668vw solid transparent;
  }
  #section8 .component3 article > ul > li > div div p img {
    width: 100%;
  }
  #section8 .component3 article > ul > li > div:nth-child(2) {
    right: 28.1504vw;
    top: 9.26vw;
    width: 38.0586vw;
    height: 70.1908vw;
    background-color: #fff;
    padding: 1.2964vw;
    box-sizing: border-box;
    transform: scale(0.8);
  }
  #section8 .component3 article > ul > li > div:nth-child(2).video2 {
    margin-top: 0;
  }
  #section8 .component3 article > ul > li > div:nth-child(2) p {
    font-size: 2.8706vw;
  }
  #section8 .component3 article > ul > li > div:nth-child(2) video {
    margin-top: 1.389vw;
    width: 35.7436vw;
    height: 63.7088vw;
  }
  #section8 .component3 article > ul > li > div:nth-child(2):after {
    content: "";
    position: absolute;
    right: -6vw;
    top: 52.4%;
    display: block;
    border-left: 6.3894vw solid #fff;
    border-top: 5.4634vw solid transparent;
    border-bottom: 5.4634vw solid transparent;
  }
  #section8 .component3 article > p {
    transform: translateY(0);
    width: 40.9292vw;
  }
  #section8 .component3 article > p a {
    height: 8.0562vw;
    line-height: 8.0562vw;
    font-size: 4.12996vw;
  }
  #section8 .component3 article .sub_profile {
    top: 27.78vw;
    width: 100%;
    height: 57.6898vw;
    padding: 1.1112vw 0.926vw;
    display: block;
    display: none;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 {
    width: 100%;
    height: 100%;
  }
  #section8 .component3 article .sub_profile .sub_profile_1.sub_profile_1 .right_profile {
    margin-right: 0;
  }
  #section8 .component3 article .sub_profile .sub_profile_1.sub_profile_2 .left_profile {
    margin-left: 0;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .left_profile {
    padding-top: 5.556vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .left_profile div {
    width: 34.262vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(1) img {
    transform: scale(1);
    width: 50%;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) {
    margin-top: 2.1298vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p {
    font-size: 3.4262vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) p span {
    font-size: 2.46316vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul {
    margin-top: 0.926vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li {
    font-size: 2.19462vw;
    line-height: 1.3em;
    letter-spacing: 0;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .left_profile div:nth-child(2) ul li:nth-child(2) {
    text-indent: 1.4vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .right_profile {
    padding-bottom: 3vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul {
    padding: 2.778vw 3.704vw;
    height: 100%;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar {
    width: 0.926vw;
    border-radius: 0.463vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul::-webkit-scrollbar-thumb {
    border-radius: 0.463vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul li {
    font-size: 1.6668vw;
    margin-bottom: 1.4816vw;
    padding-left: 1.6668vw;
    text-indent: -1.6668vw;
  }
  #section8 .component3 article .sub_profile .sub_profile_1 .right_profile ul li.listTitle {
    margin-top: 3.704vw;
    text-indent: -1.6668vw;
  }
  #section8 .component3 article .sub_profile .close {
    right: -4.167vw;
    width: 2.2224vw;
    height: 2.2224vw;
  }
  #section8 .component3 article .sub_profile .close:before {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section8 .component3 article .sub_profile .close:after {
    width: 3.704vw;
    height: 2px;
    top: 6px;
  }
  #section9 {
    height: 188.0706vw !important;
  }
  #section9 .section_wrap {
    background: url("/resource/image/home/section9/mobilebackground_09.jpg") no-repeat left top;
    background-size: 100%;
    padding-bottom: 20vw;
  }
  #section9 .section_wrap .section_content .component3 {
    width: 82.7844vw;
    margin-top: 71.4872vw;
  }
  #section9 .section_wrap .section_content .component3 article:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section9 .section_wrap .section_content .component3 article:first-child div {
    border-radius: 1.389vw;
    height: 15.4642vw;
    padding-top: 4.167vw;
    padding-left: 3.6114vw;
  }
  #section9 .section_wrap .section_content .component3 article:first-child div:nth-child(1) {
    width: 54.8%;
    background-size: 5.3708vw 5.6486vw;
    background-position: 37.2252vw 4.63vw;
  }
  #section9 .section_wrap .section_content .component3 article:first-child div:nth-child(2) {
    width: 42.5%;
    margin-left: 0;
    background-size: 5.6486vw 5.6486vw;
    background-position: 26.9466vw 4.8152vw;
  }
  #section9 .section_wrap .section_content .component3 article:first-child div:nth-child(3) {
    width: 42.5%;
    margin-top: 1.852vw;
    background-size: 4.63vw 5.8338vw;
    background-position: 27.1318vw 4.7226vw;
  }
  #section9 .section_wrap .section_content .component3 article:first-child div:nth-child(4) {
    width: 55.1%;
    margin-left: 0;
    margin-top: 1.852vw;
    background-size: 5.9264vw 5.7412vw;
    background-position: 36.6696vw 4.8152vw;
  }
  #section9 .section_wrap .section_content .component3 article:first-child div p {
    font-size: 2.8706vw;
  }
  #section9 .section_wrap .section_content .component3 article:last-child {
    margin-top: 4.63vw;
  }
  #section9 .section_wrap .section_content .component3 article:last-child ul {
    width: 82.7844vw;
  }
  #section9 .section_wrap .section_content .component3 article:last-child ul li {
    width: 12.5936vw;
    height: 12.5936vw;
    line-height: 12.5936vw;
    font-size: 2.55576vw;
  }
  #section10 .section_wrap {
    background: url("/resource/image/home/section10/mobilebackground_10.jpg") no-repeat left top;
    background-size: cover;
    padding-bottom: 20vw;
  }
  #section10 .section_wrap .component3 {
    margin-top: 4.63vw;
  }
  #section10 .section_wrap .component3 article {
    width: 75.0986vw;
    margin: 0 auto;
  }
  #section10 .section_wrap .component3 article ul {
    flex-wrap: wrap;
  }
  #section10 .section_wrap .component3 article ul li {
    width: 47.6%;
  }
  #section10 .section_wrap .component3 article ul li:nth-child(n+3) {
    margin-top: 3.9818vw;
  }
  #section10 .section_wrap .component3 article ul li img {
    transform: scale(1);
    width: 100%;
  }
  #section11 {
    height: 240.4822vw !important;
  }
  #section11 .section_wrap {
    background: url("/resource/image/home/section11/mobilebackground_11.jpg") no-repeat left top;
    background-size: cover;
    padding-bottom: 20vw;
  }
  #section11 .section_wrap .component1 {
    padding: 0;
    padding-top: 12.038vw;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #section11 .section_wrap .component1 article:first-child {
    line-height: 1em;
    text-align: center;
  }
  #section11 .section_wrap .component1 article:first-child img {
    width: 37.4104vw;
  }
  #section11 .section_wrap .component1 article:last-child {
    margin-top: 5.093vw;
    line-height: 2.54em;
  }
  #section11 .section_wrap .component1 article:last-child header {
    font-size: 4.63vw;
    text-align: center;
  }
  #section11 .section_wrap .component1 article:last-child header > span:nth-child(1) {
    font-size: 3.0558vw;
  }
  #section11 .section_wrap .component1 article:last-child header > span:nth-child(3) {
    font-size: 5.7412vw;
  }
  #section11 .section_wrap .component1 article:last-child header > span:nth-child(3) span:before {
    top: 0;
    width: 0.8334vw;
    height: 0.8334vw;
  }
  #section11 .section_wrap .component1 article:last-child header > span:nth-child(4) {
    font-size: 5.7412vw;
  }
  #section11 .section_wrap .component1 article:last-child article {
    margin-top: 4.9078vw;
  }
  #section11 .section_wrap .component1 article:last-child article ul li {
    width: 100%;
    height: 4.9078vw;
    line-height: 4.9078vw;
    border-radius: 0.8334vw;
    font-size: 2.4076vw;
    padding-left: 1.9446vw;
    margin-bottom: 0.5556vw;
  }
  #section11 .section_wrap .component1 article:last-child article ul li span:first-child {
    font-size: 2.27796vw;
    margin-right: 2.0372vw;
  }
  #section11 .section_wrap .component1 article:last-child article ul li span:last-child {
    font-size: 2.4076vw;
    margin-left: 1.1112vw;
  }
  #section11 .section_wrap .component2 {
    margin-top: 5.556vw;
    padding: 0;
  }
  #section11 .section_wrap .component2 ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #section11 .section_wrap .component2 ul li {
    width: 53.8006vw;
  }
  #section11 .section_wrap .component2 ul li p:last-child {
    margin-top: 2.5002vw;
    margin-bottom: 6.2968vw;
    font-size: 3.03728vw;
  }
  #section12 {
    height: 144.456vw !important;
  }
  #section12 .section_wrap {
    background: url("/resource/image/home/section12/mobilebackground_12.jpg") no-repeat left top;
    background-size: 100%;
  }
  #section12 .section_wrap .component3 {
    width: 75.0986vw;
    margin-top: 6.3894vw;
    padding: 0;
    display: block;
  }
  #section12 .section_wrap .component3 article:first-child {
    width: 100%;
  }
  #section12 .section_wrap .component3 article:last-child {
    margin-top: 1.852vw;
    width: 100%;
  }
  #section12 .section_wrap .component3 article:last-child ul {
    display: flex;
    justify-content: space-between;
  }
  #section12 .section_wrap .component3 article:last-child ul li {
    margin-bottom: 0;
    width: 94% !important;
  }
  #section13 {
    height: 160vw !important;
  }
  #section13 .section_wrap .component2 {
    margin: 0 auto;
    margin-top: 4.4448vw;
    display: block;
  }
  #section13 .section_wrap .component2 article:first-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
  }
  #section13 .section_wrap .component2 article:first-child div header {
    font-size: 3.3336vw;
    line-height: 5.4634vw;
  }
  #section13 .section_wrap .component2 article:first-child div header img {
    width: 5.0004vw;
    height: 5.4634vw;
    margin-right: 1.2964vw;
  }
  #section13 .section_wrap .component2 article:first-child div p {
    margin-top: 2.5002vw;
    width: auto;
    display: inline-block;
    font-size: 3.241vw;
  }
  #section13 .section_wrap .component2 article:first-child div p strong {
    font-size: 4.33368vw;
  }
  #section13 .section_wrap .component2 article:first-child div p:after {
    height: 1.389vw;
    transform: translateY(-4px);
  }
  #section13 .section_wrap .component2 article:first-child div ul {
    margin-top: 2.778vw;
    font-size: 2.2224vw;
  }
  #section13 .section_wrap .component2 article:first-child div ul li:last-child {
    margin-top: 1.2964vw;
  }
  #section13 .section_wrap .component2 article:first-child div:last-child {
    margin-top: 0;
  }
  #section13 .section_wrap .component2 article:last-child {
    width: 100%;
    margin-top: 6.6672vw;
  }
  #section13 .section_wrap .component2 article:last-child > ul {
    height: 3.5188vw;
    margin: 0 auto;
    justify-content: center;
  }
  #section13 .section_wrap .component2 article:last-child > ul > li {
    line-height: 3.5188vw;
    font-size: 2.4076vw;
    padding: 0 1.2038vw;
    margin-left: 0.5556vw;
  }
  #section13 .section_wrap .component2 article:last-child > ul > li:nth-child(1) {
    padding: 0 2.778vw;
  }
  #section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) {
    width: 100%;
    height: 46.359264vw;
    margin-top: 2.0372vw;
  }
  #section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) ul li #map1, #section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) ul li #map2 {
    width: 82.7844vw;
    height: 46.359264vw;
  }
  #section13 .section_wrap .component2 article:last-child > div:nth-of-type(1) ul li img {
    width: 100%;
  }
  #section13 .section_wrap .component2 article:last-child > div:nth-of-type(2) {
    margin-top: 4.4448vw;
  }
  #section13 .section_wrap .component2 article:last-child > div:nth-of-type(2) p:nth-child(1) {
    font-size: 2.4076vw;
    text-align: center;
  }
  #section13 .section_wrap .component2 article:last-child > div:nth-of-type(2) p:nth-child(2) {
    font-size: 5.70416vw;
    margin-top: 3.241vw;
    text-align: center;
  }
  #section14 {
    height: 60vw !important;
  }
  #section14 .section_wrap {
    background: url("/resource/image/home/section14/mobilebackground_14.jpg") no-repeat left top;
  }
  #section14 .section_wrap .section_content .component1 {
    width: 100%;
    padding-top: 6.7598vw;
  }
  #section14 .section_wrap .section_content .component1 > div header {
    font-size: 2.778vw;
    margin-top: 2.778vw;
    margin-bottom: 2.0372vw;
    padding-left: 2.5002vw;
  }
  #section14 .section_wrap .section_content .component1 > div header:after {
    font-size: 2.6391vw;
    margin-left: 1.2038vw;
  }
  #section14 .section_wrap .section_content .component1 > div article input, #section14 .section_wrap .section_content .component1 > div article select {
    border-radius: 0.463vw;
    padding: 1.8vw;
    font-size: 2.5928vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(1) article {
    padding: 2.0372vw 0.5556vw 2.315vw 2.5928vw;
    border-radius: 0.463vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(1) article div {
    padding-right: 5.9264vw;
    font-size: 1.852vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(1) article div::-webkit-scrollbar {
    width: 1.0186vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(1) div.check {
    margin-top: 2.315vw;
    margin-bottom: 2.0372vw;
    font-size: 2.19462vw;
    height: 2.8706vw;
    line-height: 2.5002vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(1) div.check input {
    width: 2.8706vw;
    height: 2.8706vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(1) div.check label {
    margin-left: 1.0186vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(4) article input {
    width: 13.1492vw;
    margin-right: 2.315vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(5) header span {
    font-size: 2.2224vw;
    padding-left: 1.852vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(5) article input {
    width: 25.1872vw;
    margin-right: 4.167vw;
    position: relative;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(5) article input::placeholder {
    position: absolute;
    top: 5px;
    text-indent: 1.389vw;
    font-size: 2.5928vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(5) article select {
    width: 25.1872vw;
    font-size: 2.5928vw;
    vertical-align: top;
    padding: 1.9vw;
    text-indent: 1.389vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(5) article select option {
    font-size: 2.315vw;
  }
  #section14 .section_wrap .section_content .component1 > div:nth-child(6) {
    width: 56.023vw;
    height: 9.0748vw;
    line-height: 9.0748vw;
    margin-top: 3.5188vw;
    border-radius: 4.5374vw;
    font-size: 4.3522vw;
  }
  #section14 .section_wrap .section_content .qrcode > div header > a {
    border-radius: 3.6363636364vw;
    font-size: 4.7272727273vw;
    padding: 1.8181818182vw 2.7272727273vw;
  }
  #section14 .section_wrap .section_content .qrcode > div article {
    flex-wrap: wrap;
    justify-content: center;
  }
  #section15 .fp-tableCell .lnb {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  #section15 .fp-tableCell .lnb .logo {
    width: 30%;
  }
  #section15 .fp-tableCell .lnb .logo svg {
    height: 2.778vw;
  }
  #section15 .fp-tableCell .lnb .information {
    width: 70%;
  }
  #section15 .fp-tableCell .lnb .information span {
    font-size: 1.852vw;
  }
}