@charset "utf-8";
@import url('sub.css');
@import url('sub_p.css');
@import url('swiper.min.css');

/* 폰트 */
@font-face {
  font-family: 'NanumSquare';
  font-weight: 400;
  src: url(../font/NanumSquareR.eot);
  src: url(../font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
    url(../font/NanumSquareR.woff) format('woff'),
    url(../font/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 700;
  src: url(../font/NanumSquareB.eot);
  src: url(../font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
    url(../font/NanumSquareB.woff) format('woff'),
    url(../font/NanumSquareB.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 800;
  src: url(../font/NanumSquareEB.eot);
  src: url(../font/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
    url(../font/NanumSquareEB.woff) format('woff'),
    url(../font/NanumSquareEB.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-weight: 300;
  src: url(../font/NanumSquareL.eot);
  src: url(../font/NanumSquareL.eot?#iefix) format('embedded-opentype'),
    url(../font/NanumSquareL.woff) format('woff'),
    url(../font/NanumSquareL.ttf) format('truetype');
}

/* 사이트 세부설정 */
/* font, reset, common, layout, 메인 */
/* reset */
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  /*overflow: hidden;*/
}

/*이내용은 나중에 빠짐 */
body {
  height: 100%;
  font: 17px/22px 'Apple SD Gothic Neo', 'NanumSquare', sans-serif;
  color: #444;
  word-wrap: break-word;
  /*word-break: keep-all;*/
  overflow-x: hidden;
}

html, body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  min-height:100vh;
}

* {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */

}

h1, h2, h3, h4, h5, h6 {
  font: bold 17px/22px 'Apple SD Gothic Neo', 'NanumSquare', sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p, button {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

fieldset, img, abbr, acronym {
  border: 0 none;
}

img {
  max-width: 100%;
  vertical-align: top;
  image-orientation: none !important; 
}

legend {
  position: absolute;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: '';
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: table-caption;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  text-align: left;
}

select {
  min-width: 100px;
  -webkit-border-radius: 0;
  outline: none;
  margin:0;
}


textarea {
  overflow: auto;
  resize: none;
}

select:focus,
input:focus,
a:focus,
button:focus {
  outline: none !important;
}

textarea:focus {
  outline: none !important;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #444;
}

button {
  border: 0 none;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font: 16px 'Apple SD Gothic Neo', sans-serif;
  vertical-align: middle;
  color:#444;
}

textarea,
input[type="text"] {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* html5 태그*/
header, footer, article, section, aside, details, figure, figcaption, nav, hgroup {
  display: block;
  margin: 0;
  padding: 0;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* box-sizing */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* 기본 공통 */
.normal {
  font-size:17px;
}

.small {
  font-size: 13px;
}

.bd1 {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.rclor {
  color: #e20000;
}

.yclor {
  color: #FF9000;
}

.bclor {
  color: #227AC4;
}

.gclor {
  color: #929292;
}

.grclor {
  color: #4db721;
}

.big.nor {
  font-weight: normal;
}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.dbold {
  font-weight: 900;
}

.dbold.big {font-weight:900; }

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.big {
  font-size: 18px;
  font-weight: 700;
}

.noround {
  border-radius: 0 !important;
}

.bort {
  border-top: 1px solid #e6e6e6 !important;
}

.borb {
  border-bottom: 1px solid #E6E6E6 !important;
}

.bortb {
  border-bottom: 1px solid #E6E6E6 !important;
  border-top: 1px solid #E6E6E6 !important;
}

.noborb {
  border-bottom: 0 !important;
}

.nobort {
  border-top: 0 !important;
}

.btn.btn_bor_ff {
  border: 1px solid #ff9000;
  color: #ff9000;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: 700;
}

.btn_suc {
  color: #fff;
  background: #FF9000;
  width: 40%;
  line-height: 43px;
  font-weight: 600;
}

.btn_fail {
  color: #fff;
  background: #C7C7C7;
  width: 40%;
  line-height: 43px;
  font-weight: 600;
}

.btn_small {
  color: #fff;
  background: #FF9000;
  padding: 0px 20px;
  line-height: 22px;
  font-weight: 600;
}

.btn_small.wh {
  background: #fff;
  border: 1px solid #ddd;
  color: #444;
}

.btn_normal.wh {
  background: #fff;
  border: 1px solid #ddd;
  color: #444;
  padding: 0px 20px;
  line-height: 43px;
  font-weight: 600;
}

.btn_suc.btn, .btn_fail.btn {
  padding: 0;
}

.btn.middle {
  height: 35px !important;
  line-height: 35px !important;
  font-size: 15px;
  width: auto;
  padding: 0px 10px;
}

.btn {
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px 8px;
}

.light_gray {
  color: #939393;
  background: #eee;
  line-height: 36px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}

.btn.round {
  border-radius: 25px;
}

.btn.btn_wh {
  border-color: transparent;
  background: #fff;
  color: #484848;
}

.sub_btn_wrap {
  padding: 25px 0;
  text-align: center;
  font-size: 0;
}

.sub_btn_wrap.two>button.btn {
  width: 40%;
}

.sub_btn_wrap.two>button.btn+.btn {
  margin-left: 10px;
}

.wrap h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
}

.pdtb13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.pdtb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pdwrap {
  padding-left: 13px;
  padding-right: 13px;
}

.ul_list li {
  border-top: 1px solid #ddd;
  font-weight: 600;
  position: relative;
}

.ul_list li.yel_box {
  color:#FF9422;
  padding:13px;
}

.ul_list li>div, .ul_list li>span, .ul_list li>a {
  padding: 13px 39px 13px 13px;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.ul_list li .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5.2px;
}

.ul_list li:last-child {
  border-bottom: 1px solid #ddd;
}

.cir {
  background: transparent;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  display: inline-block;
}

.redcir {
  background: #b60000;
  background-image: url('../img/minus_wh.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.arrow {
  border: solid #979797;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.aright {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.aleft {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.aup {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.adown {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mgT10 {
  margin-top: 10px;
}

.mgT20 {
  margin-top: 20px;
}

.mgT30 {
  margin-top: 30px;
}

.mgT40 {
  margin-top: 40px;
}

.mgT50 {
  margin-top: 50px;
}

.mgT60 {
  margin-top: 60px;
}

.mgT70 {
  margin-top: 70px;
}

.mgT80 {
  margin-top: 80px;
}

.mgT90 {
  margin-top: 90px;
}

.mgT100 {
  margin-top: 100px;
}

.mgT110 {
  margin-top: 110px;
}

.mgT120 {
  margin-top: 120px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB60 {
  margin-bottom: 60px;
}

.mgB70 {
  margin-bottom: 70px;
}

.mgB80 {
  margin-bottom: 80px;
}

.mgB90 {
  margin-bottom: 90px;
}

.mgB100 {
  margin-bottom: 100px;
}

.mgB110 {
  margin-bottom: 110px;
}

.mgB120 {
  margin-bottom: 120px;
}

.nomgT {
  margin-top: 0px !important;
}

.nomgB {
  margin-bottom: 0px !important;
}

.nopdT {
  padding-top: 0px !important;
}

.nopdB {
  padding-bottom: 0px !important;
}

.pdT10 {
  padding-top: 10px;
}

.pdT20 {
  padding-top: 20px;
}

.pdT30 {
  padding-top: 30px;
}

.pdT40 {
  padding-top: 40px;
}

.pdT50 {
  padding-top: 50px;
}

.pdT60 {
  padding-top: 60px;
}

.pdT70 {
  padding-top: 70px;
}

.pdT80 {
  padding-top: 80px;
}

.pdT90 {
  padding-top: 90px;
}

.pdT100 {
  padding-top: 100px;
}

.pdT110 {
  padding-top: 110px;
}

.pdT120 {
  padding-top: 120px;
}

.pdB10 {
  padding-bottom: 10px;
}

.pdB20 {
  padding-bottom: 20px;
}

.pdB30 {
  padding-bottom: 30px;
}

.pdB40 {
  padding-bottom: 40px;
}

.pdB50 {
  padding-bottom: 50px;
}

.pdB60 {
  padding-bottom: 60px;
}

.pdB70 {
  padding-bottom: 70px;
}

.pdB80 {
  padding-bottom: 80px;
}

.pdB90 {
  padding-bottom: 90px;
}

.pdB100 {
  padding-bottom: 100px;
}

.pdB110 {
  padding-bottom: 110px;
}

.pdB120 {
  padding-bottom: 120px;
}

.layer_pop_full.ver02 {
  top:0;
  left:0;
  right:0;
  -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    border-radius:0;
  min-height:100%;

}

.layer_pop_full.ver02 .invite_link {
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  text-align:center;
  padding:50px 0px;
}
.layer_pop_full.ver02 .invite_link .txt_wrap {
  background-image: url(../img/link_share.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 0 50%;
  padding-left: 50px;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}

.layer_pop_full.ver02 .foo_btn_wrap {
  position:absolute;
  bottom:60px;
  width:100%;
  left:0;
  right:0;
}
.layer_pop_full.ver02 .foo_btn_wrap > p {
  margin-bottom:50px;
}
.layer_pop_full.ver02 .foo_btn_wrap .two_grid {
  text-align:center;
  font-size:0;
}
.layer_pop_full.ver02 .foo_btn_wrap .two_grid > li {
  width:100px;
  font-size:17px;
  display: inline-block;
  cursor:pointer;
}
.layer_pop_full.ver02 .foo_btn_wrap .two_grid > li .thumb {
  width:60px;
  height:60px;
  border-radius:50%;
  background-color:#AEAEAE;
  margin:0 auto;
  line-height:60px;
}
.layer_pop_full.ver02 .foo_btn_wrap .two_grid > li .thumb.icon01 {
  background-image: url(../img/circle_message_icon01.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
}
.layer_pop_full.ver02 .foo_btn_wrap .two_grid > li .thumb.icon02 {
  background-image: url(../img/circle_message_icon02.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
}

.layer_pop_full.ver02 .foo_btn_wrap .two_grid > li .thumb.icon03 {
  background-image: url(../img/circle_message_icon03.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
}

.layer_pop_full.ver02 .foo_btn_wrap .two_grid > li > p {
  margin-top:10px;
}
.layer_pop_full.ver02 .copy_al_txt {
  position:fixed;
  top:50%;
  width:80%;
  left:10%;
  right:10%;
  background:#444;
  text-align:center;
  height:50px;
  border-radius:3px;
  color:#fff;
  line-height:50px;
  display:none;
}


.layer_pop_full.ver02 .title {
  background:#FF9422;
  color:#fff;
}

.layer_pop_full.ver02 .close_layer_pop {
  left:auto;
  right:0;
  background-image:url('../img/layer_pop_wh_btn.png');
  background-size:18px auto;
}

.layer_pop_full {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 310;
  left: 0;
  -webkit-box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.5);
  border-radius: 24px 24px 0 0;
  height: calc(100vh - 60px);
  background: #fff;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -webkit-transform: translate(0px, 110%);
  transform: translate(0px, 110%);
}

.layer_pop_full.show {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.layer_pop_full .close_layer_pop {
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 59px;
  background-image: url('../img/layer_pop_close.png');
  background-position: center;
  background-size: 15px auto;
  background-repeat: no-repeat;
}

.layer_pop_full .title {
  font-size: 18px;
  font-weight: 600;
  padding: 19px 0px;
  line-height: normal;
  position: relative;
}

.layer_pop_full .layer_cont {
  width: 100%;
  height: calc(100% - 102px);
  overflow-y: scroll;
  /*padding-bottom: 102px;*/
}


#my_info_common.layer_pop_full .layer_cont {
    padding-bottom:50px;
}

#modify_teacher_pop.layer_pop_full .layer_cont {
    padding-bottom: 82px;
}

.layer_pop_full .layer_foo_btn_wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.layer_pop_full .layer_foo_btn_wrap a {
  font-size: 17px;
}

.layer_pop_full .layer_foo_btn_wrap.second a+a {
  /*margin-left: 10px;*/
}

#modify_teacher_pop.layer_pop_full .layer_foo_btn_wrap.second a+a {
  margin-left:0;
}

.layer_pop_full .layer_foo_btn_wrap.only_one a {
  width: 100%;
}

.layer_pop_full .layer_foo_btn_wrap.second a:first-child {
  width: 40%;
  float: left;
}

.layer_pop_full .layer_foo_btn_wrap.second a:last-child {
  width: 60%;
  float: left;
}

.layer_pop_full .more_btn {
  padding: 5px 0px;
  background: #F1F1F1;
  color: #979797;
  line-height: 18px;
}

.layer_pop_full .more_btn i {
  margin-left: 5px;
  margin-bottom: 2px;
}

.normal_sel {
  width: 100%;
  padding: .8em .5em;
  border: 1px solid #E4E4E4;
  border-radius: 7px;
  color: #444;
  background: url(../img/select_box.png) no-repeat 95% 50%, #fff;
  background-size: 15px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

.swtich_wrap {
  position: relative;
  display: inline-block;
}

.swtich_wrap input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.swtich_wrap label {
  display: block;
  position: relative;
  width: 70px;
  height: 34px;
  border-radius: 17px;
  background-color: #eff1f5;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.swtich_wrap label span {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.swtich_wrap label:before, .swtich_wrap label:after {
  position: absolute;
  top: 0;
  width: 34px;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.swtich_wrap label:after {
  color: #444;
}

.swtich_wrap label:before {
  left: 2px;
  content: 'ON';
}

.swtich_wrap label:after {
  right: 2px;
  /*content: 'OFF';*/
}

.swtich_wrap input:checked+label {
  background-color: #4db721;
}

.swtich_wrap input:checked+label span {
  -webkit-transform: translateX(36px);
  transform: translateX(36px);
}

.flex_di_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
}

/* 레이아웃 */
.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  min-width: 320px;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

/* header */
#header {
  position: relative;
}

#header .wrap {
  padding: 15px 0;
  border-bottom: 1px solid #E4E4E4;
  text-align: center;
}

#header .wrap.sub {
  padding: 0;
  border-bottom: 0;
}

#header .wrap.sub .right_info .name {
  color: #fff;
}

#header .wrap.sub .right_info .img_wrap {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
  background-image: url(../img/sub_icon.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center bottom;
  background-color: #fff;
}

#header .wrap .top_logo {
  display: inline-block;
  height: 35px;
}

#header .wrap .menu_btn {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 19px;
  left: 3%;
  z-index: 310;
}

#header .wrap .right_info {
  display: inline-block;
  position: absolute;
  top: 7.5px;
  right: 3%;
  font-size: 0;
  line-height: 0;
}

#header .wrap .right_info .name {
  vertical-align: top;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  margin-right: 5px;
}

#header .wrap .right_info .img_wrap {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
  background-image: url(../img/sub_icon.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center bottom;
  overflow: hidden;
}

#header .wrap .right_info .img_wrap img {
    width:100%; height:100%; -o-object-fit: cover; object-fit: cover;
}


#header .bar1, #header .bar2, #header .bar3 {
  width: 25px;
  height: 4px;
  background-color: #B0B0B0;
  margin: 4px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3px;
}

#header .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}

#header .change .bar2 {
  opacity: 0;
}

#header .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -8px);
  transform: rotate(45deg) translate(-7px, -8px);
}

.side_menu {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  min-width: 225px;
  width: 87%;
  background-color: #f9f9f9;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
}

.expand {
  overflow-y: hidden;
}

.expand .side_menu {
  z-index: 301;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
}

.side_menu .myinfo_area {
  width: 100%;
  padding: 13px;
  background: #FFE8B2;
  overflow: hidden;
}

.side_menu .myinfo_area .phone_info {
  max-width: 50%;
  display: inline-block;
  color: #484848;
  font-size: 14px;
  float: left;
  line-height: 34px;
}

.side_menu .myinfo_area .btn_area {
  float: right;
  font-size: 0;
}

.side_menu .myinfo_area .btn_area .btn {
  font-size: 14px;
  border-radius: 8px;
  padding: 5px 20px;
}

.side_menu .myinfo_area .btn_area .btn.alram {
  max-width: 40px;
  padding: 5px;
  position: relative;
}

.side_menu .myinfo_area .btn_area .btn.alram .push_cnt {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #F85B0B;
  color: #fff;
  border-radius: 50%;
}

.side_menu .myinfo_area .btn_area .btn.alram img {
  height: 22px;
}

.side_menu .myinfo_area .btn_area .btn+.btn {
  margin-left: 5px;
}

.side_menu .child_info_full_wrap {
  padding-bottom: 20px;
  max-height: calc(100vh - 111px);
  overflow-y: scroll;
  min-height: 250px;
}

.side_menu .childinfo_area .child_info {
  border-bottom: 1px solid #D2D2D2;
  padding: 13px;
  width: 100%;
  -js-display: flex;
  -ms-display: flexbox;
  display: -webkit-box;
  display: flex;

}

.side_menu .childinfo_area .child_info .left_thumb {
  width: 80px;
  height: 80px;
  position: relative;
  margin-right: 20px;
}

.side_menu .childinfo_area .child_info .left_thumb .img_thumb {
  width: 80px;
  height: 100%;
  border: 1px solid #CFCECA;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-color: #FEE9CC;
  background-image: url(../img/pic.png);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 2px solid #4c9ada;
}

.side_menu .childinfo_area .child_info .left_thumb .img_thumb img {border:3px solid #fff; border-radius:50%; height:100%; width:100%; -o-object-fit:cover; object-fit:cover; }

.side_menu .childinfo_area+.childinfo_area .child_info .left_thumb .img_thumb {
  background-color: #B9E89A;
}

.side_menu .childinfo_area+.childinfo_area+.childinfo_area .child_info .left_thumb .img_thumb {
  background-color: #227AC4;
}

.side_menu .childinfo_area .child_info .left_thumb .plus_btn {
  position: absolute;
  bottom: 0px;
  right: -8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFB301;
  text-align: center;
  line-height: 30px;
  background-image: url('../img/add_pic_btn.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.side_menu .childinfo_area .child_info .left_thumb .plus_btn img {
  max-width: 50%;
}

.side_menu .childinfo_area+.childinfo_area {
  border-top: 5px solid #E0E0E0;
}

.side_menu .childinfo_area .child_info .right_info {
  color: #444;
  margin-top: 16px;
}

.side_menu .childinfo_area .child_info .right_info .name {
  font-size: 18px;
}

.side_menu .childinfo_area .child_info .right_info .name .sexual {
  font-size: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right center;

}

.side_menu .childinfo_area .child_info .right_info .name .sexual.female {
  background-image: url('../img/female_icon_new.png');
  background-size: 8px auto;
}

.side_menu .childinfo_area .child_info .right_info .name .sexual.male {
  background-image: url('../img/male_icon.png');
  background-size: 9px auto;
}

.side_menu .childinfo_area .child_info .right_info .child_num {
  font-size: 15px;
}

.side_menu .childinfo_area .child_history {
  font-size: 18px;
}

.side_menu .childinfo_area .child_history .aca_name {
  line-height: 28px;
  padding: 13px 13px 0px;
}

.side_menu .childinfo_area .child_history span.status {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  vertical-align: text-bottom;
  line-height: 20px;
}

.side_menu .childinfo_area .child_history span.doing {
  background: #FFB200;
}

.side_menu .childinfo_area .child_history span.stop {
  background: #B1B1B1;
}



.type_t .side_menu .childinfo_area .child_history .aca_sub_history {
  background:#fff;
}

.type_t .side_menu .childinfo_area .child_history .aca_name {
  padding:13px;
}

.type_t .side_menu .childinfo_area .child_history .aca_sub_history .aca_sub_name > span {
  padding:8px 0px 8px 13px;
}

.side_menu .childinfo_area .child_history .aca_sub_history {
  line-height: 35px;
}

.side_menu .childinfo_area .child_history .aca_sub_history .aca_sub_name > span {
  color: #11498E;
  background-image: url('../img/arrow2.png');
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  display: block;
  padding-left: 13px;
}

.side_menu .childinfo_area .child_history .aca_sub_history .aca_sub_name > span.on {
  background-image: url('../img/arrow1.png');
}

.type_t .side_menu .childinfo_area .prev .aca_name {
  background-image: url('../img/for_t_gr_down.png');
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  border-top:1px solid #d2d2d2;
}

.type_t .side_menu .childinfo_area .prev .aca_name.on {
  background-image: url('../img/for_t_gr_up.png');
}

.type_t .side_menu .childinfo_area .prev .aca_name + .aca_sub_history {
  display:none;
}

.type_t .side_menu .childinfo_area .prev .aca_name.on + .aca_sub_history {
  display:block;
}


.type_t .side_menu .childinfo_area .cur_year .aca_sub_history .aca_sub_name > span, .type_t .side_menu .childinfo_area .prev .aca_sub_history .aca_sub_name > span {
  background-image:none;
}

.type_t .side_menu .childinfo_area .cur_year .aca_sub_history .aca_sub_name > span.on, .type_t .side_menu .childinfo_area .prev .aca_sub_history .aca_sub_name > span.on {
  background-image:none;
}

.side_menu .childinfo_area .child_history .aca_sub_history .aca_sub_name>span+.year_history {
  display: none;
  background: #F5F5F5;
  border-top: 1px solid #D2D2D2;
  padding: 13px;
}

.side_menu .childinfo_area .child_history .aca_sub_history .aca_sub_name>span.on+.year_history {
  display: block;
}

.side_menu .childinfo_area .child_history .aca_sub_history .aca_sub_name>span.on+.year_history>li{
  line-height: 35px;
}

.side_menu .childinfo_area .child_history .aca_sub_history .aca_sub_name>span.on+.year_history>li > span { line-height:35px; }

.side_menu .childinfo_area .child_history .aca_sub_history .aca_sub_name>span+.year_history>li a {
  padding-left: 13px;
  font-weight: normal;
  color: #11498E;
  font-size: 16px;
  font-weight: 700;
}

.side_menu .bottom_fixed_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d2d2d2;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 -4px 5px -5px #666;
  box-shadow: 0 -4px 5px -5px #666;
  background: #fff;
}

.side_menu .bottom_fixed_btn>a {
  width: 50%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  float: left;
}

.side_menu .bottom_fixed_btn>a.only_one {
  width: 100%;
}

.side_menu .bottom_fixed_btn>a.cor {
  color: #FFB301;
  background-image: url(../img/add_child.png);
  background-repeat: no-repeat;
  background-position: 27% center;
  padding-left: 15px;
  background-size: 10px auto;
}

.type_t .side_menu .bottom_fixed_btn>a.cor {
  color: #FFB301;
  background-image: url(../img/add_child.png);
  background-repeat: no-repeat;
  background-position: 30px center;
  padding-left: 30px;
  background-size: 10px auto;
}


.pic_select_wrap {
  position: relative;
  bottom: 40px;
  right: -65px;
  width: 150px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: 1px solid #eeeeee;
  background: #fff;
  display: none;
}

.pic_select_wrap>span {
  padding: 8px 12px;
  display: block;
}

.pic_select_wrap>span+span {
  border-top: 1px solid #eee;
}

#dimmed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
}

#download_dimmed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
}

#container {
  z-index: 100;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 100%;
}

.expand #container {
  -webkit-transform: translate(87%, 0);
  transform: translate(87%, 0);
}

.top_bg_wrap {
  background: #FFFAF0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_bg_wrap.bg01 {
  background: #FF9000;
}

.hide_right #header .wrap .right_info {
  display: none;
}

.hide_left #header .wrap .menu_btn {
  display: none;
}

/* footer */
#footer {}

#footer .wrap {}

/* content */
#content {}

/* 메인 */
.type_f .top_main_area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 10% 5% 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -js-display: flex;
  -ms-display: flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/main_type_f.png);
  width: 100%;
}

.type_a .top_main_area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 10% 10% 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -js-display: flex;
  -ms-display: flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/main_type_a.png);
  width: 100%;
}

.type_t .top_main_area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 10% 5% 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -js-display: flex;
  -ms-display: flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/main_type_t.png);
  width: 100%;
}

.top_main_area .cur_year {
  background: #fff;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #4F4F4F;
}

.type_a .top_main_area .cur_year, .type_t .top_main_area .cur_year {
  color: #4db721;
}

.top_main_area .left_thumb {
  width: 120px;
  height: 105px;
  position: relative;
}

.top_main_area .left_thumb .img_thumb {
  border-radius: 50%;
  width: 105px;
  height: 105px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/pic.png);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center bottom;

}

.top_main_area .left_thumb .img_thumb img {
  width: 100%;
  height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_main_area .left_thumb .plus_btn {
  position: absolute;
  bottom: 0px;
  right: 8px;
  width:40px;
  height:40px;
  border-radius:50%;
  background-color:#FFB301;
  background-image:url('../img/add_pic_btn.png');
  background-repeat:no-repeat;
  background-position: center;
  background-size:50%;
  border:2px solid #fff;
}

.top_main_area .right_info {
  margin-left: 10px;
  /*padding-top: 10px;*/
}

.top_main_area .right_info .aca_name {
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 31px auto;
  line-height: 30px;
  color: #fff;
}

.top_main_area .right_info .aca_info {
  color: #fff;
}

.top_main_area .right_info .parent_name {
  color: #fff;
  margin-top: 5px;
  line-height: 22px;
}

.top_main_area .right_info .parent_name>span {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}

.top_main_area .right_info .aca_info .btn {
  margin-left: 5px;
  font-size: 15px;
  color:#fff;
}

.top_main_area .right_info .aca_info .btn img {
  max-width: 12px;
  vertical-align: middle;
  margin-right: 3px;
}

.wrap.main::after {
  z-index: -1;
  width: 100%;
  min-height: 350px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/bottom_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.main_list_icon {
  max-width: 90%;
  margin: 30px auto;
}

.main_list_icon:after{
  content:'';
  display:block;
  clear:both;
}

.main_list_icon ul {
  text-align: left;
  font-size: 0;
}

.main_list_icon ul li {
  display: inline-block;
  width: 25%;
  margin-bottom: 10px;
  float:left;
}

.main_list_icon ul li .icon_thumb {
  margin: 0 auto;
  width: 70%;
  padding-bottom: 70%;
  border-radius: 8px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
}

.main_list_icon ul li .icon_thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: auto;
}

.main_list_icon ul li p {
  font-size: 14px;
  margin-top: 8px;
}

/*기타 잡다구리 공통*/
.tab_wrap .tab_list {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.tab_wrap .each_tab {
  display: none;
}

.tab_wrap .each_tab.on {
  display: block;
}

.tab_wrap .tab_list>span {
  font-size: 18px;
  line-height: 42px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding-top: 5px;
  width: 45%;
}

.tab_wrap .tab_list>span.on {
  color: #FF9000;
  border-bottom: 5px solid #FF9000;
}

.radio_wrap {
  display: inline-block;
}

.radio_wrap + .radio_wrap {
  margin-left:10px;
}

.radio_wrap input {
  display: none;
}

.radio_wrap input[type="radio"]+label {
  color: #444;
  line-height:25px;
  font-size:16px;
  vertical-align: middle;
  display:inline-block;
}

.radio_wrap input[type="radio"]+label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  background: url('../img/radio_none.png') center no-repeat;
  cursor: pointer;
  line-height:25px;
}

.radio_wrap input[type="radio"]:checked+label span {
  background: url('../img/radio_slc.png') center no-repeat;
}

.check_label input {
  display: none;
}

.check_label {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.check_label+.check_label {
  margin-left: 8px;
}

.check_label .checkbox {
  margin-right: 8px;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #eee;
  background-color: #fff;
  vertical-align: top;
  background: #fff url(../img/check_off.png) no-repeat;
  background-position: center;
  background-size: 12px;
}

.check_label .checkbox.checked {
  border-color: #555;
  background: #fff url(../img/check_on.png) no-repeat;
  background-position: center;
  background-size: 12px;
  border-color: #FF9000;
}

.check_label.bl .checkbox {
  background: #fff url(../img/check_off.png) no-repeat;
  background-position: center;
  background-size: 12px;
}

.check_label.bl .checkbox.checked {
  background: #fff url(../img/checkbl_on.png) no-repeat;
  border-color: #7C7C7C;
  background-position: center;
  background-size: 12px;
}

input[type="text"], input[type="number"], input[type="password"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 15px;
  text-align: left;
  color: #444;
  width: 100%;
  padding: 9px 1em;
  line-height:30px;
  height:48px;
}

input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  color: #929292;
  font-size: 15px;
  line-height:30px;
}

input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: #929292;
  font-size: 15px;
  line-height:30px;
}

input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder {
  color: #929292;
  font-size: 15px;
  line-height:30px;
}

.readonly { background-color: #EFEEF0 }


textarea::-webkit-input-placeholder {
  color: #929292;
  font-size: 15px;
  line-height: 22px;
}


textarea:-ms-input-placeholder {
  color: #929292;
  font-size: 15px;
  line-height: 22px;
}


textarea::placeholder {
  color: #929292;
  font-size: 15px;
  line-height: 22px;
}

.wrap h2.sub_title {
  font-size: 18px;
  color: #fff;
  background: #FF9000;
  font-weight: 600;
  padding: 19px 0px;
  line-height: normal
}

.go_back_btn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: url('../img/history_back.png');
  background-position: 18px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}

.go_back_btn.bl {
  background-image: url('../img/left_arrow_bl.png');
}

.flex_table {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  font-size: 15px;
}

.flex_table .flex_tbr {
  display: table;
  min-width:100%;
}

.flex_table .flex_tbr+.flex_tbr {
  border-top: 1px solid #e6e6e6;
}

.flex_table .flex_tbr>div {
  padding: 5px 10px 5px 10px;
  display: table-cell;
  vertical-align: middle;
}

.flex_table .flex_tbr>div.middle {
  display: table;
  padding:0;
  table-layout: fixed;
}

.flex_table .flex_tbr>div.middle.alone {
  width:100%;
}

.flex_table .flex_tbr>div.middle .put_my_num {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  z-index:2;
  cursor:pointer;
}

.flex_table .flex_tbr>div.middle + .middle {
  border-top: 1px solid #e6e6e6;
}

.flex_table .flex_tbr>div.middle .tbd {
  vertical-align: middle;
  display:table-cell;
  padding: 5px 10px 5px 10px;
  position:relative;
}

.flex_table .flex_tbr .tbh {
  background: #F2F2F2;
  width: 110px;
}

.flex_table .flex_tbr .tbd {
  font-weight: 700;
  position:relative;
}

.flex_table .flex_tbr .tbd #file_adding {
    background-color: #ff9000;
    background-image: url(../img/file_add_icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    display: inline-block;
    padding-left: 25px;
    color: #fff;
    border-radius: 5px;
    position: relative;
}

.flex_table .flex_tbr .tbd+.tbd {
  border-left: 1px solid #e6e6e6;
}

.flex_table .flex_tbr .tbd.checked {
  background: #FF9000;
  color: #fff;
}

.flex_table .flex_tbr.first .tbh:first-child{
  min-width:110px;
}

.flex_table .flex_tbr.first .tbh:nth-child(2n) {
  background: #F9F9F9 !important;
  width: auto;
}


.flex_table input[type="text"] {
  border: 0;
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  padding: 0;
}

.flex_table input::-webkit-input-placeholder {
    height:22px;
    line-height:22px;
    padding:0;
    border:0;
}

.flex_table input:-ms-input-placeholder {
    height:22px;
    line-height:22px;
    padding:0;
    border:0;
}

.flex_table input::placeholder {
    height:22px;
    line-height:22px;
    padding:0;
    border:0;
}

.flex_table select {
  width: 100%;
  padding: 0;
  border: 0px solid #E4E4E4;
  border-radius: 0px;
  color: #444;
  background: url(../img/select_box.png) no-repeat 100% 50%, #fff;
  background-size: 15px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
}

.flex_tbr textarea {
  border: 0;
  padding: 13px 0px;
}

.flex_tbr.rowspan {
  -ms-flex-direction: row;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex_tbr.rowspan .tbh, .flex_tbr.rowspan .tbd {
  min-width: 100%;
}

.flex_table.ver01 .tbh {
  text-align:left;
  background-color: #fffaf0 !important;
}
.flex_table.ver01 .tbh.left {
  text-align:left;
}

.flex_table input[type="text"]::-webkit-input-placeholder, .flex_table input[type="number"]::-webkit-input-placeholder, .flex_table input[type="password"]::-webkit-input-placeholder {
  color: #929292;
  font-size: 15px;
  line-height: 30px;
}

.flex_table input[type="text"]:-ms-input-placeholder, .flex_table input[type="number"]:-ms-input-placeholder, .flex_table input[type="password"]:-ms-input-placeholder {
  color: #929292;
  font-size: 15px;
  line-height: 30px;
}

.flex_table input[type="text"]::placeholder, .flex_table input[type="number"]::placeholder, .flex_table input[type="password"]::placeholder {
  color: #929292;
  font-size: 15px;
  line-height: 30px;
}

/*테이블 공통*/
.table_common.tlf table {
  table-layout: fixed;
}

.table_common table thead tr th {
  background: #FFFAF0;
  border: 1px solid #E6E6E6;
}

.table_common table tbody tr td, .table_common table tbody tr th {
  border: 1px solid #e6e6e6;
}

.table_common table tbody tr th.th {
  background: #FFFAF0;
  min-width:70px;
}

.table_common table thead tr th:first-child, .table_common table tbody tr td:first-child, .table_common .first {
  border-left: 0;
}

.table_common table thead tr th:last-child, .table_common table tbody tr td:last-child, .table_common .last {
  border-right: 0;
}

.table_common.borb_ table thead tr th:first-child, .table_common.borb_ table tbody tr td:first-child, .table_common .first {
  border-left:1px solid #E6E6E6;
}

.table_common.borb_ table thead tr th:last-child, .table_common.borb_ table tbody tr td:last-child, .table_common .first {
  border-right:1px solid #E6E6E6;
}

.table_common table tr td.ellipsis {

  max-width:75px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.table_common table tr th, .table_common table tr td {
  padding: 7px 0;
  text-align: center;
  font-size: 15px;
}

.table_common .icon_thumb.view {
  text-align:center;
  margin:0 auto;
}

.table_common .icon_thumb.view img {
  max-width:35px;
}

.table_common .more_btn {
  padding: 5px 0px;
  background: #F1F1F1;
  color: #979797;
  line-height: 18px;
}

.table_common .more_btn i {
  margin-left: 5px;
  margin-bottom: 2px;
}

.board_detail_wrap .sub_info {
  width: 100%;
  overflow: hidden;
  -js-display: flex;
  -ms-display: flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board_detail_wrap .sub_info .line_bar {
  width: 1px;
  height: 10px;
  background: #ddd;
  margin: 0px 10px;
  display: inline-block;
  position: relative;
  top: 6px;
}

.board_detail_wrap .sub_info .right_wrap {
  width: 100px;
}

.board_detail_wrap .sub_info .right_wrap .btn {
  border-radius: 5px;
}

#scroll_top {
  position: fixed;
  bottom: 25px;
  right: 13px;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  background: #fff;
  z-index: 150;
  border-radius: 50%;
  background-image: url('../img/top_btn.png');
  background-position: center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}

#scroll_top.down {
  visibility: visible;
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mini_pop {
  position: fixed;
	left: 50%;
	top: 50%;
  width: calc(100% - 20px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

  z-index: 301;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  border-radius: 4px;

  display: none;
}

.mini_pop .cont_wrap {
  padding: 30px 10px;
  min-height: 200px;
  -js-display: flex;
  -ms-display: flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini_pop .cont_wrap.scroll {
  max-height:450px;
  overflow-y: scroll;
  display:block;
}

.mini_pop .btn_wrap .only_one a {
  width: 100%;
}

.mini_pop .btn_wrap .second {
  width: 100%;
  overflow: hidden;
}

.mini_pop .btn_wrap .second a {
  width: 50%;
  float: left;
}

.flex_table .flex_tbr.grid4 .tbh {
  width:20%;
  min-width:auto !important;
}
.flex_table .flex_tbr.grid4 .tbd {
  width:30%;
}

.flex_table .flex_tbr.grid2 .tbh {
  width:20%;
}
.flex_table .flex_tbr.grid2 .tbd {
  width:80%;
}
pre {  white-space: pre-line;
  font-family: 'Apple SD Gothic Neo', 'NanumSquare', sans-serif;
  margin: 0;   }


table tbody tr td.table_no_list {
    background: #d8d8d8;
    padding: 50px 0px;
    font-size: 13px;
    font-weight: 600;
}

.toggle_agree .toggle_textarea .cont_box#container, .toggle_agree .toggle_textarea .cont_box {
    background:#F9F9F9;
    height:150px;
    overflow-y:scroll;

}

.toggle_agree .toggle_textarea .cont_box#container h1, .toggle_agree .toggle_textarea .cont_box#container h2, .toggle_agree .toggle_textarea .cont_box#container h3, .toggle_agree .toggle_textarea .cont_box#container p {
    font-size:13px;
    line-height:18px;
    margin-top:10px;
}

.toggle_agree .toggle_textarea .cont_box h1, .toggle_agree .toggle_textarea .cont_box h2, .toggle_agree .toggle_textarea .cont_box h3, .toggle_agree .toggle_textarea .cont_box p {
    font-size:13px;
    line-height:18px;
    margin-top:10px;
}

.flex_table .upload_list + .flex_tbr {border-top:1px solid #e6e6e6; }



input[type="text"]:disabled {
  background: #EBEBE4;
  color:#444;
    opacity:1;
    -webkit-text-fill-color: inherit;
}

#storybook_list .today:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #FF9000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}
#storybook_list .read { color: #FF9000; }

.normal_board_list .each_box .today .write_date { position: relative; }
.normal_board_list .each_box .today .write_date:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #FF9000;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -5px;
}

#view_child_list .read { color: #FF9000; }
