/* basic tag style */

html {overflow-y:scroll;}
html,body{margin:0;padding:0;height:100%;}

body{text-align:left; font-size:12px;
  font-family: "Apple SD Gothic Neo", "Nanum Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif;
}
body.about {
  font-family: "Apple SD Gothic Neo", "Nanum Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif;
}
:lang(ko) body,
:lang(ko-KR) body
{ font-family: "Apple SD Gothic Neo", "Nanum Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, "굴림", Gulim, Helvetica, sans-serif; }
:lang(en) body,
:lang(en-US) body,
:lang(en-AU) body,
:lang(en-CA) body,
:lang(en-GB) body
{ font-family: Helvetica, Arial, sans-serif; }
:lang(ja) body,
:lang(ja-JP) body
{ font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", Helvetica, Arial, sans-serif; }

table { border-collapse: collapse; border-spacing: 0; }
/*
h1 { font-size: 28px; font-weight: 900; color: #138687; margin:0px 0 0 0; }
*/
/* class name, school name, menu name, popup title */
h2 { font-size: 24px; font-weight: 700; color: #138687; margin:0 0 7px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/* sub-menu name */
h3 { font-size: 24px; font-weight: 100; color: #138687; margin:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
h3.red { color: #E85D7B; }

/* class (year, school name) */
h4 { font-size: 18px; font-weight: 500; color: #138687; margin:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/* class/home sub-menu button */
h5 { font-size: 13px; font-weight: 500; color: #138687; margin:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/* right side card title */
h6 { font-size: 12px; font-weight: 700; text-transform: uppercase; margin:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

h2 a, h3 a, h4 a, h5 a, h6 a { color: #138687; }
hr { border:0; border-top: 1px solid #e6e6e6; margin: 0 0 20px 0; clear: both; }
.form hr { width: 580px; }

input,textarea,select{ font-size: 13px; padding:0; margin:0; resize: none; }
img{border:0;}

input:focus, textarea:focus, select:focus {outline: 0 !important;}
input[type='checkbox'] { margin: 3px 5px 3px 0px; width:14px; height:14px;}

p{margin-top: 0;margin-bottom: 0;}

a{text-decoration:none;cursor:pointer; }

a:hover { text-decoration:none; }

a.text { color: #138687; text-decoration: underline; }
a.text:hover { text-decoration: underline; }


.selected a,
.active a {cursor:default !important;}

label { line-height:20px;}

img{
   border:0px;
}

dl, ol, ul, li { list-style:none; margin:0; padding:0 }


/* input style */
textarea,
input[type="text"],
input[type="password"] { height: 20px; }
select { height: 38px; }
textarea,
input[type="text"],
input[type="password"],
select {
  border: 1px solid #e6e6e6;
  color: #333333;
  font-size: 13px;
  padding: 9px 5px;
  text-indent: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear;
  -moz-transition: border .25s linear, color .25s linear;
  -o-transition: border .25s linear, color .25s linear;
  transition: border .25s linear, color .25s linear;
  -webkit-backface-visibility: hidden;
}
textarea:-moz-placeholder, input:-moz-placeholder,
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder,
textarea.placeholder input.placeholder {
  color: #b2bcc5;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
  outline: 0;
  border-color: #0fa19a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* page layout */
#center_div .header { }
#center_div .header .language { float:right; }

/* popup layout */
.popup-section .header { height: 30px; line-height: 30px; background-color: #f2f2f2; padding: 0 5px; }
.popup-section .header:hover { background-color: #e6e6e6; }
.popup-section .header h6 { float:left; font-size: 12px; font-weight: bold; color: #138687; }
.popup-section .header .arr-right {
  position: relative;
  float: right;
  margin: 5px 0;
  height: 20px;
  width: 20px;
}
.popup-section .header:hover .arr-right { background-position: -560px -320px; }

.popup-section ul li.row { height: 40px; padding:5px;}
.popup-section ul li.row:hover,
.popup-section ul li.row:active { color: #fffcc4; }
.popup-section ul li .image { width: 40px; height: 40px; }
.popup-section ul li .meta { margin: 3px 0 0 50px; height: inherit; }
.popup-section ul li .main { color: #333; font-size: 13px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.popup-section ul li .sub { font-size: 10px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height:13px; }


.scrollable {
  overflow-y: auto;
  position: relative;
}

.table .row:before,
.table .row:after,
.container .row:before,
.container .row:after {
  display: table;
  line-height: 0;
  content: "";
}

.table .row:after,
.container .row:after {
  clear: both;
}

/* layout */
.inline_block{display:inline-block;display:-moz-inline-stack;zoom:1; *display:inline;}
.break_all { word-break:break-all;}
.break_word { word-wrap:break-word;}
.clear_both {clear:both}
.no_margin_right { margin-right:0 !important;}
.no_margin {margin:0 !important;}

/* opacity */
.opacity_20 {-ms-filter:Alpha(Opacity=20);filter:Alpha(Opacity=20);-moz-opacity:0.2; -khtml-opacity:0.2;opacity:0.2;}
.opacity_50 {-ms-filter:Alpha(Opacity=50);filter:Alpha(Opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity:0.5;}
.opacity_80 {-ms-filter:Alpha(Opacity=80);filter:Alpha(Opacity=80);-moz-opacity:0.8; -khtml-opacity:0.8;opacity:0.8;}

/* border */
.border_radius_2{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.border_radius_4{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.border_radius_5{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.border_radius_6{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.border_radius_8{-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
.border_radius_12{-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
.border_radius_16{-moz-border-radius:16px;-webkit-border-radius:16px;border-radius:16px;}

/* height */
.height_100{height:100px;}

.no_border { border:none !important;}
.no_top_border { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; border-top: 0 !important; }
.no_bottom_border {border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; border-bottom: 0 !important; }
.no_top_border_radius { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
.no_bottom_border_radius {border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }

/* text style*/
.bold { font-weight:bold;}

/* align */
.lfloat{float:left;}
.rfloat{float:right !important;}


/* background style */
.bg_chbox { background:url("/img_src/ct_bg.png") repeat;}


/* text effect */
.textmiddle{vertical-align:middle;}
.texttop{vertical-align:top;}
.textbottom{vertical-align:bottom;}
.text_limit_width{vertical-align:middle; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.text_limit_height{vertical-align:middle; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* fold text, ellipsis style */
.ellipsis {display:inline;}
.folded_text {display:none;}
.unfold {font-size:11px;padding-top:4px;}
.unfold a { color:#058D82;cursor:pointer;text-decoration:none;font-size:11px;}
.text_show .ellipsis_simbol { display:none;}
.text_show .folded_text {display:inline;}
.text_show .unfold {display:none;}

/* input box */
input.u1 {
   padding: 6px 12px;
   font-size: 16px;
   color: #787878;
   letter-spacing: -0.02em;
   text-shadow: 0px 1px 0px #fff;
   outline: none;
   background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#ffffff));
   background: -moz-linear-gradient(top,  #e0e0e0,  #ffffff);
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
input#submitbtn { font-size: 1.3em; padding: 4px 9px; font-family: Arial, Helvetica, sans-serif; letter-spacing: -0.05em; color: #444; }
input.fail { -webkit-box-shadow: 0px 0px 5px #ff4848; -moz-box-shadow: 0px 0px 5px #ff4848; box-shadow: 0px 0px 5px #ff4848; }
input:focus { -webkit-box-shadow: 0px 0px 5px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff; }

/* dialog popup */
#loading_wrap{ position:fixed; top:200px; margin-left:340px; width:300px; height:50px; line-height:50px; background:gray; z-index:11;}
#loading{margin:10px 20px;}
#loading_img{}
#loading_text{ display:inline;height:30px;line-height:30px;margin-left:10px; font-size:16px;}

.msg_err{background-image:url("/img_src/icon_msg.gif");background-position: 0px -12px;background-repeat:no-repeat;display:inline-block;width:18px;height:11px;}
.msg_suc{background-image:url("/img_src/icon_msg.gif");background-repeat:no-repeat;display:inline-block;width:18px;height:11px;}


/* table properties to use div as table */
/*
.table {display:table}
.tablerow {display:table-row;}
.tablecell {display:table-cell;}
*/

.form .radio-btn ul li.list,
.form .radio-btn ul li.slideLava {
  width: 80px;
}

/* form table style */
.form .table {
  margin-top: 20px;
  width: 460px;
}
.form .row { position: relative; width:100%; margin-bottom:20px; }
.form .row .label { float:left; color: #8f9aa7; font-weight: normal; width:100px; height:40px; line-height:40px; text-align:right; margin-right:20px;}
.form .row .privacy_info { float:left; color: #8f9aa7; font-weight: normal; width:200px; height:40px; line-height:40px; text-align:right; margin-right:20px;}
.form .row .input { float:left; width: 340px; }
.form .row .input.small { width: 160px;}
.form .row .input textarea { width:320px; height:90px; padding:4px 9px; line-height:30px \9; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.form .row .input input { width:320px; height:30px; padding:4px 9px; line-height:30px \9; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.form .row .input input.small {width: 140px;}
.form .row .input input.box {width:35px;}
.form .row .input select { width:320px; height:38px; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.form .row .input select.small { width:160px; float:left; }
.form .row .input select.tiny { width:50px; }
.form .row .dash { margin:0 8px; float: left; }
.form .radio-btn.slide ul li.list,
.form .radio-btn.slide ul li.slideLava {
  width: 80px;
}
.form .radio-btn.checkbox ul { padding:10px 0; }
.form .btn_wrap {float:right;}
.form input[type="submit"] { min-width: 110px; max-width: 200px; }
.form .cancel { width:100px; }

.form .row .radio-btn.checkbox ul li:first-child { margin-right: 70px; }

.form .row .notice {
  position:absolute; top:5px; left: 120px; width:300px; color: #8f9aa7;
  font-size:15px; line-height: 15px;
}

.form .row .msg {
  position:absolute; top:0; left: 470px; width:200px; line-height: 40px;
}
.form .help {
  color: #8f9aa7; line-height: 20px; padding: 10px 0;
}
.form .help u {
  cursor: pointer;
}

.form .preview_img{
    position: relative;
    float: left;
    width: 535px;
    background: #f2f2f2;
    margin: 0px 0px 2px 1px;
}

.form .attach_wrap { margin: 0; }

#sb_bar{
   position: relative;
   float: left;
   width: 390px;
   padding: 0;
   margin: 0;
   line-height:20px;
}

#sb_basebar{
   position: relative;
  width: 300px;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: #e6e6e6;
}

#sb_bar label {
  line-height:20px; font-size:10px; color:#666666;
}

#sb_progressbar{
  position: relative;
  float: left;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: #83e3c5;
}

#sb_desc {margin:10px 5px 10px 5px;}

/* policies page style*/
section { margin-bottom: 20px; }
section ol, section ul { list-style:decimal;}
section li {list-style:inherit;}
ol[type='i'] { list-style:lower-roman;}

/* web_write_img.png */
.web_write{ background:url("/img_src/web_write_img.png") no-repeat; }
.rmi_pencil { width:20px; height:20px; background-position: 10px 10px; }
.rmi_pencil.active { background-position: 10px 50px; }
.rmi_check { width:20px; height:20px; background-position: 60px 10px; }
.rmi_check.active { background-position: 60px 50px; }
.rmi_check { width:20px; height:20px; background-position: 100px 10px; }
.rmi_check.active { background-position: 100px 50px; }
.rmi_img { width:20px; height:20px; background-position: 13px 127px; }
.rmi_img.active { width:20px; height:20px; background-position: 63px 127px; }
.rmi_img.select { width:20px; height:20px; background-position: 103px 127px; }
.rmi_file { width:14px; height:26px; background-position: 13px 167px; }
.rmi_file.active { width:14px; height:26px; background-position: 63px 167px; }
.rmi_file.select { width:14px; height:26px; background-position: 103px 167px; }
.rmi_cancel { width:20px; height:20px; background-position: 0px 240px; }
.rmi_cancel.active { width:20px; height:20px; background-position: 63px 167px; }
.rmi_cancel.select { width:20px; height:20px; background-position: 103px 167px; }
.rmi_cancel.select.over { width:20px; height:20px; background-position: 103px 167px; }

.widget:first-child { margin: 0; }
.widget { width: 140px; min-height: 140px; background-color: #f4f4f2; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; padding: 10px; margin-top: 20px; }
.widget .header { height: 20px; padding-bottom: 10px;}
.widget .header a { color: #8f9aa7; font-size: 12px; font-weight: 700; }
.widget .header h6 { color: #8f9aa7;}
.widget .body { position: relative; padding: 0; min-height: 110px; }
.widget .body .content { font-size: 13px; color: #333; word-wrap: break-word; min-height: 50px;}
.widget .body h3 { font-size: 13px; font-weight: 700; margin: 0; padding: 0; }
.widget .body small { font-size: 10px; color: #ccc; }
.widget .body a { font-size: 13px; color: #333; }
.widget .body .wrow { clear: both; padding: 10px 0; margin-top: -10px; }
.widget .body .wrow:hover {}
.widget .body .wrow .icon { float: left; padding-right: 10px; vertical-align: middle; }
.widget .body .wrow .icon img { width: 30px; height: 30px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.widget .body .wrow .text { font-size: 13px; line-height: 15px; font-weight: 700; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.widget .btn_wrap { margin-top: 10px; position: absolute; bottom: 0; left: 5px; }
.widget .btn_wrap .btn { width: 110px; padding: 5px 10px; margin: 0 auto;}
.widget .tail { margin-top: 10px; height: 20px; line-height: 20px; text-align: center; }
.widget .tail a h6 { color: black; }
.widget h6 { text-transform: none; }

.event:first-child { margin: 0px; }
.event { margin-top: 20px; }


/* icons */
i.icon { float: left; width: 20px; height: 20px; background: url('/img_src/classting_web_icons.png') no-repeat;}
i.check { float: left; background-position: -540px -380px; }
i.cogwheel { float: left; background-position: -540px -360px; }
i.cogwheel:hover { background-position: -560px -360px; }
i.arr-right { background-position: -540px -320px; }
i.arr-right:hover { background-position: -560px -320px; }
i.arr-upper:before { font-family: 'Source Sans Pro'; font-style: normal; content: "\2191" }
i.arr-down {background-position: -580px -520px; }
i.icon.size40 { width: 40px; height: 40px; }
i.nb-file { background-position: -660px -440px; }
i.nb-file:hover, i.nb-file:focus { background-position: -700px -440px; }
i.nb-file:active, i.nb-file.selected {background-position: -740px -440px; }
.school i.nb-file { background-position: -660px -80px; }
.school i.nb-file:hover, .school i.nb-file:focus { background-position: -700px -80px; }
.school i.nb-file:active, .school i.nb-file.selected {background-position: -740px -80px; }
i.nb-link { background-position: -660px -480px; }
i.nb-link:hover, i.nb-link:focus { background-position: -700px -480px; }
i.nb-link:active, i.nb-link.selected {background-position: -740px -480px; }
.school i.nb-link { background-position: -660px -520px; }
.school i.nb-link:hover, i.nb-link:focus { background-position: -700px -520px; }
.school i.nb-link:active, i.nb-link.selected {background-position: -740px -520px; }
i.nb-list { background-position: -660px -560px; }
i.nb-list:hover, i.nb-list:focus { background-position: -700px -560px; }
i.nb-list:active, i.nb-list.selected { background-position: -780px -560px; }
.school i.nb-list { background-position: -660px -600px; }
.school i.nb-list:hover, .school i.nb-list:focus { background-position: -700px -600px; }
.school i.nb-list:active, .school i.nb-list.selected {background-position: -780px -600px; }
i.nb-schedule { background-position: -660px -640px; }
i.nb-schedule:hover, i.nb-scedule:focus { background-position: -700px -640px; }
i.nb-schedule:active, i.nb-schedule.selected {background-position: -740px -640px; }

/* menu */
.menu.dropdown { position: absolute; width: 120px; /*display: none; opacity: 0;*/ color: #999; background: #f2f2f2; border: 1px solid #e6e6e6; border-radius: 4px;
  /* transition animation */
  -webkit-transition-property: opacity, padding, visibility;
  -moz-transition-property: opacity, padding, visibility;
  -ms-transition-property: opacity, padding, visibility;
  -o-transition-property: opacity, padding, visibility;
  transition-property: opacity, padding, visibility;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;

 /* gradient */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e6e6e6');
  background-image: -ms-linear-gradient(top, #f2f2f2 0%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(1, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #e6e6e6 100%);

  /* shadow */
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

.dropdown:before, .dropdown:after { display:block;content:'';width:0;height:0;position:absolute;border:8px outset transparent; }
.dropdown.arr-top-left:before { border-bottom: 8px solid #e6e6e6;top: -15px; left: 10%; }
.dropdown.arr-top-left:after { border-bottom: 8px solid #f2f2f2; top:-15px; left: 10%; }
.dropdown.bottom:before { border-top:8px solid #999999; bottom:-17px;}
.dropdown.bottom:after { border-top:8px solid #e6e6e6; top:auto; bottom:-15px;}
.dropdown.left:before { border-right: 8px solid #bbb;left: -17px;}
.dropdown.left:after { border-right: 8px solid #eaeaea; left:-15px;}
.dropdown.right:before { border-left: 8px solid #bbb;right: -17px;}
.dropdown.right:after { border-left: 8px solid #eaeaea; right:-15px;}

.dropdown .head { color: #999; }
.dropdown .head:after {height:1px; background:#999999; width:90%; display:block; margin:0px auto; content:""; }
.dropdown .body { padding: 3px 0; }
.dropdown .body ul { list-style: none; }
.dropdown .body li { min-height: 30px; line-height: 30px; text-align: center; font-size: 13px; padding: 0; }
.dropdown .body ul>a { display: block; }
.dropdown .body a li { color: #999; }
.dropdown .body a li:hover { text-decoration: none; background-color: #fff988; }
.dropdown .tail { font-size:11px; color:#999999; }
.dropdown .tail:before { height:1px; background:#999999; width:90%; display:block; margin:0px auto; content:""; }

#mobile-number, #new-mobile-number{
    width:340px;
    height:40px;
    border: 1px solid #e6e6e6;
    color: #333333;
    font-size: 13px;
    padding: 9px 5px;
    padding-left: 48px;
    text-indent: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear;
    -moz-transition: border .25s linear, color .25s linear;
    -o-transition: border .25s linear, color .25s linear;
    transition: border .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
}
#popup #new-mobile-number{
	width:425px;
}
#mobile-number:focus, #new-mobile-number:focus{
    outline: 0;
    border-color: #0fa19a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#mobile-number{
    cursor:pointer;
}
