@charset "utf-8";
/* CSS Document */
@font-face {font-family: 'UhBeeSe_hyun';src: url('/fonts/UhBeeSe_hyun.eot');}
@font-face {font-family: 'UhBeeSe_hyun';src: url('/fonts/UhBeeSe_hyun.woff') format('woff');}
@font-face {font-family: 'seolleimcool-SemiBold';src: url('/fonts/SEOLEIMcool.eot');}
@font-face {font-family: 'seolleimcool-SemiBold';src: url('/fonts/SEOLEIMcool.woff') format('woff');}
html, body{
	height:100%;
	
}
@media (max-width: 767px) { 
  html, body{
	font-size:15px
  }
}
@media (min-width: 768px) {
  html, body{
	font-size:16px
  }	
}
 
body{
    font-family: 'Noto Sans KR', sans-serif;
	line-height:1.5;
	color:#2a2a2a;
	overflow-y:scroll;
	overflow-x:hidden;
}
h1,h2,h3,h4{
	line-height:1.25
}
.btn{
	transition: all ease-in-out .8s;
}
.line-height-15{
	line-height:1.5;
}
.btn, button:focus, input:focus, button:active, input:active, .form-control:focus, .form-control:active,  a:focus, a:active{
	outline: 0 !important;
	box-shadow: none !important;
}
.btn{
	cursor:pointer;
}
a{
	cursor:pointer;
}
a:hover{
	color:#dd4e20;
}
.form-control:focus, .form-control:active, .form-select:focus, .form-select:active, .board-form .form-select:hover, .board-form .form-select:focus {
	border: 1px solid #ff457e;
	outline:0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px rgb(255 255 255) inset !important;
    -webkit-text-fill-color: #495057 !important;
}
.custom-control-label::before {
    position: absolute;
    top: 0rem;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
	border-radius: .2rem;
}
.custom-control-label::after {
    position: absolute;
    top: .2rem;
    left: -1.25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-control-label::before, .custom-file-label, .custom-select {

}
.custom-checkbox label{
	padding-left:.5rem;	
}
.font-weight-300{
	font-weight:300
}
.font-UhBeeSe_hyun{
	font-family: 'UhBeeSe_hyun';
}
.bg-line-gray {
	background-color:#ffffff;	
	border:1px dashed  #dddddd;
	border-radius:.5rem;	
}
.bg-blue{
	background-color:#5d97fa;
	color:#ffffff!important;
}
.bg-line-blue{
	border:1px solid #5d97fa;
	background-color:#ffffff;
	color:#5d97fa!important;
}
.bg-purple-st1{
	background-color:#987dc3;
	color:#ffffff;
}
.bg-purple-st2{
	background-color:#8d6cc2;
	color:#ffffff;
}
.bg-purple-st3{
	background-color:#825bc2;
	color:#ffffff;
}
.bg-purple-st4{
	background-color:#7748c2;
	color:#ffffff;
}
.bg-purple-st5{
	background-color:#6a34c0;
	color:#ffffff;
}
.bg-sky{
	background-color:#14cfe5;
	color:#ffffff!important;
}
.bg-yellow{
	background-color:#ffbe00;
	color:#ffffff!important;
}
.bg-green {
    background-color: #88d914;
    color: #ffffff;
}
.bg-white{
    background-color: #ffffff;
}
.bg-red {
    background-color: #ed71a3;
    color: #ffffff;
}
.bg-brown {
    background-color: #835c39;
    color: #ffffff;
}
.bg-d-blue {
    background-color: #003e89;
    color: #ffffff;
}
.bg-light-gray{
	background-color:#ebeff4	
}
.btn-sky{
	background-color:#14cfe5;
	color:#ffffff!important;
	border:0;	
}
.btn-sky:hover{
	background-color:#11afc1;
	color:#ffffff!important;
	border:0;	
}
.btn-yellow{
	background-color:#ffbe00;
	color:#ffffff!important;
	border:0;		
}
.btn-yellow:hover{
	background-color:#ffa200;
	color:#ffffff!important;
	border:0;	
}
.btn-blue{
	background-color:#5d97fa;
	border:0;
	color:#ffffff;
}
.btn-blue:hover{
	background-color:#3c83fd;
	border:0;
	color:#ffffff;
}
.btn-red{
	background-color:#e34786;
	border:0;
	color:#ffffff!important;
}
.btn-red:hover{
	background-color:#ba225f;
	border:0;
	color:#ffffff!important;
}
.btn-green{
	background-color:#26ac85;
	color:#ffffff!important;
	border:0;		
}
.btn-green:hover{
	background-color:#16946f;
	color:#ffffff!important;
	border:0;	
}
.bg-light-gray{
	background-color:#fafcf6!important;
}
.text-sky{
	color:#14cfe5
}
.text-yellow{
	color:#ffbe00
}
.text-red{
	color:#ed71a3;	
}
.text-blue{
	color:#5d97fa;
}
.text-brown{
	color:#835c39
}
.text-green {
    color: #88d914;
}
.fill-wh{
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.2963;
    stroke-miterlimit: 10;	
}
.pb-6 {
    padding-bottom: 4rem;
}
.pt-6 {
    padding-top: 4rem;
}
.w-9rem{
	width:9rem
}
.icon-fill{
	fill:#ffffff;
}
/***header***/
header{
	background-color: #ffffff;;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    z-index: 100;	
}
header .nav-link{
	font-size:1.2rem;
}
header .member-l{
	width:5rem;
	height:5rem;
	display:inline-block;
	border-radius:50%;
	position:relative;
	font-size:.9rem;	
	line-height:1.2;
}
header .member-l:after{
	display:none;
}
header .member-l img{
	width:2.2em;
	margin-bottom:1rem;
}
header .member-l img.student {
    width: 2.1em;
    margin-bottom: 2rem;
}
header .member-l .title{
	position:absolute;
	bottom: .85rem;
	left:0;
	right:0;
	text-align:center;
	color:#ffffff;
}
header .logout{
	font-size:.9rem;
}
header .user-name {
	border-left:1px solid #dddddd; 
	max-width: 120px;
	line-height:1.2;
}
header .member-l.teacher-menu{
	vertical-align:middle;
	line-height:1.2
}
header .navbar-brand img{
	width:100%
}
.header .navbar-nav .dropdown .dropdown-menu{
	border:0;
	background-color:transparent;
}		
.header .navbar-nav .dropdown .dropdown-menu .dropdown-menu-list{
	border:0;
	background-color: rgba(255,255,255,.95);
}	
.header .navbar-nav .dropdown .dropdown-menu .dropdown-menu-list a{
	color:rgba(0,0,0,.7);
		padding:.5rem 1rem;
		border-bottom:1px solid rgba(0,0,0,.125);
		color:#ed71a3
}	
.header .navbar-nav .dropdown .dropdown-menu .dropdown-menu-list a:last-child{
	border-bottom:0;
}		
.header .navbar-nav .dropdown .dropdown-menu .dropdown-menu-list a:hover{
	color:#d64a82;	
	background-color:transparent;		
}	
header .dropdown-menu-login .form-control{
	padding-left:2.5rem;
	border-radius:100px;
}
header .dropdown-menu-login .form-control:focus{
	border:1px solid #ff457e;
}
header .dropdown-menu-login .login-id-box, header .dropdown-menu-login .login-password-box{
	position:relative;
}
header .dropdown-menu-login img{
    width: 1.2rem;
    background-position: .5rem center;
    background-repeat: no-repeat;
	position:absolute;
	top:50%;
	margin-top:-.6rem;
	left:.7rem;
}
header button{
	transition: all ease-in-out .5s;
}	
header .member-l.teacher-menu.teacher-menu-mv{
	width:6rem;
	height:6rem;
	font-size: .97rem;
	padding-top:1.1rem!important;
}
header .member-l.teacher-menu.teacher-menu-mv svg{
	transform: scale(1.3) 
}
header .school-contact-label{
	position:absolute;
	top:-.7rem;
	left:-.5rem;
	background-color:#5d97fa;
	color:#ffffff;
	font-size:.75rem;
	padding:.3rem .5rem;
	border-radius:100px;
}
/*main*/
main, footer{
	word-break:keep-all;
	margin:0 auto;
	position:relative;
}
.main-visual{
	background-image:url(../img/visual-bottom.svg);
	background-position: center bottom;
	background-size:100%;	
	background-repeat:no-repeat;
	overflow:hidden;
	width:100%;
	letter-spacing:-1px;
}
.main-visual-2024{
	/*background-image:url(../img/visual-bg-school-summer.jpg);*/
	background-image:url(../img/visual-bg-school.jpg);
	background-position: center;
	background-size:cover;	
	background-repeat:no-repeat;
	overflow:hidden;
	width:100%;
	letter-spacing:-1px;
	height:100vh;
}
.main-visual-2024 .main-visual-group{
	height:100vh;
	position:relative;
}
.main-visual-2024 .main-visual-img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 38rem;
    min-width: 20rem;
    width: 100%;
}
.main-visual .main-cloud{
	width:70%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	min-width:20rem;
	max-width:1500px;
}
.main-visual .main-visual-img{
	min-height:50rem;
	background-image:url(../img/bottom-girl.png);
	background-position: right bottom;
	background-repeat:no-repeat;
	background-size:50%;
}
.main-visual-2024 .main-visual-img-2024{
	min-height:50rem;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
.main-visual .main-visual-top-img{
	width: calc(4.5rem + 1vw);
}
.main-visual-2024 .head-copy{
	text-align:center;
	padding-top: 150px!important;
	color:#ffffff!important;
	text-shadow: 0px 0px 10px #195baf;
position: relative;
    z-index: 10;	
}
.main-visual-2024 h1{
	font-size: calc(18px + 1.5vw);	
	 font-family: 'seolleimcool-SemiBold';
	 color:#ffffff;
}
.main-visual h1{
	font-size: calc(35px + 1.5vw);
	font-weight:700;
	color:#ff932e;
}
.main-visual h3{
	font-size: calc(22px + .95vw);
}
.section1{
	background-color:#f5f0e1;
	position:relative;
}
.section1 .cloud{
	width:100%;
	height:4rem;
	left:0;
	top:0;
	position:absolute;
	background-image:url(../img/cloud2.svg);
	background-size:contain;
	background-position:center top;
	background-repeat:no-repeat;
}
.section1 .head-copy{
	padding:5rem 0 2rem 0;
}
.section1 .bottom-img{
	margin-top: 3rem;
	width: 80%;
	max-width: 15rem;
	display: inline-block;
}
.section1 .eyebrow{
	background-color:#88e1ec;
	color:#ffffff;
	padding:.8rem 1rem;
	position:relative;
	border-radius:100px;
}
.section1 .eyebrow:before{
	content: '';
	position: absolute;
	left: 50%;
	top:-5rem;
	width: 1px;
	height: 5rem;
	background-color: #88e1ec;
	display: block;
}
.section1 .acc-line{
	background-image:url(../img/acc01.png);
	height:22px;
	background-position:center top;
}
.section2{
	padding: 5rem 0 2rem 0
}
.section2 .falt{
	position:relative;
}
.section2 .falt .comment{
	position: absolute;
	bottom: -.5rem;
	width: 8rem;
	border-radius: 100px;
	left: 50%;
	margin-left: -4rem;
	font-size: .85rem;
	padding: .3rem 0;
}
.section2 .grade {
    border-radius: 100px;
    padding: 0.3rem 1rem;
    text-align: center;
    position: absolute;
    top: -1.2rem;
    left: 0;
}
.section2 .year {
    border-radius: 100px;
    padding: 0.5rem 1rem;
    text-align: center;
    position: absolute;
    top: -1.2rem;
    right: 0;
}
.section2 .step-img{
	width:5rem;
}
.section2  .book-title{
	border-radius:.5rem;
	padding:1rem .8rem .8rem .8rem;
	position:relative;
	letter-spacing: -1px;
}
.section2  .book-title .steps{
height: 2rem;
    width: 5rem;
    border-radius: 100px;
    margin-left: -2.5rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: -1rem;
    line-height: 2rem;
    font-size: .9rem;
}
.section2  .book-title.bg-green .steps{
	background-color:#60ba0f
}	
.section2  .book-title.bg-yellow .steps{
	background-color:#ff9600
}	
.section2  .book-title.bg-sky .steps{
	background-color:#14ace5
}	
.section2  .book-title.bg-blue{
	background-color:#ffffff;
	border:1px solid #5d97fa;
	color:#656565!important;
}	
.section2  .book-title.bg-blue .steps{
background-color: #ffffff;
    border: 1px solid #5d97fa;
    color: #5d97fa;
	width:4rem;
	border-radius:100px;
	margin-left:-2rem;
}	
.section2 .fill-box {
    width: 20px;
    display: inline-block;
}
.section3{
	padding: 0 0 4rem 0
}
.section3 .level-test{
	width:10rem;
	border-radius:50%;
	display:inline-block;
	overflow:hidden;
	margin-bottom:.5rem;
}
.section4{
	padding: 0 0 5rem 0
}
.section5{
	padding:5rem 0 10rem 0;
	background-color:#f5f0e1
}
.section5 .point-img{
	width:5rem;
}
.login-group{
	border:0;
}
.login-group .input-id{
	background-image:url('../img/user-id.svg');
}
.login-group .input-password{
	background-image:url('../img/user-password.svg');
}
.login-group .btn-closed img, .contactUs-modal .btn-closed img{
	width:2rem;
	height:2rem;
}
.login-img{fill:#ffa200;}
.contact-img{fill:#14cfe5;}
.login-group label{
	color:#ffa200!important;
	font-weight:bold;
}
.login-group .input-box{
	background-color:#eff3f6!important;	
	border-radius:100px;
	padding:0 3rem;
	background-position:1rem center;
	background-repeat:no-repeat;
	background-size:1.3rem 1.3rem;		
}
.login-group input, 
.login-group input:hover, 
.login-group input:focus, 
.login-group input:active{
	background-color:#eff3f6!important;
	border:0;
	color:#000000!important;
	border-radius:100px;
	text-align:center;
	height:auto;
	padding:.8rem 1.5rem;		

}
.login-group .btn{
	padding:.7rem 2rem;
	border-radius:100px;
	color:#ffffff!important;
	border:0;
}
.login-group input:-webkit-autofill,
.login-group input:-webkit-autofill:hover,
.login-group input:-webkit-autofill:focus,
.login-group input:-webkit-autofill:active {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-transition: background-color 9999s ease-out;
 -webkit-box-shadow: 0 0 0px 1000px #eff3f6 inset !important;
	border:0;
	height:auto;
}
.col-66{
	width:100%;
	padding-right: 15px;
    padding-left: 15px;
-ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
.col-77{
	width:100%;
	padding-right: 15px;
    padding-left: 15px;
-ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}
.col-55{
	width:100%;
	padding-right: 15px;
    padding-left: 15px;
-ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}
.col-88{
	width:100%;
	padding-right: 15px;
    padding-left: 15px;
-ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.col-88 .bridge{
	width:5.5rem;
	height:5.5rem;
	border-radius:50%;
}
	.col-44 {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
.steps-flow	.dot{
	width:.6rem;
	height:.6rem;
	border:1px solid #dee2e6;
	background-color:#ffffff;
	border-radius:50%;
}
.steps-flow	.mdot{
    width: 2rem;
    height: 2rem;
    background-color: #825bc2;
    border-radius: 50%;
    position: relative;
    background-image: url(../img/icon-next-wh.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;	
}
.steps-flow:before{
	content:'';
	width:100%;
	height:1px;
	background-color:#dee2e6;
	position:absolute;
	left:0;
	top:1.3rem;
}
.steps-flow:after{
	content:'';
	width:1px;
	height:2rem;
	background-color:#dee2e6;
	position:absolute;
	left:50%;
	top:1.3rem;
	z-index:-1;
}
.steps-flow	.mdot-s{
	width:1.2rem;
	height:1.2rem;
	border:1px solid #5d97fa;
	background-color:#ffffff;
	border-radius:50%;
	position:relative;
    background-image: url(../img/icon-plus-blue.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;		
}
.steps-flow	.mdot-s:before{
	content:'';
	position:absolute;
	width:3rem;
	height:3rem;
	background-image:url(../img/icon-new.svg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100%;
	left:-3.2rem;
	top:-.1rem;
}
.steps-flow	.dot-s{
	width:.4rem;
	height:.4rem;
	border:1px solid #dee2e6;
	background-color:#dee2e6;
	border-radius:50%;
}
.steps-flow	.line{
	width:.2rem;
	height:1px;
	background-color:#dee2e6;
}
.steps-flow	.dot.active{
	border:1px solid #ed71a3;
	background-color:#ed71a3;	
}
.steps-flow .dot-s.active{
	border:1px solid #5d97fa;
	background-color:#5d97fa;	
}
.yesican-bear{
	width:100%;
	max-width:30rem;
}
/*yes i can 이렇게 사용하세요*/
.yesicanGuide-box{
	position:relative;
	padding-left:3.5rem;
}
.yesicanGuide-box .num{
	position:absolute;
	top:0;
	left:0;
	width:2.5rem;
	height:2.5rem;
	border-radius:.25rem;
}
/*강사영상가이드*/
.teacherMV-card, .teacherMV-card .card-footer{
	background-color:##f1f3f3!important
}

.teacherMV-card label {
    position: absolute;
    z-index: 2;
    padding: 0.4rem 1rem;
	left: -1px;
	top: -0.6rem;
    font-size: .87rem;
    border-radius: 100px;
}
.teacherMV-card.ready{
	filter: grayscale(100%);
}
/*이북*/
.teachers-menu-group{
	border-bottom:3px solid #e88073;	
}
.teachers-menu{
	background-color:#ffffff;
}
.teachers-menu .nav-item{
	border:1px solid #e88073;
	padding:.8rem .25rem;
	color:#e88073;
	margin-left:-1px;
	border-top:0;
	border-bottom:0;
	letter-spacing:-1px;
}
.teachers-menu .nav-item:hover{
    background-color: #e88073;
    color: #ffffff;
	text-decoration:none;
}
.mobile-teachers-menu{
	position:relative;
}
.nav-pills.mobile-teachers-menu .nav-link {
    color: #ffffff;
    background-color: #e88073;
}
.sub-header{
	padding: 10rem 0 2rem 0;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	word-break: keep-all;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	border-bottom: 1px solid #dddddd;
}
.sub-header h5{
	color:#c9a166;
}
.sub-header-img07{
	background-color:#372f2e;
}
.btn-download img{
	width:1.2rem;
	height:1.2rem;
}
.book-title h3{
	margin-top:.5rem;
}
.book-img{
    max-width: 750px;
    width: 100%;
}
.book-img-m{
    max-width: 950px;
    width: 100%;
}
.book-img-s{
	max-width:100%;
}
.book-img-ss{
    max-width: 450px;
    width: 100%;
}
.book-item{
	border-bottom:1px dotted #cccccc;
}
.book-title i{
	font-size:3rem;
	color:#e88073
}
.book-comp{
	width:5rem;
	height:5rem;
	background-color:#e88073;;
	color:#ffffff;
	border-radius:50%;
	text-align:center;
	display:inline-block;
}
.book-comp-title{
	color:#e88073;;
}
.book-comp span{
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.book-comp small, .book-comp span{
	display:block;
	width:100%;
}
.book-comp .icon-book1{
	width:2rem;
	display:inline-block;
}
.book-comp .icon-book2{
	width:1.6rem;
	display:inline-block;
}
.book-comp .icon-book3{
	width:2.6rem;
	display:inline-block;
}
.book-comp .icon-cd{
	width:2.4rem;
	display:inline-block;
}
.book-comp .icon-device{
	width:2.8rem;
	display:inline-block;
}
.book-comp .icon-book1 img, .book-comp .icon-book2 img, .book-comp .icon-book3 img{
	width:100%;
	display:inline-block
}
.book-list-menu-group .dropdown-menu{
	position: relative!important;
    width: 100%;
    margin: 0!important;
	min-width:auto;
    border: 0;
    padding: 0;
	transform: inherit!important;
	z-index: 1;
	background-color:transparent;
	border-radius:0;
}
.book-list-menu-group .dropdown-menu a{
	font-size:.92rem;
}
.book-list-menu-group .list-group-item {
    padding: .75rem 0;
    margin-bottom:0;
    background-color: transparent;
	border:0;
	color:rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(0,0,0,.125);
	background-color:transparent;
}
.book-list-menu-group .list-group-item.active {
    color: #313131;
}	
.data-cate-sub-btn-group{
	border-bottom:1px solid #212121;
}
.data-cate-sub-btn-group.no-line{
	border-bottom:0;
}
.data-cate-sub-btn button{
	border:0;
	background-color:transparent;
	color:#aaaaaa;
}
.data-cate-sub-btn button:hover{
	background-color:transparent;
	color:#212121;	
}
.data-cate-sub-btn button.active, .data-cate-sub-btn button.active:hover{
	border:0;
	background-color:transparent;
	color:#e88073;
	position:relative;
}
.data-cate-sub-btn button.active:before{
	content:'';
	width:100%;
	height:4px;
	background-color:#e88073;
	position:absolute;
	bottom:-1px;
	left:0;
}
.ebook-booktitle{
	font-size:.92rem;
}
.ebook-img{
	max-height: 120px;
	max-width: 100%;	
}
.ebook-list-group{
	display:flex;
	padding: 0;
}
.ebook-list-group .list-group-item{
	display:inline-block;
	border:1px solid #dddddd;
	margin-left:-1px;
	border-radius:0!important;
	height:100%;
	color:#898989
}
.ebook-list-group .list-group-item.active{
	background-color:#e88073;
	color:#ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e88073;
	position:relative;
}
.nav-pills .nav-link {
    color: #efefef!important;
	background-color:#46555d
}
.board-PTL{ width:100%;  font-size:12px; background-color:#e1e1e1;}
.board-PTL thead th{background: #333333; color: #ffffff; padding:5px; font-weight:normal;}
.board-PTL thead td{background: #333333; color: #ffffff; text-align:center; padding:5px;  }
.board-PTL tbody th{background: #f9f9f9; padding:5px;  color: #4c4b4b; font-weight:normal;  border-bottom:1px solid #cccccc; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.board-PTL tbody td{ padding:5px; background-color:#ffffff; line-height:19px; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc;}
.pop_title{margin-bottom:1.5rem; margin-top:1.5rem}
.step-label{
	position:absolute;
	top:0;
	left:0;
	padding:.2rem 1rem;
	font-weight:bold;
	color:#ffffff;
    border-bottom-right-radius: 7px;	
}
.contact .form-control, .contact .btn-zip-search{
	padding: 6px 10px!important;
	height: 3rem!important;
}
.contact .btn-zip-search{
	padding: 0 10px!important;
	height: 3rem!important;
	line-height:calc(3rem - 2px);
}
.contact-proc{
	width:4rem;
	height:4rem;
	display:inline-block;
	font-size:1.4rem;
	border-radius:50%;
    line-height:4rem;
	display:inline-block;
}
.guide-tab li{
	border:1px solid #dddddd;
	margin-left:-1px;
}
.minh-500{
	min-height:50vh;
}
.contactUs-modal label{
	font-size:.87rem;
}
.contactUs-modal input, 
.contactUs-modal input:hover, 
.contactUs-modal input:focus, 
.contactUs-modal input:active{
	background-color:#eff3f6!important;
	border:1px solid #ccd6db;
	color:#5e6baf!important;
	border-radius:100px;
	height:auto;
	padding:.5rem 1.5rem;
}
.contactUs-modal input:disabled, 
.contactUs-modal input:disabled:hover, 
.contactUs-modal input:disabled:focus, 
.contactUs-modal input:disabled:active{
	background-color:#eeeeee!important;
	border:1px solid #ccd6db;
	color:#5e6baf!important;
	border-radius:100px;
	height:auto;
	padding:.5rem 1.5rem;
}
.contactUs-modal input:-webkit-autofill,
.contactUs-modal input:-webkit-autofill:hover,
.contactUs-modal input:-webkit-autofill:focus,
.contactUs-modal input:-webkit-autofill:active {
	 transition: background-color 5000s ease-in-out 0s;
	 -webkit-transition: background-color 9999s ease-out;
	 -webkit-box-shadow: 0 0 0px 1000px #eff3f6 inset !important;
	 -webkit-text-fill-color: #5e6baf !important;
	border:1px solid #ccd6db;
}
.contactUs-modal .btn-zip-search{
	    padding: .5rem 1.5rem;	
}
.contactUs-modal .title{
	color:#14cfe5
}
.contactUs-modal .modal-footer .btn{
	padding:.7rem 2rem;
	border-radius:100px;
	border:0;
}
.contactUs-modal .modal-footer{
    justify-content: center;
	    -ms-flex-pack: center;
}
footer{
	color:#989898;
	padding-top:3rem;
	padding-bottom:6rem;
	border-top:1px solid #dddddd;
}
footer .copyright {
	background-repeat:no-repeat;
	background-position:left top;	
	color:#989898
}
footer .copyright a{
	color:#989898
}
footer .logo-icamp {
	background-image:url(../img/logo-icamp.svg);
	background-size:4rem auto;	
	padding-top:4rem;	
	
}
footer .footer-menu a{
	color:#989898;
	text-decoration:none
}
footer .footer-menu a:hover{
	color:#313131;
}
footer .small, footer small {
    font-size: 85%;
}

@media (max-width: 1920px){
	h1 {
		font-size: calc(13px + 1.4vw);
	}
	h2{
		font-size: calc(13px + 1.2vw);
	}
	h3 {
		font-size: calc(13px + 1vw);
	}	
}
@media (max-width: 1024px){
	h1 {
		font-size: calc(20px + 2vw);
	}
	h2 {
		font-size: calc(18px + 1.5vw);
	}	
	h3 {
		font-size: calc(18px + 1.2vw);
	}	
}
@media (max-width: 990px){
	h1 {
		font-size: calc(22px + 1.9vw);
	}
	h2 {
		font-size: calc(21px + 1.7vw);
	}	
	h3 {
		font-size: calc(19px + 1.3vw);
	}
	.col-55{
		width:100%;
		padding-right: 15px;
		padding-left: 15px;
	-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-66 {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}		
	.col-44 {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}	
}
@media (max-width: 766px){
	h1 {
		font-size: calc(20px + 1.7vw);
	}
	h2 {
		font-size: calc(19px + 1.4vw);
	}	
	h3 {
		font-size: calc(18px + 1.1vw);
	}		
}
@media (max-width: 576px){
	h1 {
		font-size: calc(19px + 1.7vw);
	}
	h2 {
		font-size: calc(18px + 1.4vw);
	}	
	h3 {
		font-size: calc(17px + 1.1vw);
	}	
}

@media (min-width: 992px){
	.navbar-brand {
		width: 30%;
		max-width: 110px;
		line-height: 1;
	}	
	.header .navbar{
		padding:0;
		padding-top:2rem;
		padding-bottom:1rem;
	}
	.header .navbar-nav .nav-link, 	.header .navbar-nav .nav-text{
		font-weight:500;
		padding: .4rem 1rem;
		letter-spacing: -1px;
		display: inline-block;
	}
	header .member-l{
		margin-left:1.5rem;
	}	
	header .member-l.teacher-menu{
		margin-left:.2rem;
	}
	header .member-l.teacher-menu:first-child{
		margin-left:1rem;
	}	
	header .dropdown-menu-login{
		min-width:300px;
		left:auto;
		right: 0;
	}
	.header .navbar-nav .nav-item.contact{
		margin-left:2rem;
	}
	.header .navbar-nav .dropdown .dropdown-menu .dropdown-menu-list{
		padding-top:1rem;
	}	
	header .user-name{
		margin-left:1rem;
		padding-left:1rem;
	}
.main-visual-2024 .head-copy{
	padding-top: 220px!important;
}	
	.book-list-menu-group .dropdown-menu {
		display: block!important;
	}	
	footer .logo-icamp {
		background-size:4rem auto;	
		padding-left:5rem;
		padding-top:0;			
		
	}
}
@media (min-width: 1200px) {
	.main-visual{
		background-size:100%;	
	}	
}
@media (min-width: 1400px) {
	.main-visual{
		background-size:75%;	
	}	
}
@media (min-width: 2000px){
	.main-visual{
		background-size:60%;	
	}		
	.main-visual h1{
		font-size: calc(3.7rem);
	}
	.main-visual h3{
		font-size: calc(2.3rem);
	}	
	
}
@media (max-width: 1400px){
	.main-visual .main-visual-img {
		min-height: 45rem;
	}
}
@media (max-width: 1199px) {
	.main-visual .main-visual-img{
		min-height:40rem;
		background-size:40%;
	}	
}
@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 200px;		
    }
    .navbar-collapse.collapsing {
        height: calc(100vh - 54px);
        left: -220px;
        -webkit-transition: left 0s ease;
        -o-transition: left 0s ease;
        -moz-transition: left 0s ease;
        transition: left 0s ease;		
    }
    .navbar-collapse.show {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: auto;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 200px;
		z-index: 10000;
		background-color: #ffffff;
		overflow-y:auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
		box-shadow: 0px 20px 46px 0px rgba(0,0,0,0.25);		
    }	
	
	.navbar-toggler {
		position: absolute;
		z-index: 110;
		right: 0;
		top:1rem;
	}	
  #navbarToggler{
		position: fixed;
		top: 0;
		left: -270px;
		bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-top: 2rem;
		width: 270px;
		z-index: 10000;
		background-color: #ffffff;
		overflow-y:auto;
        transition: all 500ms ease-in-out;
		box-shadow: 0px 20px 46px 0px rgba(0,0,0,0.25);		
  }
  #navbarToggler.show{
    left: 0;
  }  
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
	.header{
		padding:0;
	}	
	.header .contact{
		margin-top:1rem;
	}	
	.navbar-brand {
		width: 30%;
		max-width: 100px;
		line-height: 1;
	}		
	.header .navbar-nav .dropdown{
		text-align:center;
	}
	.header .navbar-nav .dropdown button{
		display:inline-block;
	}
	.header .navbar-nav .dropdown .dropdown-menu .dropdown-menu-list a{
		text-align:center
	}
	.header .teacher-LM{
		text-align:center;
	}
	header .nav-link{
			font-size:1.4rem;
		}
	.header .navbar-nav .dropdown .login{
		margin-top:1rem;
	}	
	header .btn-signin, header .btn-signIn{
		font-size:1.1rem;
	}	
	header .member-l.signin {
		width: 4rem;
		height: 4rem;
	}
	header .member-l.signin span{
		bottom: 1.25rem;
	}
	header .member-l{
		width: 6rem;
		height: 6rem;
		padding-top: 2rem!important;
	}	
	header .member-l.member-st	{
		padding-top: 1rem!important;		
	}
	header .member-l .title{
		font-size:1rem;
	}
	header .member-l{
		font-size:1rem;
	}	
	header .member-l.teacher-menu.teacher-menu-mv {
		width: 7rem;
		height: 7rem;
		font-size: 1.1rem;
		padding-top: 1.7rem!important;
	}
	header .member-l.teacher-menu.teacher-menu-mv svg{
		transform: scale(1.4)
	}
	header .member-l.teacher-menu-icon{
		padding-top:1.5rem!important;
	}
	header .login-id, header .login-password{
		font-size:1.2rem;
	}
	header .member-l.teacher-menu.btn-pink{
		margin:.2rem .1rem;
		padding-top: 2rem!important;
	}	
	header .user-name{
		border-top:1px solid #dddddd;
		border-left:0;
		padding-top:1rem;
		padding-bottom:.5rem;
		margin-top:1rem;
		width: 100%;
		text-align: center;
		font-size:1.2rem;
	}	
	.main-visual .main-visual-img{
		min-height:35rem;
		background-image:url(../img/bottom-girl.png);
		background-position: right bottom;
		background-size:45%;
	}	
	.teacher-menu{
		margin-bottom:.5rem;
	}
	.popup-contents-lg {
		position: absolute;
		z-index: 10001;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
	}
	.yesican-bear {
		width: 60%;
		max-width: 25rem;
	}	
}
@media (max-width: 767px) {
	.main-visual .main-visual-img{
		min-height:30rem;
		background-image:url(../img/bottom-girl.png);
		background-position: right bottom;
		background-repeat:no-repeat;
		background-size:30%;
	}		
	.popup-contents-md {
		position: absolute;
		z-index: 10001;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
	}	
}
@media (max-width: 576px) {
	.main-visual{
		text-align:center;
	}
	.main-visual .main-visual-img{
		min-height: 34rem;
		background-image: url(../img/bottom-girl1.png);
		background-position: -1rem bottom;
		background-repeat: no-repeat;
		background-size: 40%;
	}	
	.section3 .level-test {
		width: 8rem;
	}	
	.popup-wapper img{
	 max-width:100%;
	}	
	.popup-wapper .popup-contents{
	 min-width:100%;
	} 		
	.popup-contents-sm {
		position: absolute;
		z-index: 10001;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
	}		
}
.popup-contents{
	position:fixed;
	z-index:10001;
	top:0;
	left:0;
	right:0;
	bottom:0;
    overflow-y: auto;	
}
.popup-img{
	width:auto;
	max-width:100%;
}
.popup-overlay{
	background-color:rgba(0,0,0,.5);
	position:fixed;
	z-index:10000;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}
.popup-wapper{
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 z-index:100;
}
.popup-bg{
width:100%;
height:100%;
background-color:rgba(0,0,0,.4);	
display: flex;
align-items: center;
justify-content: center;	
}
.popup-wapper .popup{
background-color:#ffffff;
}
.popup-wapper .popup-contents{
 max-width:400px;
} 
.popup-wapper .popup-footer{
padding:.125rem;
}
.popup-wapper .btn{
color:#333333;
}
.popup-wapper .btn:hover{
color:#e3634a;
text-decoration:none;
}