/* header start */
#divWrapper {padding-top: 80px; box-sizing: border-box; overflow: hidden;}
.header {position: fixed; z-index: 10; top: 0; left: 0; background: #fff; box-sizing: border-box; width: 100%; height: 80px;}
.header > div.inner {display: flex; height: 100%; justify-content: space-between; align-items: center;}
.header h1 a {display: block;}
.header h1 img {vertical-align: middle; width: 125px;}
.header .nav > ul {font-size: 0;}
.header .nav > ul > li {display: inline-block;}
.header .nav > ul > li + li {margin-left: 57px}
.header .nav > ul > li > a {font-size: 16px; color: #000000;font-weight: 500; }
.header .btn {display: inline-block; width: 140px; height: 30px; line-height: 30px; text-align: 30px; background: #1C6EFF; border-radius: 5px; text-align: center; color: #fff; font-weight: 700;}
.header .menubtn {position: relative; width: 25px; height: 20px; text-indent: -9999px; font-size: 0;}
.header .menubtn span {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 2px; background: #8B96AC;}
.header .menubtn::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #8B96AC;}
.header .menubtn::after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #8B96AC;}
.header .mob_submenu { position: fixed; z-index: 99; transition: all 0.6s; top: 0; right: -200%; background: #fff; width: 500px; height: 100vh; }
.header .mob_submenu.on { right: 0; }
.header .mob_submenu .subtop { padding: 70px 40px; box-sizing: border-box; border-bottom: 2px solid #EAEAEA; }
.header .mob_submenu .subtop span { font-size: 24px; line-height: 28px; font-weight: 500; color: #333333; }
.header .mob_submenu .subtop h2 { font-size: 40px; font-weight: 600; line-height: 47px; }
.header .mob_submenu .subcon { padding: 130px 83px 41px 41px; }
.header .mob_submenu .subcon > ul > li > a { position: relative; display: block; font-size: 28px; line-height: 33px; color: #333333; }
.header .mob_submenu .subcon > ul > li > a:before { content: ''; position: absolute; top: 0; right: 0; width: 13px; height: 26px; background: url('/images/charge/common/menuicon1.png') no-repeat center/cover; }
.header .mob_submenu .subcon > ul > li + li { margin-top: 53px; }
.header .mob_submenu .closeBtn { position: absolute; top: 20px; right: 20px; text-indent: -9999px; font-size: 0; width: 30px; height: 30px; background: url('/images/charge/common/closeicon.png') no-repeat center/cover; }
.menubg { position: fixed; transition: all 0.6s; opacity: 0; visibility: hidden; z-index: 11; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); }
.menubg.on { opacity: 1; visibility: visible; }

@media screen and (max-width: 768px) {
    .header .mob_submenu { width: 70%; }
    .header .mob_submenu .subtop span { font-size: 18px; }
    .header .mob_submenu .subtop h2 { font-size: 25px; }
    .header .mob_submenu .subtop { padding: 20px; }
    .header .mob_submenu .closeBtn { width: 20px; height: 20px; top: 22px; right: 17px; }
    .header .mob_submenu .subcon { padding: 83px 20px 20px 20px; }
    .header .mob_submenu .subcon > ul > li > a { font-size: 20px; }
    .header .mob_submenu .subcon > ul > li + li { margin-top: 31px; }
    .header .mob_submenu .subcon > ul > li > a:before { top: 3px; width: 10px; height: 20px; }
}
/* header end */

/* --------------Landing start------------- */
/* viausl section start*/
.visualSection {background: url('/images/charge/sub/landingBg1.png') no-repeat center/cover;}
.visualSection .landingV {width: 100%; height: 650px;}
.visualSection .landingV .swiper-slide {display: flex; align-items: center; box-sizing: border-box;}
.visualSection .landingV .swiper-slide > div {width: 50%;}
.visualSection .landingV .swiper-slide > div.leftV {padding-left: 100px; box-sizing: border-box;}
.visualSection .landingV .swiper-slide > div.leftV > span {display: block; line-height: 43px; margin-bottom: 1px; font-size: 36px; color: #FFF742; font-weight: 800;}
.visualSection .landingV .swiper-slide > div.leftV > p {font-size: 48px; color: #fff; line-height: 57px; font-weight: 700; margin-bottom: 40px;}
.visualSection .landingV .swiper-slide > div.leftV > a.viaualBtn {display: inline-block; border-radius: 15px; width: 245px; height: 60px; line-height: 60px; color: #fff; background: #1C6EFF; text-align: center; font-size: 20px; font-weight: 700;}
.visualSection .landingV .swiper-slide > div.rightV {margin-right: 100px; box-sizing: border-box;}
.visualSection .swiper-pagination {bottom: 60px;}
.visualSection .swiper-button-next:after {color: #fff;}
.visualSection .swiper-button-prev:after {color: #fff;}
.visualSection .swiper-pagination-bullet {width: 51px; height: 4px; border-radius: 31px; background: #505050; opacity: 1;}
.visualSection .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #fff;}

@media screen and (max-width: 1200px) {
    .visualSection .swiper-button-prev {left: 0;}
    .visualSection .swiper-button-next {right: 0;}
    .visualSection .landingV .swiper-slide > div.rightV {margin-right: 45px;}
    .visualSection .landingV .swiper-slide > div.rightV .imgWrap img {width: 100%; vertical-align: middle;}
}
@media screen and (max-width: 1024px) {
    .visualSection .landingV .swiper-slide > div.leftV {padding-left: 45px;}
    .visualSection .landingV .swiper-slide > div.leftV > span {font-size: 32px;}
    .visualSection .landingV {height: 450px;}
    .visualSection .swiper-pagination {bottom: 25px;}
}
@media screen and (max-width: 768px) {
    .visualSection {background: url('/images/charge/sub/mobilebg.png') no-repeat center/cover;}
    .visualSection .swiper-button-prev,
    .visualSection .swiper-button-next {display: none;}
    .visualSection .landingV {padding: 53px 0 100px 0; box-sizing: border-box; height: auto;}
    .visualSection .swiper-pagination {bottom: 33px;}
    .visualSection .landingV .swiper-slide {display: block;}
    .visualSection .landingV .swiper-slide > div.leftV {width: 100%; padding-left: 0; text-align: center; margin-bottom: 40px;}
    .visualSection .landingV .swiper-slide > div.leftV > span {font-size: 22px; line-height: 26px;}
    .visualSection .landingV .swiper-slide > div.leftV > p {font-size: 30px; line-height: 35px; margin-bottom: 12px;}
    .visualSection .landingV .swiper-slide > div.leftV > a.viaualBtn {width: 280px; height: 43px; line-height: 43px;}
    .visualSection .landingV .swiper-slide > div.rightV {width: 100%; margin-right: 0; text-align: center;}
    .visualSection .swiper-pagination-bullet {width: 40px; height: 3px;}
}
/* visual section end */

/* section2 start*/
.sectionL2 {padding: 70px 0; box-sizing: border-box; text-align: center;}
.sectionL2 img {margin-bottom: 10px;}
.sectionL2 p {font-size: 28px; font-weight: 500; color: #333333; line-height: 33px; margin-bottom: 20px;}
.sectionL2 span {font-size: 36px; line-height: 42px; font-weight: 700;}

@media screen and (max-width: 1024px) {
    .sectionL2 p {font-size: 22px; line-height: 26px;}
    .sectionL2 span {font-size: 30px; line-height: 34px;}
}

@media screen and (max-width: 768px) {
    .sectionL2 {padding: 56px 0;}
    .sectionL2 img {width: 75px; margin-bottom: 7px;}
    .sectionL2 p {font-size: 18px; line-height: 22px; margin-bottom: 16px;}
    .sectionL2 span {font-size: 22px; line-height: 26px; }
    .guideLtitbox {margin-bottom: 40px;}
}
/* section2 end */

/* section3 start */
.sectionL3 {padding: 56px 0; box-sizing: border-box; background: #EFF7FF;}
.guideLtitbox {text-align: center; margin-bottom: 60px;}
.guideLtitbox > span {display: block; margin: 0 auto; width: 58px; height: 38px; background: #1C6EFF; border-radius: 50px; line-height: 38px; color: #fff; font-weight: 700; font-size: 24px; margin-bottom: 15px;}
.guideLtitbox > h2 {font-size: 30px; color: #333333; line-height: 35px; font-weight: 700;}
.sectionL3 .recomendbox .recobox  {background: #fff; width: 19%; height: 380px; border-radius:15px; box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.03); padding: 29px 5px 33px 5px; box-sizing: border-box; text-align: center;}
.sectionL3 .recomendbox .recobox small {display: block; margin: 0 auto; font-size: 20px; color: #6AA0FF; font-weight: 900; margin-bottom: 25px;}
.sectionL3 .recomendbox .recobox span {display: inline-block; height: 60px; font-size: 16px; line-height: 20px; font-weight: 700; margin-bottom: 8px;}
.sectionL3 .recomendbox .recobox .imgwrap {display: flex; justify-content: center; align-items: center; width: 100%; height: 107px; margin-bottom: 35px;}
.sectionL3 .recomendbox .recobox img {display: block; margin: 0 auto; }
.sectionL3 .recomendbox .recobox p {font-size: 16px; height: 76px; font-weight: 400; line-height: 19px; color: #333333;}

@media screen and (max-width: 768px) {
    .guideLtitbox {margin-bottom: 43px;}
    .guideLtitbox > span {width: 40px; height: 25px; line-height: 25px; font-size: 16px; margin-bottom: 11px;}
    .guideLtitbox > h2 {font-size: 20px; line-height: 26px;}
    .sectionL3 .recomendbox .recobox {height: 355px; padding: 15px 5px 15px 5px;}
    .sectionL3 .recomendbox .recobox span {font-size: 14px;}
    .sectionL3 .recomendbox .recobox p {font-size: 14px;}
    .sectionL3 .recomendbox .recobox small {margin-bottom: 13px;}
}
/* section3 end */

/* section4 start */
.sectionL4 {padding: 60px 0; box-sizing: border-box; background: url('/images/charge/sub/landingBg2.png') no-repeat center/cover;}
.sectionL4 .specialW {display: flex; justify-content: space-between; flex-wrap: wrap;}
.sectionL4 .specialbox {display: flex; background-color: #FAFCFF; padding: 20px; box-sizing: border-box; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05); border-radius: 15px;}
.sectionL4 .specialbox > div {width: 50%;}
.sectionL4 .specialbox:nth-child(1) > div {width: 100%;}
.sectionL4 .specialbox:nth-child(n + 3) {margin-top: 30px;}
.sectionL4 .specialbox:nth-child(1) {width: 40%;}
.sectionL4 .specialbox:nth-child(2) {width: 57%;}
.sectionL4 .specialbox:nth-child(3) {width: 57%;}
.sectionL4 .specialbox:nth-child(4) {width: 40%;}
.sectionL4 .specialbox:nth-child(5) {width: 40%;}
.sectionL4 .specialbox:nth-child(6) {width: 57%;}
.sectionL4 .specialbox .textbox small {display: block; font-size: 20px; color: #6AA0FF; line-height: 24px; margin-bottom: 5px; font-weight: 900;}
.sectionL4 .specialbox .textbox span {display: block; font-size: 18px; line-height: 21px; font-weight: 500; color: #333333; margin-bottom: 5px;}
.sectionL4 .specialbox .textbox div {font-size: 22px; line-height: 21px; font-weight: 700; margin-bottom: 30px;}
.sectionL4 .specialbox .textbox p {font-size: 16px; line-height: 19px; color: #333333; font-weight: 500; margin-bottom: 10px;}
.sectionL4 .specialbox .textbox img {margin-left: 156px;}
.sectionL4 .specialbox:last-child .textbox img {margin-left: 114px;}
.sectionL4 .specialbox:nth-child(5) .imgwrap img{margin-left: 53px;}
.sectionL4 .specialbox .imgwrap {margin-top: 60px;}

@media screen and (max-width: 1200px) {
    .sectionL4 .specialbox .imgwrap img {width: 100%;}
    .sectionL4 .specialbox .textbox img {margin-left: 0;}
    .sectionL4 .specialbox:nth-child(5) .imgwrap img {margin-left: 0;}
    .sectionL4 .specialbox .textbox span {font-size: 14px;}
    .sectionL4 .specialbox .textbox div {font-size: 18px;}
    .sectionL4 .specialbox:first-child .textbox img {width: 120px; float: right;}
}

@media screen and (max-width: 1024px) {
    .sectionL4 .specialbox .textbox div {font-size: 18px;}
    .sectionL4 .specialbox:last-child .textbox img {margin-left: 0;}
    .sectionL4 .specialbox > div:nth-child(1) {width: 60%;}
    .sectionL4 .specialbox > div:nth-child(2) {width: 40%;}
}

@media screen and (max-width: 768px) {
    .sectionL4 .specialW {display: block;}
    .sectionL4 .specialbox:nth-child(n + 3) {margin-top: 0;}
    .sectionL4 .specialbox {display: block; width: 100% !important; padding: 26px 15px;}
    .sectionL4 .specialbox:first-child .textbox img {float: none; display: block; margin: 0 0 auto auto; width: 204px;}
    .sectionL4 .specialbox:last-child .textbox img {display: none;}
    .sectionL4 .specialbox:nth-child(2) .imgwrap img {width: 276px; margin: 0 auto; display: block;}
    .sectionL4 .specialbox:nth-child(3) .imgwrap img {width: 277px; margin: 0 auto; display: block;}
    .sectionL4 .specialbox:nth-child(4) .imgwrap img {width: 226px; margin: 0 auto; display: block;}
    .sectionL4 .specialbox:nth-child(5) .imgwrap img {width: 150px; margin: 0 auto; display: block;}
    .sectionL4 .specialbox:nth-child(6) .imgwrap img {width: 269px; margin: 0 auto; display: block;}
    .sectionL4 .specialbox > div:nth-child(1) {width: 100%;}
    .sectionL4 .specialbox + .specialbox {margin-top: 24px;}
    .sectionL4 .specialbox > div:nth-child(2) {width: 100%;}
    .sectionL4 .specialbox .textbox small {font-size: 18px; line-height: 21px; margin-bottom: 4px;}
    .sectionL4 .specialbox .textbox span {line-height: 18px; margin-bottom: 0;}
    .sectionL4 .specialbox .textbox div {margin-bottom: 12px;}
}
/* section4 end */


/* sectionL5 start */
.sectionL5 {padding: 76px 0 119px 0; box-sizing: border-box; background: #EFF7FF;}
.sectionL5 .applicationbox {margin-bottom: 110px;}
.sectionL5 .applicationbox .aplebox  {background: #fff; height: auto; border-radius:15px; box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.03); padding: 29px 5px 33px 5px; box-sizing: border-box; text-align: center;}
.sectionL5 .applicationbox .aplebox small {display: block; margin: 0 auto; font-size: 24px; color: #6AA0FF; font-weight: 900; margin-bottom: 25px;}
.sectionL5 .applicationbox .aplebox span {display: inline-block; height: 52px; font-size: 22px; line-height: 26px; font-weight: 700; margin-bottom: 35px;}
.sectionL5 .applicationbox .aplebox .imgwrap {display: flex; justify-content: center; align-items: center; width: 100%; height: 225px; margin-bottom: 35px;}
.sectionL5 .applicationbox .aplebox img {display: block; margin: 0 auto; }
.sectionL5 .applicationbox .aplebox p {font-size: 18px; font-weight: 400; line-height: 21px; color: #333333;}

.sectionL5 .ReviewCon .ReviewBox .topreview {box-sizing: border-box; margin-bottom: 10px; padding: 51px 20px; background: #fff; border-radius: 10px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);}
.sectionL5 .ReviewCon .ReviewBox .topreview strong {display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 20px; line-height: 23px; color:#333333; font-weight: 700; margin-bottom: 20px;}
.sectionL5 .ReviewCon .ReviewBox .topreview p {font-size: 18px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; color: #333333; font-weight: 400; margin-bottom: 24px; height:130px; }
.sectionL5 .ReviewCon .ReviewBox .topreview span {display: block; text-align: right; font-size: 20px; line-height: 24px; font-weight: 700; color: #1C6EFF;}
.sectionL5 .ReviewCon .ReviewBox .btmreview a {display: block; width: 100%; height: 60px; line-height: 60px; font-size: 22px; color: #fff; font-weight: 700; text-align: center; border-radius: 15px; background: #79ADFF; box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05); border-radius: 10px;}


@media screen and (max-width: 1200px) {
    .sectionL5 .applicationbox .aplebox {padding: 25px 10px 25px 10px;}
    .sectionL5 .applicationbox .aplebox small {font-size: 20px; margin-bottom: 15px;}
    .sectionL5 .applicationbox .aplebox span {font-size: 18px; line-height: 22px; margin-bottom: 8px;}
    .sectionL5 .applicationbox .aplebox p {font-size: 15px; line-height: 19px;}
}

@media screen and (max-width: 768px) {
    .sectionL5 .applicationbox .aplebox {height: auto; padding: 22px 13px;}
    .sectionL5 .applicationbox .aplebox span {font-size: 16px;}
    .sectionL5 .applicationbox .aplebox p {font-size: 14px; line-height: 18px;}
    .sectionL5 .applicationbox .aplebox small {margin-bottom: 5px; font-size: 18px;}
    .sectionL5 .applicationbox .aplebox span {height: auto;}
    .sectionL5 .applicationbox .aplebox .imgwrap {height: 185px; margin-bottom: 20px;}
    .sectionL5 .applicationbox .aplebox:nth-child(1) img {width: 200px; height: 100px;}
    .sectionL5 .applicationbox .aplebox:nth-child(2) img {width: 144px; height: 144px;}
    .sectionL5 .applicationbox .aplebox:nth-child(3) img {width: 185px; height: 163px;}

    .sectionL5 .ReviewCon .ReviewBox .topreview {padding: 20px;}
    .sectionL5 .ReviewCon .ReviewBox .topreview strong {font-size: 17px; line-height: 22px;}
    .sectionL5 .ReviewCon .ReviewBox .topreview p {font-size: 14px; line-height: 18px;}
    .sectionL5 .ReviewCon .ReviewBox .topreview span {font-size: 17px;}
    .sectionL5 .ReviewCon .ReviewBox .btmreview a {height: 45px; line-height: 45px; font-size: 17px;}

}
/* sectionL5 end */

/* sectionL6 start */
.sectionL6 {padding: 88px 0 40px 0; background: #E1EDFF; text-align: center;}
.sectionL6 .eventCon .swiper-wrapper {padding-top: 25px; margin-left: 10px; justify-content: center;}
.sectionL6 .eventBox {position: relative; box-sizing: border-box; width: 400px; height: 510px; padding: 55px 0 37px 0; background: #fff; border-radius: 15px; box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.05)}
.sectionL6 .eventBox span.num {position: absolute; top: -25px; left: 50%; transform: translateX(-50%); width: 50px; height: 50px; font-size: 24px; color: #fff; font-weight: 900; line-height: 50px; text-align: center; border-radius: 50px; background: #1C6EFF;}
.sectionL6 .eventBox strong {display: block; font-size: 28px; font-weight: 700; color: #333333; margin-bottom: 46px;}
.sectionL6 .eventBox1 .imgWrap {margin-bottom: 58px;}
.sectionL6 .eventBox2 .imgWrap {margin-bottom: 63px;}
.sectionL6 .eventBox1 .textW  {text-align: center;}
.sectionL6 .eventBox1 .textW > ul {display: inline-block;}
.sectionL6 .eventBox1 .textW {padding-top: 30px; box-sizing: border-box; border-top: 1px solid #A4A4A4;}
.sectionL6 .eventBox1 .textW li {position: relative; display: block; padding-left: 21px; font-size: 18px; font-weight: 500; color: #333333;}
.sectionL6 .eventBox1 .textW li + li {margin-top: 14px;}
.sectionL6 .eventBox1 .textW li::before {content: ''; position: absolute; top: 0; left: 0; width: 16px; height: 16px; background: url('/images/charge/sub/langicon1.png') no-repeat center/cover;}
.sectionL6 .eventBox2 .textW2 {text-align: center; margin-bottom: 30px;}
.sectionL6 .eventBox2 > p {font-size: 18px; font-weight: 500; color: #8C8C8C;    margin-bottom: 10px;}
.sectionL6 .eventBox2 .textW2 > ul {display: inline-block; text-align: left;}
.sectionL6 .eventBox2 .textW2 li { font-size: 20px; font-weight: 700; color: #333333;}
.sectionL6 .eventBox2 .textW2 li > span {font-size: 18px; font-weight: 400;}
.sectionL6 .eventBox2 .textW2 li + li {margin-top: 15px;}

@media screen and (max-width: 1024px) {
    .sectionL6 .eventBox {height: 485px; padding: 40px 0 37px 0;}
    .sectionL6 .eventBox span.num {font-size: 20px; width: 40px; height: 40px; line-height: 40px;}
    .sectionL6 .eventBox strong {font-size: 22px;}
    .sectionL6 .eventBox2 .textW2 li {font-size: 16px;}
    .sectionL6 .eventBox2 > li {font-size: 16px;}
    .sectionL6 .eventBox1 .textW p {width: 55%; font-size: 16px;}
}
@media screen and (max-width: 768px) {
    .sectionL6 .eventCon .swiper-wrapper {justify-content: left; margin-left: 0;}
    .sectionL6 .eventBox {padding: 32px 10px 22px 10px; height: 445px;}
    .sectionL6 .eventBox strong {font-size: 18px; margin-bottom: 30px;}
    .sectionL6 .eventBox1 img {width: 185px;}
    .sectionL6 .eventBox2 img {width: 180px;}
    .sectionL6 .eventBox span.num {width: 30px; height: 30px; line-height: 30px; font-size: 15px; top: -15px;}
    .sectionL6 .eventBox1 .textW li {font-size: 15px;}
    .sectionL6 .eventBox2 .textW2 li {font-size: 14px;}
    .sectionL6 .eventBox2 .textW2 li > span {font-size: 13px;}
    .sectionL6 .eventBox2 > p {font-size: 15px;}
}
/* sectionL6 end */

/* sectionL7 start */

/*---- 2022 10 25 수정 --- */
.sectionL7 {padding: 143px 0 0 0; box-sizing: border-box; background: #EFF7FF;}
/*---- 2022 10 25 수정 --- */

.sectionL7 .articlebox1 {display: flex; justify-content: center;}
.sectionL7 .articlebox1 > li {display: flex; text-align: center; padding: 25px 0 20px 0; box-sizing: border-box; width: 230px; justify-content: center; align-items: center; background: #fff; border-radius: 15px; box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.07); }
.sectionL7 .articlebox1 > li + li {margin-left: 40px;}
.sectionL7 .articlebox1 > li img {margin-bottom: 18px;}
.sectionL7 .articlebox1 > li > div > span {font-size: 24px; line-height: 28px; display: block; font-weight: 700; color: #333333;}
.sectionL7 .articlebox1 > li > div > p {font-size: 24px; line-height: 28px; display: block; font-weight: 700; color: #428BFF;}
.sectionL7 .articleCon2 {margin-top: 200px;}

.sectionL7 .articleCon2 .guideLtitbox {margin-bottom: 116px;}
.sectionL7 .articlebox2 {width: 100%; height: 160px; text-align: center; background: linear-gradient(277.81deg, #7AAEFF 0%, #C2DAFF 100%);}
.sectionL7 .articlebox2 > ul > li {display: inline-block; padding: 52px 33px 33px 33px; box-sizing: border-box; vertical-align: top; width: 230px; height: 240px; background: #fff; box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.07); border-radius: 15px;}
.sectionL7 .articlebox2 > ul > li:nth-child(1) {margin-top: -66px;}
.sectionL7 .articlebox2 > ul > li:nth-child(2) {margin-top: -14px;}
.sectionL7 .articlebox2 > ul > li:nth-child(3) {margin-top: -66px;}
.sectionL7 .articlebox2 > ul > li + li {margin-left: 28px;}
.sectionL7 .articlebox2 > ul > li img {margin-bottom: 32px;width: 140px}
.sectionL7 .articlebox2 > ul > li p {font-size: 24px; color: #1C6EFF; font-weight: 700; margin-bottom: 10px;}


@media screen and (max-width: 1024px) {
    .sectionL7 .articlebox1 > li + li {margin-left: 15px;}
    .sectionL7 .articlebox1 > li > div > span {font-size: 20px;}
    .sectionL7 .articlebox1 > li > div > p {font-size: 20px;}

    .sectionL7 .articlebox2 > ul > li {width: 205px; height: 215px; padding-top: 33px;}
    .sectionL7 .articlebox2 > ul > li p {font-size: 20px; line-height: 24px;}
    .sectionL7 .articlebox2 > ul > li img {width: 120px;}
    .sectionL7 .articlebox2 > ul > li:nth-child(1) {margin-top: -43px;}
    .sectionL7 .articlebox2 > ul > li:nth-child(3) {margin-top: -43px;}
}

@media screen and (max-width: 768px) {
    /*---- 2022 10 25 수정 --- */
    .sectionL7 {padding: 66px 0 0 0;}
    /*---- 2022 10 25 수정 --- */

    .sectionL7 .articlebox1 {flex-wrap: wrap;}
    .sectionL7 .articlebox1 > li {width: 48%;}
    .sectionL7 .articlebox1 > li + li {margin-left: 2%;}
    .sectionL7 .articlebox1 > li img {width: 55px;}
    .sectionL7 .articlebox1 > li:nth-child(3) {margin-left: 0;}
    .sectionL7 .articlebox1 > li:nth-child(n + 3) {margin-top: 2%;}
    .sectionL7 .articlebox1 > li > div > span {font-size: 16px; line-height: 1; margin-bottom: 5px;}
    .sectionL7 .articlebox1 > li > div > p {font-size: 16px; line-height: 1;}

    .sectionL7 .articlebox2 {padding: 0 10px; box-sizing: border-box; height: auto;}
    .sectionL7 .articleCon2 {margin-top: 93px;}
    .sectionL7 .articleCon2 .guideLtitbox {margin-bottom: 70px;}
    .sectionL7 .articlebox2 > ul > li {position: relative; width: 29%; padding-bottom: 29%; height: 0; padding: 10px 5px 29% 5px;}
    .sectionL7 .articlebox2 > ul > li > div {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
    .sectionL7 .articlebox2 > ul > li + li {margin-left: 4%;}
    .sectionL7 .articlebox2 > ul > li img {width: 70px; margin-bottom: 5px;}

    /*---- 2022 10 25 수정 --- */
    .sectionL7 .articlebox2 > ul > li p {font-size: 2.8vw; line-height: 15px; margin-bottom: 2px;}
    /*---- 2022 10 25 수정 --- */

    .sectionL7 .articlebox2 > ul > li:nth-child(2) {top: 10px;}
    .sectionL7 .articlebox2 > ul > li:nth-child(1) {top: 14px;}
    .sectionL7 .articlebox2 > ul > li:nth-child(3) {top: 14px;}

}

/* sectionL7 end */

/* sectionL8 start */

/*---- 2022 10 25 수정 --- */
.sectionL8 {padding: 226px 0 100px 0; background: #EFF7FF; text-align: center; background: url('/images/charge/sub/landingBg3.png') no-repeat center/cover;}
/*---- 2022 10 25 수정 --- */

.sectionL8 .rateConW {margin-bottom: 60px;}
.sectionL8 .toprate {height: 610px; text-align: center; margin-bottom: 30px; padding: 34px 20px; box-sizing: border-box; border-radius: 15px; background: #79adff; box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);}
.sectionL8 .toprate h3 {font-size: 24px; font-weight: 700; margin-bottom: 16px; color: #fff;}
.sectionL8 .toprate .imgwrap {text-align: center; margin-bottom: 30px;}
.sectionL8 .toprate ul {padding-top: 30px; box-sizing: border-box; border-top: 1px solid #fff;}
.sectionL8 .toprate ul > li {font-size: 16px; line-height: 19px; color: #fff; text-align: left;}
.sectionL8 .toprate ul > li + li {margin-top: 25px;}

/*---- 2022 10 25 수정 --- */
.sectionL8 .toprate ul > li > span {display: inline-block; padding-left: 24px; background: url('/images/charge/sub/langicon2.png') no-repeat left 0px top 2px; background-size: 17px;}
/*---- 2022 10 25 수정 --- */

.sectionL8 .btmrate {width: 100%; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 22px; font-weight: 700; border-radius: 10px; box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05); background: #79adff;}
.sectionL8 .btmrate > span > span {font-weight: 400; font-size: 18px;}
.sectionL8 .rateslideL2 .toprate {background: #438bff;}
.sectionL8 .rateslideL2 .btmrate {background: #438bff;}
.sectionL8 .rateslideL3 .toprate {background: #246dff;}
.sectionL8 .rateslideL3 .btmrate {background: #246dff;}
.sectionL8 .rateLinkBtn {display: inline-block; width: 320px; height: 60px; text-align: center; line-height: 60px; background: #1C6EFF; border-radius: 15px; color: #fff; font-weight: 700; font-size: 24px;}

@media screen and (max-width: 1024px) {
    .sectionL8 .toprate h3 {font-size: 21px;}
    .sectionL8 .toprate ul > li {font-size: 14px;}
    .sectionL8 .toprate ul > li + li {margin-top: 11px;}
    .sectionL8 .btmrate {font-size: 16px;}
    .sectionL8 .btmrate > span > span {font-size: 14px;}
}

@media screen and (max-width: 768px) {
    .sectionL8 {padding: 80px 0; background:#6aa4ff url('/images/charge/sub/landingBg3mo.png') no-repeat center top -6px/cover;}
    .sectionL8 .toprate .imgwrap img {width: 100px;}
    .sectionL8 .toprate {padding: 25px 10px;}
    .sectionL8 .toprate ul > li {font-size: 13px;}
    .sectionL8 .btmrate {font-size: 14px; height: 45px; line-height: 45px;}
    .sectionL8 .rateLinkBtn {height: 45px; line-height: 45px; font-size: 14px;}
}
/* sectionL8 end */

/* sectionL9 start */
.sectionL9 {padding: 60px 0; background: #C4DBFF;}
.sectionL9 .landingform {width: 786px; padding: 50px 0 38px 0; box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1); box-sizing: border-box; margin: 0 auto; text-align: center; background: #428BFF; box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1); border-radius: 15px;}
.sectionL9 .landingform legend {font-size: 0;}
.sectionL9 .landingform fieldset > span {font-size: 32px; line-height: 38px; font-weight: 700; color: #fff; margin-bottom: 10px; display: block;}
.sectionL9 .landingform fieldset > p {color: #fff; font-size: 22px; font-weight: 500; line-height: 26px; margin-bottom: 40px;}
.sectionL9 .landingform fieldset .inputW {margin-bottom: 36px;}
.sectionL9 .landingform fieldset .inputW input.inputype2 {width: 498px; height: 46px; padding-left: 8px; box-sizing: border-box; border: 0; border-radius: 6px;}
.sectionL9 .landingform fieldset .inputW input.inputype2::placeholder {font-size: 18px; color: #9F9F9F; font-weight: 500;}
.sectionL9 .landingform fieldset .inputW p + p {margin-top: 10px;}
.sectionL9 .landingform fieldset .landingformbtn {display: inline-block; width: 279px; height: 60px; text-align: center; line-height: 60px; color: #1C6EFF; font-size: 27px; font-weight: 700; background: #fff; border-radius: 15px;}

@media screen and (max-width: 850px) {
    .sectionL9 .landingform {width: 100%; padding: 50px 23px 41px 23px;}
    .sectionL9 .landingform fieldset > span {font-size: 23px; line-height: 28px; margin-bottom: 15px;}
    .sectionL9 .landingform fieldset > p {font-size: 14px; margin-bottom: 28px;}
    .sectionL9 .landingform fieldset .inputW input.inputype2 {width: 100%; height: 33px;}
    .sectionL9 .landingform fieldset .inputW input.inputype2::placeholder {font-size: 13px;}
    .sectionL9 .landingform fieldset .landingformbtn {width: 100%; height: 43px; line-height: 43px; font-size: 18px;}
}
/* sectionL9 end */

/* sectionL10 start */
.sectionL10 {background: #E3EDF8; padding: 120px 0 100px 0; box-sizing: border-box;}
.faqCon > ul {width: 1050px; margin: 0 auto;}
.faqCon > ul > li > a {display: block; padding: 30px 26px; font-size: 18px; color: #333333; font-weight: 500; background: url('/images/charge/sub/langicon3.png') no-repeat right 26px center;}
.faqCon > ul > li > a > span {line-height: 26px; padding-left: 52px; background: url('/images/charge/sub/Q..png') no-repeat left; background-size: 21px;}
.faqCon > ul > li {border-top: 1px solid #A0A0A0;}
.faqCon > ul > li:last-child {border-bottom:  1px solid #A0A0A0;}
.faqCon .faqsub {display: none; width: 100%; min-height: 300px; padding: 30px; box-sizing: border-box; background: #fff;}

@media screen and (max-width: 1200px) {
    .faqCon > ul {width: 100%;}
}

@media screen and (max-width: 768px) {
    .sectionL10 {padding: 60px 0;}
    .faqCon > ul > li > a {padding: 17px 0; background: url('/images/charge/sub/langicon3.png') no-repeat right 5px center;}
    .faqCon > ul > li > a > span {font-size: 14px; background-size: 14px; padding-left: 21px;}
}
/* sectionL10 end */

/* sectionL11 start */
.sectionL11 {background: #E3EDF8; padding: 120px 0 100px 0; box-sizing: border-box;}
.noticeAndNews > ul {width: 1050px; margin: 0 auto;}
.noticeAndNews > ul > li > a {display: block; padding: 30px 26px; font-size: 18px; color: #333333; font-weight: 500; background: url('/images/charge/sub/langicon3.png') no-repeat right 26px center;}
.noticeAndNews > ul > li > a > span {line-height: 26px; background: background-size: 21px;}
.noticeAndNews > ul > li {border-top: 1px solid #A0A0A0;}
.noticeAndNews > ul > li:last-child {border-bottom:  1px solid #A0A0A0;}
.noticeAndNews .faqsub {display: none; width: 100%; min-height: 300px; padding: 30px; box-sizing: border-box; background: #fff;}

@media screen and (max-width: 1200px) {
    .noticeAndNews > ul {width: 100%;}
}

@media screen and (max-width: 768px) {
    .sectionL11 {padding: 60px 0;}
    .noticeAndNews > ul > li > a {padding: 17px 0; }
    .noticeAndNews > ul > li > a > span {font-size: 14px; background-size: 14px; padding-left: 0px;}
}
/* sectionL11 end */



/* --------------Landing end------------- */



/* -----------sub01 start------------------ */
/* membershipM start */
/* .membershipM { background: linear-gradient(343.59deg, #3C78D7 0%, #6292DF 51.04%, #B7D3FF 100%); box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05); box-sizing: border-box; padding: 38px 0 100px 0;} */
.membershipM { box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05); box-sizing: border-box; padding: 38px 0 100px 0;}
.membershipM > div.inner {box-sizing: border-box; box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.06); padding: 97px 74px 100px; background: #fff; text-align: center;}
.membershipM h2.h2tit {font-size: 30px; font-weight: 700; letter-spacing: -1px; line-height: 35px; margin-bottom: 6px; color: #333333;}
.membershipM .color1 {color: #1C6EFF !important;}
.membershipM .titP {font-size: 18px; letter-spacing: -1px; color: #333333; line-height: 24px; font-weight: 500;}
.membershipM .toptxW1 {margin-bottom: 50px;}
.membershipM .ratecon > p {font-size: 20px; font-weight: 500; margin-bottom: 67px;}
.membershipM input.inputype1 {accent-color: #fff; margin: 0; width: 24px; height: 24px; vertical-align: -3px; border: 1px solid #B4B4B4; margin-right: 10px;}
@media screen and (max-width: 1024px) {
    .membershipM h2.h2tit {font-size: 27px; line-height: 30px; margin-bottom: 5px;}
    .membershipM .titP {font-size: 17px;}
    .membershipM {padding: 15px 0;}
    .membershipM > div.inner {padding: 40px 20px;}
    .membershipM .toptxW1 {margin-bottom: 50px;}
}
@media screen and (max-width: 768px) {
    .membershipM > div.inner {padding: 30px 10px;}
    #divWrapper {padding-top: 60px;}
    .header {height: 60px;}
}
/* -----------툴팁 start-2022-12-06----------------- */
/* 툴팁 css */
.ui-tooltip {padding: 15px 30px; color: #000; border-radius: 8px; font-size: 20px; font-weight: 600; text-transform: uppercase; border: 0 !important; box-shadow: 4px 4px 6px rgb(0 0 0 / 10%)}
.ui-tooltip-content::after, .ui-tooltip-content::before {content: ""; position: absolute; border-style: solid; display: block; left: 48px;}
.ui-tooltip-content::before {display: none;}
.ui-tooltip-content::after {bottom: -7px; border-color: white transparent; border-width: 10px 10px 0;}
@media screen and (max-width: 1024px) {
    /* 툴팁 */
    .ui-tooltip {padding: 15px; font-size: 14px;}
}
@media screen and (max-width: 768px) {
    /* 툴팁 */
    .ui-tooltip {font-size: 13px;}
}
/* -----------툴팁 end------------------ */

/* joinsecW1 */
.joinsecW1 {margin-bottom: 100px;}
.ratecon .rateW1 {display: flex; justify-content: space-between;}
.ratecon .rateW1 > li.ratebox {width: 31%;}
.ratecon .rateW1 > li.ratebox .topbox {position: relative; box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1); text-align: center; box-sizing: border-box; padding: 41px 0 30px 0; margin-bottom: 10px; background: #79adff; border-radius: 15px;}
.rateW1 > li.ratebox .topbox p {vertical-align: middle; font-size: 24px; font-weight: 700; line-height: 28px; color: #fff; margin-bottom: 22px;}
.ratecon .rateW1 > li.ratebox .btmbox {box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05); height: 70px; align-items: center; text-align: center; justify-content: center; background: #79adff; border-radius: 15px; padding-top: 10px;} /*display: flex; */
.ratecon .rateW1 > li.ratebox .btmbox span {font-size: 22px; color: #fff; font-weight: 700;}
.ratecon .rateW1 > li.ratebox .btmbox span small {font-size: 18px; font-weight: 400;}
.ratecon .rateW1 > li.ratebox .btmbox span.underline {text-decoration: line-through; font-size: 18px; color: #FFF; font-weight: 500;}
.ratecon .rateW1 > li.ratebox .btmbox img {margin: 0 10px;}
.ratecon .rateW1 > li.ratebox2 .topbox {background: #438bff;}
.ratecon .rateW1 > li.ratebox2 .topbox::before {content: 'HOT'; border-radius: 6px; color: #fff; font-weight: 700; width: 81px; line-height: 30px; height: 30px; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); text-align: center; background: #1C6EFF; font-size: 20px;}
.ratecon .rateW1 > li.ratebox2 .btmbox {background: #438bff;}
.ratecon .rateW1 > li.ratebox3 .topbox {background: #246dff;}
.ratecon .rateW1 > li.ratebox3 .btmbox {background: #246dff;}

@media screen and (max-width: 1024px) {
    .rateW1 > li.ratebox .topbox p {font-size: 18px;}
    .ratecon .rateW1 > li.ratebox {width: 32%;}
    .ratecon .rateW1 > li.ratebox .topbox {padding: 20px 0;}
    .membershipM input.inputype1 {width: 18px; height: 18px;}
    .ratecon .rateW1 > li.ratebox .btmbox img {margin: 0 5px;}
    .ratecon .rateW1 > li.ratebox .imgWrap img {width: 100px;}
    .ratecon .rateW1 > li.ratebox .btmbox span {font-size: 17px;}
    .ratecon .rateW1 > li.ratebox .btmbox span.underline {font-size: 16px;}
}
@media screen and (max-width: 768px) {
    .membershipM {padding: 12px 0;}
    .membershipM h2.h2tit {font-size: 22px; line-height: 26px;}
    .membershipM .titP {font-size: 14px;}
    .membershipM .ratecon > p {font-size: 18px; margin-bottom: 18px;}
    .ratecon .rateW1 > li.ratebox .imgWrap {display: none;}
    .membershipM .ratebox input {width: 16px; height: 16px; display: block; margin: 0 auto 7px auto;}
    .rateW1 > li.ratebox .topbox p {font-size: 16px; line-height: 19px;}
    .ratecon .rateW1 > li.ratebox .topbox {height: 86px; padding: 16px 0;}
    .ratecon .rateW1 > li.ratebox2 .topbox::before {width: 40px; height: 13px; line-height: 13px; font-size: 11px; top: -6px;}
    .ratecon .rateW1 > li.ratebox .btmbox {display: block; width: 100%; min-height: 53px; box-sizing: border-box; padding-top: 14px;}
    .ratecon .rateW1 > li.ratebox .btmbox img {display: none;}
    .ratecon .rateW1 > li.ratebox .btmbox span.underline {display: block; font-size: 12px; line-height: 14px;}
    .ratecon .rateW1 > li.ratebox .btmbox span {font-size: 14px; line-height: 19px;}
    .ratecon .rateW1 > li.ratebox .btmbox span small {font-size: 12px;}
    .joinsecW1 {margin-bottom: 56px;}
}

/* joinsecW2 */
.joinsecW2 {position: relative; margin-bottom: 160px;}
.toptxW2 {margin-bottom: 50px;}
.bubbleA {position: absolute; }
.bubbleA:hover .bubleh{ opacity: 1; visibility: visible;}
.bubbleA .bubleh {transition: all 0.4s; opacity: 0; visibility: hidden; position: absolute; bottom: 36px; left: 5px; padding-top: 20px; border-radius: 8px; box-sizing: border-box; width: 224px; height: 100px; font-size: 20px; font-weight: 600; line-height: 23px; text-align: center; background: #fff; color: #000; box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);}
.bubbleA .bubleh::before {content: ''; position: absolute; left: 12px; bottom: -16px; width: 15px; height: 16px; background: url('/images/charge/sub/bubbleicon.png') no-repeat center/cover;}
.popicon {display: inline-block; vertical-align: middle; margin-left: 4px;}
.bubleh {position: absolute;}
.ratemaincon {text-align: left;}
.ratemaincon > p {font-size: 20px; letter-spacing: -1px; font-weight: 500; line-height: 1; margin-bottom: 9px;}
.ratemaincon .rateboxW1 {box-sizing: border-box; background: #E0ECFF; padding: 60px 80px; margin-bottom: 10px;}
.ratemaincon .rateW > li {display: flex; align-items: top;}
.ratemaincon .rateW > li + li {margin-top: 48px;}
.ratemaincon .rateW > li span {vertical-align: middle;}
.ratemaincon .rateW > li > input[type='checkbox']{width: 18px; height:18px; margin-right: 10px;}
.ratemaincon .rateW > li > .righttx {padding-top: 1px;}
.ratemaincon .rateW > li > .righttx span.Tit2 {display: block; letter-spacing: -1px; font-size: 22px; color: #333333; line-height: 1; font-weight: 600; margin-bottom: 12px;}
.ratemaincon .rateW > li > .righttx .subtx li {font-size: 16px; letter-spacing: -1px; color: #333333; line-height: 19px; font-weight: 400;}
.ratemaincon .rateW > li > .righttx .subtx li + li {margin-top: 5px;}
.rateboxW2 {background: #E0ECFF; text-align: center; box-sizing: border-box; padding: 40px 100px;}
.rateboxW2 .rateinner {background: #fff; box-sizing: border-box; padding: 50px 100px; margin-bottom: 30px;}
.rateboxW2 .rtite1 > li div.rtitx1 {display: flex; justify-content: space-between; width: 100%; font-size: 24px; padding-bottom: 10px; font-weight: 700; color: #333333; line-height: 28px;}
.rateboxW2 .rtite1 > li + li {margin-top: 40px;}
.rateboxW2 .rtite1 > li > ul {padding: 18px 0 28px 0; box-sizing: border-box; border-top: 1px solid #9B9B9B; border-bottom: 1px solid #9B9B9B;}
.rateboxW2 .rtite1 > li > ul > li {display: flex; justify-content: space-between; width: 100%; }
.rateboxW2 .rtite1 > li > ul > li + li {margin-top: 10px;}
.rateboxW2 .rtite1 > li > ul > li > span:nth-child(1) {color: #6D6D6D; font-weight: 500; font-size: 20px;}
.rateboxW2 .rtite1 > li > ul > li > span:nth-child(2) {color: #333333; font-weight: 500; font-size: 20px;}
.rateboxW2 .lastlate {display: flex; width: 100%; justify-content: space-between; margin-top: 24px;}
.rateboxW2 .lastlate span{font-size: 24px; color: #333333; font-weight: 700;}
.rateboxW2 .lastlate span:nth-child(2) {font-size: 30px;}
.btn1 {display: inline-block; width: 320px; height: 50px; line-height: 50px; font-size: 22px; border-radius: 10px; text-align: center; background: #1C6EFF; color: #fff; font-weight: 700;}

@media screen and (max-width: 1024px) {
    /* .bubbleA .bubleh {display: none;} */

    /* 2022 10 25 추가 */
    .rateSlider1 .bubbleA .bubleh {display: block;}
    .bubbleA .bubleh {width: 145px; height: 80px; font-size: 14px;}
    /* 2022 10 25 추가 */

    .ratemaincon .rateboxW1 {padding: 40px 20px;}
    .ratemaincon > p {font-size: 18px;}
    .ratemaincon .rateW > li > .righttx span.Tit2 {font-size: 19px; margin-bottom: 8px;}
    .ratemaincon .rateW > li > input {margin-right: 18px;}
    .ratemaincon .rateW > li > .righttx .subtx li {font-size: 15px;}
    .ratemaincon .rateW > li + li {margin-top: 32px;}
    .rateboxW2 {padding: 40px;}
    .rateboxW2 .rateinner {padding: 50px;}
    .joinsecW2 {margin-bottom: 80px;}
    .btn1 {height: 65px; line-height: 65px; font-size: 26px;}
}
@media screen and (max-width: 768px) {
    .btn1 {width: 95%; height: 50px; line-height: 50px; border-radius: 5px; font-size: 18px;}
    .toptxW2 {margin-bottom: 30px;}
    .ratemaincon > p {font-size: 14px; line-height: 16px; text-align: center;}
    .ratemaincon .rateboxW1 {padding: 30px 20px;}
    .ratemaincon .rateW > li > .righttx span.Tit2 {font-size: 15px; line-height: 18px;}
    .ratemaincon .rateW > li > input {flex-shrink: 0; margin-right: 7px;}
    .popicon img {width: 17px;}
    .ratemaincon .rateW > li + li {margin-top: 25px;}
    .ratemaincon .rateW > li > .righttx .subtx li {font-size: 14px; line-height: 16px;}
    .rateboxW2 {padding: 16px 5px;}
    .rateboxW2 .rateinner {padding: 33px 13px;}
    .rateboxW2 .rtite1 > li div.rtitx1 {font-size: 15px;}
    .rateboxW2 .rtite1 > li > ul > li > span:nth-child(1) {font-size: 14px;}
    .rateboxW2 .rtite1 > li > ul > li > span:nth-child(2) {font-size: 14px;}
    .rateboxW2 .lastlate span {font-size: 15px;}
    .rateboxW2 .lastlate span:nth-child(2) {font-size: 16px;}
}
@media screen and (max-width: 450px) {
    .membershipM input.inputype1 {width: 13px; height: 13px;}
    .ratemaincon .rateW > li > .righttx span.Tit2 {font-size: 3.7vw;}
    .ratemaincon .rateboxW1 {padding: 30px 10px;}
    .ratemaincon .rateW > li > .righttx .subtx li {font-size: 12px;}
    .ratemaincon .rateW > li + li {margin-top: 17px;}
    .ratemaincon .rateW > li > input {margin-right: 4px; margin-top: 2px;}

}


/* joinsecW3 */
.joinsecW3 {position: relative;}
.joinsecW3 .rateW {padding: 20px 10px 10px 10px; box-sizing: border-box;}
.joinsecW3 .swiper {overflow: visible;}
.joinsecW3 .toptxW3 {margin-bottom: 45px;}
.joinsecW3 .rateSlider {display: inline-block;}
.joinsecW3 .rateSlider .rateStop {box-sizing: border-box; box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1); margin-bottom: 10px; padding: 40px 0; border-radius: 15px; background: #79adff;}
.joinsecW3 .rateSlider .rateStop > span {display: block; font-size: 24px; color: #fff; font-weight: 700; line-height: 1; margin-bottom: 20px; }
.joinsecW3 .rateSlider .rateStop .imgWrap {margin-bottom: 30px;}
.joinsecW3 .rateSlider .rateStop .btmt {display: flex; align-items: center; text-align: center; justify-content: center; border-radius: 15px;}
.joinsecW3 .rateSlider .rateStop .btmt > span {font-size: 22px; color: #fff; font-weight: 700;}
.joinsecW3 .rateSlider .rateStop .btmt > span > small {font-size: 18px; font-weight: 400;}
.joinsecW3 .rateSlider .rateStop .btmt > span:nth-child(1) {text-decoration: line-through; font-size: 20px; color: #FFFFFF; font-weight: 500;}
.joinsecW3 .rateSlider .rateStop .btmt > img {margin: 0 10px;}
.joinsecW3 .rateSlider .ratebottom {height: 750px; box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1); background: #79adff; padding: 40px 21px; box-sizing: border-box; border-radius: 15px; text-align: left;}
.joinsecW3 .rateSlider .ratebottom li > p {font-size: 16px; line-height: 19px; color: #fff; font-weight: 400; letter-spacing: -1px;}
.joinsecW3 .rateSlider .ratebottom li + li {margin-top: 18px;}
.joinsecW3 .rateSlider .ratebottom li > p > span {font-weight: 300;}
.joinsecW3 .rateSlider2 {z-index: -1;}
.joinsecW3 .rateSlider2 .rateStop {position: relative; background: #438bff;}
.joinsecW3 .rateSlider2 .rateStop::before {content: 'HOT'; border-radius: 6px; color: #fff; font-weight: 700; width: 81px; line-height: 30px; height: 30px; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); text-align: center; background: #1C6EFF; font-size: 20px;}
.joinsecW3 .rateSlider2 .ratebottom {background: #438bff;}
.joinsecW3 .rateSlider3 {z-index: -2;}
.joinsecW3 .rateSlider3 .rateStop {background: #246dff;}
.joinsecW3 .rateSlider3 .ratebottom {background: #246dff;}
.joinsecW3 .arrowR {position: absolute; top: 150px; right: 0; z-index: 2; display: none;}

/*---- 2022 10 25 수정 --- */
.joinsecW3 .arrowL {position: absolute; top: 150px; left: 0; z-index: 2; display: none ; transform: rotate(180deg);}
.joinsecW3 .arrowL.swiper-button-disabled {opacity: 0; visibility: hidden;}
.joinsecW3 .arrowR.swiper-button-disabled {opacity: 0; visibility: hidden;}
/*---- 2022 10 25 수정 --- */

.joinsecW3 .arrowR img {width: 50px;}
.joinsecW3 .arrowL img {width: 50px;}

@media screen and (max-width: 1024px) {
    .joinsecW3 .swiper {overflow: hidden;}
    .joinsecW3 .arrowR {display: block;}
    .joinsecW3 .arrowL {display: block;}
    .joinsecW3 .rateSlider .rateStop {padding: 25px 0;}
    .joinsecW3 .rateSlider .rateStop > span {font-size: 22px; margin-bottom: 15px;}
    .joinsecW3 .rateSlider .rateStop .imgWrap {margin-bottom: 20px;}
    .joinsecW3 .rateSlider .rateStop .imgWrap img {width: 100px;}
    .joinsecW3 .rateSlider .rateStop .btmt > span {font-size: 20px;}
    .joinsecW3 .rateSlider .ratebottom li + li {margin-top: 15px;}
    .joinsecW3 .rateSlider .rateStop .btmt > span:nth-child(1) {font-size: 18px;}
}

@media screen and (max-width: 768px) {
    /*---- 2022 10 25 수정 --- */
    .joinsecW3 .rateW {padding: 20px 0 10px 0;}
    /*---- 2022 10 25 수정 --- */

    .joinsecW3 .rateSlider .rateStop .imgWrap img {width: 78px;}
    .joinsecW3 .toptxW3 {margin-bottom: 24px;}
    .joinsecW3 .arrowR img {width: 35px;}
    .joinsecW3 .arrowL img {width: 35px;}
    .joinsecW3 .rateSlider .rateStop {padding: 16px 0; box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);}
    .joinsecW3 .rateSlider .ratebottom {height: auto; min-height: 700px; padding: 26px 10px; box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);}
    .joinsecW3 .rateSlider .rateStop > span {font-size: 18px;}
    .joinsecW3 .rateSlider .rateStop .btmt > img {display: none;}
    .joinsecW3 .rateSlider .rateStop .btmt {display: block;}
    .joinsecW3 .rateSlider .rateStop .btmt > span:nth-child(1) {display: block; font-size: 14px; line-height: 16px; margin-bottom: 5px;}
    .joinsecW3 .rateSlider .rateStop .btmt > span {font-size: 15px;}

    /*---- 2022 10 25 수정 --- */
    .joinsecW3 .rateSlider .ratebottom li > p {font-size: 13px;}
    /*---- 2022 10 25 수정 --- */
}

@media screen and (max-width: 500px) {
    .joinsecW3 .rateSlider .ratebottom {padding: 26px 6px;}
}


/* membershipM end */
/* -----------sub01 end------------------ */

/* footer start*/
.footer {padding: 50px 0; box-sizing: border-box;}
.footer .footerlogo {display: block; margin-bottom: 40px;}
.footer .footoptx {margin-bottom: 40px;}
.footer .footoptx > li {font-size: 16px; color: #5C5C5C; line-height: 19px; font-weight: 300;}
.footer .footoptx > li:first-child {font-size: 20px; color: #333333; font-weight: 600; margin-bottom: 4px;}
.footer .foomiddletx {margin-bottom: 16px;}
.footer .foomiddletx > li {font-size: 16px; color: #5C5C5C; line-height: 19px; font-weight: 300;}
.footer .foobtm {font-size: 0;}
.footer .foobtm > li {display: inline-block;}
.footer .foobtm > li + li {margin-left: 30px;}
.footer .foobtm > li > a {display: block; font-size: 18px; color: #333333; font-weight: 600; line-height: 1;}
@media screen and (max-width: 1024px) {
    .footer {padding: 50px 0;}
    .footer .footerlogo {margin-bottom: 25px;}
    .footer .footerlogo img {width: 125px;}
    .footer .footoptx > li:first-child {font-size: 18px;}
    .footer .footoptx > li {font-size: 14px;}
    .footer .footoptx {margin-bottom: 25px;}
    .footer .foomiddletx {margin-bottom: 35px;}
    .footer .foomiddletx > li {font-size: 14px; line-height: 1;}
    .footer .foomiddletx > li + li {margin-top: 5px;}
    .footer .foobtm > li > a {font-size: 17px;}
    .footer .foobtm > li + li {margin-left: 20px;}
}

@media screen and (max-width: 768px) {
    .footer {padding: 43px 0;}
    .footer .foobtm > li > a {font-size: 13px;}
    .footer .foobtm > li + li {margin-left: 12px;}
    .footer .footoptx > li {font-size: 12px; line-height: 14px;}
    .footer .foomiddletx > li {font-size: 12px;}
}
/* footer end */


/* 팝업 start*/
.popW {opacity: 0; visibility: hidden; transition: all 0.4s; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; width: 100%; height: 100vh;}
.popW.pop1 {opacity: 1; visibility: visible;}
.popW.pop2 {opacity: 1; visibility: visible;}
.popW .color1 {color: #1C6EFF !important;}
.popW .blackbg {position: fixed; width: 100%; height: 100vh; top: 0; left: 0; right: 0; right: 0; background: rgba(0, 0, 0, 0.5);}
.popW h2.h2tit {font-size: 30px; font-weight: 700; letter-spacing: -1px; line-height: 35px; margin-bottom: 6px; color: #333333;}
.popW p.titP {font-size: 17px; letter-spacing: -1px; color: #333333; line-height: 27px; font-weight: 500;}
.popW span.titP {font-size: 15px; letter-spacing: -1px; color: #333333; line-height: 23px; font-weight: 430;}
.popW .popzone {position: absolute;  text-align: center; width: 600px; box-sizing: border-box; padding: 35px 35px 35px; background: #fff; z-index: 20; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.popW .popzone1 {display: none;}
.popW.pop1 .popzone1 {display: block;}
.popW .popzone1 .imgwrap img {width: 250px; margin-bottom: 27px;}
.popW .popzone1 .topoptx {margin-bottom: 43px;}
.popW .popzone1 .topoptx p {font-size: 30px; font-weight: 700; line-height: 35px; color: #333333;}
.popW .popzone1 .topoptx span {display: block; font-weight: 400; font-size: 22px; line-height: 26px;}
.popW .popzone1 .btmpoptx p {font-size: 22px; font-weight: 700; line-height: 26px; margin-bottom: 10px;}
.popW .popzone1 .btmpoptx span {font-size: 18px; font-weight: 700; line-height: 1; color: #898989;}

.popW .popzone2 {display: none;}
.popW.pop2 .popzone2 {display: block;}
.popW .popzone2 .topoptx2{padding-bottom: 24px; border-bottom: 1px solid #9B9B9B; margin-bottom: 24px;}
.popW .popzone2 .pop2form {text-align: left; box-sizing: border-box; margin-bottom: 30px;}
.popW .popzone2 .pop2form p + p {margin-top: 9px;}
.popW .popzone2 .pop2form label {font-size: 18px; color: #000000; display: block; font-weight: 700; margin-bottom: 2px; line-height: 27px;}
.popW .popzone2 .pop2form input {box-sizing: border-box; width: 389px; height: 35px; padding-left: 10px; border: 1px solid #ccc;}
.popW .popzone2 .pop2form input::placeholder {font-size: 16px; color: #aaaaaa; font-weight: 500;}
.popW .popzone2 .popbtn1 {display: inline-block; vertical-align: middle; cursor: pointer; text-align: center; font-size: 16px; font-weight: 500; color: #fff; width: 137px; height: 35px; line-height: 35px; background: #0056B2; border: 0;}

.closebtn {position: absolute; z-index: 20; top: 10px; right: 10px; font-size: 0;}
.settedSubDomain {font-size: 18px; color: #ff67ff; font-weight: 500;}

@media screen and (max-width: 1024px) {
    .closebtn {top: 30px; right: 30px;}
    .popW .popzone {padding: 30px;}
    .popW .popzone1 .topoptx {margin-bottom: 32px;}
    .popW .popzone1 .topoptx p {font-size: 27px;}
    .popW .popzone1 .topoptx span {font-size: 20px;}
    .popW .popzone1 .btmpoptx p {font-size: 20px;}
    .popW .popzone1 .btmpoptx span {font-size: 16px;}

}

@media screen and (max-width: 768px) {
    .closebtn {top: 24px; right: 10px;}
    .closebtn img {width: 14px;}
    .popW .popzone {width: 98%; padding: 24px 10px;}
    .popW .popzone1 .imgwrap img {width: 80%;}
    .popW .popzone1 .topoptx p {font-size: 18px; line-height: 20px;}
    .popW .popzone1 .topoptx span {font-size: 17px; line-height: 19px;}
    .popW .popzone1 .topoptx {margin-bottom: 19px;}
    .popW .popzone1 .btmpoptx p {font-size: 15px; line-height: 17px;}
    .popW .popzone1 .btmpoptx span {font-size: 14px;}
    .popW .popzone2 .pop2form input {width: 230px; height: 40px; }
    .popW .popzone2 .pop2form input::placeholder {font-size: 13px;}  /*  color: #aaaaaa; font-weight: 500; */
    .popW .popzone2 .pop2form p + p {margin-top: 17px;}
    .popW .popzone2 .popbtn1 {font-size: 15px; font-weight: 500; width: 108px; height: 40px; line-height: 40px; }
    .popW .popzone2 .pop2form label {font-size: 16px; font-weight: 700;  line-height: 13px;}
    .popW p.titP {font-size: 16px; letter-spacing: -1px; color: #333333; line-height: 21px; font-weight: 500;}
    .popW h2.h2tit {font-size: 28px;}
    .popW span.titP {font-size: 14px;}
    .settedSubDomain {font-size: 16px; }
    .popW span.titP {display: block; margin-top: 5px; line-height: 18px; margin-top: 5px;}
    .popW.pop2 .popzone2 {max-height:680px; height: 100%; overflow-y: auto;}
}
/* 팝업 end */
