@charset "UTF-8";

*,*:after,*:before{margin:0; padding:0; box-sizing:border-box; font-family:"Pretendard", "Noto Sans KR", "sans-serif";font-weight:400; letter-spacing:-0.025em;}
ul,dl,ol{list-style:none;}
img{max-width:100%;}
a, a:hover {color: inherit;text-decoration: none;}
h1,h2,h3,h4,h5,h6,strong{font-weight:400;}
em,i{font-style:normal;}
textarea{display:block; width:100%; resize:none; outline:none;}
::placeholder{color:#949494;}

.blind{position:absolute; left:-999999px; top:-99999px; display:none; width:0; height:0; visibility:hidden; opacity:0; font-size:0;}
.wrap{position:relative; overflow-x:hidden;}
.v-mo{display:none;}
.v-pc{display:block;}


input[type='checkbox'] + label{padding-left:40px; font-size:16px; color:#13171F; font-weight:500; line-height:26px; cursor:pointer;}
input[type='checkbox'] + label:before{left:0; top:0; margin:0; width:26px; height:26px; background:url('/resources/images/aidt/ico_chkbox.png') no-repeat center top / 100% auto;}
input[type='checkbox']:checked + label:before{background-position-y:bottom;}

/*section{overflow:hidden;}*/
/* 기존 비바샘 css 상쇄용 */
.wrap{min-width:0; min-height:0;}
.btns{padding:0; width:auto;}
.pop_basic.login .popup_body .popLogin_chk .chk_box.type02 label:before{top:50%;}
.aidt-select .select2-container.select2-container--above .select2-selection--single{border-bottom:1px solid #ceced3; border-top:none;}
.select2-dropdown.select2-dropdown--above{border-top:1px solid #ceced3; border-top-left-radius:10px;border-top-right-radius:10px;}
#fullpage{z-index:10;}
.section{margin-top:0;height:100vh;}
.fp-overflow{min-height:100%;}
.fp-watermark{display:none;}
.flex{display:flex;}
.flex--a-center{align-items:center;}
.flex--j-between{justify-content:space-between;}


.inner .title{margin:100px auto 0;text-align:center;}
.inner .title span{font-family:'SUIT'; font-size:22px;font-weight:900;color:#0F5CE9;}
.inner .title h2{font-family:'SUIT'; font-size:42px;font-weight:700;color:#111;line-height:1.4;}
.inner .title p{font-size:18px;color:#111;line-height:1.7;}

.header{border-bottom:1px solid #E1E1E1;}
.header .top_common .left_module .bg_blue:hover{background: rgba(15, 92, 233, 0.15);color:#0F5CE9;font-weight:600;}
.header .top_common article{max-width:1600px;}
.header .top_gnb{max-width:1600px;height:120px;margin:0 auto;display:flex;flex-wrap:nowrap;justify-content: space-between;align-items: center;}
.header .top_gnb .logo{display:block;width:335px;height:24px;background:url(/resources/images/learnPsy/common/logo.png) no-repeat center center;}
.header .top_gnb ul{display:flex;flex-wrap:nowrap;gap:48px;}
.header .top_gnb ul li{position:relative;}
.header .top_gnb ul li a{font-size:23px;font-weight:600;color:#111;}
.header .top_gnb ul li.on a,.header .top_gnb ul li a:hover{color:#0F5CE9}
.header .top_gnb ul li .top_subLayer{display:none;position:absolute;left:50%;bottom:-46px;transform:translate(-50%, 100%);padding:20px 0;width:241px;border-radius:0 0 26px 26px;background:#fff;box-shadow: 0 8px 10px 0 #0000000F;}
.header .top_gnb ul li .top_subLayer a{display:block;text-align:center;font-size:18px;font-weight:500;color:#111;line-height:30px;}
.header .top_gnb ul li .top_subLayer a.on,.header .top_gnb ul li .top_subLayer a:hover{color:#0F5CE9;}
.header .top_gnb ul li.on .top_subLayer{display:block}
.header .top_common.v-pc .left_module .btn_samquiz {display:inline-block;padding:0 20px 0 8px;margin:0;color:#53565d;height:28px;border-radius:14px;font-size:12px;line-height:28px; background-image: url('/resources/images/common/icon_samquiz_arr.png'); background-repeat: no-repeat; background-position: right 5px top 50%;}
.header .top_common.v-pc .left_module .btn_samquiz ul {position:absolute;padding-top: 9px; border: 0;display: none; }
.header .top_common.v-pc .left_module .btn_samquiz ul :nth-child(1) {padding: 0; border: 0;}
.header .top_common.v-pc .left_module .btn_samquiz li {white-space: nowrap;}
.header .top_common.v-pc .left_module .btn_samquiz li a {display: inline;padding: 0 !important; font-size: 12px; font-weight: 400; color: #838383; letter-spacing: -0.04em; line-height: 20px; text-align: center; vertical-align: top;}
.header .top_common.v-pc .left_module .btn_samquiz li:hover a {background: none;}
.header .top_common.v-pc .left_module .btn_samquiz li + li::before {content: ''; display: inline-block; width: 1px; height: 10px; margin: 0 8px; vertical-align: 3px; background-color: #a4a5a9;}
.header .top_common.v-pc .left_module .btn_samquiz li a:hover {color: #273fa1; font-weight: 700; text-decoration: underline; background: none;}
.header .top_common.v-pc .left_module .btn_samquiz.active,.header .top_common .left_module .btn_samquiz:hover {cursor: pointer;z-index: 10000;color:#273FA1; background: #dfe2f1 url('/resources/images/common/icon_samquiz_arr_on.png') no-repeat right 5px top 50%;}
.header .top_common.v-pc .left_module .btn_samquiz.active ul,.header .top_common .left_module .btn_samquiz:hover ul {display: flex;}

@keyframes upDown{
  0%{transform:translateY(0);}
  100%{transform:translateY(-0.781vw);}
}

@keyframes rolling{
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(0% - (500px + 30px) * 12));
  }
}
header.fixed{position:fixed;left:0;top:0;right:0;z-index:105;box-shadow: 0 8px 10px 0 #0000000F;}
header.fixed .header .top_common.v-pc{display:none;}
.fixed .header .top_gnb{height:84px;}
.fixed .header .top_gnb ul li .top_subLayer{bottom:-28px}

.quick{position:fixed; right:3.125vw; bottom: 9.722vh; z-index:999;}
.quick a{display:block;}
.quick a.v-pc{display:block;}
.quick a.v-mo{display:none;}
.quick .quick__list li{width:clamp(64px, 4.21875vw, 108px); height:clamp(64px, 4.21875vw, 108px);}
.quick .quick__list li+li{margin-top:10px;}
.quick .quick__list li a{position:relative; width:100%; height:100%; background-repeat:no-repeat; background-position:center; background-size:contain; border-radius:50%; box-shadow:0 0 8px 3px rgba(40, 50, 62, .15);}
.quick .quick__list li a img{width:100%; height:100%;}
.quick .quick__list .quick--qna a{background-image:url('/resources/images/aidt/btn_fix_qna.png');}
.quick .quick__list .quick--evt .hover--item{position:absolute; right:15%; top:50%; transform:translateY(-50%); width:0; height:100%; z-index:-1; transition:.5s ease; border-radius:2.109375vw; overflow:hidden;}
.quick .quick__list .quick--evt .hover--item img{width:auto; height:100%; max-width:unset;}
.quick .quick__list .quick--evt a:hover .hover--item{width:max(199px, 13.125vw);}
.quick .btn--top{display:block; margin:min(144px, 11.806vh) auto 0; width:clamp(48px, 3.125vw, 80px); height:clamp(48px, 3.125vw, 80px); background:url('/resources/images/aidt/btn_top.png') no-repeat center / contain; border-radius:50%;  box-shadow:0 0 8px 3px rgba(0, 0, 0, .15); opacity:0; transition:.3s;}
.quick .btn--top.fadeIn{opacity:1;}

footer{padding:80px 0; background:#1B2022;}
footer .inner{margin:0 auto;max-width:1600px;text-align:center;}
footer .logo{position:relative;margin:0 auto; width:140px; background:url('/resources/images/aidt/logo_visang.png') no-repeat left center / contain;}
footer .logo:after{content:''; display:block; padding-bottom:34.513%;}

footer .info__top{margin:30px auto 0;}
footer .info__top li{display:flex; gap:15px;justify-content: center;}
footer .info__top li span{position:relative; padding-right:16px; font-size:18px; color:#7C7C7C; font-weight:400; line-height:1.75;}
footer .info__top li span em{font:inherit; color:#7C7C7C;}
footer .info__top li:first-child span{padding-right:0;}
footer .info__top li span:after{content:''; position:absolute; right:0; top:8px; width:1px; height:14px; background:#7C7C7C;}
footer .info__top li span:last-child:after{display:none;}

footer .info__bottom{margin-top:30px; padding-top:30px; display:flex; justify-content:space-between; align-items:center; border-top:1px solid #424b55;}
footer .copy{margin-top:20px;font-size:16px; color:#7C7C7C; font-weight:400; line-height:28px;}
footer .info__menu{margin:40px auto 0;display:flex; gap:40px;justify-content: center}
footer .info__menu li{position:relative;}
footer .info__menu li a{display:block; font-size:18px; color:#fff; font-weight:600; line-height:1.5;}


.fix_arr{position:fixed;bottom:39px;left:50%;width:31px;height:18px;z-index:100;transform:translateX(-50%);background:url(/resources/images/learnPsy/common/fix_arr_scr.png) no-repeat center center;animation: upDown 750ms infinite ease alternate;}
@keyframes upDown{
  0%{transform:translateY(0);}
  100%{transform:translateY(-15px);}
}
/*메인*/
.fullhead .fp-overflow{overflow:visible;}
.mainVisual{position:relative;}
.mainVisual .swiper-container{height:100vh;}
.mainVisual .swiper-container .bgImg{position:relative;width:100%;height:100%;}
.mainVisual .swiper-container .bgImg img{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%) scale(1.05);width:auto;height:100%;max-width:initial;}
.mainVisual .swiper-container .swiper-slide-active .bgImg img{animation:zoom 1400ms ease-out;}
@keyframes zoom{
  0%{transform:translate(-50%, -50%) scale(1);}
  100%{transform:translate(-50%, -50%) scale(1.05);}
}
.mainVisual .mainBtn{position:absolute;left:50%;top:50%;width:1330px;transform:translate(-50%, -50%);z-index:10;display:flex;flex-wrap:nowrap;gap:20px;justify-content: center;align-items: center}
.mainVisual .mainBtn .btn_learnPsy{flex:1;height:429px;border-radius:26px;background: rgba(0, 168, 241, 0.8);box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.15);}
.mainVisual .mainBtn .btn_social{width:655px;height:429px;border-radius:26px;background: rgba(0, 82, 233, 0.8);box-shadow:0 4px 29px 0 rgba(0, 0, 0, 0.15);}
.mainVisual .mainBtn div{padding:40px 20px;display:flex;flex-direction:column; flex-wrap:wrap;gap:10px;justify-content:center;align-items: center;backdrop-filter: blur(48px);transition:width 240ms ease;}
.mainVisual .mainBtn div h3{padding-top:105px;font-family: 'SUIT';font-weight:700;color:#fff;font-size:38px;line-height:62px;}
.mainVisual .mainBtn div:hover{flex:none;width:755px;backdrop-filter: blur(0);}
.mainVisual .mainBtn div:hover a{background-color:#fff;}
.mainVisual .mainBtn div:hover a span{color:#111;background:url(/resources/images/learnPsy/common/link_arr_bl.png) no-repeat right center;}
.mainVisual .mainBtn .btn_learnPsy:hover{background: rgba(0, 168, 241, 1);}
.mainVisual .mainBtn .btn_social:hover{background: rgba(0, 82, 233, 1);}
.mainVisual .mainBtn .btn_learnPsy h3{background:url(/resources/images/learnPsy/layout/ico_learnpsy.png) no-repeat top center;}
.mainVisual .mainBtn .btn_social h3{background:url(/resources/images/learnPsy/layout/ico_social.png) no-repeat top center;}
.mainVisual .mainBtn div p{font-size:20px;font-weight:400;color:#fff;line-height:32px;text-align:center;}
.mainVisual .mainBtn div p span{font:inherit;font-weight:600;color:#fff;line-height:32px;}
.mainVisual .mainBtn div a{margin:30px auto 0;width:188px;height:58px;border-radius:29px;background:rgba(255,255,255,.2);text-align:center;transition:all 240ms ease;}
.mainVisual .mainBtn div a span{font-family:'SUIT';font-size:22px;line-height:58px;font-weight:700;color:#fff;padding-right:32px;background:url(/resources/images/learnPsy/common/link_arr.png) no-repeat right center;}

.mainPreview{background:#69aaf5 url(/resources/images/learnPsy/layout/previewBg.png) no-repeat center center;}
.mainPreview.fp-auto-height{height:100vh!important;}
.mainPreview .inner{position:relative;height:100%;display:flex;flex-wrap:wrap;justify-content: center;align-items: center;gap:0;}
.mainPreview .inner:after{content:'';position:absolute;left:50%;bottom:0;margin-left:454px;width:359px;height:336px;background:url(/resources/images/learnPsy/layout/ico_video_character.png) no-repeat center center;}
.mainPreview .inner .article{margin:auto;}
.mainPreview .inner .title{margin:0 auto;text-align:center;}
.mainPreview .inner .title span{font-family:'SUIT'; font-size:22px;font-weight:900;color:#0F5CE9;}
.mainPreview .inner .title h2{margin-top:14px;color:#fff;}
.video_area{position:relative;margin:50px auto 0;width:1058px;border-radius:26px;box-shadow: 0 20px 34px 0 #00000029;overflow:hidden;}
.video_area:before{content:'';display:block;padding-top:56.23%;}
.video_area video{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit: cover;}
.video_area .thumb{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:99;}
.video_area .thumb img{width:100%;height:100%;object-fit: cover;}
.video_area .btn_play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;backgroundrgba(255,255,255,0.2);box-shadow: 0 4px 24px 0px rgba(0, 0, 0, 0.11);backdrop-filter: blur(30px);z-index:100;}
.video_area .btn_play span{display:block;width:100%;height:100%;background:url(/resources/images/learnPsy/common/btn_play.png) no-repeat center center;}
.mainReview{background:#e2e8f4;}
.mainReview.fp-auto-height{height:100vh!important;}
.mainReview .inner{position:relative;width:100%;height:100%;display:flex;flex-wrap:wrap;justify-content: center;align-items: center;gap:0;}
.mainReview .inner .title{margin:0 auto;text-align:center;}
.mainReview .inner .title span{font-family:'SUIT'; font-size:22px;font-weight:900;color:#0F5CE9;}
.mainReview .inner .title h2{margin-top:14px;font-family:'SUIT'; font-size:42px;font-weight:700;color:#111;line-height:1.4;}
.mainReview .inner .article{width:100%;}
.reviewList{margin-top:50px;width:100%;overflow:hidden;}
.reviewList .card{width:100%;display:flex; gap:20px; flex-wrap:nowrap;align-items: flex-start;white-space:nowrap;transition-property:transform;}
.card.rolling{animation:60s linear infinite running rolling;}
.card.rolling.stop{animation-play-state:paused;}
.card-item{width:385px;padding:40px;border-radius:26px;background:#fff;flex-shrink:0;}
.card-item .cardProfile{display:flex;flex-wrap:nowrap;gap:15px;align-items: center;}
.card-item .cardProfile .iconImg{width:70px;height:70px;}
.card-item .cardProfile .cardInfo{}
.card-item .cardProfile .cardInfo h5{font-size:16px;font-weight:600;color:#111;}
.card-item .cardProfile .cardInfo p{margin-top:6px;font-size:14px;font-weight:400;color:#666;line-height:1;}
.card-item .card-txt{margin-top:30px;}
.card-item .card-txt p{font-size:18px;font-weight:400;color:#333;line-height:1.7;word-break: keep-all; white-space: initial;}
.card-item .card-txt p span{font:inherit;font-weight:600;color:#0F5CE9;line-height:1.7;}

@keyframes rolling{
  0% {
    transform: translateX(0px);
  }
  100% {
    transform:translateX(calc(0% - (385px + 20px) * 20));
  }
}

.mainQna{ background:url(/resources/images/learnPsy/layout/main_bg_img03.png) no-repeat center center / auto 100%;}
.mainQna .inner{padding:60px 0;position:relative;max-width:1600px;height:780px;display:flex;flex-wrap:wrap;align-items: center;gap:0;}
.mainQna .inner .article{width:100%;height:100%;display:flex;justify-content: space-between;}
.mainQna .inner .title{margin-top:100px;padding-left:135px;}
.mainQna .inner .title h2{font-family:'SUIT';font-size:42px;font-weight:700;color:#fff;line-height:1.4;text-align:left;}
.mainQna .inner .article .qnabox{margin-top:auto;}
.qnabox div{margin-top:20px;padding:74px 40px;display:flex;flex-wrap:nowrap;gap:40px;align-items:center;justify-content:space-between;width:692px;border-radius:26px;background: rgba(255, 255, 255, 0.11);backdrop-filter: blur(45px);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);}
.qnabox div p{padding-left:40px;color:#fff;font-size:22px;font-weight:600;line-height:34px;}
.qnabox div .btn_blue{padding:0 40px;height:58px;border-radius:30px;background:#0F5CE9;}
.qnabox div .btn_blue span{font-size:22px;padding-right:32px;color:#fff;line-height:58px;background:url(/resources/images/learnPsy/common/link_arr.png) no-repeat right center;}
.qnabox .applybox p{background:url(/resources/images/learnPsy/common/ico_notice.png) no-repeat left center;}
.qnabox .qna p{background:url(/resources/images/learnPsy/common/ico_qna.png) no-repeat left center;}


.btn--top{position:fixed;right:30px;bottom:30px;width:60px;height:60px;background:url(/resources/images/learnPsy/common/top_btn.png) no-repeat center center;z-index:1000;}
.btn--top.sticker{position:absolute;bottom:460px;}
.sub_contents{padding:40px 0;}
.sub_contents .inner{position:relative;max-width:1330px;width:100%;margin:0 auto;padding:0;}
.sub_nav{position:fixed;left:50%;bottom:30px;padding:11px 10px;display:flex;flex-wrap:nowrap;align-items:center;gap:20px;height:71px;border-radius:50px;transform:translateX(-50%);background: #000000BF;backdrop-filter: blur(26px);z-index:600;}
.sub_nav p{padding:15px 20px;font-size:18px;font-weight:600;color:rgba(255,255,255,0.5);}
.sub_nav ul{position:relative;display:flex;flex-wrap:nowrap;gap:5px;}
.sub_nav ul:before{content:'';position:absolute;left:-10px;top:50%;margin-top:-12px;width:1px;height:24px;background:rgba(255,255,255,0.3);}
.sub_nav ul li a{padding:15px 20px;color:#fff;font-size:16px;font-weight:600;}
.sub_nav ul li.on a,.sub_nav ul li:active a{background:#0F5CE9;border-radius:25px;}
.sub_nav ul li.c2.on a,.sub_nav ul li.c2:active a{background:#8662EC;}
.sub_nav ul li.c3.on a,.sub_nav ul li.c3:active a{background:#00B298;}
.sub_nav.sticker{position:absolute;bottom:460px;}
.locate{margin:0 auto;max-width:1600px;width:100%;display:flex;flex-wrap:nowrap;justify-content: flex-end;gap:16px;align-items: center;}
.locate .home{display:inline-block;width:24px;height:24px;background:url(/resources/images/learnPsy/common/nav_home.png) no-repeat center center;}
.locate span{position:relative;padding:0 6px;font-size:14px;color:#666;}
.locate span + span:before{content:'';position:absolute;left:-8px;top:4px;display:inline-block;width:1px;height:10px;background:#666;}
.locate span:last-child{padding-right:0;color:#111;font-weight:600;}


.c_blue{color:#0F5CE9!important;}
.c_lblue{color:#1FB9FC;}

.sub_bg01{padding:0 0 100px;background:url(/resources/images/learnPsy/layout/sub_bg01.png) no-repeat center bottom;}
.sub_bg01 .sub_head{padding:35px 0 0;text-align:center;}
.sub_bg01 .sub_tit{margin:0 auto 60px;}
.sub_bg01 .sub_head p{font-family: 'SUIT';font-weight:700;color:#111;font-size:32px;line-height:1.5;}
.sub_bg01 .sub_head p span{font:inherit;}
.sub_bg01 .video_area{margin:50px auto 0;width:100%;max-width:1330px;/*height:724px;*/border-radius:26px;box-shadow: 0 20px 34px 0 #00000029;}
.sub_bg01 .video_are:before{padding-top:54.43%;}
.sub_bg01 .txt18{font-size:18px;font-weight:600;color:#111;line-height:1.7;}

.sub_02{background:#1B2022;}
.sub_02 .inner{display:flex;flex-wrap:nowrap;align-items: center;justify-content: flex-start;height:560px; background:url(/resources/images/learnPsy/layout/certify.png) no-repeat right bottom;}
.sub_02 .inner .txtBox{}
.sub_02 .inner .txtBox h3{font-family: 'SUIT';font-weight:700;font-size:42px;line-height:1.4;color:#fff;padding-top:120px;background:url(/resources/images/learnPsy/layout/sub_medal.png) no-repeat left top;}
.sub_02 .inner .txtBox h3 span{font:inherit;background: linear-gradient(90deg, #F7EC37 33.65%, #EAC51F 65.38%, #F7EC37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.sub_02 .inner .txtBox p{margin-top:30px;font-size:18px;line-height:1.7;color:#fff;}

.sub_03{padding:100px 0;text-align:center;background:#E1E9FF;}
.sub_03 h4{font-family: 'SUIT';font-weight: 900;font-size: 22px;line-height: 1;text-align: center;color:#0F5CE9;}
.sub_03 h2{margin-top:5px;font-family: 'SUIT';font-weight: 700;font-size: 42px;line-height: 1.4;text-align: center;color:#111;}
.sub_03 .step_tap{margin:50px auto 0;max-width:1330px;width:100%;display:flex;flex-wrap:nowrap;gap:20px;}
.sub_03 .step_tap li{flex:1;}
.sub_03 .step_tap li a{padding:20px;height:110px;display:flex;flex-wrap:nowrap;gap:18px;align-items: center;background:#fff;border-radius:55px;transition:140ms background-color ease; }
.sub_03 .step_tap li a span{width:70px;height:70px;border-radius:50%;background:#F4F4F4;font-family: 'SUIT';font-weight: 700;font-size: 32px;color:#B5B5B5;line-height:70px;}
.sub_03 .step_tap li a div{text-align:left;}
.sub_03 .step_tap li a div h5{font-family: 'SUIT';font-weight: 700;font-size: 22px;line-height:1.45;color:#111;}
.sub_03 .step_tap li a div p{margin-top:5px;font-size:16px;font-weight:600;color:#b5b5b5;line-height:1.5;}
.sub_03 .step_tap li:first-child.on a,.sub_03 .step_tap li:first-child:hover a{background:#0F5CE9;}
.sub_03 .step_tap li:nth-child(2).on a,.sub_03 .step_tap li:nth-child(2):hover a{background:#00B298;}
.sub_03 .step_tap li:nth-child(3).on a,.sub_03 .step_tap li:nth-child(3):hover a{background:#CE5AFF;}
.sub_03 .step_tap li.on a span,.sub_03 .step_tap li:hover a span{background:rgba(255,255,255,0.3);color:#fff;}
.sub_03 .step_tap li.on a div h5,.sub_03 .step_tap li:hover a div h5{color:#fff;}
.sub_03 .step_tap li.on a div p,.sub_03 .step_tap li:hover a div p{color:#fff;}
.sub_03 .step_conts{margin:30px auto 0;}
.sub_03 .step_conts li{display:none;margin-right:-95px;}
.sub_03 .step_conts li.on{display:block;}

.sub_04 .inner{padding:0 0 100px;}
.sub_04 .inner .evt_swiper_wrap{margin-top:50px;}
.sub_04 .inner .mt75{margin-top:75px;}
.sub_04 .inner .qna{margin:50px auto;display:flex;flex-direction:column;gap:20px;max-width:1330px;width:100%;}
.sub_04 .inner .qna li{display:flex;flex-direction:column;gap:20px;}
.sub_04 .inner .qna li .quiz{margin-right:auto;}
.sub_04 .inner .qna li .quiz a{display:flex;flex-wrap:nowrap;gap:10px;padding:20px 85px 20px 20px;font-family:'SUIT';font-weight:700;font-size:22px;color:#111;line-height:40px;background:#F4F4F4 url(/resources/images/learnPsy/layout/qna_qrr.png) no-repeat right 30px top;border-radius:26px 26px 26px 5px;border:3px solid transparent;}
.sub_04 .inner .qna li .quiz a span{width:40px;height:40px;color:#111;text-align:center;line-height:40px;font-family:'SUIT';font-size:22px;font-weight:700;background:#fff;border-radius:50%;}
.sub_04 .inner .qna li.on .quiz a,.sub_04 .inner .qna li .quiz a:hover{border:3px solid #0F5CE9;background-position:right 30px bottom;}
.sub_04 .inner .qna li .answer{margin-left:auto;padding:30px 50px 30px 30px;position:relative;display:none;flex-wrap:nowrap;gap:30px;align-items:flex-start;background:#0F5CE9;border-radius:16px;overflow:visible!important;}
.sub_04 .inner .qna li .answer:before{content:'';position:absolute;right:-137px;bottom:-35px;width:201px;height:243px;background:url(/resources/images/learnPsy/layout/qna_bg.png) no-repeat center center;}
.sub_04 .inner .qna li .answer .txtBox{margin-top:30px;}
.sub_04 .inner .qna li .answer .txtBox span{background:#fff;display:inline-block;width:40px;height:40px;font-family:'SUIT';font-weight:700;font-size:22px;line-height:40px;text-align:center;color:#0F5CE9;border-radius:50%;}
.sub_04 .inner .qna li .answer .txtBox p{margin-top:10px;color:#fff;font-size:20px;font-weight:600;line-height:1.6;}
.sub_04 .inner .qna li.on .answer{display:flex;}
.evt_swiper_wrap{position:relative; }
.evt_swiper_wrap .thumb{margin-top:0;}
.evt_swiper_wrap .swiper-pagination{ display:flex; justify-content:center; gap:18px;}
.evt_swiper_wrap .swiper-pagination .swiper-pagination-bullet{margin:0; width:12px; height:12px; background:#e9e1d9; opacity:1;}
.evt_swiper_wrap .swiper-pagination .swiper-pagination-bullet-active{background:#0F5CE9;}
.evt_swiper_wrap .swiper-btn-wrap .swiper-btn{position:absolute; top:50%; transform:translateY(-50%); width:68px; height:68px; background-repeat:no-repeat; background-position:center; cursor:pointer;}
.evt_swiper_wrap .swiper-btn-wrap .swiper-btn.swiper-button-disabled{display:none;}
.evt_swiper_wrap .swiper-btn-wrap .swiper-prev{left:-135px; background-image:url('/resources/images/learnPsy/common/btn_swiper_prev.png');}
.evt_swiper_wrap .swiper-btn-wrap .swiper-next{right:-135px; background-image:url('/resources/images/learnPsy/common/btn_swiper_next.png');}


.overall{}
.overall .inner{max-width:1370px;padding-bottom:80px;}
.overall .sub_tit_02{margin:36px auto 0;font-family:'SUIT';font-weight:700;font-size:54px;line-height:1.48;text-align:center;color:#111;padding-top:92px;background:url('/resources/images/learnPsy/layout/meta_tit_01.png') no-repeat center top;}
.overall .meta_01{margin:50px auto 0;background:#F3ECFF url(/resources/images/learnPsy/layout/meta_bg.png) no-repeat center bottom;}
.overall .meta_01 .inner{padding:70px 0 68px;max-width:1330px;width:100%;display:flex;flex-wrap:nowrap;gap:130px;}
.overall .meta_01 .inner .txtBox h5{font-family:'SUIT';font-size:22px;font-weight:700;line-height:32px;color:#333;}
.overall .meta_01 .inner .txtBox h5 span{font:inherit;color:#8662EC;}
.overall .meta_01 .inner .txtBox p{margin-top:15px;font-size:18px;line-height:32px;color:#333;}
.overall .meta_01 .inner .txtBox ul{margin-top:40px;width:432px;}
.overall .meta_01 .inner .txtBox ul li{display:flex;flex-wrap:nowrap;gap:12px;}
.overall .meta_01 .inner .txtBox ul li + li{margin-top:15px;}
.overall .meta_01 .inner .txtBox ul li dl{flex:1;display:flex;flex-wrap:nowrap;align-items: center;gap:15px;}
.overall .meta_01 .inner .txtBox ul li dl dt{width:78px;height:33px;font-size:14px;color:#333;background:#fff;border-radius:17px;text-align:center;line-height:33px;}
.overall .meta_01 .inner .txtBox ul li dl dd{flex:1;}
.overall .meta_01 .inner .txtBox ul li dl dd p{margin-top:0;font-size:16px;font-weight:600;color:#111;}
.overall .meta_01 .inner .txtBox ul li dl dd p span{font:inherit;color:#8649ec;text-decoration: underline;text-underline-offset: 3px;}
.overall .meta_01 .inner .txtBox .btn_link{margin-top:64px;padding:13px 0;display:block;text-align:center;width:231px;height:58px;border-radius:30px;background:#8649ec;}
.overall .meta_01 .inner .txtBox .btn_link span{padding-right:32px;font-family:'SUIT';font-size:22px;font-weight:700;line-height:32px;color:#fff;background:url(/resources/images/learnPsy/common/link_arr.png) no-repeat right center;}
.overall .inner .title{margin-top:100px;}
.overall .inner .evt_swiper_wrap{margin-top:45px;}
.overall .inner .evt_swiper_wrap .swiper-pagination{bottom:0;}
.inner .rst_sample{margin-left:auto;width:385px;background:#fff;border-radius:16px;box-shadow: 0 14px 28px 0 #00000017;overflow:hidden;}
.inner .rst_sample .rst_head{padding:16px 0;height:62px;text-align:center;}
.inner .rst_sample .rst_head h3{font-size:20px;font-weight:600;line-height:1.5;color:#fff;}
.inner .rst_sample .rst_head h3 span{margin-left:8px;}
.inner .rst_sample .rst_body{padding:30px;text-align:center;}
.inner .rst_sample .rst_body .btn_preivew{display:block;margin:10px auto 0;width:120px;height:44px;border-radius:22px;background:#f4f4f4;}
.inner .rst_sample .rst_body .btn_preivew span{padding-right:24px;font-size:16px;font-weight:500;color:#333;background:url(/resources/images/learnPsy/layout/ic_prv.png) no-repeat right center;}
.inner .rst_sample .rst_body .downWrap{margin-top:28px;display:flex;flex-wrap:nowrap;gap:32px;}
.inner .rst_sample .rst_body .downWrap a{position:relative;flex:1;display:block;}
.inner .rst_sample .rst_body .downWrap a + a:before{content:'';position:absolute;left:-16px;display:inline-block;width:1px;height:16px;background:#e1e1e1;}
.inner .rst_sample .rst_body .downWrap a span{padding-right:24px;font-size:16px;font-weight:500;color:#333;background:url(/resources/images/learnPsy/layout/ic_download.png) no-repeat right center;}
.overall .inner .rst_sample .rst_head{background:#8662EC;}
.tblBox{margin:50px auto 0;border-radius:16px;overflow:hidden;box-shadow: 0 4px 54px 0 #00000014;max-width:1330px;}
.tblBox .tblTYPE{width:100%;}
.tblBox .tblTYPE thead tr th{font-size:16px;font-weight:600;color:#fff;background:#1B2022;height:59px;text-align:center;}
.tblBox .tblTYPE thead tr th + th{border-left:1px solid #fff;}
.tblBox .tblTYPE tbody tr td{padding:20px 10px;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;text-align:center;vertical-align: middle;}
.tblBox .tblTYPE tbody tr td p{font-size:16px;color:#111;text-align:center;line-height:24px;}
.tblBox .tblTYPE tbody tr td:last-child{border-right:none;}
.tblBox .tblTYPE tbody tr:last-child td{border-bottom:none;}
.tblBox .tblTYPE tbody .bbnone{border-bottom:none;}
.cper2100{width:21%;}
.cper1350{width:13.5%;}
.cperauto{width:auto;}

.self{}
.self .inner{max-width:1370px;padding-bottom:80px;}
.self .sub_tit_03{margin:36px auto 0;font-family:'SUIT';font-weight:700;font-size:54px;line-height:1.48;text-align:center;color:#111;padding-top:92px;background:url('/resources/images/learnPsy/layout/meta_tit_02.png') no-repeat center top;}
.self .meta_02{margin:50px auto 0;background:#DEF5E7 url(/resources/images/learnPsy/layout/meta_bg02.png) no-repeat center center;}
.self .meta_02 .inner{padding:70px 0 68px;max-width:1330px;width:100%;display:flex;flex-wrap:nowrap;gap:130px;}
.self .meta_02 .inner .txtBox h5{font-family:'SUIT';font-size:22px;font-weight:700;line-height:32px;color:#333;}
.self .meta_02 .inner .txtBox h5 span{font:inherit;color:#00937E;}
.self .meta_02 .inner .txtBox p{margin-top:15px;font-size:18px;line-height:32px;color:#333;}
.self .meta_02 .inner .txtBox ul{margin-top:40px;width:432px;}
.self .meta_02 .inner .txtBox ul li{display:flex;flex-wrap:nowrap;gap:12px;}
.self .meta_02 .inner .txtBox ul li + li{margin-top:15px;}
.self .meta_02 .inner .txtBox ul li dl{flex:1;display:flex;flex-wrap:nowrap;align-items: center;gap:15px;}
.self .meta_02 .inner .txtBox ul li dl dt{width:78px;height:33px;font-size:14px;color:#333;background:#fff;border-radius:17px;text-align:center;line-height:33px;}
.self .meta_02 .inner .txtBox ul li dl dd{flex:1;}
.self .meta_02 .inner .txtBox ul li dl dd p{margin-top:0;font-size:16px;font-weight:600;color:#111;}
.self .meta_02 .inner .txtBox ul li dl dd p span{font:inherit;color:#00937E;text-decoration: underline;text-underline-offset: 3px;}
.self .meta_02 .inner .txtBox .btn_link{margin-top:64px;padding:13px 0;display:block;text-align:center;width:231px;height:58px;border-radius:30px;background:#00B298;}
.self .meta_02 .inner .txtBox .btn_link span{padding-right:32px;font-family:'SUIT';font-size:22px;font-weight:700;line-height:32px;color:#fff;background:url(/resources/images/learnPsy/common/link_arr.png) no-repeat right center;}
.self .inner .rst_sample .rst_head{background:#00B298;}
.self .inner .title{margin-top:100px;}
.self .inner .evt_swiper_wrap{margin-top:45px;}
.self .inner .evt_swiper_wrap .swiper-pagination{bottom:0;}

.sub_tit_04{margin:36px auto 0;font-family:'SUIT';font-weight:700;font-size:54px;line-height:1.48;text-align:center;color:#111;}
.edu_intro{margin:50px auto 0;background:#E1E9FF;}
.edu_intro .inner{padding:128px 0 128px 135px;height:580px;max-width:1600px;width:100%;background:url(/resources/images/learnPsy/layout/edu_bg.png) no-repeat right center;}
.edu_intro .inner .txtBox h3{font-size:28px;font-weight:600;color:#333;line-height:1.7;}
.edu_intro .inner .txtBox h4{margin-top:30px;font-family: 'SUIT';font-size:22px;font-weight:700;color:#333;line-height:1.45;}
.edu_intro .inner .txtBox h4 span{font:inherit;color:#0F5CE9;}
.edu_intro .inner .txtBox p{margin-top:15px;font-size:18px;color:#333;line-height:1.7;}
.edu_intro .inner .txtBox .ref{font-size:14px;color:#7C7C7C;}

.cartoon{margin:50px auto 0;max-width:1060px;text-align:center;}
.cartoon.mt80{margin:80px auto 0}
.cartoon h4{margin:0 auto;padding:10px 20px;display:inline-block;text-align:center;font-family:'SUIT';font-size:22px;font-weight:700;line-height:32px;color:#0F5CE9;background:#E1E9FF;border-radius:26px;}
.cartoon h3{margin-top:10px;font-size:28px;font-weight:600;color:#111;line-height:1.7;}
.cartoon ul{margin:30px auto 0;display:flex;flex-wrap:wrap;gap:50px 20px;}
.cartoon ul li{width:calc(50% - 10px);text-align:left;}
.cartoon ul li h5{margin-top:20px;font-family:'SUIT';font-size:22px;font-weight:700;color:#111;line-height:1.45;}
.cartoon ul li p{margin-top:10px;font-size:16px;color:#333;line-height:1.5;}
.inner.pb110{padding-bottom:110px;}

.sub_tit_05{margin:36px auto 0;font-family:'SUIT';font-weight:700;font-size:54px;line-height:1.48;text-align:center;color:#111;}
.kit-notice{position:relative;margin:50px auto 0;max-width:1060px;padding:30px 0 30px 230px;background:#E1E9FF;border-radius:16px;}
.kit-notice:before{content:'';position:absolute;left:62px;top:-24px;width:134px;height:146px;background:url(/resources/images/learnPsy/layout/kit_illust.png) no-repeat center center}
.kit-notice p{font-size:18px;line-height:32px;color:#111;}
.kit-notice p span{font:inherit;color:#0F5CE9;font-weight:600;}

.Data__tab {margin-top:60px;}
.Data__tab ul{display:flex;flex-wrap:nowrap;}
.Data__tab li{flex:1;}
.Data__tab li a{padding-bottom:16px;display:block;text-align:center;font-family:'SUIT';color:#B5B5B5;font-size:22px;font-weight:700;line-height:32px;border-bottom:3px solid #e1e1e1;}
.Data__tab li.on a,.Data__tab li:hover a{border-bottom-color:#0F5CE9;color:#000;}
.tit_wrap{margin:20px auto 0;display:flex;flex-wrap:nowrap;justify-content: space-between;}
.tit_wrap.mt60{margin:60px auto 0;}
.tit_wrap h3{position:relative;font-size:16px;line-height:44px;color:#111;}
.tit_wrap h3 span{font:inherit;font-weight:600;color:#0F5CE9;}
.tit_wrap h3 .titPopAlert{margin-left:20px;padding:10px 38px 10px 14px;width:523px;height:44px;position:relative;display:inline-block;border-radius:22px; background:#1B2022;box-shadow: 0 2px 10px 0 #00000026;vertical-align: top;}
.tit_wrap h3 .titPopAlert p{display:inline-block;font-size:14px;line-height:24px;color:#fff;vertical-align: top;}
.tit_wrap h3 .titPopAlert p span{color:#1FB9FC;}
.tit_wrap h3 .titPopAlert .btnPop_close{position:absolute;right:14px;top:10px;display:inline-block;vertical-align: top;width:24px;height:24px;background:url(/resources/images/learnPsy/common/popClose.png) no-repeat center center;}
.tit_wrap .moduleBtn{padding:10px 14px;display:flex;flex-wrap:nowrap;gap:40px;border-radius:10px;background:#F4F4F4;}
.tit_wrap .moduleBtn .btn_bookmark{position:relative;font-size:16px;color:#333;font-weight:600;line-height:24px;}
.tit_wrap .moduleBtn .btn_bookmark:before{content:'';position:absolute;left:-20px;top:5px;width:1px;height:14px;background:#b5b5b5;}
.tit_wrap .moduleBtn .btn_bookmark span{margin-right:6px;width:24px;height:24px;background:url(/resources/images/learnPsy/common/ic_add_bl.png) no-repeat center center;}
input[type='checkbox'] + label{padding-left:28px;line-height:24px;}
input[type='checkbox'] + label .txt{font-size:16px;color:#333;}
input[type='checkbox'] + label:before{width:22px;height:22px;}

.data_list.kitlist{margin-top:40px;border-top:none;}
.data_list.kitlist ul{margin-top:40px;font-famliy:"Pretendard";gap:40px 21px;}
.data_list.kitlist ul li{width:calc(33.33% - 14px);margin-right:0;margin-top:0;border:1px solid #e2e8f4;border-radius:16px;box-shadow: 0 4px 30px 0 #0000000D;}
.data_list.kitlist ul li .data_cont{border:none;border-radius:16px 16px 0 0;}
.data_list.kitlist ul li .data_cont .hidden_hover_box .d_cont{bottom:50%;margin-bottom:-25px;}
.data_list.kitlist ul li .data_cont .hidden_hover_box .d_cont a{margin-left:20px;margin-right:0;width:50px;height:50px;background:#F3ECFF;border-radius:50%;}
.data_list.kitlist ul li .data_cont .hidden_hover_box .d_cont a:first-child{margin-left:0;}
.data_list.kitlist ul li .data_cont .hidden_hover_box .d_cont a:hover .ico{background-color:#F3ECFF;}
.data_list.kitlist ul li .data_cont .hidden_hover_box .d_cont a .ico{width:50px;height:50px;}
.data_list.kitlist ul li .data_cont .hidden_hover_box .d_cont a .ico.preveal{}
.data_list.kitlist ul li .data_cont .img{height:236px;}
.data_list.kitlist ul li .titbox{position:relative;padding:30px;height:179px;}
.data_list.kitlist ul li .titbox .bedge{margin-right:5px;padding:6px 8px;display:inline-block;line-height:24px;font-size:14px;font-weight:600;background:rgba(15, 92, 233, 0.1);color:#0F5CE9;border-radius:8px;}
.data_list.kitlist ul li .titbox .tit{margin-top:15px;font-size:20px;line-height:34px;max-height:68px;color:#111;font-weight:600;display:-webkit-box;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; word-wrap:break-word;}
.data_list.kitlist ul li .chk_cont{margin:0;position:absolute;right:30px;top:26px;display: block !important;}
.data_list.kitlist ul li .data_cont:hover .link_box{background:rgba(0,0,0,0.7)}
.data_list.kitlist ul li .data_cont .hidden_hover_box .d_cont a .ico.plus{background:url(/resources/images/learnPsy/common/ic_add.png) no-repeat center center;}
.data_list.kitlist ul li .data_cont .hidden_hover_box .d_cont a .ico.share{background:url(/resources/images/learnPsy/common/ic_share.png) no-repeat center center;}
.chk_box input[type="checkbox"]{width:0;height:0;}

.infoLaw{margin:70px auto 80px;padding:30px 40px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;background:#F4F4F4;border-radius:26px;}
.infoLaw div h4{padding-left:32px;font-size:16px;line-height:24px;color:#111;background:url(/resources/images/learnPsy/common/ic_info.png) no-repeat left center;}
.infoLaw div p{margin-top:20px;font-size:14px;color:#666;line-height:24px;}
.infoLaw .btn_link{padding:13px 24px;border-radius:30px;background:#fff;}
.infoLaw .btn_link span{padding-right:32px;font-size:16px;font-weight:600;color:#333;line-height:24px;background:url(/resources/images/learnPsy/common/link_arr_bl.png) no-repeat right center;}

.pop_layer{position:relative;padding:40px;background:#fff;border-radius:26px;}
.pop_layer .btn_close{position:absolute;right:16px;top:16px;width:38px;height:38px;background:url(/resources/images/learnPsy/common/btn_PopClose.png) no-repeat center center;}

.PopLaw_detail{position:fixed;left:0;top:0;right:0;width:100%;height:100%;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;background:rgba(0,0,0,0.6);z-index:9999;}
.PopLaw_detail .pop_layer{width:520px;}
.PopLaw_detail .pop_layer .popBody h4{margin:0 auto;width:173px;height:48px;line-height:48px;font-size:18px;font-weight:600;color:#111;text-align:center;border-radius:30px;background:#E2E8F4;}
.PopLaw_detail .pop_layer .popBody p{margin-top:30px;text-align:left;font-size:16px;color:#111;font-weight:600;line-height:24px;}
.PopLaw_detail .pop_layer .popBody ul{margin-top:15px;}
.PopLaw_detail .pop_layer .popBody ul li{position:relative;padding-left:13px;font-size:16px;line-height:24px;color:#333;}
.PopLaw_detail .pop_layer .popBody ul li:before{content:'';position:absolute;left:0;top:50%;margin-top:-3px;display:inline-block;width:5px;height:5px;border-radius:50%;background:#0F5CE9;}
.PopLaw_detail .pop_layer .popBody ul li + li{margin-top:8px;}


.theme-notice{position:relative;margin:50px auto 0;max-width:1060px;padding:30px 0 30px 230px;background:#DEF5E7;border-radius:16px;}
.theme-notice:before{content:'';position:absolute;left:4px;top:-8px;width:222px;height:131px;background:url(/resources/images/learnPsy/layout/theme_illust.png) no-repeat center center}
.theme-notice p{font-size:18px;line-height:32px;color:#111;}
.theme-notice p span{font:inherit;color:#00B298;font-weight:600;}

.data_list.themelist{margin:40px auto 80px;border-top:none;}
.data_list.themelist ul{margin:0;display:flex;flex-wrap:nowrap;gap:20px;flex-direction: column;}
.data_list.themelist ul li{margin:0;display:flex;flex-wrap:nowrap;gap:30px;justify-content:flex-start;align-items:center;width:100%;border-radius:26px;border:1px solid #E2E8F4;box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);}
.data_list.themelist ul li .data_cont{width:545px;height:100%;border-radius:26px 0 0 26px;border:none;}
.data_list.themelist ul li .data_cont .hidden_hover_box .d_cont{bottom:50%;margin-bottom:-25px;}
.data_list.themelist ul li .data_cont .hidden_hover_box .d_cont a{margin-left:20px;margin-right:0;width:50px;height:50px;background:#F3ECFF;border-radius:50%;}
.data_list.themelist ul li .data_cont .hidden_hover_box .d_cont a:first-child{margin-left:0;}
.data_list.themelist ul li .data_cont .hidden_hover_box .d_cont a:hover .ico{background-color:#F3ECFF;}
.data_list.themelist ul li .data_cont .hidden_hover_box .d_cont a .ico{width:50px;height:50px;}
.data_list.themelist ul li .data_cont .hidden_hover_box .d_cont a .ico.preveal{}
.data_list.themelist ul li .data_cont:hover .link_box{background:rgba(0,0,0,0.7)}
.data_list.themelist ul li .data_cont .hidden_hover_box .d_cont a .ico.plus{background:url(/resources/images/learnPsy/common/ic_add.png) no-repeat center center;}
.data_list.themelist ul li .data_cont .hidden_hover_box .d_cont a .ico.share{background:url(/resources/images/learnPsy/common/ic_share.png) no-repeat center center;}
.data_list.themelist ul li .titbox{flex:1;padding:30px 30px 30px 0;position:relative;}
.data_list.themelist ul li .titbox .bedgeWrap{padding:0 30px 0 0;display:flex;flex-wrap:wrap;gap:5px; }
.data_list.themelist ul li .titbox .bedge{padding:6px 8px;display:inline-block;line-height:24px;font-size:14px;font-weight:600;background:rgba(15, 92, 233, 0.1);color:#0F5CE9;border-radius:8px;}
.data_list.themelist ul li .titbox .tit{margin-top:15px;font-size:20px;line-height:1.7;color:#111;font-weight:600;}
.data_list.themelist ul li .titbox .subtxt{color:#333;font-size:16px;line-height:1.5;height:48px;display:-webkit-box;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; word-wrap:break-word;}
.data_list.themelist ul li .chk_cont{margin:0;position:absolute;right:30px;top:26px;display: block !important;}
.data_list.themelist ul li .sharePopupWrap{position:absolute;}
.data_list.themelist ul li .img{height:277px;}
.data_list.themelist ul li .btnDataWrap{margin-top:30px;display:flex;flex-wrap:nowrap;gap:5px;}
.data_list.themelist ul li .btnDataWrap .btn_view{padding:0 20px;height:44px;border:1px solid #E1E1E1;border-radius:22px;}
.data_list.themelist ul li .btnDataWrap .btn_view span{padding-left:26px;font-size:16px;color:#111;line-height:42px;background:url(/resources/images/learnPsy/common/ico_preview.png) no-repeat left center;}

.tip-notice{position:relative;margin:50px auto 0;max-width:1060px;padding:30px 0 30px 230px;background:#F3ECFF;border-radius:16px;}
.tip-notice:before{content:'';position:absolute;left:68px;top:-11px;width:116px;height:135px;background:url(/resources/images/learnPsy/layout/tip_illust.png) no-repeat center center / cover}
.tip-notice p{font-size:18px;line-height:32px;color:#111;}
.tip-notice p span{font:inherit;color:#AB1EE7;font-weight:600;}

.tipImg{margin:60px auto 80px;display:flex;flex-wrap:wrap;flex-direction: column;gap:30px;}
.tipImg li{padding:40px 0 0;text-align:center;border-radius:26px;overflow:hidden;background:#E2E8F4;}
.tipImg li .count{display:block;margin:0 auto;width:40px;height:40px;text-align:center;font-family:'SUIT';font-size:22px;font-weight:700;color:#0F5CE9;line-height:40px;border-radius:50%;background:#fff;overflow:hidden;}
.tipImg li p{margin:15px auto 0;text-align:center;font-family: 'SUIT';font-size:22px;font-weight:700;color:#111;line-height:1.45}
.tipImg li p span{font:inherit;color:#0F5CE9;}
.tipImg li img{margin:30px auto 0;}
.tipImg li:first-child img{margin:0 auto;}

.IntroGate{width:100vw;height:100vh;}
.btn_skip{position:fixed;left:50%;bottom:7.4vh;margin-left:-40px;padding:24px 0;width:80px;height:80px;border-radius:50%;border:1px solid #fff;text-align:center;z-index:500;}
.btn_skip span{color:#fff;font-size:18px;line-height:32px;font-weight:400;}
.btn_skip:hover,.btn_skip:active{background:#0F5CE9!important;border-color:#0F5CE9!important;}
.btn_skip:hover span,.btn_skip:active span{color:#fff!important;}
.introswiper{height:100%;}
.introswiper .swiper-slide{height:100%;}
.introswiper .swiper-slide .txtAni{position:absolute;left:50%;top:50%;padding-bottom:30px;z-index:100;transform: translate(-50%, -50%);width:1330px;text-align:center;}
.introswiper .swiper-slide.swiper-slide-active .txtAni{animation:fadeUp 1200ms ease-in;}
.introswiper .swiper-slide .txtAni p{font-size:60px;line-height:1.5;color:#fff;font-weight:600;text-align:center;}
.introswiper .swiper-slide .txtAni p span{font:inherit;color:#1FB9FC;}
.introswiper .swiper-slide.bl .txtAni p{color:#111;}
.introswiper .swiper-slide.bl .btn_skip{border-color:#333;}
.introswiper .swiper-slide.bl .btn_skip span{color:#333;}
.introswiper .swiper-slide .btn_start{margin:80px auto 0;padding:0 50px;width:222px;display:block;height:66px;border-radius:33px;background:#0F5CE9;}
.introswiper .swiper-slide .btn_start span{font-size:26px;line-height:66px;font-weight:600;color:#fff;padding-right:32px;background:url(/resources/images/learnPsy/common/btn_link_arr.png) no-repeat right center;}
.introswiper .swiper-slide .txtAni img{margin:0 auto;}
.introswiper .swiper-slide .bgImg{position:relative;height:100%;}
.introswiper .swiper-slide .bgImg img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;object-fit: cover}
.introswiper .swiper-pagination-progressbar{top:auto;bottom:0;height:10px;background:#fff;}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: linear-gradient(90deg, #1FB9FC 0%, #0F5CE9 100%);}

@keyframes fadeUp {
  0%{transform:transLate(-50%,0);opacity:0;}
  40%{transform:transLate(-50%,-50%);opacity:1;}
}

[class^="share_pop"].type1 .urlBtn ul li{border:none;}
.data_list.kitlist ul li .share_pop.type1{bottom:50%;left:50%;transform:translate(-50%,50%)}
.data_list.themelist ul li .share_pop.type1{bottom:50%;transform:translateY(50%)}
.data_list.themelist ul li .share_pop.type1 .urlBtn ul{flex-direction: row;justify-content:flex-start;}
@media screen and (max-width:1340px){
  .header .top_gnb{padding:0 32px;}
  .sub_bg01 .video_area{max-width:96%;}
  .sub_contents .inner{max-width:96%;}
  .sub_03 .step_tap{max-width:96%}
  .sub_03 .step_conts{}
  .sub_03 .step_conts li{margin-right:0;padding:0 32px;}
  .evt_swiper_wrap .swiper-btn-wrap .swiper-btn{z-index:10;width:40px;height:40px;background-size:cover;}
  .evt_swiper_wrap .swiper-btn-wrap .swiper-prev{left:10px;}
  .evt_swiper_wrap .swiper-btn-wrap .swiper-next{right:10px;}
  .overall .meta_01 .inner{padding:8.5vw 3.9vw;flex-direction:column-reverse;justify-content: center;gap:40px;}
  .self .meta_02 .inner{padding:8.5vw 3.9vw;flex-direction:column-reverse;justify-content: center;gap:40px;}
  .inner .rst_sample .rst_body .downWrap{justify-content: center;}
  .inner .rst_sample .rst_body .downWrap a{flex:none;}
  .inner .rst_sample{margin:0 auto;width:100%;}
  .tblBox{margin:40px 3.9vw;}
  .kit-notice{margin:40px 3.9vw;padding:3.65vw 3.65vw 3.65vw 23.65vw;}
  .kit-notice:before{left:3.9vw;}
  .theme-notice{margin:40px 3.9vw;padding:3.65vw 3.65vw 3.65vw 230px;}
  .tip-notice{margin:40px 3.9vw;padding:3.65vw 3.65vw 3.65vw 20.73vw;}
  .tip-notice:before{left:3.6vw;}
  .tipImg{max-width:96%;}
  .infoLaw{margin:8.5vw 3.9vw 9.75vw}
}
@media screen and (max-width:1080px){
  .v-mo{display:block;}
  .v-pc{display:none;}
  .header{min-width:100%;}
  .header .top_common article{padding:0 32px;}
  .header .top_common .left_module{position:relative;}
  .header .top_common.v-mo .left_module .bg_blue{padding-right:24px!important;background: rgba(15, 92, 233, 0.15) url(/resources/images/learnPsy/common/ico_top_arr_m.png) no-repeat right 10px center / 8px auto ;color:#0F5CE9;font-weight:600;}
  .header .top_common.v-mo .left_module .bg_blue:active,.header .top_common .left_module .bg_blue:focus{background: rgba(15, 92, 233, 0.15) url(/resources/images/learnPsy/common/ico_top_arr_m.png) no-repeat right 10px center / 8px auto ;color:#0F5CE9;font-weight:600;}
  .header .top_common.v-mo .left_module .pad_nav{position:absolute;bottom:-5px;display:none;transform:translateY(100%);padding:20px;width:202px;background:#fff;box-shadow: 0 2px 15px 0 #00000033;border-radius:14px;}
  .header .top_common.v-mo .left_module .pad_nav.show{display:block;}
  .header .top_common.v-mo .left_module .pad_nav:active,.header .top_common .left_module .pad_nav:active{background-color:#fff;}
  .header .top_common.v-mo .left_module .pad_nav a{padding:0;display:block;font-size:16px;font-weight:600;color:#333;line-height:24px;}
  .header .top_common.v-mo .left_module .pad_nav a:hover,.header .top_common .left_module .pad_nav a:active{color:#0F5CE9}
  .header .top_common.v-mo .left_module .pad_nav a + a{margin-top:12px;}
  .header .top_common.v-mo .left_module .btn_samquiz{padding:0;margin:12px 0;display:block;height:auto;font-size:16px;font-weight:600;color:#333;line-height:24px;background:url(/resources/images/learnPsy/common/ic_sam_arr_m.png) no-repeat left 52px top / 12px auto;}
  .header .top_common.v-mo .left_module .btn_samquiz.active,.header .top_common .left_module .btn_samquiz:active{background:transparent url(/resources/images/learnPsy/common/ic_sam_arr_m.png) no-repeat left 52px top -24px / 12px auto;color:#0F5CE9}
  .header .top_common.v-mo .left_module .btn_samquiz ul{display:none;padding:5px 12px;position:relative;background:#f4f4f4;}
  .header .top_common.v-mo .left_module .btn_samquiz li{display:inline-block;white-space: normal;}
  .header .top_common.v-mo .left_module .btn_samquiz li a{font-size:14px;font-weight:600;color:#7c7c7c;line-height:24px;}
  .header .top_common.v-mo .left_module .btn_samquiz li a:active{color:#0F5CE9;text-decoration: none;}
  .header .top_common.v-mo .left_module .btn_samquiz li + li::before{width:3px;height:3px;vertical-align: middle;background: rgba(83, 86, 93, 0.5);border-radius:50%;}
  .header .top_common.v-mo .left_module .btn_samquiz.active ul,.header .top_common .left_module .btn_samquiz:active ul{display:block;}
  .header .top_gnb{padding:0 3.9vw;height:10.97vw;}
  .header .top_gnb .logo{width:30.6vw;height:2.19vw;background-size:contain;}
  .header .top_gnb ul{gap:5.12vw;}
  .header .top_gnb ul li a{font-size:2.195vw;}
  .header .top_gnb ul li .top_subLayer{bottom:-31px;}
  .header .top_gnb ul li:last-child .top_subLayer{left:90%;transform:translate(-90%,100%)}
  .fixed .header .top_gnb{height:72px;}
  .introswiper .swiper-slide .txtAni{width:100%;padding:0 9.15vw;}
  .introswiper .swiper-slide .txtAni p{font-size:5.85vw;word-break: keep-all;}
  .btn_skip{bottom:12.195vw;padding:4.15vw 0;margin-left:-6.097vw;width:12.195vw;height:12.195vw;}
  .btn_skip span{font-size:2.43vw;line-height:3.9vw;}

  .mainVisual .mainBtn{width:100%;padding:0 3.9vw;align-items: stretch;}
  .mainVisual .mainBtn div{padding:4.87vw;height:51.82vw!important;justify-content:flex-start;}
  .mainVisual .mainBtn div h3{font-size:3.66vw;line-height:1.5;}
  .mainVisual .mainBtn div p{font-size:2.19vw;line-height:1.7;}
  .mainVisual .mainBtn div a{margin:15px auto 0;width:178px;}
  .mainVisual .mainBtn div a span{}
  .mainVisual .mainBtn .btn_learnPsy{width:calc(50% - 10px);}
  .mainVisual .mainBtn .btn_learnPsy h3{padding-top:10.37vw;background-size:8.5vw auto;}
  .mainVisual .mainBtn .btn_social{width:calc(50% - 10px);}
  .mainVisual .mainBtn .btn_social h3{padding-top:10.37vw;background-size:8.5vw auto;}
  .mainVisual .mainBtn div:hover,.mainVisual .mainBtn div:active{width:auto;flex:1;}
  .mainPreview.fp-auto-height{height:auto!important;background:#69aaf5 url(/resources/images/learnPsy/layout/previewBg_mo.png) no-repeat center top / cover;}
  .mainPreview .inner{padding:10.97vw 0;}
  .mainPreview .inner:after{margin-left:0;left:auto;right:0;width:23.78vw;height:26.58vw;background-size:cover;}
  .mainPreview .inner .video_area{max-width:68.53vw;}
  .inner .title span{font-size:2.43vw}
  .inner .title h2{font-size:4.39vw}
  .mainReview.fp-auto-height{height:auto!important;}
  .mainReview .inner{padding:10.97vw 0;}
  .mainReview .inner .title h2{font-size:4.39vw}
  .video_area .btn_play{width:80px;height:80px;}
  .video_area .btn_play span{background-size:24px auto;}
  .card-item{width:368px;}
  .card-item .card-txt p{font-size:17px;}
  @keyframes rolling{
    0% {
      transform: translateX(0px);
    }
    100% {
      transform:translateX(calc(0% - (368px + 20px) * 20));
    }
  }

  .mainQna .inner{padding:10.97vw 3.9vw;height:105vw;}
  .mainQna .inner .article{flex-direction: column;}
  .mainQna .inner .title{margin:0;padding:0;}
  .mainQna .inner .title h2{font-size:4.39vw;}
  .mainQna .inner .article .qnabox{margin-left:auto;width:80.365vw;}
  .qnabox div{width:100%;padding:8.29vw 4.87vw;}
  .qnabox div p{font-size:2.43vw;line-height:1.6}
  .qnabox div .btn_blue{padding:0 3.65vw;}
  footer .info__menu li a{font-size:16px;}
  footer .info__top li{flex-wrap:wrap;gap:0;}
  footer .info__top li span:first-child{width:100%;padding:0;}
  footer .info__top li span:first-child:after{content:none;}
  footer .info__top li span:after{right:7px;}
  .sub_bg01 .sub_head p{font-size:3.4vw;}
  .sub_contents{padding:30px 0;}
  .sub_contents .inner{max-width:100%;}
  .locate{max-width:100%;padding:0 3.9vw;}
  .sub_bg01{padding-bottom:10.97vw; background-size:cover;}
  .sub_bg01 iframe:before{content:'';display:block;padding-top:56.25vw}
  .sub_bg01 iframe,.sub_bg01 .video_area{position:relative;width:68.53vw;height:auto;}
  .sub_bg01 iframe *{margin:0;}
  .sub_nav{width:88.3vw;}
  .sub_nav ul li a{display:block;}
  .sub_nav ul li.on a, .sub_nav ul li:focus a{display:block;word-break:keep-all;}
  .sub_nav p{padding:1.21vw;word-break: keep-all;}
  .sub_02 .inner{padding:6.09vw 3.9vw 10.97vw;height:73.17vw;background-size:38vw auto;align-items: flex-start;}
  .sub_02 .inner .txtBox h3{padding-top:12.19vw;font-size:4.39vw;background-size:8.5vw auto;}
  .sub_03 h2{font-size:4.39vw;}
  .sub_03 .step_tap{margin:40px auto 0;padding:0 1.7vw;gap:1.7vw;}
  .sub_03 .step_tap li a{padding:1.7vw;gap:1.7vw;}
  .sub_03 .step_tap li a span{width:50px;height:50px;line-height:50px;font-size:28px;}
  .sub_03 .step_tap li a div{flex:1;}
  .sub_03 .step_tap li a div h5{font-size:20px;}
  .sub_03 .step_tap li a div p{font-size:14px;word-break: keep-all;}
  .sub_03 .step_conts li{padding:0 1.7vw;margin-right:0;}
  .inner .title{margin:10.97vw auto 0;}
  .inner .title p.mt30{margin-top:20px;}
  .sub_04 .inner .evt_swiper_wrap{margin-top:40px;}
  .sub_04 .inner .evt_swiper_wrap .thumb{padding:0 1.7vw;}
  .sub_04 .inner .qna{margin:40px auto 0;}
  .sub_04 .inner .qna li{padding:0 3.9vw;}
  .sub_04 .inner .qna li .quiz a{font-size:2.43vw}
  .sub_04 .inner .qna li.on .quiz a, .sub_04 .inner .qna li .quiz a:hover{border-width:2px;}
  .sub_04 .inner .qna li .answer:before{right:-3.9vw;width:21.95vw;height:26.58vw;background-size:100% auto;}
  .sub_04 .inner .qna li .answer{flex-direction:column;}
  .sub_04 .inner .qna li .answer .txtBox{margin-top:20px;padding-right:15vw;}
  .sub_04 .inner .qna li .answer .txtBox p{font-size:2.19vw}
  .self .inner .evt_swiper_wrap{margin-top:40px;}
  .self .inner .evt_swiper_wrap .thumb{padding:0 1.7vw 15px;}
  .btn--top{bottom:120px;}
  .btn--top.sticker{bottom:550px}
  .overall .sub_tit_02{font-size:5.85vw;}
  .overall .meta_01 .inner{}
  .overall .inner .evt_swiper_wrap .swiper-pagination{bottom:0;}
  .overall .inner .evt_swiper_wrap .thumb{padding:0 1.95vw 15px;}
  .sub_tit_03,.sub_tit_04,.sub_tit_05{font-size:5.85vw;}
  .edu_intro .inner{padding:10.97vw 3.9vw 64vw;height:auto;background-size:auto 53.53vw;background-position:center bottom 8vw;}
  .cartoon ul{margin: 40px 3.9vw;}
  .cartoon ul p br{display:none;}</div>470
  .Data__tab{overflow-x:auto;}
  .Data__tab ul{white-space: nowrap;padding:0 3.9vw;}
  .Data__tab ul li{flex:none;}
  .Data__tab ul li a{min-width:11.27vw;padding:0 3.9vw 16px;font-size:2.43vw;}
  .tit_wrap{padding:0 3.9vw;}
  .tit_wrap h3{flex:1;}
  .tit_wrap h3 .titPopAlert{margin-top:10px;margin-left:0;width:63.78vw;padding:1.21vw 4.63vw 1.21vw 1.7vw;}
  .tit_wrap h3 .titPopAlert p{font-size:1.7vw;}
  .tit_wrap .moduleBtn{width:210px;align-items: flex-start;height:44px;}
  .data_list.kitlist{margin-top:3.65vw;padding:0 3.9vw;}
  .data_list.kitlist ul{gap:40px 20px;}
  .data_list.kitlist ul li{width:calc(50% - 10px);}
  .data_list.kitlist ul li .titbox .tit{font-size:18px;}
  .data_list.themelist{margin-top:4.63vw;padding:0 3.9vw;}
  .data_list.themelist ul li{gap:3.65vw;}
  .data_list.themelist ul li .data_cont{width:41.46vw;}
  .data_list.themelist ul li .img{height:255px;}
  .data_list.themelist ul li .img img{width:auto;min-width:100%;object-fit: cover;}
  .data_list.themelist ul li .titbox{width:45.11vw;padding:3.65vw 3.65vw 3.65vw 0;}
  .data_list.themelist ul li .chk_cont{right:3.65vw;top:2.2vw;}
  .data_list.themelist ul li .titbox .tit{width:100%;font-size:2.19vw;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
  .data_list.themelist ul li .titbox .subtxt{font-size:1.82vw;height:45px;}
  .tipImg{margin:60px 3.9vw 80px;max-width:100%;}
  .tipImg li p{font-size:2.43vw;}
  .tipImg li:first-child img{max-width:100%;}
  .tipImg li img{max-width:93%;}
  .fixed .header .top_gnb{height:72px;}
  .fixed .header .top_common{display:none;}
  .infoLaw{padding:3.6vw;flex-direction:column;align-items: flex-start;}
  .infoLaw .btn_link{margin-top:2.43vw;}

}

@media screen and (max-width:720px){

}

@media screen and (max-width:1080px) and (orientation:landscape){
  .quick.open:before{display:none;}
  .quick__list{display:none;}

}





