<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	margin: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	line-height:1.2;
}
html,body{height:100%}
div,p,ul,li,h1,h2,h3,h4,ul,li,textarea,input,select,th,td,a,span,dl,dd,dt,button{
	margin: 0;
	padding: 0;
	font-family: '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	font-size: 14px;
	color: #333;
	word-break: break-all;
}
img {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:focus {
	outline:none;
}
fieldset {
	border: none;
}
em {
	font-style: normal;
}
button {
	border: none;
	outline: none;
	cursor: pointer
}
caption,
legend {
	height: 0;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
/* layout */

.none {
	display: block;
	text-indent: -999em;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.wrap {
/*	min-height:100%;*/
/*	position: relative;*/
/*	margin:0 auto -175px 0;*/
	min-height:calc(100% - 175px);
	position: relative;
	margin:0;
}
#container {
	position: relative;
/*	padding-bottom:175px;*/
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 57px;
	z-index: 3;
}
.header button {
	border: none;
}
.header h1 {
	padding:0 57px 0 57px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	background:#2eb2ff;
}
.header &gt; h1 &gt; a{
	color:#fff;
	font-size:20px;
	font-weight:800;
}
.header &gt; h1 &gt; a &gt; img {
	
	margin: 4px auto 3px auto;
	height: 50px;
	/*
	margin: 9px auto 8px auto;
	height: 40px;
	*/
	/*
	margin: 12px auto 11px auto;
	height: 34px;
	*/
	max-width: 100%;
}
.header &gt; .btnCtg{
	top: 0px;
	left: 0px;
	width: 57px;
	height: 57px;
	position: absolute;
	display: block;
	text-align:center;
}
.header &gt; .btnCtg &gt; i{
	position: absolute;
	top: 5px;
	left: 13px;
	font-size:45px;
	line-height:57px;
	color:#fff;
}
#content{
	padding:104px 0 0 0;
}
footer {
	/*height:175px;*/
	height:auto;
	background-color: #1e2a33;
	color: #919598;
	text-align: center;
	padding-bottom:60px;
}
footer &gt; .btnWrap{
	height:30px;
	padding:30px 0 20px 0;
}
footer p,
footer a,
footer span {
	color: #919598;
	font-size: 12px;
}
footer &gt; .ftMenu {
	margin: 0 15px 0 15px;
	padding-top:20px;
	border-top: 1px solid #333d45;
	text-align: center;
}
footer &gt; .ftMenu li {
	display: inline-block;
	margin-left: -3px;
}
footer .ftMenu a {
	padding: 0 6px 0 4px;
}
.family_site{
	margin-left:10px;
	position: relative;
	display: inline-block;
	min-width: 105px;
	border: 1px solid #626a71;
	text-align: left;
}
.family_site &gt; ul{
	display: none;
	z-index: 200;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 29px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.family_site &gt; ul &gt; li{
	padding:0 5px;
	line-height: 22px;
}
.family_site &gt; ul &gt; li:first-child{
	padding:5px 5px 0 5px;
}
.family_site &gt; ul &gt; li:last-child{
	padding:0 5px 5px 5px;
}
.family_site &gt; .btn{
	padding:6px;
	cursor:pointer;
}
.family_site &gt; .btn:after{
	margin-left:5px;
	content: "\f123";
	font:normal 14px/1 "Ionicons";
}
.family_site &gt; .btn.on:after{
	margin-left:5px;
	content: "\f126";
	font:normal 14px/1 "Ionicons";
}
.copyright{
	margin-top: 10px;
}
/* 왼쪽메뉴 */

#globalLeftMenu {
	display:none;
	position: fixed;
	top: 0;
	left: -1000px;
	max-width: 335px;
	z-index: 910;
	width: 100%;
	min-height: 800px;
	overflow: hidden;
	background-color:#fff;
	box-shadow:2px 4px 12px rgba(0,0,0,.24), 2px 4px 8px rgba(0,0,0,.48);
	transition:box-shadow .15s ease-in-out;
}
#globalLeftMenu&gt;div {
	position: absolute;
	top: 0;
	left: 0;
	width: 264px;
	padding-left: 71px;
	width: calc(100% - 71px);
	overflow: auto;
	background-color: #f5f5f5;
}
#globalLeftMenu&gt;div:after{
	content:'';
	width:1px;
	height:125%;
	position:absolute;
	top:0px;
	left:80px;
	background-color:#e1e1e1;
}
#globalLeftMenu .gnb {
	z-index: 1
}
#globalLeftMenu .gnb,
#globalLeftMenu .gnbHome {
	background-color:#f5f5f5;
	position: absolute;
	left: 0;
	width: 80px;
	height: 80px;
	box-sizing:border-box;
}
#globalLeftMenu .gnb a,
#globalLeftMenu .gnbHome a {
	display: block;
	height:100%;
	font:normal 13px/1 '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #786868;
	text-align: center;
	box-sizing:border-box;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
#globalLeftMenu .gnb a &gt; i,
#globalLeftMenu .gnbHome a &gt; i{
	margin:5px 0 0 0;
	font:normal 40px/1 Ionicons;
	height:45px;
	display:block;
}
#globalLeftMenu .on .gnb a {
	color: #0f77da;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}
#globalLeftMenu .gnbHome {
	top: 0;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(2) .gnb {
	top: 70px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(3) .gnb {
	top: 140px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(4) .gnb {
	top: 210px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(5) .gnb {
	top: 280px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(6) .gnb {
	top: 350px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(7) .gnb {
	top: 420px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(8) .gnb{
	top: 490px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(9) .gnb{
	top: 560px;
}
#globalLeftMenu .menuCtg &gt; li:nth-child(10) .gnb{
	top: 630px;
}
#globalLeftMenu .closeArea {
	position: relative;
	height: 70px;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}
#globalLeftMenu .close {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu .close &gt; i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu .login {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu .login &gt; i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu .join {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	left:70px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu .join &gt; i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu .menuCtg{
	height:calc(100vh-70px);
	background-color: #fff;
}
#globalLeftMenu .mnTit {
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #e1e1e1;
	color: #1f4787;
	font-size: 16px;
}
#globalLeftMenu .on &gt; .mnTit {
	background-position: 94% -80px
}
#globalLeftMenu .mnTit + ul {
	display: none;
}
#globalLeftMenu .on &gt; .mnTit + ul {
	display: block;
	border-bottom: 1px solid #e1e1e1;
}
#globalLeftMenu .sub {
	display: none;
	border-bottom: 1px solid #f9f8f8;
}
#globalLeftMenu .sub &gt; li &gt; a{
	display: block;
	padding: 10px 0 10px 48px;
}
#globalLeftMenu .subTit{
	display: block;
	padding: 13px 35px;
	color: #707070;
	line-height: 16px;
	position:relative;
	border-bottom:1px solid #f9f8f8;
}
#globalLeftMenu .subTit:after{
	content:'▼';
	position:absolute;
	top:0;
	line-height:42px;
	right:10px;
}
#globalLeftMenu .subNo .subTit:after{
	content:none;
}
#globalLeftMenu .on &gt; .subTit {
	color: #0f77da;
}
#globalLeftMenu .on &gt; .subTit:after{
	content:'▲';
	position:absolute;
	top:0;
	line-height:42px;
	right:10px;
}
#globalLeftMenu .on &gt; .subNo .subTit:after{
	content:none;
}
#globalLeftMenu .on &gt; .sub {
	display: block;
}
#globalLeftMenu .gnb + ul {
	display: none
}
#globalLeftMenu .on .gnb + ul {
	display: block
}
/* navi */

#gnb {
	z-index: 12;
	position: relative;
	padding-top: 46px;
	margin-top: -46px;
	clear: both;
	text-align: center;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #697783;
	background: none;
}
#gnb ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	min-width: 100%;
	white-space: nowrap;
}
#gnb li {
	float: left;
	width: 20%;
	line-height: 46px;
	margin: 0;
}
#gnb li:first-child {
	width: 19%
}
#gnb li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
#gnb .current a {
	font-weight: bold;
	color: #3abcff;
}
#gnb.fixed {
	padding-top: 0;
	margin-top: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 46px;
	z-index: 10;
	background-color: #415e8e;
}
.lnb_container {
	z-index: 5;
	position: fixed;
	top: 57px;
	left: 0;
	right: 0;
	width: 100%;
	height: 45px;
	overflow:hidden;
	color:#e8dfdf;
	border-top:1px solid #d7d7d7;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.lnb_container2{
	width: 100%;
	height: 45px;
	overflow:hidden;
	color:#e8dfdf;
	border-top:1px solid #d7d7d7;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	margin:0 0 10px 0;
}
.tabs &gt; li{ 
	width:20%;
}
.tabs &gt; li &gt; a:before{ 
	content:'';
	position:absolute;
	display:block;
	top:50%;
	left:0px;
	width:1px;
	height:10px;
	margin-top:-5px;
	background-color:#dedede;
}
.tabs &gt; li &gt; a { 
	color:#666; 
	display: block; 
	background: #fff;
	text-align:center; 
	text-decoration: none;
	font:normal 15px/45px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif; 
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	position:relative;
}
.tabs &gt; li.active &gt; a { 
/*	border-bottom: 2px solid #2784de; */
	background-color:#2d96f5;
	color:#fff;
}
.tabs &gt; li.active &gt; a:before, 
.tabs &gt; li.active+li &gt; a:before{ 
	content:initial;
}
.swiper-container-2 {
/*	padding: 30px 0;*/
	overflow: hidden; 
}

/* common */

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle
}
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 7px 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	resize: none;
}
.btnFoot{
	display:inline-block;
	padding:0 8px;
	min-width: 40px;
	background-color: #141c23;
	color: #91959a;
	font-size: 12px;
	line-height: 32px;
}
.btnFoot.white{
	background-color: #fff;
	color: #999;
	border:1px solid #999;
}
.btnFoot &gt; i{
	font-size:15px;
}
.btnFoot+.btnFoot{
	margin-left:5px;
}
/* 최상위 버튼 */
.moveTop {
	position: fixed;
	right: 8px;
	bottom: 10px;
	display: none;
	width: 48px;
	height: 48px;
	background-color:#2784de;
	z-index: 2;
	border-radius:24px;
	font-size:11px;
	line-height:60px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}
.moveTop:before{
	content: "\f10d";
	font:normal 14px/1 "Ionicons";
	display:block;
	position:absolute;
	top:12px;
	left:19px;
}
.tabs{ 
	width:100%;
	display:table;
}
.tabs &gt; li{ 
	display:table-cell;
}
.tabs &gt; li &gt; a:before{ 
	content:'';
	position:absolute;
	display:block;
	top:50%;
	left:0px;
	width:1px;
	height:10px;
	margin-top:-5px;
	background-color:#dedede;
}
.tabs &gt; li &gt; a { 
	color:#666; 
	display: block; 
	background: #fff;
	text-align:center; 
	text-decoration: none;
	font:normal 15px/45px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif; 
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	position:relative;
}
.swiper-container-2 {
/*	padding: 30px 0;*/
	overflow: hidden; 
}
.swiper-container-2 .swiper-slide { 
	font-size: 20px; 
	box-sizing: border-box; 
}
/* 페이지 */
.page{
	background-color:#f0f0f0;
	width:100%;
	min-height:300px;
	min-height:calc(100vh-279px);
	box-sizing: border-box;
	padding:2px 1px;
}
.page.main{
	background-color:#fff;
	padding:0px 0px;
}
.page &gt; .title{
	position: relative;
	padding: 15px 16px;
	font-size: 20px;
	color: #303030;
	font-weight:bold;
	line-height:32px;
	text-align: center;
	box-sizing:border-box;
	letter-spacing:-1px;
	word-break:keep-all;
}
.page &gt; .title &gt; .sub{
	color: #303030;
	font-size: 12px;
	font-weight: bold;
	line-height:100%;
	text-align: center;
}
.page &gt; .title &gt; .info &gt; ul &gt; li{
	line-height:1.4;
	word-break:keep-all;
	font-size:0.9em;
}
.page &gt; .map_control{
	margin:0 12px 0 12px;
	padding:14px 16px;
	background-color:#fff;
	border:1px solid #e8e8e8;
}
.page &gt; .map_control &gt; .btnFoot{
	color:#fff;
	margin:8px 0 7px 0; 
}
#map_canvas{
	margin:0 12px 20px 12px;
	min-height:300px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
}
#map_canvas_ged,#map_canvas_ged2{
	width:100%;
	height: 100%;
    border-bottom: 1px solid #d7d3d0;
	position:absolute;left:0; top:0;
}
#map_canvas_ged{
	visibility:visible;
}
#map_canvas_ged2{
	visibility:hidden;
}
.page_info {
	margin:0 12px 20px 12px;
	padding:14px 16px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
}
.page_info &gt; li{
	padding:0;
	word-break: keep-all;
	word-wrap: break-word;
	font-size:14px;
	line-height:18px;
	color:#606060;
}
.page_info &gt; li h4{
	color:#323e48;
	font-size:16px;
	line-height:1.7;
	position:relative;
	margin:0 0 5px 0;
}
.page_info &gt; li h4:before{
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	height:1px;
	width:100%;
	background-color:#ddd;
}
.page_info &gt; li h4:after{
	content:'';
	position: absolute;
	background-color:#242424;
	bottom:0px;
	left:0;
	width:100px;
	height:2px;
}
.page_info &gt; li &gt; p{
	font: 400 14px/20px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #333;
	padding: 0;
	word-wrap: break-word;
	word-break: keep-all;
}
.page_info &gt; li &gt; p + p{
	margin-top:20px;
}
.page_info &gt; li li{
	overflow:hidden;
}
.page_info &gt; li li span.title{
	float:left;
	width:16%;
	color:#323e48;
	font-size:16px;
	line-height:27px;
}
.page_info &gt; li li span{
	float:right;
	width:84%;
	color:#838187;
	font-size:13px;
	line-height:27px;
}
.page_info &gt; li li span.date{
	width:auto;
	line-height:25px;
}

/* 새 패키지 결제*/
.page_info.new_pay &gt; li li span.info{
	width:auto;
	font:inherit;
}

/* 서브 메뉴 */
.sub_navi{
/*	background-color: #fff;*/
	text-align: center;
}
.sub_navi_list{
	overflow: hidden;
	margin:10px 10px 5px 10px;
/*	background-color: #fff;*/
	width: inherit;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
	border-radius:5px;
}
.sub_navi_list &gt; a{
	position: relative;
	display:block;
	float:left;
	width: 33%;
	height: 37px;
	line-height: 37px;
	border-top:0;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	background-color: #fff;
	color: #333;
	font-size:12px;
	letter-spacing:-1px;
	box-sizing:border-box;
}
.sub_navi_list &gt; a:after{
	content: "\f125";
	position: absolute;
	font:normal 12px/37px "Ionicons";
	right:2px;
	top:0;
	height:37px;
	width:12px;
}
.sub_navi_list &gt; a.on{
	color: #2784de;
/*	border-bottom:1px solid #2784de;*/
}
.sub_navi_list &gt; a.on:after{
	content: "\f123";
}
.sub_navi_list &gt; a:nth-child(2),
.sub_navi_list &gt; a:nth-child(5),
.sub_navi_list &gt; a:nth-child(8){
	width: 34%;
}
.sub_navi_list &gt; a:first-child,
.sub_navi_list &gt; a:nth-child(4),
.sub_navi_list &gt; a:nth-child(7) {
	border-left: 0;
}
.loading-info{
	display:none;
	width:100vw;
	height:100vh;
	background-color:transparent;
	z-index:999;
	position:absolute;
	top:0;
	left:0;
}
.loading-info &gt; img{
	position:absolute;
	width:100px;
	height:100px;
	left:50%;
	top:50%;
	margin-top:-50px;
	margin-left:-50px;
}
/** 메인 배너 **/
.swiper-container-main,
.swiper-container-main2{
	height: 220px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swiper-container-main &gt; .swiper-wrapper,
.swiper-container-main2 &gt; .swiper-wrapper2{
	height: 100%;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div,
.swiper-container-main2 &gt; .swiper-wrapper2 &gt; div{
	text-align: center;
	height:100%;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment1,
.swiper-container-main2 &gt; .swiper-wrapper2 &gt; div &gt; a &gt; .ment1{
	position:absolute;
	top:25%;
	left:20px;
	height:15px;
	font-size:5vw;
	color:#fff;
	padding:0px;
	box-sizing:border-box;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.45);
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment1 &gt; span,
.swiper-container-main2 &gt; .swiper-wrapper2 &gt; div &gt; a &gt; .ment1 &gt; span{
	color:#fff;
	font-size:3.5vw;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment2,
.swiper-container-main2 &gt; .swiper-wrapper2 &gt; div &gt; a &gt; .ment2{
	position:absolute;
	top:58%;
	left:50px;
	font-size:5vw;
	line-height:1.2;
	color:#fff;
	padding:0 6px;
	box-sizing:border-box;
	text-align:left;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment2 &gt; span,
.swiper-container-main2 &gt; .swiper-wrapper2 &gt; div &gt; a &gt; .ment2 &gt; span{
	color:#fff;
	font-size:18px;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; .ment3,
.swiper-container-main2 &gt; .swiper-wrapper2 &gt; div &gt; a &gt; .ment3{
	position:absolute;
	left:auto;
	top:2%;
	right:0px;
	font-size:3vw;
	line-height:1.2;
	color:#000;
	text-shadow:2px 2px 2px rgba(176,176,176,1);
	padding:0 6px;
	box-sizing:border-box;
	text-align:right;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; img,
.swiper-container-main2 &gt; .swiper-wrapper2 &gt; div &gt; a &gt; img{
	position:absolute;
	bottom:5px;
	right:0;
}
.swiper-container-main &gt; .swiper-wrapper &gt; div &gt; a &gt; i,
.swiper-container-main2 &gt; .swiper-wrapper2 &gt; div &gt; a &gt; i{
	position:absolute;
	bottom:32px;
	right:6px;
	font-size:50px;
	color:#000;
	text-shadow:2px 2px 2px rgba(176,176,176,1);
}
/** 메인 추천강좌 **/
.mainCurri{
	margin:0px 5px 0px 5px;
	background-color:#f1f1f1;
}
.mainCurri:after{
	content:'';
	clear:both;
}
.mainCurri &gt; ul {
	display: block;
	width: 100%;
}
.mainCurri &gt; ul &gt; li {
	width:48%;
	position: relative; 
	padding-top:40%; /* 6:5 ratio */ 
	overflow: hidden;
	float: left;
	box-sizing:border-box;
	margin:1%;
}
.mainCurri &gt; ul &gt; li &gt; a{
	position: absolute; 
	top:0; 
	left:0; 
	right:2px; 
	bottom:2px; 
	max-width:100%; 
	height:auto;

	background-color:#fff;
/*	border:1px solid #e8e8e8;*/
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
	display: block;
	overflow:hidden;
}
.mainCurri &gt; ul &gt; li.seo{
	padding-top:10vw;
}
.mainCurri &gt; ul &gt; li.seo &gt; a{
	background-color:transparent;
	border-radius:0;
	box-shadow:none;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .profile_img{
	background-color:transparent;
	position:absolute;
	top:35px;
	bottom:5px;
	right:5px;
	width:60%;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .profile_img &gt; img{
	height:36vw;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .ment{
	position:absolute;
	top:5px;
	left:10px;
/*	font-size:12px;*/
	font-size:4vw;
	font-weight:900;
	color:#000;
	text-shadow:2px 3px 4px #fff;
	text-align:left;
	word-break: keep-all;
	word-wrap: break-word;
}
.seo_container{
	width:100%;
	height:100%;
	display:table-cell;
	overflow:hidden;
	word-break: keep-all;
	word-wrap: break-word;
	text-align:left;
	vertical-align:middle;
}
.seo_container &gt; .seo_tag{
	display: inline-block;
	padding:5px 8px;
	font: 300 12px/1.6 '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	border-radius: 16px;
	color: #fff;
	background-color: #3f86ed;
	text-shadow:none;
	margin:3px 3px 1px 3px;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .ment &gt; span{
	margin:10px 0 0 0;
	display:block;
	font-size:3vw;
	font-weight:400;
	white-space: nowrap;
}
.mainCurri &gt; ul &gt; li &gt; a &gt; .ment &gt; span.ment2{
	width:60%;
	margin:10px 0 0 0;
	display:block;
	font-size:2.8vw;
	font-weight:400;
	white-space: inherit;
	word-wrap: break-word;
	word-break: keep-all;
}
.mainCurri &gt; .freepass_desc{
	word-wrap: break-word;
	word-break: keep-all;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
	padding:10px 10px;
	font-size:3.5vw;
	line-height:1.2;
}
.mainCurri &gt; .freepass_desc p , .mainCurri &gt; .freepass_desc li  , .mainCurri &gt; .freepass_desc b {
	font-size:3.5vw;
	line-height:1.5;
	word-wrap: break-word;
	word-break: keep-all;
}
.mainCurri &gt; .freepass_desc i{
	font-size:5.5vw;
}
.mainCurri &gt; .freepass_desc &gt; .freepass_btn{
	margin-top:20px;
}
.mainCurri &gt; .freepass_desc &gt; .freepass_info{
	border-top:1px dotted #828282;
	padding:10px 10px 0 10px;
	margin-top:10px;
	text-align:center;
}
.mainCurri &gt; .freepass_desc &gt; .freepass_info span{
	font-size:6vw;
}
.mainCurri &gt; .freepass_desc ul{
	margin-left:15px;
}
.mainCurri &gt; .freepass_desc ul &gt; li{
	list-style: square outside ;
	vertical-align:middle;
}
.clear_both{
	clear:both;
}

.display_none{
	display:none;
}
/** 강의목록 **/
.vod_list{
/*	border: 1px #bcbcbc solid;*/
}
.vod_list &gt; ul,
.pay_list &gt; ul{
	margin:0px;
}
.vod_list &gt; ul &gt; li,
.pay_list &gt; ul &gt; li{
	min-height:40px;
	border-bottom: 1px #bcbcbc dotted;
	text-align:left;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	position:relative;
	padding:0 0 0 12px;
	white-space: nowrap;
}
.vod_list &gt; ul &gt; li:last-child,
.pay_list &gt; ul &gt; li:last-child{
	border-bottom:0;
}
.vod_list &gt; ul &gt; li &gt; a,
.pay_list &gt; ul &gt; li &gt; .input{
	float:left;
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.vod_list.add_day &gt; ul &gt; li{
	line-height:25px;
}
.pay_list &gt; ul &gt; li &gt; .input{
	width:74%;
	float:right;
}
.pay_list &gt; ul &gt; li &gt; .input &gt; input,
.pay_list &gt; ul &gt; li &gt; .input &gt; select{
	max-width:100%;
	height:36px;
	margin:2px 0;
	padding:0 5px;
	box-sizing:border-box;
}
.vod_list &gt; ul &gt; li:first-child,
.pay_list &gt; ul &gt; li:first-child{
/*	border-top: 1px #bcbcbc dotted;*/
}
.vod_list &gt; ul &gt; li.select,
.vod_list &gt; ul &gt; li:hover,
.pay_list &gt; ul &gt; li.select,
.pay_list &gt; ul &gt; li:hover{
	/*
	background-color: #30557b;
	color: #fff;
	*/
}
.vod_list &gt; ul &gt; li.now,
.pay_list &gt; ul &gt; li.now{
	background-color: #4e759c;
	color: #fff;
}
.vod_list &gt; ul &gt; li.select:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-left: 0px;
	position:absolute;
	left:0;
}
.vod_list &gt; ul &gt; li.sample{
/*	background-image:url(//static.heraldeprep.com/images/vod/movie_sample.png);*/
/*	background-position: right 80px center;*/
/*	background-repeat:no-repeat;*/
	position:relative;
}
.vod_list &gt; ul &gt; li.sample:after{
	content: 'SAMPLE';
	width: 44px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(45deg, #e43a15 0%, #f15e64);
	position: absolute;
	left: 0;
	top:0px;
	border-radius: 5px;
}
.vod_list &gt; ul &gt; li.disable{
	background-color: #f9f9f9;
	cursor: default;
	pointer-events: none;
	color: #a4a4a4;
}
.vod_list &gt; ul &gt; li.disable:hover{
	background-color: #f9f9f9;
	color: #a4a4a4;
}
.vod_list &gt; ul &gt; li &gt; .time,
.vod_list &gt; ul &gt; li &gt; .time2,
.pay_list &gt; ul &gt; li &gt; .time{
	position:absolute;
	width:100px;
	height:40px;
	right:0px;
	top:0px;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align:right;
}
.vod_list &gt; ul &gt; li &gt; .time2{
	width:120px;
	top:auto;
	bottom:0;
}
.pay_list &gt; ul &gt; li &gt; .time{
	left:0px;
	text-align:left;
}
.vod_list &gt; ul &gt; li &gt; .time &gt; .event_rate,
.vod_list &gt; ul &gt; li &gt; .time2 &gt; .event_rate{
	display:inline-block;
	background-image: linear-gradient(45deg, #1CD8D2 0%, #93EDC7);
	font: 300 11px/22px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #fff;
	padding:2px 8px;
	border-radius: 6px;
	margin:7px 0;
}
.vod_list &gt; ul &gt; li &gt; .time2 &gt; .event_rate2{
	position:absolute;
	left:6px;
	bottom:8px;
}
/** 공지사항 **/
.noticewrap {
	background-color:#fff;
	margin:15px 0 10px 0;
	border-bottom: 1px solid #dbdfdf;
}
.noticewrap .head {
	overflow: hidden;
	padding: 13px 15px;
	border-top: 1px solid #dbdfdf;
}
.noticewrap .head h1 {
	float: left;
	font-size: 15px;
	color: #333;
}
.noticewrap .head a {
	float: right;
	margin-top: 2px;
	font-size: 12px;
	color: #666;
}
.noticewrap ul.notice_cont {
	padding: 15px;
	border-top: 1px solid #dbdfdf;
}
.noticewrap ul.notice_cont li {
	margin-top: 18px;
	overflow: hidden;
}
.noticewrap ul.notice_cont li:first-child {
	margin-top: 0;
}
.noticewrap ul.notice_cont li a {
	float: left;
	display: block;
	width: 75%;
	color: #333;
	font-size: 13px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.noticewrap ul.notice_cont.payment li a{

}
.noticewrap ul.notice_cont.payment li a.blue_btn , .noticewrap ul.notice_cont.payment li a.red_btn 
, .noticewrap ul.notice_cont.payment li a.orange_btn{
	color:#fff;
	width:30%;
	float:right;
	font-size:0.9em;
}
.noticewrap ul.notice_cont.payment li &gt; #add_day{
	vertical-align:middle;
	font-size:1em;
	padding:5px 5px;
	margin-bottom:5px;
	display:inline-block;
	border-radius:5% 5%;
}
.noticewrap ul.notice_cont li .date {
	float: right;
	color: #666;
	font-size: 12px;
}
.counsel{
	border-top: 1px solid #dbdfdf;
}
.counsel &gt; a{
	display: block;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height:40px;
	position:relative;
}
.counsel &gt; a &gt; i{
	font-size:26px;
	display: block;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -96px;
}
.counsel &gt; .kakao_button{
	display:block;
	box-sizing: border-box;
	background-color:#e5d630;
	color:#351819;
}
.counsel &gt; .kakao_button &gt; img{
	height:40px;
	vertical-align:middle;
	margin-left: -50px;
}
/* 강사 */
.teacher_list{
	padding-top:5px;
	background-color: #f1f1f1;
}
.teacher_list &gt; .mainCurri{
	margin-top:0px;
}
.teacher_list &gt; .mainCurri .profile_img{
	top:5px;
	width:60%;
}
/* 강좌 */
.curriculum_list{
	padding-top:5px;
/*	background-color: #fff;*/
}
.curriculum_list &gt; .mainCurri{
	
}
.curriculum_list &gt; .mainCurri ul li{
	float:initial;
	width:96%;
	margin:2%;

}
.curriculum_list &gt; .mainCurri .profile_img{
	top:5px;
	width:30%;
}
.profile_img &gt; img{
	max-width:100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
/** 공통 **/
#common-popup-modal{
	background:#fff;
	padding:0px;
	text-align:left;
	width:94%;
	margin:40px 3%;
	position:relative;
	border-radius:3px;
}
#common-popup-modal &gt; h1{
	overflow:hidden;
	position:relative;
	height:52px;
	padding:0 45px 0 15px !important;
	background:#282828;
	font-size:16px;
	line-height:52px;
	color:#fff;
}
#common-popup-modal &gt; h1 &gt; .f_close{
	color:#fff;
	text-decoration:none;
	position:absolute;
	width:45px;
	height:52px;
	display:block;
	right:0;
	top:0;
	font-size:16px;
	line-height:52px;
}
#common-popup-modal &gt; h1 &gt; .f_close &gt; i{
	color:#fff;
	font-size:40px;
	padding:6px 15px;
}
#common-popup-modal &gt; p{
	padding:13px 15px;
}
/** 카테고리 **/
.category {
	font:400 12px/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #000;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.9),-1px -1px 2px rgba(255,255,255,0.9);
}
.category_box{
	display:inline-block;
	height:20px;
	padding:3px 10px;
	font:400 12px/20px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	border-radius:4px;
	color: #fff;
	text-shadow:initial;
	background-image: linear-gradient(45deg, #e43a15 0%, #f15e64);
}
.category_box.gpa,
.category_box.gpa.big{
	background-image: linear-gradient(45deg, #24C6DC 0%, #363795);
}
.category_box.basic,
.category_box.basic.big{
	background-image: linear-gradient(45deg, #1CD8D2 0%, #93EDC7);
}
.category_box.sat2,
.category_box.sat2.big{
	background-image: linear-gradient(45deg, #56ab2f 0%, #a8e063);
}
.category_box.ap,
.category_box.ap.big{
	background-image: linear-gradient(45deg, #834d9b 0%, #d04ed6);
}
.category_box.ap,
.category_box.ap.big{
	background-image: linear-gradient(45deg, #834d9b 0%, #d04ed6);
}
/** **/
/**페이지 공통테이블 **/
.common_tbl_title{
	padding:30px auto 10px auto;
	width:100%;
	text-align:left;
	display:block;
	color:#4b4a4a;
	font-size:13px;
	font-weight:bold;
	background: url('//static.heraldeprep.com/images/main/notice_icon.gif') no-repeat 8px 36px;
}
.common_tbl{
    border-top:2px #00addf solid;
}
.common_tbl.bg2{
    border-top:2px #00addf solid;
}
.common_tbl.bg3{
    border-top:2px #eeeeee solid;
}
.common_tbl.bg4{
    border-top:2px #999 solid;
}
.common_tbl a{
    text-decoration:none;
}
.common_tbl a.lock:after{
	display:inline-block;
	font-family: 'FontAwesome';
	color:#EE6304;
	font-size:20px;
	line-height:24px;
	content: "\f023";
	padding:0 5px;
}
.common_tbl td.done:after{
	display:inline-block;
	font-family: 'FontAwesome';
	color:#EE6304;
	font-size:20px;
	line-height:24px;
	content: "\f14a";
	padding:0 5px;
}
.common_tbl tfoot th{
    font-size:12px;
    height:40px;
    border-bottom:1px #cccccc solid;
    background-color:#f5f5f5;
    color:#161d27;
    text-align:center;
}
.common_tbl th{
    font-size:12px;
    height:40px;
    border-bottom:1px #cccccc solid;
    border-left:1px #cccccc solid;
    background-color:#f5f5f5;
    color:#161d27;
    text-align:center;
	word-wrap: break-word;
	word-break: keep-all;
}
.common_tbl.no_hline th{
	border-left-width:0;
}
.common_tbl th:first-child{
    border-left-width:0;
}
.common_tbl th.bg2{
	background-color:#DAF0C1;
}
.common_tbl th.bg3{
	background-color:#FFE3B2;
}
.common_tbl td{
    height:40px;
    border-bottom:1px #cccccc solid;
    border-left:1px #cccccc solid;
    font-size:12px;
    color:#6b6b6b;
    text-align:center;
    /*line-height:33px;*/
    line-height:200%;
    vertical-align:middle;
}

.common_tbl td &gt; a{
	text-decoration:none; 
	color:#00addf;
	position:relative;
	display:inline-block;
}
.common_tbl td:hover &gt; a:after{
	content:'';
	position:absolute;
	height:1px;
	background-color:#00addf;
	left:0;
	right:0;
	bottom:-2px;
}

.common_tbl.no_hline td{
	border-left-width:0;
}
.common_tbl td:first-child{
    border-left-width:0;
}
.common_tbl tr.tr2 td{
	background-color:#F2F2F2;
}
.common_tbl td.content{
	text-align:left;
	vertical-align:top;
    padding:10px;
}
.common_tbl td.left{
    text-align:left;
    padding:0 5px;
}
.common_tbl td.leftTop{
    text-align:left;
	vertical-align:top;
    padding:0 5px;
}
table {
    width: 100%;
    table-layout: fixed;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-user-select: none;
    text-decoration: none;
}
.blue_btn {
    color: #FFF;
    background-color: #428BCA;
    background-image: linear-gradient(to bottom, #428BCA 0px, #2D6CA2 100%);
    background-repeat: repeat-x;
    border-color: #2B669A;
}
.red_btn {
    color: #FFF;
    background-color: #ca4282;
    background-image: linear-gradient(to bottom, #ca42b9 0px, #a22d79 100%);
    background-repeat: repeat-x;
    border-color: #9a2b62;
}
.green_btn {
    color: #FFF;
    background-color: #237314;
    background-image: linear-gradient(to bottom, #5ecc25 0px, #237314 100%);

    background-repeat: repeat-x;
    border-color: #2a7d0a;
}
.orange_btn {
    color: #FFF;
    background-color: #e4ae15;
    background-image: linear-gradient(to bottom, #e4ae15 0px, #f1795e 100%);

    background-repeat: repeat-x;
    border-color: #f1795e;
}
.notice_popup button.mfp-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: transparent url(//static.heraldeprep.com/images/common/close_btn.png) no-repeat right center;
    color: transparent;
}
.mfp-iframe-video-index button.mfp-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: transparent url(//static.heraldeprep.com/images/common/close_btn.png) no-repeat right center;
    color: transparent;
}
#vimeoplayer{
	width:45vw;
	height:25vw;
	position:absolute;
	left:0px; 
	bottom:0px; 
	border:1px solid #000; 
	box-shadow: 2px 2px 2px rgba(0,0,0,1);
	border-radius:4px;
	background-color:#000;
}
.ifr_close{
	min-width: 60px;
	padding: 5px 8px;
	border: 1px solid #888;
	color: #888;
	font:400 12px/24px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	float: right;
	margin: 10px;
	background-color:#fff;
	text-align:center;
	position:relative;
}
.ifr_close &gt; i {
	font: normal 24px/1 Ionicons;
	position:absolute;
	bottom:5px;
	left:8px;
}
#vimeovideo{
	width:100vw;
	height:56vw;
	position: fixed;
	top:102px;
	left:0;
	z-index:909;
	background-color:#000;
}
#vimeovideo &gt; iframe{
	width:100vw;
	height:56vw;
}
.order_box{
	display: block;
	width: 100%;
	padding:0;
	border: none;
	color: #fff;
	position: fixed;
	font-size: 12px;
	line-height: 64px;
	left:0;
	bottom: 0;
	z-index: 3;
/*	background: linear-gradient(to right, rgb(211, 131, 18), rgb(168, 50, 121));*/
	background: linear-gradient(to right, rgb(254, 140, 0), rgb(248, 54, 0));
}
.order_box &gt; .info{
	float: left;
	width: 74%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height:52px;
	text-align: left;
	font: 300 14px/26px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	position: relative;
	padding:6px 0 6px 12px;
	color: #fff;
}
.order_box &gt; .info &gt; .time{
	position:absolute;
	width:100px;
	height:40px;
	right:6px;
	top:0px;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align:right;
	color: #fff;
}
.order_box &gt; .info &gt; .time &gt; .before_price{
	color:#fff;
}
.order_box &gt; .info &gt; .time2{
	position:absolute;
	width:110px;
	height:40px;
	right:6px;
	bottom:0px;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align:right;
	color: #fff;
}
.order_box &gt; .info &gt; .time2 &gt; .event_rate{
	display:inline-block;
	background-image:linear-gradient(to right, #bc4e9c, #f80759);
	font: 300 11px/22px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #fff;
	padding:2px 8px;
	border-radius: 6px;
	margin:7px 0;
}
.order_box &gt; .btn_direct{
	position: absolute;
	width: 100px;
	height: 40px;
	right: 0px;
	top: 0px;
	font:400 17px/64px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align: center;
	color: #fff;
}
.btn_direct2{
	width:100%;
	display:block;
	background: linear-gradient(to right, rgb(254, 140, 0), rgb(248, 54, 0));
	font: 300 18px/50px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align: center;
	color: #fff;
}
.btn_direct2 &gt; span{
	font: 300 18px/50px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align: center;
	color: #fff;
}
@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}
.blink{
	animation: blink 1s infinite;
}
.event_rate2{
	background-image: linear-gradient(45deg, #e43a15 0%, #f15e64);
	font: 400 12px/22px 'Noto Sans KR','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana;
	color: #fff;
	padding:0 8px;
	border-radius: 6px;
	display:inline-block;
}
.before_price{
	color: #ff0000;
	text-decoration: line-through;
	display:inline-block;
}
a.test_direct_order{
	display:inline-block;
	margin:8px 0; 
	padding:0px 14px; 
	border:1px solid #304a8a;
	background:#3f5a9d;
	font:normal 16px/2.2 'Nanum Gothic';
	text-decoration: none;
	color:#fff;
	border-radius:20px;
}


.cancel_stroke *{
	text-decoration: line-through;
}
.txt_center{
	text-align:center;
}
#content #boardForm{
	margin-bottom:0;
}
.page &gt; .add_day.button_area{
	padding-bottom: 8px;
}
.page &gt; .add_day.button_area &gt; .btn{
	width:40%;
}

/*eprep 혜택 --&gt;*/
.benefit_banner{
	background-color:#58ada6;
	text-align:center;
	line-height:30px;
	padding:10px 0;
}
.benefit_banner &gt; p{
	background: url(/m/images/main/giftbox.png) no-repeat 25% 100%;
	background-size:auto 50px;
}
.benefit_banner &gt; p &gt; span{
	color:#fff;
	font-weight:bold;
	display:block;
}
.benefit_banner &gt; p &gt; span#benefit_1{
	font-style:italic;
	margin-left:15%;
}
.benefit_banner &gt; p &gt; span#benefit_2{
	font-size:24px;
	margin-left:21%;
}
.benefit{
	padding:10px 10px;
}
.benefit &gt; ul &gt; li{
	padding:10px 10px;
	border:1px solid #58ada6;
	box-shadow: 2px 2px 2px rgba(11,103,95,0.68);
	background-color:#fff;
}
.benefit &gt; ul &gt; li{
	margin-top:15px;
}
.benefit &gt; ul &gt; li &gt; .benifit_info{
	padding:35px 10px;
}
.benefit &gt; ul &gt; li &gt; .benifit_info &gt; ul &gt; li{
	display:inline-block;
	text-align:center;
}
.benefit &gt; ul &gt; li &gt; .benifit_info &gt; ul &gt; li:first-child{
	width:10%;
	vertical-align:top;
	font-size:40px;
	font-style:italic;
	color:#6012b3;
}
.benefit &gt; ul &gt; li &gt; .benifit_info &gt; ul &gt; li:last-child{
	width:88%;
}
.benefit &gt; ul &gt; li &gt; .benifit_info &gt; ul &gt; li:last-child &gt; p{
	text-align:center;
	line-height:1.4;
}
.benefit &gt; ul &gt; li &gt; .benifit_info &gt; ul &gt; li:last-child &gt; p:last-child{
	font-size:20px;
}
.benefit &gt; ul &gt; li &gt; .benifit_show{
	text-align:center;
	color:#ad5867;
	padding:4px 0;border:0px;
}
.benefit &gt; ul &gt; li &gt; .benifit_show &gt; span{
	color:#ad5867;
}
.benefit &gt; ul &gt; li &gt; .benifit_detail{
	padding: 10px 10px;
	display:none;
	background-color:#58ada6;
	color:#fff;
	word-break: keep-all;
	line-height:1.3;
	font-size:12px;
}
.benefit &gt; ul &gt; li &gt; .benifit_detail &gt; ul &gt; li{
	color:#fff;
	padding-left:10px;
	font-size:12px;
}
.benefit .impact{
	font-size:1.2em;
}
/*eprep 혜택 &lt;--*/
/** 비디오 오디오 교체 **/
.switch_audio_video{
	max-width:100vw;
	margin:0px auto 0 auto;
	text-align:center;
	position:relative;
}
.switch_audio_video &gt; .leftT{
	position:absolute;
	right:50%;
	margin-right:80px;
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	color:#333;
	text-align:right;
}
.switch_audio_video &gt; .rightT{
	position:absolute;
	left:50%;
	margin-left:80px;
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	color:#333;
	text-align:left;
}
input#toggle {
	max-height: 0;
	max-width: 0;
	opacity: 0;
}
input#toggle + label {
	display: inline-block;
	position: relative;
	box-shadow: inset 0 0 0px 1px #d5d5d5;
	text-indent: -5000px;
	height: 30px;
	width: 100px;
	border-radius: 15px;
}

input#toggle + label:before {
	content: "";
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
	border-radius: 15px;
	background: rgba(45,150,245,0);
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

input#toggle + label:after {
	content:"";
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	top: 0;
	left: 0px;
	border-radius: 15px;
	background: white;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.2);
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
input#toggle:checked + label:before {
	width:100px;
	background: rgba(45,150,245,1);
}

input#toggle:checked + label:after {
	left:80px;
	box-shadow: inset 0 0 0 1px rgba(45,150,245,1), 0 2px 4px rgba(0,0,0,.2);
}
.only_voice{
	position: relative;
	display: inline-block;
	padding:0 2em;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	color:#fff;
	margin:10px auto;
	border-radius: 10px;
	background: linear-gradient(135deg, #6e8efb, #a777e3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	float:right;
}
.mfp-vertical-bottom &gt; .mfp-container &gt; .mfp-content{
	vertical-align:bottom;
}
.page.terms{
	background-color: #fff;
	word-break: keep-all;
	word-wrap: break-word;
	padding : 0 10px 20px 10px;
}

/* 모바일 메인 */
.page.main &gt; .small_banner_container{
	width:100%;
	position:relative;
	margin:auto auto;
	text-align:center;
	vertical-align:top;
	padding:5% 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.page.main &gt; .small_banner_container &gt; .title{
	width:100%;
	font-weight:normal;
	font-size:1.5em;
	line-height:1.5;
	color:#000;
	text-shadow:2px 2px 1px rgba(0,0,0,.15),-1px -1px 1px rgba(0,0,0,.15);
	text-align:left;
	box-sizing:border-box;
	position:relative;
	word-break: keep-all;
	word-wrap: break-word;
}
.page.main &gt; .small_banner_container &gt; .title &gt; .text{
	font-weight:normal;
	font-size:0.7em;
	line-height:1.5;
	margin:20px 0 0 0;
	text-shadow:1px 1px 1px rgba(0,0,0,.15),-1px -1px 1px rgba(0,0,0,.15);
	word-break: keep-all;
	word-wrap: break-word;
}
.page.main &gt; .small_banner_container &gt; .title &gt; .text &gt; div{
	font-size:16px;
	line-height:32px;
}
.page.main &gt; .small_banner_container &gt; .title &gt; a.btn{
	background-color:#fff;
	color:#000;
	text-decoration:none;
	display:block;
	border:1px solid #ccc;
	font-size:0.8em;
	line-height:2;
	padding:0 30px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.45);
	margin:10px 0;
}
.page.main &gt; .small_banner_container &gt; a.text_right{
	border:1px solid #ccc;
	text-align:right;
	box-shadow:4px 4px 4px rgba(0,0,0,0.45);
	position:relative;
	display:inline-block;
	text-decoration:none;
	box-sizing:border-box;
	margin-bottom:15px;
	width:90%;
}
.page.main &gt; .small_banner_container &gt; a.text_right img{
	width:100%;
}
.page.main &gt; .small_banner_container &gt; .location{
	margin-top:10px;
	border:1px solid #ccc;
	text-align:left;
	/*box-shadow:4px 4px 4px rgba(0,0,0,0.45);*/
	position:relative;
	display:inline-block;
	text-decoration:none;
	box-sizing:border-box;
	width:100%;
	height: 60vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page.main &gt; .small_banner_container &gt; .location + .description{
	padding:10px 10px;
	line-height: 1.2;
	text-align: left;
	word-break: keep-all;
	word-wrap: break-word;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.customoverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.45);
	color: #fff;
	
	text-align: center;
	padding: 4px 4px;
	width: 100%;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.customoverlay &gt; span{
	color: #fff;
	font-size: 1em;
}
.customoverlay &gt; .edu_center{
	display:none;
}
.page.main &gt; .small_banner_container &gt; a.text_right:after,
.page.main &gt; .small_banner_container &gt; a.text_left:after{
	content:"\f04b";
	font: normal normal normal 28px/64px FontAwesome;
	display: block;
	position: absolute;
	bottom: 23px;
	right: 40px;
	width: 64px;
	height: 64px;
	background-color: #6c6c6c;
	color: #fff;
	border-radius: 32px;
	text-align:center;
	box-shadow:2px 2px 2px rgba(0,0,0,0.85);
}

#move_btn {
	top: 0;
	right: 50%;
	width: 46%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#move_btn.fixed {
    position: fixed;
    top: 115px;
    right: 7%;
    z-index: 2;
    width: 80%;
}
#move_btn img{
	max-height:28px;
}
.button {
    min-width: 100px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding: 6px 12px;
    border: 1px solid #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button.red_btn {
    color: #ffffff;
    background: rgba(194,1,0,0.7);
    min-width: 80px;
    /* text-align: left; */
}
.button.sm {
    /* width: 220px; */
    font-size: 0.8em;
    /* line-height: 1.5; */
}
.page .sub_title2 {
    word-break: keep-all;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    text-shadow: 1px 1px 1px #a5a5a5;
}

.page &gt; .introduce{
	background-color:#fff;
	word-break: keep-all;
	padding: 20px 10px;

}
.page &gt; .introduce.border{
	border-bottom:1px dotted #444;
}
.page &gt; .introduce &gt; .title{
	width:100%;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.page &gt; .introduce &gt; .title::before {
    content: "";
    display: inline-block;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 4px;
    height: 14px;
    background-color: #113e9c;
    position: relative;
    top: -12px;
    left: -4px;
}
.page &gt; .introduce &gt; .swiper-container &gt; .swiper-wrapper{
	height:auto;
	padding-bottom:2px;
}
.page &gt; .introduce &gt; .swiper-container.test_info{
	height: auto;
	margin-top: 10px;
	line-height:1.6;
	word-break: keep-all;
	word-wrap: break-word;
}
.page &gt; .introduce &gt; .swiper-container.test_info &gt; .swiper-wrapper &gt; .swiper-slide{
	width: 70%;
	height:auto;
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
}
.page &gt; .introduce &gt; .swiper-container.test_info &gt; .swiper-wrapper &gt; .swiper-slide &gt; .title{
	padding: 5px 5px;
    border-bottom: 2px solid #2d96f5;
    width: max-content;
    font-size: 16px;
    font-weight: bold;
}

.page &gt; .introduce &gt; .swiper-container.test_info &gt; .swiper-wrapper &gt; .swiper-slide &gt; .content{
	padding:10px 0;
	word-break: keep-all;
	word-wrap: break-word;
}
.page &gt; .introduce &gt; .question_thumnail {
	/* border: 1px solid #d6d6d6; */
	/*padding: 2px 2px;*/
	width: 95%;
	height: 60vw;
	margin: 10px auto 0 auto;
	background-color: #000;
}
.page &gt; .introduce &gt; .question_thumnail &gt; img {
    width: 100%;
    height: 100%;
	border:2px solid #000;
}

/* ptea 사이트 가이드 메뉴 --&gt;*/
.guide_img{
	position:relative;
	border:2px solid #0f6a84;
	padding: 10px 10px;
	margin:20px 0;
	overflow:hidden;
}
.guide_img &gt; img{
	width:100%;
}
.page .text_contents {
	text-align: left;
	color: #787878;
	background-color:#ffffff;
	padding:10px 10px 10px 10px;
}
.page &gt; .text_contents &gt; .title{
	font-size:1.4em;
	font-weight:700;
	font-style:italic;
}
.page &gt; .text_contents &gt; .item{
	margin:0 0 10px 0;
}
.page .text_contents &gt; .item.guide {
    display: none;
}
.page .text_contents &gt; .item &gt; .title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
    color: #424242;
}
.page .text_contents &gt; .item .view_text {
    font-size: 1em;
    line-height: 1.4;
    /* padding-left: 20px; */
	word-break: keep-all;
}
.page .text_contents &gt; .item &gt; .summary{
	font-size:1em;
	background:linear-gradient(to right, rgb(134, 89, 175), rgb(63, 29, 204));
	border-radius:5px;
	padding:10px 10px;
	margin:5px 0;
}
.page .text_contents &gt; .item &gt; .summary &gt; ul &gt; li{
	color:#ffffff;
	word-break: keep-all;
	line-height:1.5;
}
.page .text_contents &gt; .item &gt; .video_text{
	display:table;
	width:100%;
}
.page .text_contents &gt; .item &gt; .video_text &gt; .video{
	width:100%;
	height:45vw;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align:center;
}
.page .text_contents &gt; .item &gt; .video_text &gt; .text{
	width:100%;
	margin: 5px 0;
}
.page .text_contents &gt; .item &gt; .video_text &gt; .video .play_icon{
	color:#00abff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color:rgba(130, 130, 130, 0.3);
	width:100%;
	line-height:45vw;
	vertical-align:middle;
	display:block;
}
.page .text_contents &gt; .item &gt; .video_text &gt; .video .play_icon &gt; i{
	vertical-align:middle;
	line-height:45vw;
}

.page .table_contents {
	margin-top:60px;
}
.page .view_text .table_contents {
	margin-top:10px;
}
.page .table_contents  &gt; table{
	font-size:1em;
}
.page .table_contents  &gt; table &gt; tbody &gt; tr &gt; th{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	height:3em;
}
.page .table_contents  &gt; table &gt; tbody &gt; tr &gt; td{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	color:#787878;
	font-size:1em;
	line-height:1.4em;
	padding:10px 10px;
	text-align:center;
	word-break: keep-all;
}
.page .table_contents  &gt; table &gt; tbody &gt; tr &gt; td.txt_left,
.page .table_contents  &gt; table &gt; tbody &gt; tr &gt; th.txt_left{
	text-align:left;
}
.page .table_contents  &gt; table &gt; tbody &gt; tr &gt; td:last-child{
	border-right:0px;
}

.page .tab{
	width:100%;
	margin:auto auto;
	height:auto;
	text-align:center;
	background-color:#fff;
}
.page .tab &gt; ul &gt; li{
	display:inline-block;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#313131;
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tab &gt; ul &gt; li:first-child{
	/*border:1px solid #dddddd;*/
}
.page .tab &gt; ul &gt; li{
	/*border-top:1px solid #dddddd;*/
	/*border-right:1px solid #dddddd;*/
	border-bottom:1px solid #dddddd;
}
.page .tab &gt; ul &gt; li &gt; a{
	line-height:4;
	color:#1784d4;
	font-weight:700;
	position:relative;
	display:inline-block;
	width:100%;
}
.page .tab &gt; ul &gt; li.select &gt; a , .page .tab &gt; ul &gt; li:hover &gt; a{
	color:#ffffff;
	font-weight:normal;
}

.page .tab.num2 &gt; ul &gt; li{
	width:50%;
}
.page .tab.num3 &gt; ul &gt; li{
	width:33.333%;
}
.page .tab.num4 &gt; ul &gt; li{
	width:25%;
}
.page .tab &gt; ul &gt; li.select , .page .tab &gt; ul &gt; li:hover{
	border-color:#333;
	background-color:#333;
	/*border-top:1px solid #828282;
	border-right:1px solid #828282;
	border-left:1px solid #828282;
	border-radius: 4px 4px 0 0;*/
}
.page .tab &gt; ul &gt; li.select::after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.8em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	position: absolute;
	bottom: -0.6em;
	left: 46%;
}
/*도움말 박스*/
.help_box{
	position:absolute;
	border:2px solid #c20100;
	background-color: rgba(194,1,0,0.2);
	top:0;
	left:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.help_area {
    position: absolute;
    font-size: 0.8em;
	top:0;
	left:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.help_area &gt; .help_icon {
	color: #0000ff;
	vertical-align: top;
	display: block;
	position:relative;
	top:0;
}
.help_area &gt; .help_icon &gt; i{
	vertical-align:middle;
}
.help_area &gt; .help_icon::after{
	display: inline-block;
	content: "도움말";
	font-size:1.1em;
	line-height:1;
	vertical-align:middle;
	padding-left:4px;
}
.help_area &gt; .help_text {
	background-color: #0f6a84;
	padding: 10px 10px;
	color: #ffffff;
	display: none;
	position: relative;
	line-height: 1.4;
	left: -44%;
	top: 7px;
	max-width: 70vw;
    min-width: 50vw;
}
.help_area &gt; .help_text.left {
	left: -80%;
}
.help_area &gt; .help_text.right {
	left: -10%;
}
.help_area &gt; .help_text.show{
	display:inline-block;
	z-index:1;
}
.help_area &gt; .help_text::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d8";
    position: absolute;
    top: -13px;
    left: 45.5%;
    color: #0f6a84;
}
.help_area &gt; .help_text.left::after {
    left: 81.5%;
}
.help_area &gt; .help_text.right::after {
    left: 12%;
}

/*이전 다음 버튼*/
.page .text_contents &gt; .item.guide_button_area{
	text-align:center;
	font-size:1.2em;
}
.page .text_contents &gt; .item.guide_button_area &gt; a {
	color:#0f6a84;
}
.page .text_contents &gt; .item.guide_button_area &gt; a &gt; i{
	/*vertical-align:middle;*/
}
.page .text_contents &gt; .item.guide_button_area &gt; a.disable{
	color:#787878;
}

/* animate 속도 재정의*/
.item.guide {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-delay: 0s;
  -ms-animation-duration: 0.5s;
  -ms-animation-delay: 0s;
  -o-animation-duration: 0.5s;
  -o-animation-delay: 0s;
  animation-duration: 0.5s;
  animation-delay: 0s;
 /* -vendor-animation-iteration-count: infinite;*/
}

.border_box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ellipsis { 
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
 }
.hidden{
	display:none;
}
.txt_center{
	text-align:center;
}
.txt_left{
	text-align:left;
}
.txt_bold{
	font-weight:bold;
}
.txt_sm{
	font-size:0.85em;
}
.txt_lg{
	font-size:1.25em;
}
.txt_red{
	color:#c20100;
}
.txt_blue{
	color:#486bbd;
}
.padding-l-20{
	padding-left:20px;
}
ul.map_tab{
	margin:0 0 10px 0;
}
ul.map_tab &gt; li{
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width:50%;
	display:block;
	vertical-align: middle;
	box-sizing: border-box;
	color: #313131;
	position: relative;
	transition: all 0.5s ease;
	line-height: 55px;
	color: #313131;
	background-color: #fff;
	text-align:center;
	float:left;
	cursor:pointer;
}
ul.map_tab &gt; li:first-child {
	border: 1px solid #dddddd;
}
ul.map_tab &gt; li.select{
	border-color: #333;
	background-color: #333;
	color:#fff;
}
ul.map_tab &gt; li.select::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	position: absolute;
	top: 48px;
	left: 49%;
	color:#333;
	z-index:2;
}
/* teacher */
.teacher_list2{
	width:100%; 
	margin:0px auto; 
	display:flex; 
	flex-flow:wrap;
	align-content: flex-start;
}
.teacher_list2 &gt; div:nth-child(2n){
	margin:10px 0 10px 5vw;
}
.teacher_list2 &gt; .t_item{
	width:40vw; 
	height:57vw; 
	overflow:hidden; 
	margin:10px 0; 
	background-color:#b0c2d8; 
	position:relative; 
	box-shadow:2px 2px 2px rgba(0,0,0,.25);
}
.teacher_list2 &gt; .t_item &gt; .name{
	width:100%; 
	height:30px; 
	background-color:#476682; 
	color:#fff; 
	font-size:16px; 
	line-height:30px; 
	position:absolute; 
	bottom:0px; 
	left:0px; 
	box-sizing:border-box; 
	text-indent:30px;
}
.teacher_list2 &gt; .t_item2{
	width:40vw; 
	height:57vw; 
	overflow:hidden; 
	margin:10px 0; 
	background-color:#bbd5d6;
	position:relative; 
	box-shadow:2px 2px 2px rgba(0,0,0,.25);
}
.teacher_list2 &gt; .t_item2 &gt; .name{
	width:100%; 
	height:30px; 
	background-color:#53867f;
	color:#fff; 
	font-size:16px; 
	line-height:30px; 
	position:absolute; 
	bottom:0px; 
	left:0px; 
	box-sizing:border-box; 
	text-indent:30px;
}
.teacher_list2 &gt; .t_item3{
	width:40vw; 
	height:57vw; 
	overflow:hidden; 
	margin:10px 0; 
	background-color:#d6cabc;
	position:relative; 
	box-shadow:2px 2px 2px rgba(0,0,0,.25);
}
.teacher_list2 &gt; .t_item3 &gt; .name{
	width:100%; 
	height:30px; 
	background-color:#60483e;
	color:#fff; 
	font-size:16px; 
	line-height:30px; 
	position:absolute; 
	bottom:0px; 
	left:0px; 
	box-sizing:border-box; 
	text-indent:30px;
}
.fixed_sns {
	position:fixed;
	left:10px;
	bottom:10px;
	z-index:8;
}
.fixed_sns .bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:black;
	opacity:.8;
	display:none;
}
.fixed_sns.on .bg {
	display:block;
}
.fixed_sns button {
	width:200px;
	height:40px;
	border-radius:4px;
	position:relative;
	z-index:3;
	transition:all 0.2s, transform 0.2s;
	background-color:#f22673;
	color:#fff;
	font: normal 14px/40px 'NotoSansCJKkr';
	border:0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.45);
	box-shadow:2px 2px 2px rgba(0,0,0,0.45);
}
.fixed_sns button:after{
	content:'1:1 학원 강좌 등록 안내';
}
.fixed_sns ul {
	position:absolute;
	bottom:80px;
	left:0;
	z-index:2;
	display:none;
}
.fixed_sns.on ul {
	display:block;
}
.fixed_sns ul li {
	width:500px;
	height:40px;
	position:relative;
	margin-top:14px;
}
.fixed_sns ul li a {
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}
.fixed_sns ul li .icon{
	width:40px;
	height:40px;
	border-radius:100%;
	box-shadow:0 2px 4px 0 rgba(0,0,0,.3);
	opacity:0;
	transition:all 0.4s, transform 0.45s;
	position:absolute;
	left:0;
	top:0;
	color:#000;
	background-color:#fff;
	font-size:25px;
	line-height:40px;
	text-align:center;
}
.fixed_sns ul li .icon &gt; i{
	font:normal 20px/40px FontAwesome;
}
.fixed_sns ul li .txt {
	color:white;
	position:absolute;
	left:50px;
	height:40px;
	line-height:40px;
	min-width:70px;
	text-align:left;
	padding-right:10px;
	opacity:0;
	transition:all 0.2s, transform 0.2s;
	font: normal 14px/40px 'NotoSansCJKkr';
}
.fixed_sns ul li:nth-child(1) .icon {
	margin-top:200px;
}
.fixed_sns ul li:nth-child(2) .icon {
	margin-top:150px;
}
.fixed_sns ul li:nth-child(3) .icon {
	margin-top:100px;
}
.fixed_sns ul li:nth-child(4) .icon {
	margin-top:50px;
}
.fixed_sns.on {
	z-index:99;
}
.fixed_sns.on button {
	background-color:#2d7aff;
}
.fixed_sns.on button:after{
	content:'닫기';
}
.fixed_sns.on ul li .icon {
	 animation-name: bouncez;
	 animation-duration: 1.1s;
}
.fixed_sns.on ul li .icon {
	opacity:1;
}
.fixed_sns.on ul li:nth-child(1) .icon {
	margin-top:0;
}
.fixed_sns.on ul li:nth-child(2) .icon {
	margin-top:0;
}
.fixed_sns.on ul li:nth-child(3) .icon {
	margin-top:0;
}
.fixed_sns.on ul li:nth-child(4) .icon {
	margin-top:0;
}
.fixed_sns.on ul li a {
	visibility:visible;
}
.fixed_sns.on ul li .txt {
	opacity:1;
	 transition:all 0.5s, transform 0.5s;
}
 @keyframes bouncez {
	 0%, 20%, 40%, 60%, 80%, 100% {
		transform: translateY(0);
	}
	 28% {
		 transform: translateY(-7px);
	}
}

/*쿠폰 등록 버튼*/
.noticewrap .head a.button.coupon_btn{
	float:right;
	color: #ffffff;
    background: #2eb2ff;
	width:30vw;
	font-size:1.1em;
}
.noticewrap .head a.button.coupon_btn &gt; i{
	vertical-align:middle;
	font-size:1.3em;
}

/* 상품권 등록 layer --&gt;*/
.white-popup.coupon {
    position: relative;
    background: #FFF;
    padding: 40px 20px 20px 20px;
    width:100%;
   /* max-width: 1240px;*/
    margin: 20px auto;
    text-align: left;
    border-top: 5px #008597 solid;
    border-bottom: 5px #008597 solid;
	box-sizing: border-box;
}
.white-popup.coupon{
	/*width:95vw;
	text-align:left;*/
}
.white-popup.coupon &gt; .txt1{
	font-size:1.2em;
	font-weight:900;
	line-height:1.2;
}
.white-popup.coupon &gt; .txt2{
	margin-top:10px;
	line-height:1.4;
}
.white-popup.coupon &gt; .txt3{
	font-size:0.9em;
	margin-top:20px;
	line-height:1.5;
}
.white-popup.coupon &gt; .coupon_input{
	margin:20px 0;
	background-color:#c1c1c1;
	padding:10px 5px;
	text-align:center;
	color:#fff;
	vertical-align: middle;
}
.white-popup.coupon &gt; .coupon_input &gt; form{
	margin: 0 0;
}
.white-popup.coupon &gt; .coupon_input &gt; form &gt; input{
	width:20%;
	height: 30px;
	text-align:center;
	vertical-align:middle;
}
.white-popup.coupon &gt; .coupon_button{
	margin-top:20px;
	text-align:center;
}
.white-popup.coupon &gt; .coupon_button &gt; a{
	display: inline-block;
	min-width: 100px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	text-decoration: none;
	background: #fff;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.45);
	border-radius: 4px;
	padding:5px 5px;
}
.white-popup.coupon &gt; .coupon_button &gt; a.reg , .white-popup.coupon &gt; .coupon_button &gt; a.loading{
	background-color:#008597;
}
.white-popup.coupon &gt; .coupon_button &gt; a.loading{
	display:none;
}
.white-popup.coupon &gt; .coupon_button &gt; a.loading &gt; i{
	font-size:1.2em;
}
.white-popup.coupon &gt; .coupon_button &gt; a.cancel{
	background-color:#000;
}
/* 상품권 등록 layer &lt;--*/</pre></body></html>