@font-face {
  font-family: AppleSDGothicNeo;
  src: url('../font/AppleSDGothicNeoB.ttf') format('truetype');
}
@font-face {
  font-family: AppleSDGothicNeo;
  src: url('../font/AppleSDGothicNeoEB.ttf') format('truetype');
}
@font-face {
  font-family: AppleSDGothicNeo;
  src: url('../font/AppleSDGothicNeoH.ttf') format('truetype');
}
@font-face {
  font-family: AppleSDGothicNeo;
  src: url('../font/AppleSDGothicNeoL.ttf') format('truetype');
}
@font-face {
  font-family: AppleSDGothicNeo;
  src: url('../font/AppleSDGothicNeoM.ttf') format('truetype');
}


*{outline:none;}
html{scroll-behavior: smooth;}
body{font-family: 'AppleSDGothicNeo', 'Noto Sans KR', sans-serif; letter-spacing:-0.01em; color:#555; outline:none; 
width:100%; position:relative;}
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td,ul,li{margin:0; padding:0;}
ul,ol,li{list-style:none; margin:0;padding:0;}

.wrap{width:100%;}
.container{width:100%; max-width:1240px; margin:0 auto; padding-left:20px; padding-right:20px;}
section .container{padding-top:120px; padding-bottom:120px;}
section h3{font-size:2.8em; line-height:1.55em; white-space: pre-wrap; color:#111; transition:1s;}
section p{font-size:2em; color:#111; transition:1s;}


.header {position: fixed; width: 100%; top: 0;  left: 0; z-index: 50;}
.header::before{ content: ''; position: absolute; top: 0;  left: 0; width: 100%; height: 100%; z-index: 2; transition:all 0.5s;}
.header.sticky::before{ background-color: rgb(255,255,255); box-shadow:0 0 8px 5px rgb(0 0 0 / 5%)}
.header_body { position: relative; /* z-index: 2; */ display: flex;  justify-content: space-between; height: 80px; align-items: center;}
.header_logo{ flex: 0 0 140px; overflow: hidden; position: relative;  z-index: 3;}
.header_logo  img{ max-width: 100%; display: block;}
.header_burger{ display: none;}
.header_menu{ }

.header_list { display: flex; position: relative; z-index: 2;}
.header_list li{ list-style: none; margin-left: 20px; padding:10px 18px;}
/* .header_list li:nth-child(3){background:#00aef6; border-top-left-radius:30px; border-bottom-left-radius:30px;} */
.header_list li:nth-child(3){background:#00aef6; border-radius:30px;}
.header_list li:nth-child(3) a{color:#fff;}
.header_list li:nth-child(4){background:#fff; margin-left:5px;  border-top-right-radius:30px; border-bottom-right-radius:30px}
.header.sticky li:nth-child(4){ border:1px solid #00aef6;}
.header_link{ color: #000; text-transform: uppercase; font-size: 1.35em; text-decoration: none;}

.entryList{}
.header_list.entryList li:nth-child(3){background:#fff; margin-left:5px;  border-top-left-radius:30px; border-bottom-left-radius:30px}
.header_list.entryList li:nth-child(3) a{color:#000;}
.header.sticky .header_list.entryList li:nth-child(3){ border:1px solid #00aef6;}
.header_list.entryList li:nth-child(4){background:#00aef6; border-top-right-radius:30px; border-bottom-right-radius:30px;}
.header_list.entryList li:nth-child(4) a{color:#fff;}


@media(max-width:820px){
body.lock {overflow: hidden; }
.header_logo{ flex: 0 0 100px; }
.header_body {height: 50px;}
.header_burger { display: block;position: relative; width: 25px;height: 20px;  position: relative;  z-index: 3;}
.header_burger span { position: absolute; background-color: #555; width: 100%; height: 2px; left: 0; top: 9px; transition: all 0.3s ease 0s; }
.header_burger::before, .header_burger::after{ content: ''; background-color: #555; position: absolute; width: 100%; height: 2px;left: 0;top:; transition: all 0.3s ease 0s;}
.header_burger::after{bottom: 0; }

.header_burger.active::before {transform: rotate(45deg);top: 9px;}
.header_burger.active::after {transform: rotate(-45deg);bottom: 9px;}
.header_burger.active span {transform: scale(0);}
.header_menu {position: fixed;top: -120%;left: 0;width: 100%; height: auto;overflow: auto;transition: all 0.3s ease 0s; background-color:#fff; padding: 70px 10px 20px 10px;}

.header_menu.active { top: 0;}

.header_list{ display: block;}
.header_list li{ margin:0px 0px 20px 0px;}

.header_link {font-size: 1.5em; color:#000;}

.header_list li:nth-child(3){background:none;}
.header_list li:nth-child(3) a{color:#000;}
.header_list li:nth-child(4){background:none; border:0 !important; margin:0px 0px 20px 0px;}

.header_list.entryList li:nth-child(4){background:none;}
.header_list.entryList li:nth-child(4) a{color:#000;}
.header_list.entryList li:nth-child(3){background:none; border:0 !important; margin:0px 0px 20px 0px;}
}


.mainVisual{width:100%; height:870px; background-image:url('../img/cmvisual.png'); background-repeat:no-repeat; background-position:50% 50%;}
.mainTxt{width: 100%;  height: 100%; }
.mainTxtWrap{display: flex; flex-direction: column; -webkit-box-pack: center; justify-content: center;   align-items: flex-start;  height:100%;}
.mainTxtWrap h1{font-size:4em; color:#292929; font-weight:600; white-space: pre-wrap; line-height:1.4em; text-align:left;}
.mainTxtWrap p{font-size:2.2em; color:#000; white-space: pre-wrap; text-align:left; margin-top:20px;}

.mainBtn{display:flex; margin-top:60px;}
.mainBtn a{display:flex;  align-items: center;justify-content: center;	min-width:180px; padding:10px 20px; background:#fff; font-size:1.5em; border-radius:14px;}
.mainBtn a:nth-child(1){margin-right:10px;}
.mainBtn a img{display:inline-block; padding-right:10px;}


.sectionTit{font-size:3.8em; line-height:1.38em; color:#111; margin-bottom:60px; white-space: pre-wrap;}

/* section1 */
.section1 h2.sectionTit{margin-bottom:40px; }
.checkImg{margin-bottom:20px;}
.checkImg h3{display:block; position:relative; padding-left:52px; color:#008ee8; font-weight:100;}
.checkImg h3:before{display:block; content:''; position:absolute; left:0; background-image:url('../img/icon_check.png'); width:36px; height:42px; }


/* section2 */
.section2{overflow:hidden;}
.section2 .container{padding-bottom:0; position:relative;}
.section2 .sectionTit{position:absolute; left:20px; top:20%;}

.s2slider{overflow:hidden;}
.s2slider:after{content:''; display:block; clear:both;}
.s2slider .slick-list{float:right; width:50%; position:relative;}
.s2slider .slick-dots{position:absolute; left:0; top:35%;}
.s2slider .slick-dots li button{position:relative; border:0; background:none; margin-bottom:15px;}
.s2slider .slick-dots li button:after{display:block; font-size:2.8em;}
.s2slider .slick-dots li:nth-child(1) button:after{content:'찾는 제품이 얼마인가요?'; color:#000;}
.s2slider .slick-dots li:nth-child(2) button:after{content:'찾는 제품은 언제 구입 가능한가요?'; color:#000;}
.s2slider .slick-dots li:nth-child(3) button:after{content:'찾는 제품은 어디서 구입 가능한가요?'; color:#000;}

.s2slider .slick-dots li button:before{content:''; display:block; position:absolute; bottom:0; left:0; width:0; height:1px; transition:ease 0.5s;}
.s2slider .slick-dots li.slick-active button:before{width:100%; background:#111;}

.s2slider .slick-prev{position:absolute; left:50%; top:50%; transform:translate(0,-50%); font-size:0; width:50px; height:50px; border-radius:50px; background:#fff; border:1px solid #dadada; z-index:1;}
.s2slider .slick-prev:after{content: '';  display:block; position:absolute; left:35%; top:22%; width: 15px;  height: 15px;  border-top: 2px solid #000;  border-right: 2px solid #000;  transform: rotate(225deg) translate(-35%, -22%); }

.s2slider .slick-next{position:absolute; right:0; top:50%; transform:translate(0,-50%); font-size:0; width:50px; height:50px; border-radius:50px; background:#fff; border:1px solid #dadada; z-index:1;}
.s2slider .slick-next:after{content: ''; position:absolute; left:20%; top:50%; display:block;  width: 15px;  height: 15px;  border-top: 2px solid #000;  border-right: 2px solid #000;  
transform: rotate(45deg) translate(-20%, -50%); }

.s2slider .slick-slide img{display:block; margin:0 auto; filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2)); width:60%; }

.s2item{display:block; position:relative;}
.s2slider .slick-slide img.marker{display:none; position:absolute; width:90px; filter: none; top:35%; left:30%; z-index:1;}


/* section8 추가 */
.section8{}
.s8Box{display: flex; flex-direction: row; justify-content: space-between; width:100%; align-items: center;}
.s8Img{width:50%;}
.s8Img img{max-width:570px; width:100%;}
.s8Txt{width:40%; white-space:pre-wrap;}
.s8Txt h3{font-weight:100;}
.s8Txt .sectionTit{margin-bottom:20px;}

/* section3 */
.section3 .container{padding-top:150px; padding-bottom:150px;}
.s3Box{display: flex; flex-direction: row; justify-content: space-between; width:100%;}
.s3Item{width:45%; margin-top:20px;}
.s3Item p{text-align:center;  white-space:pre-wrap; color:#000; font-weight:100;}
.s3Item p strong{font-weight:300;}
.s3Img{width:90%; margin:0 auto;  padding-bottom:70%; border-radius:14px; box-shadow:0 0 12px 0 rgba(0 0 0 / 12%); margin-top:35px; transition: all 0.5s ease 0s; overflow:hidden; 
 background-repeat:no-repeat; background-position:50% 50%; background-size:100%;}
.s3Img:hover{background-size:105%}
.s3Img1{background-image:url('../img/s3Img1.png');}
.s3Img2{background-image:url('../img/s3Img2.png');}
.s3Img3{background-image:url('../img/s3Img3.png');}


/* section4 */
.section4{overflow:hidden;}
.section4 .container{padding-top:0; padding-bottom:0;}
.s4Box{display: flex; flex-direction: row; justify-content: space-between; width:100%; height:100%; align-items: center;}
.s4Info span{background:#fff; border-radius:8px; border:2px solid #01c5ff; color:#111; display:inline-block; margin:10px 6px 20px 0; font-size:1.6em; padding:4px 10px;}
.s4Img{padding-top:100px; width:50%;}
.s4Img img{max-width:600px; width:100%;}

/* section5 */
.section5{overflow:hidden;}
.s5Box{display:flex;  flex-direction: row; justify-content: space-between;}
.s5Txt{width:40%; padding-top:100px;}
.s5Info p{margin-bottom:15px; position:relative; padding-left:10px;}
.s5Info p:after{content:'·'; display:block; position:absolute; left:0; top:50%; transform:translate(0,-50%);}

.s5Img{width:60%; padding-bottom:45%; position:relative;}
.s5Img img:nth-child(1){display:block; position:absolute; left:0; bottom:0; width:40%;}
.s5Img img:nth-child(2){display:block;  position:absolute; left:40%; bottom:50%; width:40%}
.s5Img img:nth-child(3){display:block;  position:absolute; left:40%; bottom:0; width:50%;}

/* section6 */
.section6{overflow:hidden;}
.section6 .container{position:relative; padding-bottom:15%;}
.section6 h3{font-weight:100;}
.s6Img{position:absolute; width:50%; right:0; bottom:4%;}
.s6Img img{max-width:600px; width:100%;}


/* section7 */
.section7 h3{font-weight:100;}
.section7 .sectionTit {margin-bottom:40px;}

.footer{background:#008ee8; padding:60px 0; font-size:1.1em;}
.footer img{display:inline-block; vertical-align:middle;}
.footer p{display:inline-block; vertical-align:middle; padding-left:40px; color:#fff;}
.footer a{display:inline-block; vertical-align:middle; float:right; color:#fff;}


/* ---------------------------------------------------------------------------------------- */

/* entry-main-visual */
.entryVisual{background-image:url('../img/emvisual.jpg');}

/* entry-section1 */
.checkImg.echeckImg h3{color:#254ab2;}
.checkImg.echeckImg h3:before{display:block; content:''; position:absolute; left:0; background-image:url('../img/icon_check2.png'); width:36px; height:42px; }
.section1-2 .sectionTit{width:100%; text-align:right; font-weight:100; padding-top:100px;}

.esection2{overflow:hidden;}
.esection2 .container{ padding-bottom:0; display:flex; flex-direction: row;}
.es2Txt{width:50%; padding-top:60px;}
.es2Txt h3{color:#292929; font-weight:100;}
.es2Img{width:50%;}
.es2Img img{max-width:550px; width:100%;}

.es3Box{display:flex; flex-direction: row;}
.es3Txt {width:50%; padding-top:100px;}
.es3Txt h3{font-weight:100;}

.es3Txt h3:nth-of-type(1){position:relative; display:table;margin-bottom:20px; font-weight:bold;}
.es3Txt h3:nth-of-type(1) img{display:inline-block; width:37px;  margin-right:15px;}
.es3Txt h3:nth-of-type(1):after{content:''; display:block; position:absolute; width:102%; height:2px; background:#254ab2; left:0; bottom:0;}
/* .es3Txt h3:nth-of-type(1):before{content:url('../img/icon_mark.png'); display:inline-block; margin-right:10px; max-width:37px; width:80%; vertical-align:text-top;} */


.es3Txt span{font-size:2em; display:block; padding-top:30px;}
.es3Img{width:50%; position:relative; padding-bottom:50%;}
.es3Img img:nth-child(1){display:block; position:absolute; right:60%; bottom:55%; width:50%;}
.es3Img img:nth-child(2){display:block;  position:absolute; right:52%; bottom:10%; width:50%}
.es3Img img:nth-child(3){display:block;  position:absolute; right:0; bottom:0; width:60%;}

.esection4{background-image:url('../img/e-s4Img.png'); background-position:50% 50%; background-repeat:no-repeat;}

.es5Top{font-size:2.9em; color:#555; font-weight:100; padding-bottom:100px;}

.es5Box{display:flex; flex-direction:row; margin-top:120px;}
.es5Txt{width:50%;}
.es5Txt p{font-weight:100; position:relative; padding-left:35px; margin-bottom:25px;}
.es5Txt p:before{display:block; content:''; position:absolute; left:0; top:5px; background-image:url('../img/icon_check3.png'); width:27px; height:24px; }

.es5Txt span{font-size:2em; color:#000; display:block; margin-top:80px; white-space:pre-wrap; word-break:keep-all;}

.es5slider{width:50%; padding:0 25px;}
.es5slider .slick-prev{position:absolute; left:0; top:40%; transform:translate(0,-40%); font-size:0; width:30px; height:30px; border-radius:30px; background:#fff; border:1px solid #dadada; z-index:1;}
.es5slider .slick-prev:after{content: '';  display:block; position:absolute; left:35%; top:20%; width: 10px;  height: 10px;  border-top: 1px solid #000;  border-right: 1px solid #000; 
transform: rotate(225deg) translate(-35%, -20%); }

.es5slider .slick-next{position:absolute; right:0; top:40%; transform:translate(0,-40%); font-size:0; width:30px; height:30px; border-radius:30px; background:#fff; border:1px solid #dadada; z-index:1;}
.es5slider .slick-next:after{content: ''; position:absolute; left:20%; top:50%; display:block;  width: 10px;  height: 10px;  border-top:1px solid #000;  border-right: 1px solid #000;  
transform: rotate(45deg) translate(-20%, -50%); }

.es5slider .slick-slide{position:relative; padding-bottom:50px;}
.es5slider .slick-slide p{display:block; position:absolute; left:50%; bottom:0; transform:translate(-50%,0);}
.es5slider .slick-slide img{width:100%;}

.esection6 .container{display:flex; flex-direction:row; justify-content: space-between;}
.es6Img{width:50%;}
.es6Img img{width:95%;}
.es6Txt{width:45%;}
.es6Txt p{white-space:pre-wrap; margin-top:60px; line-height:1.7em;}

.efooter{background-color:#1b44bc;}
.fBox{display:flex; flex-direction:row; border-bottom:1px solid #fff; margin-bottom:40px; padding-bottom:60px;}
.fTxt{width:60%; color:#fff;}
.fTxt h3{color:#fff;  font-size:2.8em; margin-bottom:10px;}
.fTxt h4{font-size:2em; font-weight:100;}
.fNumber{width:40%; color:#fff;}
.fNumber b{display:block; padding:15px 20px; border-radius:20px; font-size:3em; border:1px solid #fff; text-align:center;}
.fNumber b span{font-size:0.6em; font-weight:100; display:block;}

.entry_btn{position:fixed; right:-15px; top:50%; transform:translate(0,-50%);  transition:all 0.5s; z-index:1000;}
.entry_btn a{display:block; color:#fff; width:100px; padding:15px 18px; background:#254ab2; border-top-left-radius:10px; border-bottom-left-radius:10px;}
.entry_btn a img{display:block; margin-bottom:10px;}
.entry_btn a p{white-space:pre-wrap; display:block; font-size:1.3em;}

.entry_btn:hover{right:0;}

.bt_entry_btn{ display:table; margin:0 auto; margin-top:50px; padding:15px 20px; border-radius:10px; border:3px solid #1b44bc;}
.bt_entry_btn a{color:#1b44bc; font-size:2em; font-weight:bold; width:100%; height:100%;}
.bt_entry_btn a span{position:relative; display:inline-block; vertical-align:middle; width:14px; height:14px; border-width:4px 4px 0 0; border-style:solid; transform:rotate(45deg); margin-left:30px; margin-bottom:4px;
transition:ease 0.3s;}
.bt_entry_btn a span:before{display:block; content:''; position:absolute; right:0; top:-3px; width:23px; height:4px; box-shadow:inset 0 0 0 14px; transform:rotate(-45deg); transform-origin:right top; transition:ease 0.3s;}
.bt_entry_btn:hover a span:before{width:40px;}
.bt_entry_btn:hover a span{margin-left:45px;}

.subCon{font-size: 1.5em; padding: 150px 20px;}
.subConWrap{background: #fff; padding: 80px 80px;}

.subCon h1{font-size:1.2em; color:#000; margin-bottom:30px;}
.subCon p{white-space:pre-wrap; word-break:keep-all;}
.subCon b{margin:50px 0 30px 0; display:table; color:#111;}

.fsPage{display:inline-block; float:right;}
.fsPage a{padding-left:15px; position:relative;}
.fsPage a:after{content:''; display:block; width:1px; height:10px; background:#fff; color:#fff; position:absolute; top:3px; right:-8px; }
.fsPage a:nth-child(1):after{display:none;}

@media (max-width:600px){
.subCon{font-size:1.25em;}
}


/* ---------------------------------------------------------------------------------------- */


@media (max-width:1200px){
.sectionTit{font-size:3em;}
section h3{font-size:2em;}
section p{font-size:1.6em;}

.s2slider .slick-dots li button:after{font-size:2em;}
.section5 .container{padding-top:50px;}

.es3Txt h3:nth-of-type(1) img{width:30px; margin-right:10px;}

/* entry */
.fBox{flex-direction:column;}
.fTxt{text-align:center; width:100%;}
.fNumber{width:80%; display:table; margin:0 auto; margin-top:30px; }
}

@media (max-width:1024px){
.sectionTit{word-break:keep-all;}
.section2 .container{padding-top:60px}
.s2slider .slick-list{padding-top:100px;}
.section4 .container{padding-top:60px;}
.section5 .container{padding-top:120px;}
.section5 .sectionTit{margin-bottom:50px; text-align:center;}

.s5Box{flex-direction: column-reverse;}
.s5Txt{width:100%; padding-top:0;}
.s5Img {width: 90%; margin: 0 auto; margin-left: 10%; padding-bottom:68%;}
.s5Img img:nth-child(2){bottom:55%;}
.s5Info{margin-bottom:100px; text-align:center; display: table; margin: 15px auto;}


.es3Box{flex-direction: column;}
.es3Txt {width:100%; padding-top:0; padding-bottom:80px;}
.es3Txt span{padding-top:15px; font-size:1.2em;}
.es3Img{width:100%; position:relative; padding-bottom:70%;}
.es3Img img:nth-child(1) { right: 50%; width: 40%;}
.es3Img img:nth-child(2) { right: 42%; width: 40%;}
.es3Img img:nth-child(3){width:50%;}

}

@media (max-width:820px){
.section7 h3{word-break:keep-all;}
.sectionTit{font-size:2.4em; text-align:center; }
.section1 .sectionTit{text-align:left;}

.mainVisual{width:100%; height:100vh; background-image:url('../img/mb_cmvisual.png'); background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.mainTxtWrap{justify-content: unset; padding-top:30%; padding-left:10%;}
.mainTxtWrap h1{font-size:2.8em;}
.mainTxtWrap p{font-size:1.6em;}
.mainBtn{margin-top:20px;}

.container{padding-left:25px; padding-right:25px;}

.section2{}
.section2 .container{padding-top:120px;}
.s2slider{overflow:visible;}
.s2slider .slick-list{float:none; width:100%; padding-top:0;}
.s2slider .slick-slide img{width:40%;}
.s2slider .slick-prev{left:0; transform:translate(0,-50%)}
.section2 .sectionTit{position:relative; left:auto; top:auto; height:280px;}
.s2slider .slick-dots{top:-200px; width:100%; text-align:center;}


/* section8 추가 */
.s8Box{flex-direction: column-reverse;}
.s8Txt{width:100%; text-align:center;}
.s8Img{width:100%;}
.s8Img img{width:90%; display:block; margin:0 auto;}


.s3Box{flex-direction: column;}
.s3Item{width:100%; margin-bottom:30px;}
.s3Img{width: 100%; max-width: 400px; padding-bottom: 40%; margin:20px auto;}
.s3Item p{margin-bottom:20px;}

.s4Box{flex-direction: column;}
.s4Info{text-align:center;}
.s4Img{width:80%; padding-top:50px;}


/* entry */
.entryVisual{background-image:url('../img/mb_emviusal.png');}
.esection2 .container{flex-direction: column}
.es2Txt h3{text-align:center;}
.es2Txt, .es2Img{width:100%;}
.es2Img img {display: block; margin: 0 auto; padding-right: 15%;}

.es4Txt{text-align:center;}
.es4Txt p{word-break:keep-all;}

.es5Box{flex-direction: column; margin-top:40px;}
.es5Txt, .es5slider{width:100%;}
.es5Top{font-size:2em; padding-bottom:40px;}
.es5Txt span{margin-top: 40px; margin-bottom: 60px;}

.esection6 .container {flex-direction: column-reverse;}
.es6Txt{width:100%; text-align:center;}
.es6Img{width:80%; margin:0 auto; margin-top:50px;}

.eseciton7 h2{white-space:pre-wrap;}

.fTxt h3{font-size:2.4em;}
.fTxt h4{font-size:1.6em; font-weight:100;}

.footer img{display:block; margin:0 auto; margin-bottom:20px;}
.footer p{display:block; text-align:center; padding-left:0;}
.footer a{display:block; float:none; text-align:center; margin-top:40px;}

.fsPage{float:none; margin:0 auto; text-align:center; width:100%; margin-top:30px;}
.footer .fsPage a{margin-top:5px; display:inline-block; padding:0 8px;}
.fsPage a:after{content:''; display:block; width:1px; height:10px; background:#fff; color:#fff; position:absolute; top:3px; right:-4px; }
.fsPage a:nth-child(3):after{display:none;}
.fsPage a:nth-child(1):after{display:block;}

.entry_btn{right:auto; left:50%; top:auto; bottom:30px; transform:translate(-50%,0);}
.entry_btn a{display:block; color:#fff; width:180px; padding:10px 10px; background:#254ab2; border-radius:20px; text-align:center; box-shadow:0 0 8px 0 rgba(0,0,0,0.3)}
.entry_btn a img{display:inline-block; width:20px; margin-bottom:0; margin-right:10px; vertical-align:middle}
.entry_btn a p{white-space:normal; display:inline-block; font-size:1.3em; vertical-align:middle;}

.entry_btn:hover{right:auto;}

}


@media (max-width:600px){
.sectionTit{word-break:keep-all; line-height:1.2em;}

section .container{padding-top:60px; padding-bottom:60px;}

section h3{font-size:1.7em; word-break:keep-all;}
section p{word-break:keep-all;}

.mainTxtWrap{padding-left:0;}
.mainTxtWrap h1{line-height: 1.2em;}

.mainBtn{flex-direction: column;}
.mainBtn a{justify-content: flex-start;}
.mainBtn a:nth-child(1){margin-right:0; margin-bottom:10px;}

.checkImg h3{padding-left:46px; word-break:keep-all;}

.section2 .container{padding-top:60px;}
.s2slider .slick-dots{width:100%;}
.s2slider .slick-slide img{width:60%;}
.s2slider .slick-dots li button:after {font-size: 1.6em;}
.s2slider .slick-slide img.marker{width:60px; top:40%;}

.section3 .sectionTit{margin-bottom:30px;}
.section3 .container{padding-top:60px; padding-bottom:60px;}
.s3Img{padding-bottom: 70%; }

.s4Img{width:100%;}
.s4Info span{margin:10px 1px 20px 1px;}

.section5 .container{padding-top:60px;}
.s5Img{width:100%; margin-left:0; padding-bottom:95%;}
.s5Img img:nth-child(1){width:50%;}
.s5Img img:nth-child(2){width:40%; left:50%; bottom:42%;}
.s5Img img:nth-child(3){width:50%; left:50%; }
.s5Info p{margin-bottom:10px;}

.section6 .sectionTit{white-space: normal; margin-bottom:40px;}
.section6 .container{height:700px;}
.s6Img {width: 90%; right: 0; bottom: -10%;}

.footer{padding:40px 0;}
.footer p span{
	display:block;
}

.es3Txt h3:nth-of-type(1) img{width:22px; margin-right:5px; padding-bottom:3px;}

.fNumber b span{font-size:0.5em;}
.fTxt h3{font-size:1.5em; word-break:keep-all}
.fTxt h4{font-size:1.3em;  word-break:keep-all}
}




.tCenter{text-align:center;}
.bgGray{background:#f8fafc;}
.bgGray2{background:#e6e6e8;}
.fBlue{color:#008ee8;}
.fBlue2{color:#254ab2;}
.fBlue3{color:#00aef6;}
.fBlue4{color:#0173ff;}

.mb20{margin-bottom:20px;}