@charset "utf-8";

/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@font-face { 
    font-family: 'SCDream'; 
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); 
    font-weight: 600;
}
@font-face { 
    font-family: 'SCDream'; 
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); 
    font-weight: 800; 
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.fa{font: normal normal normal 14px / 1 FontAwesome !important;}
a,a:hover,a:focus {text-decoration: none;}
ul{list-style: none;}
button{background-color: transparent; cursor: pointer;border: none;outline: none;}
img{max-width: 100%;border:0; display:block;}
h1, h2, h3, h4, h5, h6{padding:0;margin:0;font-family: var(--font-Pretendard);font-size: inherit;}
p{padding:0;margin:0;word-break: keep-all;}
input{border: none;box-shadow: none;}
input:focus{outline: none;}
#theme-controller .fixed-top{z-index: 999999;}
.modal{z-index: 999999;}
.nt-container{max-width: unset !important;width: 100%;}
#nt_sidebar_move{display: none;}
.blind {width: 1px;height: 1px;overflow: hidden;position: absolute;top: 50%;left: 50%;display: block;text-indent: -9999em;font-size: 0px;line-height: 0;z-index: -1;}
.line-br {display: block;}
.btn:focus {outline: none;box-shadow: none !important;}

:root {
    --font-Pretendard: "Pretendard Variable", sans-serif;
    --font-Ubuntu:  "Ubuntu", serif;
    --font-SCoreDream : "SCDream";
    --font-GmarketSans : "GmarketSans";
    --color-main: #4D9CE0;
    --color1: #007FCF;
}


html, body {font-size: 20px;font-family: var(--font-Pretendard);letter-spacing: -0.038rem;line-height: 1.5;word-break: keep-all;word-wrap: break-word;color:#000;touch-action: auto;overscroll-behavior: auto;text-size-adjust:100%;overflow-x: hidden;} 
@media all and (max-width: 1024px) { 
    html, body { font-size: 18px; } 
} 
@media all and (max-width: 768px) { 
    html, body {  font-size: 16px;  } 
} 


/* scroll Bar */
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb { background-color: var(--color-main); }
body::-webkit-scrollbar-track { background-color: #f9f9f9; }


/* 공통 css 시작*/
.cinner {max-width: 1400px;margin: 0 auto;position: relative;}

@media all and (max-width: 1499px ){
    .cinner {max-width: 100%;margin: 0 50px;}
}
@media all and (max-width: 1024px ){
    
}
@media all and (max-width: 768px){
    .cinner {margin: 0 30px;}
}
/* 공통 css 끝 */


/* header 시작 */
#header {width: 100%;height: 100px;position: fixed;top: 0;left: 0;z-index: 999;transition: .35s;}
#header.scrolled {background: rgba(0,0,0,.8);}
#header.hide {display: none;}
.header__nav {height: 100%;}
.header__nav .nav {display: block;height: 100%;}
.header__nav .cinner {display: flex;justify-content: space-between;align-items: center;max-width: 1400px;height: 100%;margin: 0 auto;}
.header__nav .header__logo a {display: flex;width: 240px;}
.header__nav .header__logo a img {max-width: 100%;}
#main-nav {display: none;}
.header__nav .nav__btn a {display: flex;align-items: center;width: 30px;height: 22px;position: relative;}
.header__nav .nav__btn a::before,
.header__nav .nav__btn a::after {content: '';display: block;width: 100%;height: 3px;background: #fff;position: absolute;left: 0;right: 0;margin: auto;}
.header__nav .nav__btn a::before {top: 0;}
.header__nav .nav__btn a::after {bottom: 0;}
.header__nav .nav__btn a span{display: block;width: 100%;height: 3px;background: #fff;}
.nav-bg {width: 100%; height: 0;background: #fff;position: absolute;top: 110px;left: 0;opacity: 0;transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;z-index: 98; /* 메뉴보다 한 단계 아래 */}

#header.active {background: #fff;}
#header.active .main-nav__depth1 .mn-a1 {color: #000;}
#header.active .main-nav__depth1 .mn-li1:hover .mn-a1 {color: var(--color-main);}

@media all and (max-width: 1499px ){
    .header__nav .cinner {max-width: 100%;margin: 0 50px;}
}
@media all and (max-width: 1399px){
    .main-nav__depth1 .mn-li1 {width: 160px;}
}
@media all and (max-width: 1199px){
    .header__nav .cinner {max-width: 100%;margin: 0 30px;}
    #main-nav,
    .header__gnb {display: none;}
    .header__nav .nav__btn {display: block;}
    #header {height: 80px;}
    .header__nav .header__logo a img {max-width: 85%;}
}
/* header 끝 */


/* tail 시작 */
#footer {padding: 50px 0;background: #2A2D30;color: #fff;}
.footer__inner {display: flex;flex-direction: column;max-width: 1400px;margin: 0 auto;}
.footer__logo {width: 240px;}
.footer__cont {display: flex;justify-content: space-between; align-items: center;}
.footer__info {font-size: 16px;}
.footer__info > p {font-size: 12px;margin-bottom: 10px;font-weight: 600;text-align: right;}
.footer__info .info,
.footer__info .call {display: flex;justify-content: flex-end;margin-bottom: 10px;font-size: 12px;font-weight: 500;}
.footer__info .info li:not(:last-child),
.footer__info .call li:not(:last-child) {position: relative;padding-right: 10px;margin-right: 10px;}
.footer__info .info li:not(:last-child)::after,
.footer__info .call li:not(:last-child)::after{content: '';display: block;width: 1px;height: 10px;background: #fff;position: absolute;top: 6px;right: 0;/* bottom: 0; */margin: auto;}
.footer__info .info li address {margin-bottom: 0;font-style: normal;}
.footer__links {display: flex;justify-content: space-between;align-items: center;margin-top: 10px;padding: 20px 0;border-top: 1px solid #fff;box-sizing: border-box;}
.footer__links .copy p {font-size: 14px;}
.footer__links .links {display: flex;}
.footer__links .links li:not(:last-child) {margin-right: 4px;}
.footer__links .links li a {color: #fff;font-size: 14px;}
.footer__links .links li a.privacy {font-weight: 700;}
.footer__links .links li:not(:last-child)::after {content: '·';padding-left: 4px;}
.footer__links .links li > a:hover,
.footer__links .links li > a:focus {text-decoration: underline;text-underline-offset: 4px;}

@media all and (max-width: 1499px){
    .footer__inner {max-width: 100%;margin: 0 50px;}
}
@media all and (max-width: 1024px){
    #footer {padding: 30px 0;}
    .footer__inner {max-width: 100%;margin: 0 30px;}
    .footer__cont {flex-direction: column;align-items: flex-start;}
    .footer__logo {margin-bottom: 20px;}
    .footer__items {width: 100%;}
    .footer__info > p {margin-bottom: 5px;text-align: left;}
    .footer__info .info, 
    .footer__info .call {justify-content: flex-start;margin-bottom: 5px;}
}
@media all and (max-width: 768px){
    .footer__cont {align-items: center;}
    .footer__info {font-size: 14px;}
    .footer__info > p {text-align: center;}
    .footer__info .info, 
    .footer__info .call {justify-content: center;}
    .footer__info .info li:not(:last-child)::after, 
    .footer__info .call li:not(:last-child)::after {top: 5px;}
    .footer__links {flex-direction: column;}
    .footer__links .copy {margin-bottom: 10px;text-align: center;}
    .footer__links .links {justify-content: center;}
}
@media all and (max-width: 640px){
    .footer__inner {margin: 0 15px;}
    .footer__info .info, 
    .footer__info .call {flex-wrap: wrap;}
    .footer__info .info li {text-align: center;}
}
@media all and (max-width: 480px){
    .footer__info .info li:first-child::after {display: none;}
}

#top_btn {display: none;position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background: rgba(255,255,255,0.8);}
#top_btn:hover {border-color:var(--color-main);background:var(--color-main);color:#fff}
/* tail 끝 */


/* 메인 공통css 시작 */
#main .mtit {font-size: 2.50em;font-weight: 700;}
#main .mtxt > span {font-weight: 500;}
#main .row-wrap {display: flex;align-items: baseline;gap: 0 30px;}

@media all and (max-width: 768px){
    #main > section:not(:last-child) {margin-bottom: 80px;}
}
@media (max-width: 640px){
    #main .mtit {font-size: 2.25em;}
    #main .row-wrap {flex-direction: column;align-items: center;}
    #main .row-wrap  .mtit {margin-bottom: 5px;}
    #main .row-wrap  .mtxt {text-align: center;}
}
/* 메인 공통css 끝 */


/* 메인 배너 시작 */
#main .mvis {height: 100vh;margin-bottom: 115px;position: relative;}
#main .mvis .main-visual {height: 100%;position: relative;}
#main .mvis .main-visual .mvis-img-wrap {height: 100%;}
#main .mvis .main-visual .mvis-img-wrap .mvis-img {height: 100%;}
#main .mvis .main-visual .mvis-img-wrap .mvis-img .cinner {display: flex;flex-direction: column;justify-content: center;position: absolute;height: 100%;left: 0;right: 0;bottom: 0;}
#main .mvis .main-visual .mvis-img-wrap .mvis-img a {width: 100%;height: 100%;display: block;background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;pointer-events: none;}
#main .mvis .main-visual .mvis-txt-wrap > * {color: #fff;}
#main .mvis .main-visual .mvis-txt-wrap .tit > span:nth-child(1) {margin-bottom: 16px;font-size: 2.50em;font-weight: 800;}
#main .mvis .main-visual .mvis-txt-wrap .tit > span:nth-child(2) {font-family: var(--font-Ubuntu);font-size: 3.0em;font-weight: 700;}
#main .mvis .main-visual .mvis-txt-wrap .btxt {margin-top: 25px;font-size: 2.0em;font-weight: 600;line-height: 1.3em;}
#main .mvis .main-visual .mvis-txt-wrap .stxt {margin-top: 10px;font-size: 18px;font-weight: 500;}
#main .mvis .pager {position: absolute;bottom: 20%;width: 100%;pointer-events: auto;}
#main .mvis .pager .cinner {display: block;height: auto;}
#main .mvis .pager .carousel-indicators {position: unset;margin: 0;justify-content: flex-start;}
#main .mvis .pager .carousel-indicators > li.active {background-color: var(--color-main);}
#main .mvis .carousel-control-prev,
#main .mvis .carousel-control-next{display: none;}
#main .mvis .scroll-box {width: 50px;aspect-ratio: 1 / 1;position: absolute;left: 0;right: 0;bottom: 30px;margin: auto;animation: bounce 2.5s ease-in-out infinite;}
#main .mvis .scroll-box .ico {display: block;width: 100%;height: 100%;border: 1px solid #fff;border-radius: 50%;box-sizing: border-box;position: relative;}
#main .mvis .scroll-box .ico::after {content: '';display: block;width: 40%;aspect-ratio: 1 / 1;border-top: 1px solid #fff;border-right: 1px solid #fff;transform: rotate(135deg);position: absolute;top: -6px;left: 0;right: 0;bottom: 0;margin: auto;}
@keyframes bounce {
  0% { transform: translateY(6px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(6px); }
}

@media all and (max-width: 768px){
    #main .mvis {height: 700px;}
    #main .mvis .main-visual .mvis-txt-wrap {text-align: center;}
    #main .mvis .pager {bottom: 12%;}
    #main .mvis .pager .carousel-indicators {justify-content: center;}
    #main .mvis .scroll-box {width: 40px;bottom: 20px;}
}
@media all and (max-width: 640px){
    #main .mvis {height: 600px;margin-bottom: 0 !important;}
    #main .mvis .main-visual .mvis-txt-wrap {margin-bottom: 0px;}
    #main .mvis .main-visual .mvis-txt-wrap .tit > span:nth-child(1) {font-size: 2.13em;margin-bottom: 10px;font-size: 2.0em;text-align: center;}
    #main .mvis .main-visual .mvis-txt-wrap .tit > span:nth-child(2) {font-size: 2.50em;}
    #main .mvis .main-visual .mvis-txt-wrap .btxt {margin-top: 20px;}
    #main .mvis .main-visual .mvis-txt-wrap .stxt > .line-br {display: inline;}
    #main .mvis .scroll-box {width: 36px;}
}
@media all and (max-width: 480px){
    #main .mvis .main-visual .mvis-txt-wrap .tit > span:nth-child(1) {font-size: 2.0em;}
    #main .mvis .main-visual .mvis-txt-wrap .tit > span:nth-child(2) {font-size: 2.0em;}
}
/* 메인 배너 끝 */

/* 메인 msec01 - Why, Pacific? 시작 */
#main .msec01 {margin-bottom: 126px;position: relative;}
#main .msec01::after {content: '';display: block;width: 368px;background: url(../img/img_msec01_bg.png) center center/cover no-repeat;aspect-ratio: 1 / 1;position: absolute;top: 100px;right: 6.5%;z-index: 0;}
#main .msec01 .cinner {z-index: 1;}
#main .msec01 .mtit-cont {margin-bottom: 64px;}
#main .msec01 .mtit-cont .tit {margin-bottom: 20px;text-align: center;}
#main .msec01 .mtit-cont .tit > span:nth-child(1) {font-size: 3.50em;font-weight: 700;}
#main .msec01 .mtit-cont .tit > span:nth-child(2) {font-family: var(--font-SCoreDream);font-size: 4.0em;font-weight: 800;position: relative;top: 9px;}
#main .msec01 .mtit-cont .tit > span:nth-child(3) {font-size: 3.0em;font-weight: 700;position: relative;top: 12px;}
#main .msec01 .mtit-cont .mtxt {color: #666;text-align: center;}
#main .msec01 .mintro ul {display: flex;justify-content: space-between;margin: 0 -5px;}
#main .msec01 .mintro ul > li {display: flex;flex-direction: column;justify-content: space-between;width: calc(20% - 10px);margin: 0 5px;padding: 24px 30px 30px;box-sizing: border-box;border-radius: 10px;background: #F9F9F9;aspect-ratio: 1 / 1;position: relative;}
#main .msec01 .mintro ul > li::after {content: '';display: block;width: 60px;height: 68px;position: absolute;top: 30px;right: 32px;}
#main .msec01 .mintro ul > li:nth-child(1)::after {background: url(../img/img_msec01_ico01.png) center center / cover no-repeat;}
#main .msec01 .mintro ul > li:nth-child(2)::after {background: url(../img/img_msec01_ico02.png) center center / cover no-repeat;}
#main .msec01 .mintro ul > li:nth-child(3)::after {background: url(../img/img_msec01_ico03.png) center center / cover no-repeat;}
#main .msec01 .mintro ul > li:nth-child(4)::after {background: url(../img/img_msec01_ico04.png) center center / cover no-repeat;}
#main .msec01 .mintro ul > li:nth-child(5)::after {background: url(../img/img_msec01_ico05.png) center center / cover no-repeat;}
#main .msec01 .mintro ul > li > .num {color: #DDD;font-size: 1.50em;font-weight: 900;}
#main .msec01 .mintro ul > li > .tit b {font-weight: 700;}

@media all and (max-width: 1399px){
    #main .msec01::after {width: 320px;right: 20px;}
}
@media all and (max-width: 1199px){
    #main .msec01::after {width: 260px;top: auto;bottom: 0;}
    #main .msec01 .mintro ul {flex-wrap: wrap;justify-content: center;gap: 10px 0;}
    #main .msec01 .mintro ul > li {width: calc(33.333% - 10px);aspect-ratio: auto;}
    #main .msec01 .mintro ul > li > .num {margin-bottom: 60px;}
}
@media all and (max-width: 768px){
    #main .msec01 .mtit-cont {margin-bottom: 30px;}
    #main .msec01 .mintro ul > li  {padding: 20px;}
    #main .msec01 .mintro ul > li::after {width: 50px;height: 55px;top: 20px;right: 20px;}
    #main .msec01 .mintro ul > li > .tit {font-size: 18px;}
}
@media all and (max-width: 640px){
    #main .msec01 {display: none;}
    #main .msec01#main .msec01::after {width: 230px;}
    #main .msec01 .mtit-cont .tit > span:nth-child(1) {font-size: 3.0em;}
    #main .msec01 .mtit-cont .tit > span:nth-child(3) {font-size: 2.75em;}
    #main .msec01 .mintro ul {max-width: 430px;margin: 0 auto;}
    #main .msec01 .mintro ul > li {width: calc(50% - 10px);}
}
@media all and (max-width: 480px){
    #main .msec01::after {width: 160px;bottom: auto;top: 70px;}
    #main .msec01 .mintro ul {max-width: 100%;}
    #main .msec01 .mintro ul > li {width: 100%;margin: 0;padding: 30px;}
    #main .msec01 .mintro ul > li::after {top: 30px;right: 30px;}
    #main .msec01 .mintro ul > li > .num {margin-bottom: 40px;}
}
/* 메인 msec01 - Why, Pacific? 끝 */

/* 메인 msec02 - Our Training 시작 */
#main .msec02 {margin-bottom: 90px;padding-top: 150px;position: relative;}
#main .msec02::before {content: '';display: block;width: 100%;max-height: 400px;height: 73%;background: url(../img/img_msec02_bg.png) center center/cover no-repeat;position: absolute;top: 0;left: 0;right: 0;z-index: 0;}
#main .msec02 .cinner {z-index: 1;}
#main .msec02 .mtit-cont {margin-bottom: 40px;color: #fff;}
#main .msec02 .mtraining ul {display: flex;gap: 0 66px;}
#main .msec02 .mtraining ul > li {width: 25%;aspect-ratio: 1 / 1;border-radius: 30px;overflow: hidden;transition: .35s;}
#main .msec02 .mtraining ul > li:has(a:hover) {border-radius: 0;}
#main .msec02 .mtraining ul > li:nth-child(1) {background: #4D9CE0;}
#main .msec02 .mtraining ul > li:nth-child(2) {background: #FDC325;}
#main .msec02 .mtraining ul > li:nth-child(3) {background: #F5649A;}
#main .msec02 .mtraining ul > li:nth-child(4) {background: #A5D23B;}
#main .msec02 .mtraining ul > li > a {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;height: 100%;position: relative;}
#main .msec02 .mtraining ul > li > a .txt {padding-right: 17px;color: #fff;font-size: 16px;font-weight: 500;position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%);}
#main .msec02 .mtraining ul > li > a .txt::after {content: '';display: block;width: 10px;height: 10px;border-top: 2px solid #fff;border-left: 2px solid #fff;transform: rotate(135deg);position: absolute;top: 0;bottom: 0;right: 0;margin: auto;transition: .35s;}
#main .msec02 .mtraining ul > li > a:hover .txt::after {right: -10px;}

@media all and (max-width: 1399px){
    #main .msec02 .mtraining ul {gap: 0 30px;}
}
@media all and (max-width: 1199px){
    #main .msec02 {padding-top: 100px;}
}
@media all and (max-width: 1024px){
    #main .msec02 {padding-top: 80px;}
    #main .msec02 .mtraining ul {flex-wrap: wrap;gap: 20px;}
    #main .msec02 .mtraining ul > li {width: calc(50% - 10px);padding: 30px 0;border-radius: 20px;aspect-ratio: auto;}
    #main .msec02 .mtraining ul > li > a {gap: 30px 0;}
    #main .msec02 .mtraining ul > li > a .txt {position: relative;bottom: auto;left: auto;transform: translateX(0);}
}
@media all and (max-width: 640px){
    #main .msec02 .mtraining ul {flex-wrap: wrap;gap: 10px;}
    #main .msec02 .mtraining ul > li {width: calc(50% - 5px);border-radius: 10px;}
    #main .msec02 .mtraining ul > li > a img {max-width: 80%;}
}
/* 메인 msec02 - Our Training 끝 */

/* 메인 msec03 - OverView 시작 */
#main .msec03 {margin-bottom: 158px;}
#main .msec03 .mtit-cont {margin-bottom: 38px;}
#main .msec03 .moverview ul {display: flex;gap: 0 66px;}
#main .msec03 .moverview ul > li .img-cont {margin-bottom: 16px;transition: .35s;}
#main .msec03 .moverview ul > li .img-tit {font-size: 1.10em;font-weight: 600;text-align: center;transition: .35s;}
#main .msec03 .moverview ul > li a:hover .img-cont {transform: scale(1.1);}
#main .msec03 .moverview ul > li a:hover .img-tit {color: var(--color-main);}

@media all and (max-width: 1399px){
    #main .msec03 .moverview ul {gap: 0 30px;}
}
@media all and (max-width: 1024px){
    #main .msec03 .moverview ul {gap: 0 10px;}
}
@media all and (max-width: 768px){
    #main .msec03 .moverview ul {flex-wrap: wrap;gap: 20px;}
    #main .msec03 .moverview ul> li {width: calc(50% - 10px);}
    #main .msec03 .moverview ul > li .img-cont {margin-bottom: 0;}
}
/* 메인 msec03 - OverView 끝 */

/* 메인 msec04 - PARTNERSHIP 시작 */
#main .msec04 {margin-bottom: 36px;}
#main .msec04 .mtit-cont {margin-bottom: 70px;}
#main .msec04 .mtit {text-align: center;}
#main .msec04 .mpartnership .flow_banner {overflow: hidden;display: flex;gap: 0 100px;}
#main .msec04 .mpartnership .flow_banner .list {flex: 1 0 auto;display: flex;align-items: center;gap: 0 100px;}
@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media all and (max-width: 1024px){
    #main .msec04 .mtit-cont {margin-bottom: 40px;}
    #main .msec04 .mpartnership .flow_banner,
    #main .msec04 .mpartnership .flow_banner .list {gap: 0 60px;}
}
@media all and (max-width: 768px){
    #main .msec04 .mtit-cont {margin-bottom: 30px;}
}
/* 메인 msec04 - PARTNERSHIP 끝 */

/* 메인 msec05 - 가맹문의 시작 */
#main .msec05 {padding: 145px 0 136px;overflow: hidden;transition: transform 0.6s ease-in-out;position: relative;}
#main .msec05::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../img/img_msec05_bg.png) center center / cover no-repeat;transition: transform 0.6s ease-in-out;}
#main .msec05:has(.btn-more:hover)::before {transform: scale(1.1);}
#main .msec05 .cinner {display: flex;justify-content: space-between;align-items: center;}
#main .msec05 .mtit-cont {color: #fff;}
#main .msec05 .mtit-cont .mtxt {margin-bottom: 20px;}
#main .msec05 .btn-more {padding: 15px 32px;border: 1px solid #2A2D30;box-sizing: border-box;border-radius: 30px;background: #2A2D30;color: #fff;font-weight: 500;transition: .35s;}
#main .msec05 .btn-more > span {padding-right: 30px;position: relative;}
#main .msec05 .btn-more > span::before,
#main .msec05 .btn-more > span::after {content: '';display: block;width: 9px;height: 2px;background: #fff;position: absolute;top: 0;bottom: 0;right: 0;margin: auto;}
#main .msec05 .btn-more > span::after {transform: rotate(90deg);}
#main .msec05 .btn-more:hover,
#main .msec05 .btn-more:focus {background: #fff;color: #2A2D30;}
#main .msec05 .btn-more:hover > span::before,
#main .msec05 .btn-more:hover > span::after,
#main .msec05 .btn-more:focus > span::before,
#main .msec05 .btn-more:focus > span::after{background: #2A2D30;}

@media all and (max-width: 1199px){
    #main .msec05 {padding: 105px 0 96px;}
}
@media all and (max-width: 1024px){
    #main .msec05 .btn-more {padding: 15px 22px;}
}
@media all and (max-width: 768px){
    #main .msec05 {padding: 65px 0;}
    #main .msec05 .cinner {flex-direction: column;gap: 40px 0;}
    #main .msec05 .mtit-cont {text-align: center;}
    #main .msec05 .mtit-cont .mtxt {margin-bottom: 10px;font-size: 18px;}
    #main .msec05 .btn-more {padding: 12px 22px;}
}
/* 메인 msec05 - 가맹문의 끝 */


/* 서브페이지 공통 css 시작 */
.sub-page {margin: 140px 0;}
.sub-page .page-tit {margin-bottom: 100px;}
.sub-page .page-tit .tit {font-size: 2.50em;font-weight: 600;text-align: center;line-height: 1.2;}
.sub-page [class*=cont-box]:not(:last-child) {margin-bottom: 140px;}

@media all and (max-width: 1199px){
    .sub-page {margin-top: 100px;}
}
@media all and (max-width: 1024px){
    .sub-page .page-tit {margin-bottom: 80px;}
    .sub-page [class*=cont-box]:not(:last-child) {margin-bottom: 80px;}
}
@media all and (max-width: 768px){
    .sub-page {margin-top: 80px;}
}
@media all and (max-width: 640px){
    .sub-page .page-tit .tit {font-size: 2.25em;}
}
/* 서브페이지 공통 css 끝 */


/* WHY, PACIFIC? > 교육이념 시작 */
#ideology .cont-box1 {background: url(../img/sub/img_ideology_01.png) center center / cover no-repeat;position: relative;}
#ideology .cont-box1::before {content: '';display: block;width: 50%;height: 100%;background: rgba(33, 26, 26, 0.8);position: absolute;top: 0;bottom: 0;left: 0;margin: auto;}
#ideology .cont-box1 .txt-cont {width: 50%;padding: 157px 0;color: #fff;}
#ideology .cont-box1 .txt-cont .title {margin-bottom: 30px;padding-top: 50px;font-size: 2.50em;font-weight: 700;line-height: 1.2;position: relative;}
#ideology .cont-box1 .txt-cont .title::before {content: '“';font-family: var(--font-SCoreDream);font-size: 1.40em;font-weight: 700;position: absolute;top: 0;left: 0;}
#ideology .cont-box1 .txt-cont .txt1 {font-size: .90em;}
#ideology .cont-box1 .txt-cont .txt2 {margin: 30px 0;font-size: 1.75em;font-weight: 600;}
#ideology .cont-box2 .img-cont {margin-bottom: 60px;}
#ideology .cont-box2 .txt-cont {display: flex;gap: 0 186px;padding: 0 90px;box-sizing: border-box;}
#ideology .cont-box2 .txt-cont .tit {width: 32%;font-size: 2.50em;font-weight: 600;line-height: 1.2;}
#ideology .cont-box2 .txt-cont .txt {color: #5A5A5A;font-size: .90em;line-height: 1.7;}
#ideology .cont-box3 {padding: 154px 0;background: url(../img/sub/img_ideology_03.png) center center / cover no-repeat;}
#ideology .cont-box3 .txt-cont {color: #fff;text-align: center;}
#ideology .cont-box3 .txt-cont .tit {display: inline-block;margin-bottom: 36px;padding: 5px 10px;background: #2CA4FF;font-size: 2.50em;font-weight: 600;line-height: 1.2;}
#ideology .cont-box3 .txt-cont .txt1 {margin-bottom: 26px;}
#ideology .cont-box3 .txt-cont .txt2 {font-size: 1.10em;font-weight: 700;}
#ideology .cont-box4 {display: flex;align-items: center;gap: 0 120px;padding-left: 118px;box-sizing: border-box;}
#ideology .cont-box4 .img-cont {max-width: 480px;width: 38%;}
#ideology .cont-box4 .txt-cont {width: 54%;}
#ideology .cont-box4 .txt-cont .tit {margin-bottom: 46px;font-size: 2.50em;font-weight: 600;line-height: 1.2;}
#ideology .cont-box4 .txt-cont .txt {color: #5A5A5A;font-size: .90em;}

@media all and (max-width: 1399px){
    #ideology .cont-box1::before {width: 60%;}
    #ideology .cont-box1 .txt-cont {width: 60%;padding: 126px 0;}
    #ideology .cont-box2 .txt-cont {gap: 0 76px;padding: 0 60px;}
    #ideology .cont-box4 {padding-left: 78px;}
}
@media all and (max-width: 1199px){
    #ideology .cont-box2 .txt-cont {gap: 0 50px;padding: 0 40px;}
    #ideology .cont-box2 .txt-cont .tit {width: 45%;}
    #ideology .cont-box2 .txt-cont .txt {width: 50%;}
    #ideology .cont-box2 .txt-cont .txt .line-br {display: inline;}
    #ideology .cont-box4 {gap: 0 70px;padding-left: 0;}
    #ideology .cont-box4 .txt-cont .txt .line-br {display: inline;}
}
@media all and (max-width: 1024px){
    #ideology .cont-box1::before {width: 85%;}
    #ideology .cont-box1 .txt-cont {width: 79%;padding: 126px 0;}
    #ideology .cont-box1 .txt-cont .txt1 {font-size: 1.0em;}
    #ideology .cont-box1 .txt-cont .txt1 .line-br {display: inline;}
    #ideology .cont-box2 .img-cont {margin-bottom: 40px;}
    #ideology .cont-box2 .txt-cont {flex-direction: column;gap: 30px 0;padding: 0 20px;}
    #ideology .cont-box2 .txt-cont .tit {width: 100%;}
    #ideology .cont-box2 .txt-cont .txt {width: 100%;}
    #ideology .cont-box2 .txt-cont .txt .line-br {display: block;}
    #ideology .cont-box3 {padding: 124px 0;}
    #ideology .cont-box3 .txt-cont .txt1 .line-br {display: inline;}
    #ideology .cont-box4 {flex-direction: column;align-items: flex-start;gap: 30px 0;}
    #ideology .cont-box4 .img-cont {width: 100%;}
    #ideology .cont-box4 .txt-cont {width: 100%;}
    #ideology .cont-box4 .txt-cont .txt {font-size: 1.0em;}
    #ideology .cont-box4 .txt-cont .txt .line-br {display: block;}
}
@media all and (max-width: 768px){
    #ideology .cont-box1 .txt-cont .txt2 {margin: 20px 0;}
    #ideology .cont-box2 .txt-cont .txt {font-size: 1.0em;}
    #ideology .cont-box4 {align-items: flex-start;}
    #ideology .cont-box4 .txt-cont .tit {margin-bottom: 30px;}
}
@media all and (max-width: 640px){
    #ideology .cont-box1::before {width: 100%;}
    #ideology .cont-box1 .txt-cont {width: 100%;padding: 90px 0;}
    #ideology .cont-box1 .txt-cont .title {font-size: 2.25em;}
    #ideology .cont-box2 .txt-cont {padding: 0;}
    #ideology .cont-box2 .txt-cont .tit {font-size: 2.25em;}
    #ideology .cont-box2 .txt-cont .txt .line-br {display: inline;}
    #ideology .cont-box3 {padding: 90px 0;}
    #ideology .cont-box3 .txt-cont .tit {font-size: 2.25em;}
    #ideology .cont-box4 .txt-cont .tit {font-size: 2.25em;}
    #ideology .cont-box4 .txt-cont .txt .line-br {display: inline;}
}
/* WHY, PACIFIC? > 교육이념 끝 */

/* WHY, PACIFIC? > 교육철학 시작 */
#philosophy .cont-box1 .title {margin-bottom: 100px;padding: 0 108px;box-sizing: border-box;}
#philosophy .cont-box1 .title p {font-family: var(--font-GmarketSans);font-size: 2.50em;font-weight: 500;text-align: center;line-height: 1.2;position: relative;}
#philosophy .cont-box1 .title p::before,
#philosophy .cont-box1 .title p::after {content: '';display: block;width: 97px;height: 75px;position: absolute;top: 0;}
#philosophy .cont-box1 .title p::before {background: url('../img/sub/img_quot-l.png') center center / cover no-repeat;left: 0;}
#philosophy .cont-box1 .title p::after {background: url('../img/sub/img_quot-r.png') center center / cover no-repeat;right: 0;}
#philosophy .cont-box1 .title p > span {font-weight: 700;}
#philosophy .cont-box1 .txt-cont {padding: 39px 0;background: #F5F5F5;text-align: center;}
#philosophy .cont-box1 .txt-cont .txt1 {margin-bottom: 10px;font-size: 1.70em;font-weight: 600;line-height: 1.2;}
#philosophy .cont-box1 .txt-cont .txt2 {color: #7A7A7A;}
#philosophy .cont-box2 .flex-wrap {position: relative;display: flex;gap: 34px;}
#philosophy .cont-box2 .pc-img {position: relative;max-width: 672px;width: 48%;}
#philosophy .cont-box2 .pc-img img {max-width: 100%;}
#philosophy .cont-box2 .txt-cont {display: flex;flex-direction: column;justify-content: space-between;gap: 10px 0;max-width: 664px;width: 48%;}
#philosophy .cont-box2 .txt-cont li {display: flex;align-items: center;width: 100%;}
#philosophy .cont-box2 .txt-cont li .ico {display: none;}
#philosophy .cont-box2 .txt-cont li .tit-box .tit {margin-bottom: 20px;font-size: 1.50em;font-weight: 600;}

@media all and (max-width: 1399px){
    #philosophy .cont-box1 .title {padding: 0;}
    #philosophy .cont-box1 .title p::before,
    #philosophy .cont-box1 .title p::after {width: 70px;height: 54px;}
}
@media all and (max-width: 1199px){
    #philosophy .cont-box2 .flex-wrap {gap: 20px;}
    #philosophy .cont-box2 .pc-img {width: 45%;}
    #philosophy .cont-box2 .txt-cont {width: 51%;}
    #philosophy .cont-box2 .txt-cont li .tit-box .tit {margin-bottom: 5px;font-size: 1.30em;}
    #philosophy .cont-box2 .txt-cont li .tit-box .txt {font-size: .90em;}
}
@media all and (max-width: 1024px){
    #philosophy .cont-box1 .title {margin-bottom: 60px;}
    #philosophy .cont-box1 .txt-cont .txt2 .line-br {display: inline;}
    #philosophy .cont-box2 .flex-wrap {gap: 0; display: block;}
    #philosophy .cont-box2 .pc-img {display: none;}
    #philosophy .cont-box2 .txt-cont {max-width: none;width: 100%;margin: 0 auto;gap: 40px;}
    #philosophy .cont-box2 .txt-cont li {gap: 40px;}
    #philosophy .cont-box2 .txt-cont li .ico{display: flex;justify-content: center;align-items: center;width:100px;height: auto;aspect-ratio: auto 1 / 1;border-radius: 50%;}
    #philosophy .cont-box2 .txt-cont li .ico img{width: 60%;}
    #philosophy .cont-box2 .txt-cont li:nth-child(1) .ico {background:#AACF52;}    
    #philosophy .cont-box2 .txt-cont li:nth-child(2) .ico {background:#F8B500;}    
    #philosophy .cont-box2 .txt-cont li:nth-child(3) .ico {background:#5BC2D9;}    
    #philosophy .cont-box2 .txt-cont li:nth-child(4) .ico {background:#E1447E;}   
    #philosophy .cont-box2 .txt-cont li .tit-box {width: calc(100% - 140px);}
}
@media all and (max-width: 768px){
    #philosophy .cont-box1 .title p::before, 
    #philosophy .cont-box1 .title p::after {width: 45px;height: 35px;}
    #philosophy .cont-box2 .txt-cont li .tit-box .txt {font-size: 16px;}
}
@media all and (max-width: 640px){
    #philosophy .cont-box1 .title p {font-size: 2.25em;}
    #philosophy .cont-box1 .title p > span {display: block;}
    #philosophy .cont-box2 .txt-cont li {flex-direction: column;gap: 20px 0;}    
    #philosophy .cont-box2 .txt-cont li .tit-box .tit {text-align: center;}
    #philosophy .cont-box2 .txt-cont li .tit-box .txt {text-align: center;}
    #philosophy .cont-box2 .txt-cont li .tit-box .txt .line-br {display: inline;}
}
@media all and (max-width: 480px){
    #philosophy .cont-box1 .title p::before, 
    #philosophy .cont-box1 .title p::after {display: none;}
    #philosophy .cont-box2 .txt-cont li .tit-box {width: 100%;}
}
/* WHY, PACIFIC? > 교육철학 끝 */

/* WHY, PACIFIC? > 교육자 5계명 시작 */
#educator .tit-cont {margin-bottom: 148px;text-align: center;}
#educator .tit-cont .txt1 {margin-bottom: 5px;color: #7A7A7A;font-size: 1.25em;font-weight: 500;}
#educator .tit-cont .tit {margin-bottom: 30px;font-family: var(--font-GmarketSans);font-size: 2.25em;font-weight: 700;}
#educator .tit-cont .txt2 {display: inline-block;max-width: 600px;width: 100%;padding: 8px 0;border-radius: 30px;background: #5BC2D9;color: #fff;font-size: 1.50em;font-weight: 800;}
#educator .pc-view .img-cont img {margin: 0 auto;}
#educator .mo-view {display: none;}

@media all and (max-width: 1024px){
    #educator .tit-cont {margin-bottom: 80px;}
    #educator .pc-view {display: none;}
    #educator .mo-view {display: block;max-width: 90%;margin: 0 auto;}
    #educator .mo-view ul > li {display: flex;align-items: center;gap: 0 50px;}
    #educator .mo-view ul > li:not(:last-child) {margin-bottom: 50px;}
    #educator .mo-view ul > li > .img-cont {display: flex;justify-content: center;align-items: center;width: 120px;height: auto;aspect-ratio: 1 / 1;border-radius: 50%;overflow: hidden;position: relative;z-index: 1;}
    #educator .mo-view ul > li:nth-child(1) > .img-cont {background: #5BC2D9;}
    #educator .mo-view ul > li:nth-child(2) > .img-cont {background: #F8B500;}
    #educator .mo-view ul > li:nth-child(3) > .img-cont {background: #AACF52;}
    #educator .mo-view ul > li:nth-child(4) > .img-cont {background: #2787D0;}
    #educator .mo-view ul > li:nth-child(5) > .img-cont {background: #E1447E;}
    #educator .mo-view ul > li > .img-cont::before {content: '';display: block;width: 84%;height: auto;aspect-ratio: 1 / 1;border-radius: 50%;background: #fff;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: -1;}
    #educator .mo-view ul > li > .img-cont > img {width: 55%;}
    #educator .mo-view ul > li > .img-txt {width: calc(100% - 170px);font-family: var(--font-GmarketSans);font-size: 1.10em;font-weight: 500;}
}
@media all and (max-width: 768px){    
    #educator .mo-view ul > li {gap: 0 30px;}
    #educator .mo-view ul > li > .img-txt {width: calc(100% - 150px);}
}
@media (max-width: 640px){
    #educator .tit-cont .txt2 {width: 90%;}
    #educator .mo-view ul > li {flex-direction: column;gap: 30px 0;}
    #educator .mo-view ul > li > .img-txt {width: 80%;text-align: center;}
}
@media all and (max-width: 480px){
    #educator .tit-cont .txt2 {width: 100%;font-size: 1.25em;}
    #educator .mo-view ul > li > .img-txt {width: 100%;}
}
/* WHY, PACIFIC? > 교육자 5계명 끝 */

/* WHY, PACIFIC? > 연혁 시작 */
#history .cont-box > ul {display: flex;align-items: stretch;flex-wrap: wrap;gap: 92px 0;margin: 0 -15px;}
#history .cont-box > ul > li {display: flex;flex-direction: column;width: calc(33.333% - 30px);margin: 0 15px;}
#history .cont-box > ul > li > .year {margin-bottom: 10px;color: var(--color1);font-size: 1.75em;font-weight: 700;}
#history .cont-box > ul > li > .cont-list {flex-grow: 1;padding: 24px 28px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom: 5px solid var(--color1);box-sizing: border-box;background: #F5F5F5;}
#history .cont-box > ul > li > .cont-list > li {padding-left: 12px;color: #333;font-size: .90em;position: relative;}
#history .cont-box > ul > li > .cont-list > li::before {content: '';display: block;width: 5px;height: 1px;background: #333;position: absolute;top: 12px;left: 0;}
#history .cont-box > ul > li > .cont-list > li:not(:last-child) {margin-bottom: 5px;}

@media all and (max-width: 1399px){
    #history .cont-box > ul {margin: 0 -10px;}
    #history .cont-box > ul > li {width: calc(33.333% - 20px);margin: 0 10px;}
}
@media all and (max-width: 1024px){
    #history .cont-box > ul {gap: 50px 0;}
    #history .cont-box > ul > li {width: calc(50% - 20px);}
}
@media all and (max-width: 768px){
    #history .cont-box > ul {margin: 0 -5px;}
    #history .cont-box > ul > li {width: calc(50% - 10px);margin: 0 5px;}
    #history .cont-box > ul > li > .cont-list > li {font-size: 1.0em;}
}
@media all and (max-width: 640px){
    #history .cont-box > ul {margin: 0;}
    #history .cont-box > ul > li {width: 100%;margin: 0;}
}
/* WHY, PACIFIC? > 연혁 끝 */

/* WHY, PACIFIC? > 코칭포커스 시작 */
#coaching .cont-box1 .title {margin-bottom: 30px;padding: 0 250px;box-sizing: border-box;}
#coaching .cont-box1 .title p {font-family: var(--font-GmarketSans);font-size: 2.50em;font-weight: 500;text-align: center;line-height: 1.2;position: relative;}
#coaching .cont-box1 .title p::before,
#coaching .cont-box1 .title p::after {content: '';display: block;width: 97px;height: 75px;position: absolute;top: 0;bottom: 0;margin: auto;}
#coaching .cont-box1 .title p::before {background: url('../img/sub/img_quot-l.png') center center / cover no-repeat;left: 0;}
#coaching .cont-box1 .title p::after {background: url('../img/sub/img_quot-r.png') center center / cover no-repeat;right: 0;}
#coaching .cont-box1 .title p > span {font-weight: 700;}
#coaching .cont-box1 .txt1 {font-size: 1.70em;font-weight: 600;text-align: center;}
#coaching .cont-box1 .txt2 {margin-top: -5px;color: #B3B3B3;font-weight: 600;text-align: center;}
#coaching .cont-box2 .mo-view {display: none;}

@media all and (max-width: 1399px){
    #coaching .cont-box1 .title {padding: 0;}
    #coaching .cont-box1 .title p::before,
    #coaching .cont-box1 .title p::after {width: 70px;height: 54px;}
}
@media all and (max-width: 1024px){
    #coaching .cont-box2 .pc-view {display: none;}
    #coaching .cont-box2 .mo-view {display: block;max-width: 90%;margin: 0 auto;}
    #coaching .cont-box2 .mo-view ul > li {display: flex;align-items: center;gap: 0 50px;}
    #coaching .cont-box2 .mo-view ul > li:not(:last-child) {margin-bottom: 50px;}
    #coaching .cont-box2 .mo-view ul > li > .img-cont {display: flex;justify-content: center;align-items: center;width: 120px;height: auto;aspect-ratio: 1 / 1;border: 6px solid #22C4E8;box-sizing: border-box;border-radius: 50%;background: #fff;position: relative;}
    #coaching .cont-box2 .mo-view ul > li > .img-cont > img {width: 65%;}
    #coaching .cont-box2 .mo-view ul > li > .img-cont > .num {display: flex;justify-content: center;align-items: center;width: 36px;height: auto;aspect-ratio: 1 / 1;border-radius: 50%;background: #22C4E8;color: #fff;font-size: 16px;font-weight: 700;text-align: center;position: absolute;left: 0;right: 0;bottom: 0;margin: auto;transform: translateY(50%);}
    #coaching .cont-box2 .mo-view ul > li > .txt-cont {width: calc(100% - 170px);}
    #coaching .cont-box2 .mo-view ul > li > .txt-cont > .tit {margin-bottom: 5px;font-family: var(--font-GmarketSans);font-size: 1.10em;font-weight: 500;}
    #coaching .cont-box2 .mo-view ul > li > .txt-cont > .txt {color: #767676;}
}
@media all and (max-width: 768px){
    #coaching .cont-box1 .title p::before, 
    #coaching .cont-box1 .title p::after {width: 45px;height: 35px;}
    #coaching .cont-box2 .mo-view ul > li {gap: 0 30px;}
    #coaching .cont-box2 .mo-view ul > li > .txt-cont {width: calc(100% - 150px);}
    #coaching .cont-box2 .mo-view ul > li > .txt-cont > .tit {font-size: 18px;}
}
@media all and (max-width: 640px){
    #coaching .cont-box1 .title p {font-size: 2.25em;}
    #coaching .cont-box1 .title p::before, 
    #coaching .cont-box1 .title p::after {display: none;}
    #philosophy .cont-box1 .title p > span {display: block;}
    #coaching .cont-box2 .mo-view ul > li {flex-direction: column;gap: 30px 0;}
    #coaching .cont-box2 .mo-view ul > li > .txt-cont {width: 65%;text-align: center;}
}
@media all and (max-width: 480px){
    #coaching .cont-box2 .mo-view ul > li > .txt-cont {width: 100%;}
}
/* WHY, PACIFIC? > 코칭포커스 끝 */


/* 트레이닝 공통 시작 */
.sub-page .training-cont > li {display: flex;gap: 0 50px;}
.sub-page .training-cont > li:not(:last-child) {margin-bottom: 100px;}
.sub-page .training-cont > li > .img-cont {max-width: 600px;width: 43%;}
.sub-page .training-cont > li > .txt-cont {max-width: 750px;width: 54%;}
.sub-page .training-cont > li:nth-child(2n) > .img-cont {order: 2;}
.sub-page .training-cont > li:nth-child(2n) > .txt-cont {order: 1;}
.sub-page .training-cont > li > .txt-cont .title {display: inline-block;padding: 16px 70px 13px 30px;border-top-right-radius: 35px;background: var(--color1);color: #fff;font-size: 1.25em;font-weight: 700;line-height: 1.2;}
.sub-page .training-cont > li > .txt-cont > .cont {padding: 36px 130px 36px 40px;border-top: 3px solid var(--color1);box-sizing: border-box;background: #F2F9FE;}
.sub-page .training-cont > li > .txt-cont > .cont > p:not(:last-child) {margin-bottom: 6px;}
.sub-page .training-cont > li > .txt-cont > .cont .tit {padding-left: 18px;color: #333;font-weight: 600;position: relative;}
.sub-page .training-cont > li > .txt-cont > .cont .tit::before {content: '';display: block;width: 5px;height: 5px;border-radius: 50%;background: #333;position: absolute;top: 0;bottom: 0;left: 0;margin: auto;}
.sub-page .training-cont > li > .txt-cont > .cont .txt {color: #666;font-size: .90em;}
.sub-page .training-cont > li > .txt-cont > .cont .list {padding-left: 10px;}
.sub-page .training-cont > li > .txt-cont > .cont .list > li {padding-left: 12px;color: #666;font-size: .90em;position: relative;}
.sub-page .training-cont > li > .txt-cont > .cont .list > li::before {content: '';display: block;width: 6px;height: 1px;background: #666;position: absolute;top: 12px;left: 0;}

@media all and (max-width: 1399px){
    .sub-page .training-cont > li {gap: 0 30px;}
    .sub-page .training-cont > li > .txt-cont > .cont {padding: 36px 60px 36px 40px;}
}
@media all and (max-width: 1024px){
    .sub-page .training-cont {max-width: 708px;margin:0 auto;}
    .sub-page .training-cont > li {flex-direction: column;gap: 30px 0;}
    .sub-page .training-cont > li > .img-cont {max-width: none;width: 100%;}
    .sub-page .training-cont > li > .txt-cont {max-width: none;width: 100%;}
    .sub-page .training-cont > li:nth-child(2n) > .img-cont {order: 1;}
    .sub-page .training-cont > li:nth-child(2n) > .txt-cont {order: 2;}
    .sub-page .training-cont > li > .txt-cont .title {padding: 13px 60px 10px 30px;}
    .sub-page .training-cont > li > .txt-cont > .cont .txt {font-size: 18px;}
}
@media all and (max-width: 768px){
    .sub-page .training-cont > li:not(:last-child) {margin-bottom: 60px;}
    .sub-page .training-cont > li > .txt-cont > .cont {padding: 30px;}
    .sub-page .training-cont > li > .txt-cont > .cont .tit {font-size: 18px;}
    .sub-page .training-cont > li > .txt-cont > .cont .list > li {font-size: 1.0em;}
}
@media all and (max-width: 480px){
    .sub-page .training-cont > li {gap: 20px 0;}
    .sub-page .training-cont > li > .txt-cont .title {width: 100%;padding: 13px 30px 10px 20px;}
    .sub-page .training-cont > li > .txt-cont > .cont {padding: 20px;}
}
/* 트레이닝 공통 끝 */

/* PACIFIC TENNIS TRAINING 시작 */
#tennis .ntc {margin-top: 48px;color: #333;font-weight: 500;text-align: center;}

@media all and (max-width: 768px){
    #tennis .ntc {font-size: 18px;}
    #tennis .ntc .line-br {display: inline;}  
}
/* PACIFIC TENNIS TRAINING 끝 */

/* FACILITIES(지점) 시작 */
#facilities .cont-tit {margin-bottom: 30px;padding: 12px 30px;box-sizing: border-box;background: var(--color1);color: #fff;font-size: 1.25em;font-weight: 700;}
#facilities .map-list {display: flex;flex-wrap: wrap;gap: 48px 40px;}
#facilities .map-list > li {width: calc(50% - 20px);}
#facilities .map-list > li > .map-cont {width: 100%;height: 300px;}
#facilities .map-list > li > .map-cont > iframe {width: 100%;height: 100%;}
#facilities .map-list > li > .tit {display: flex;align-items: center;margin-top: 15px;}
#facilities .map-list > li > .tit > .name {flex: 0 0 auto;display: inline-flex;align-items: center;margin-right: 5px;color: #000;font-size: 20px;font-weight: 600;position: relative;}
#facilities .map-list > li > .tit > .name::before {content: '';display: inline-block;width: 10px;height: 18px;margin-right: 10px;background: url(../img/sub/img_facilities_ico.png) center center / cover no-repeat;}
#facilities .map-list > li > .tit > .addr {color: #666;font-size: 18px;}

@media all and (max-width: 1024px){
    #facilities .map-list > li {width: 100%;}
}
@media all and (max-width: 480px){
    #facilities .map-list > li > .tit {flex-direction: column;align-items: flex-start;}
    #facilities .map-list > li > .tit > .name {font-size: 18px;}
}
/* FACILITIES(지점) 끝 */

/* 교육 로드맵 시작 */
#roadmap .img-cont {margin-bottom: 30px;overflow-x: auto;}
#roadmap .img-cont img {min-width: 924px;}
#roadmap .txt-cont .tit {margin-bottom: 15px;color: #333;font-size: 1.25em;font-weight: 600;}
#roadmap .txt-cont .txt {display: flex;flex-wrap: wrap;gap: 10px 20px;}
#roadmap .txt-cont .txt > span {padding: 11px 30px;border-radius: 24px;background: #F8F8F8;font-size: 17px;font-weight: 500;}
#roadmap .notice {display: none;}

@media all and (max-width: 1024px){
	#roadmap .notice {display: block;margin: 15px 0;padding: 0 25px;color: #555;font-size: 15px;text-align: center;line-height: 1.2;position: relative;}
    #roadmap .notice:before,
    #roadmap .notice:after {content: '';display: block;width: 0;height: 0;border-style: solid;}
	#roadmap .notice:before {border-width: 9px 15.588px 9px 0px;border-color: transparent rgba(85,85,85,.3) transparent transparent;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
	#roadmap .notice:after {border-width: 9px 0px 9px 15.588px;border-color: transparent transparent transparent rgba(85,85,85,.3);position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
}
@media all and (max-width: 480px){
    #roadmap .txt-cont .tit {text-align: center;}
    #roadmap .txt-cont .txt {flex-direction: column;}
    #roadmap .txt-cont .txt > span {text-align: center;}
}
/* 교육 로드맵 끝 */

/* 개인정보처리방침 시작 */
#privacy{padding-top: 200px;}
#privacy>b{font-size: var(--font-24);}
#privacy>p{font-size: var(--font-20);margin: 20px 0 50px;}
#privacy>p.list_style{position: relative;top: 0;left: 0;padding-left: 20px;}
#privacy>p.list_style::after{content: "";position: absolute; width: 5px;height: 5px;border-radius: 5px;background: #000;top: 11px;left: 8px;}
#privacy>ul li{margin-bottom: 50px;}
#privacy>ul li b{font-size: var(--font-20);margin-bottom: 10px;display: block;}
#privacy>ul li p{font-size: var(--font-18);margin-bottom: 20px;}
#privacy>ul li p.list_style{position: relative;top: 0;left: 0;padding-left: 20px;display: flex;align-items: flex-start;margin-bottom: 0;}
#privacy>ul li p.list_style::after{content: "";position: absolute; width: 5px;height: 5px;border-radius: 5px;background: #000;top: 11px;left: 8px;}
#privacy>ul li p.list_style span{margin-right: 5px;}
#privacy>ul li p.bold{font-weight: bold;}
@media screen and (max-width:800px){
    #privacy>ul li p.list_style{flex-flow: row wrap;margin-bottom: 10px;}
    #privacy>ul li p.list_style span{margin-right: 0;width: 100%;}
}

@media screen and (max-width:1200px){
    #privacy{padding-top: 150px;}
}
/* 끝 시작 */
