/* latin-ext */
@font-face {
  font-family: 'Julius Sans One';
  font-style: normal;
  font-weight: 400;
  src: local('Julius Sans One'), local('JuliusSansOne-Regular'), url(https://fonts.gstatic.com/s/juliussansone/v4/iU65JP9acQHPDLkdalCF7pQnCV4ii-F0S-GDf6mWM7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Julius Sans One';
  font-style: normal;
  font-weight: 400;
  src: local('Julius Sans One'), local('JuliusSansOne-Regular'), url(https://fonts.gstatic.com/s/juliussansone/v4/iU65JP9acQHPDLkdalCF7vRfjuwYMPEidxghGetd3AU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*-----------------------------------------------
_ general
-----------------------------------------------*/
:focus {
    outline: 0
}
a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
article#origami {
    margin: 0 auto;
    max-width: 1002px;
}
article#origami .origami {
    box-shadow: 0 4px 4px #AAA;
    background-color: #FFF;
    position: relative;
    margin: 0 10px 15px;
    padding: 10px 0;
}
article#origami em {
    font-weight: bold;
    font-style: normal;
}
/*-----------------------------------------------
_ header
-----------------------------------------------*/
article#origami header {
    position: relative;
    padding: 0 10px;
}
article#origami header h1 {
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
article#origami header h1 img {
    width: 100%;
}
article#origami header p {
    color: #555;
    line-height: 1.8;
    margin: 0 auto 35px;
    text-align: center;
    font-size: 1.2em;
}
article#origami header p em {
    display: block;
    margin: 8px 20px 0;
    line-height: 1.5;
}
article#origami header a.credit {
    font-size: 0.65em;
    color: #fff;
}
article#origami header a.leftImg {
    position: absolute;
    top: 309px;
    left: 15px;
}
article#origami header a.rightImg {
    position: absolute;
    top: 1px;
    right: 15px;
    color: #61503C;
}
article#origami p.copyright {
    font-size: 0.6em
}

/*-----------------------------------------------
_ section_general
-----------------------------------------------*/
article#origami section {
    width: 80%;
    padding: 27px 0; 
    margin: 27px auto;
    border-bottom: 1px solid #ccc;
    text-align: center;
    max-width: 700px;
    min-width: 280px;
}
article#origami section h1, article#origami section h2 {
    font-family: 'Julius Sans One', sans-serif;
    margin: 0 0 15px;
	line-height: 2;
    font-size: 1.6rem;
}

article#origami section p {
    margin: 35px 0;
}
/*-----------------------------------------------
_ lesson
-----------------------------------------------*/
article#origami section.lesson {
    width: 94%;
    max-width: 700px;
    border-bottom: none;
    margin: 0 auto;
}
article#origami section.lesson h2 {
    border: 1px solid #ccc;
    border-radius: 21px;
    margin: 0 0 30px;
}
article#origami section div.tutor:before {
    content: '\2605\2605\2605';
    font-size: 0.6rem;
    letter-spacing: 10px;
    color: #ccc;
    display: block;
    padding: 45px 0 10px 10px;
}
article#origami section div.tutor img {
    width: 100px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}
article#origami section div.tutor h2 {
    border: none;
    margin: 0;
    font-size: 1.6em;
}
article#origami section div.tutor h2 a {
    color: #444;
}
article#origami section div.tutor h2 span {
    display: block
}
article#origami section div.tutor p {
    width: 80%;
    margin: 13px auto 35px;
    font-size: 1.15em;
    text-align: center;
}
article#origami section div.tutor p a {
    color: #fff;
    margin: 10px auto;
    background-color: #3c607e;
    padding: 12px;
    font-size: 0.9em;
    display: block;
    width: 150px;
    box-shadow: 0 0 1px #666;
}
article#origami section div.lesson {
    margin: 10px 0;
}
article#origami section div.lesson a.tutorImg {
    display: block;
    color: #333;
    vertical-align: top;
    /* width: 81px; */
    float: left;
    /* position: relative; */
    /* left: 138px; */
    /* top: 14px; */
}
article#origami section div.lesson a.lessonDetail {
    border: 1px solid #ccc;
    padding: 20px 40px 6px;
    border-radius: 3px;
    display: block;
    vertical-align: top;
    margin: 0 0 0 82px;
    /* text-align: left; */
}
article#origami section div.lesson h3 {
    color: #555;
    font-weight: normal;
    font-size: 1.8em;
}
article#origami section div.lesson p {
    margin: 10px 0;
    color: #555;
}
article#origami section div.lesson img {
    max-width: 69px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
article#origami section div.lesson p.point {
    padding: 6px 0;
    display: block;
    font-size: 1.35em;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #e8e8e8;
    margin: 5px 0;
    color: #A36D73;
}
article#origami section div.lesson img.category {
    width: 24px;
    border: none;
}
article#origami section div.lesson span img {
    width: 24px;
    background: transparent;
    position: relative;
    top: 0;
    border: none;
}
article#origami section div.lesson span img.category {
    position: relative;
    width: 41px;
    top: -19px;
    left: -7px;
}
article#origami section div.lesson:hover {
    box-shadow: 0 1px 5px #cdcdcd
}
/*-----------------------------------------------
_ socialicon
--------------------------------------------- */
.socialicon {
    text-align: center;
    }
div.fb-like{
    top: -6px;
}
/*-----------------------------------------------
_ with cafetalk!
-----------------------------------------------*/
article#origami .cafetalk h2 {
}
article#origami .cafetalk p {
    text-align: center;
    margin: 0 0 20px;
    color: #444;
}
article#origami .cafetalk ul {
    text-align: center;
    margin: 0 auto;
}
article#origami .cafetalk li {
    width: 285px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 18px 5px;
    text-align: left;
    padding: 0 0 0 50px;
    font-size: 0.9em;
}
article#origami .cafetalk li:first-child {
    padding: 0;
    width: 310px;
}
article#origami .cafetalk li span {
    position: relative;
    padding: 0 0 0 50px;
    display: block;
    /* width: 260px; */
    margin: 0 0 40px;
}
article#origami .cafetalk li img {
    background-color: #737687;
    width: 24px;
    border-radius: 55px;
    padding: 5px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
article#origami .cafetalk li.support img {
    /* margin: 0 auto 15px
 */}
article#origami .cafetalk li em {
    display: block;
    font-size: 113%;
}
article#origami .cafetalk li em.en, article#origami .cafetalk li em.it, {
    font-size: 125%%;
}
article#origami .cafetalk li a {
    font-weight: normal;
    background-color: #3c607e;
    padding: 11px 25px;
    color: #fff;
    box-shadow: 0 1px 0 #999;
    line-height: 5;
    font-size: 0.9em;
    /* display: block; */
}

/*-----------------------------------------------
_ feedback
-----------------------------------------------*/
article#origami section.feedback p {
	margin: 0 0 35px;
}
article#origami .from_student {
}
article#origami .from_student p {
	margin: 0 0 35px;
	text-align: left;
}
article#origami .from_student p img {
	float: left;
	margin: 0 14px 0 0;
	position: relative;
	top: -11px;
	left: 0;
}
article#origami .from_student a {
	font-size: 0.85em;
	padding: 11px 32px;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #147A8A;
	display: block;
}
article#origami .from_student a img {
	width: 19px;
	padding: 2px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

/*-----------------------------------------------
_ credit
-----------------------------------------------*/
p.credit {
    font-size: 0.6em;
    margin: 10px 0 0 20px;
    text-align: center;
}
p.credit a {
    color: #F16E51
}
/*-----------------------------------------------
_ display:none;
-----------------------------------------------*/
article#origami section div.no_display div.tutor {
    display: none
}
/*-----------------------------------------------
_ video1
-----------------------------------------------*/
article#origami section.video {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 27px 0;
    margin: 27px auto;
}
article#origami section.video h2 {
}
article#origami section.video div.video_lesson {
    display: inline-block;
    padding: 0;
    vertical-align: top;
}
article#origami section.video div.video_lesson em {
    font-weight: bold;
    font-size: 1.25em;
    margin: 0 3px;
    position: relative;
    top: -2px;
    left: 0;
}
article#origami section.video div.video_lesson span {
    display: block;
    position: relative;
}
article#origami section.video div.video_lesson a {
    /* padding: 12px 0 16px; */
    font-size: 0.9em;
    display: block;
    /* width: 183px; */
    margin: 8px 0 0;
}
article#origami section.video div.video_lesson img {
    width: 16px;
    position: relative;
    top: 2px;
    left: 0;
    padding: 0;
    border: none;
    display: inline;
    box-shadow: none;
    margin: 0;
}
article#origami section.video div.video_lesson span img {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    box-shadow: 1px 2px 5px #ddd;
    cursor: pointer;
    max-width: 350px;
}
article#origami section.video div.video_lesson span:after {
    content: "\25B6";
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 80px;
    left: 45%;
    right: 50%;
    padding: 5px 0 0 6px;
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    box-shadow: 0 1px 1px #555;
    background: rgba(0,0,0,0.3);
}
article#origami section.video div.video_lesson:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
article#origami section.video .video_lesson p a {
    font-size: 0.9em;
    display: block;
    position: relative;
    margin: 0 0 0 35px;
    line-height: 1.2;
}
/* textBox */
article#origami section.video div.textBox {
    max-width: 340px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
article#origami section.video div.textBox h3 {
    font-weight: normal;
    text-align: left;
    margin: 20px 0 0 0;
}
article#origami section.video div.textBox p {
    text-align: left;
    margin: 15px 0;
}

article#origami section.video div.textBox p a img {
    width: 25px;
    padding: 2px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: -35px;
}
article#origami section.video div.wrap_link {
	margin: 0 auto;
	text-align: center;
}
article#origami section.video a.videolink {
    background-color: #9ebfda;
    box-shadow: 0 1px 0 #999;
    color: #fff;
    padding: 13px;
    text-align: center;
    margin: 5px;
    display: inline-block;
    min-width: 240px;
}
article#origami section.video a.lessonlink {
    background-color: #3c607e;
    box-shadow: 0 1px 0 #999;    
    color: #fff;
    padding: 13px;
    text-align: center;
    margin: 5px; 
    display: inline-block;
    min-width: 240px;
}
/*-----------------------------------------------
_ Video2
-----------------------------------------------*/
div#video_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
div#video_container .video_wrap {
    width: 820px;
    height: 468px;
    padding-top: 10px;
    margin: 80px auto 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}
div#video_container .video_wrap .social_toolbar {
    width: 800px;
    height: 448px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 10px;
}
div#video_container a.close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 1.5em;
    line-height: 1.5;
    height: 1.5em;
    border: .2em solid white;
    font-size: 20px;
    color: white;
    background-color: #666;
    background-color: rgba(20, 20, 20, .7);
    text-align: center;
    text-shadow: 1px 1px 3px black;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    text-decoration: none;
}
/*TutorInterview*/
div#video_container_tutor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
div#video_container_tutor .video_wrap {
    width: 820px;
    height: 468px;
    padding-top: 10px;
    margin: 80px auto 0;
    margin-top: 20px; background-color: #666;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}
div#video_container_tutor .video_wrap .social_toolbar {
    width: 800px;
    height: 448px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 10px;
}
div#video_container_tutor a.close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 1.5em;
    line-height: 1.5;
    height: 1.5em;
    border: .2em solid white;
    font-size: 20px;
    color: white;
    background: #666;
    background: rgba(20, 20, 20, .7);
    text-align: center;
    text-shadow: 1px 1px 3px black;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    text-decoration: none;
}
/* video window */
div#video_container_tutor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
    background-color: #333333\9; /* IE8 HACK */
    display: none;
}
div#video_container_tutor .video_wrap {
    width: 820px;
    height: 468px;
    padding-top: 10px;
    margin: 110px auto 0;
    margin: 60px auto 0\9; /* IE8 HACK */
    background-color: rgba(0, 0, 0, 0.3);
    background-color: #333333\9; /* IE8 HACK */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}
div#video_container_tutor .video_wrap .social_toolbar {
    width: 800px;
    height: 448px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 10px;
}
div#video_container_tutor a.close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 1.5em;
    line-height: 1.5;
    height: 1.5em;
    border: .2em solid white;
    font-size: 20px;
    color: white;
    background: rgba(20, 20, 20, .7);
    background: #333333\9; /* IE8 HACK */
    text-align: center;
    text-shadow: 1px 1px 3px black;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    text-decoration: none;
}

/*-----------------------------------------------
_ footer
-----------------------------------------------*/
section#footer {
    border-top: 1px solid #ccc;
}
#footer a.click {
	display: inline-block;
	padding: 9px 22px;
	margin: 23px 0 0 0;
	font-weight: bold;
	background-color: #C1D4E3;
	color: #3C6D96;
	text-shadow: 0 1px 1px #dedede;
}
#footer a:hover 
}
#footer h2 {
}
#footer h3 {
    /* font-weight: normal; */
    font-size: 1.1em;
    line-height: 2;
    color: #4E8A9F;
    font-family: "lucida grande",Calibri,"Helvetica Neue",Helvetica,Geneva,tahoma,verdana,arial, Meiryo,'MS PGothic','NanumGothic','AppleGothic','Malgun Gothic','Dotum Regular','Hiragino Kaku Gothic Pro', sans-serif;
    margin: 0 0 10px;
}
#footer p {
    margin: 0 !important;
    font-size: 0.95em;
    line-height: 1.6;
}
#footer .infoBox {
    padding: 15px 0;
    margin: 5px 10px;
    display: inline-block;
    width: 40%;
    vertical-align: top;
    text-align: left;
    min-width: 270px;
}
#footer .counseling {
    border-top: 4px solid #dedede;
}
#footer .counseling h3 {
}
#footer .support {
    border-top: 4px solid #dedede;
    padding: 15px 0 5px;
}
#footer .support p span {
	display: block;
	margin: 15px 0 0;
	font-weight: bold;
	border-top: 1px dotted #ccc;
	padding: 6px 0;
	color: #555;
}
#footer .support small {
    font-size: 80%;
    font-weight: normal;
}
#footer .support a {
	margin: 0;
	font-size: 136%;
}
#footer .support em {
    color: #4E8A9F;
    font-size: 155%;
    display: block;
}
#footer .info_online_lesson {
    border-top: 4px solid #dedede;
}
#footer .info_online_lesson ul {
    margin: 0 0 12px;
}
#footer .info_online_lesson li {
    font-size: 0.95em;
    /* line-height: 1.8; */
    list-style-type: square;
    margin: 0 0 8px 23px;
}
#footer .info_online_lesson p {
    margin: 0 0 8px !important;
    font-size: 90%;
}
#footer .info_online_lesson li span {
	font-size: 90%;
	color: #666;
}
#footer .info_online_lesson a {
}
#footer .info_skype {
    border-top: 4px solid #dedede;
}
#footer .info_cafe {
}
#footer .info_cafe .video {
    padding: 0;
}
#footer .info_cafe .video span {
	border: 1px solid #CCC;
	display: block;
	padding: 20px 17px;
}
#footer .info_cafe .video img {
	width: 242px;
	border: 1px solid #AAA;
}
#footer .info_cafe .textBox {
    border-top: 4px solid #dedede;
}info_skype
#footer .info_skype a {
    display: inline;
}
#to_special_backnumber {
	color: #fff;
	background-color: #3C607E;
	position: relative;
	padding: 14px;
	margin: 0 auto;
	text-align: center;
	min-width: 269px;
	max-width: 350px;
	display: block;
}
