@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Noto Sans KR Thin";
  font-style: normal;
  font-weight: 100;
  src: url(../font/NotoSansKR-Thin.woff2) format("woff2"),
    url(../font/NotoSansKR-Thin.woff) format("woff"),
    url(../font/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR Light";
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansKR-Light.woff2) format("woff2"),
    url(../font/NotoSansKR-Light.woff) format("woff"),
    url(../font/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansKR-Regular.woff2) format("woff2"),
    url(../font/NotoSansKR-Regular.woff) format("woff"),
    url(../font/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR Medium";
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSansKR-Medium.woff2) format("woff2"),
    url(../font/NotoSansKR-Medium.woff) format("woff"),
    url(../font/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansKR-Bold.woff2) format("woff2"),
    url(../font/NotoSansKR-Bold.woff) format("woff"),
    url(../font/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR Black";
  font-style: normal;
  font-weight: 900;
  src: url(../font/NotoSansKR-Black.woff2) format("woff2"),
    url(../font/NotoSansKR-Black.woff) format("woff"),
    url(../font/NotoSansKR-Black.otf) format("opentype");
}
/* Scoped font rules: do not override theme globals. Apply within legacy content areas only. */
.content_wrap,
.custom-page {
  font: normal 100%/1.5 "Noto Sans KR Regular";
  letter-spacing: -0.05em;
}
.content_wrap ul,
li,
dl,
dt,
dd,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content_wrap .mz_gridbox {
  display: inline-flex;
  align-items: flex-start;
}
.content_wrap .mz_gridbox .grid .simg {
  min-width: 412px;
}
.content_wrap .mz_gridbox .grid .simg img {
  width: 100%;
}
.content_wrap .mz_gridbox .arr {
  width: 17px;
  height: 17px;
  background: url("../img/mz_arr.png") no-repeat 0 0;
  margin: 200px 20px 0 20px;
  background-size: 100%;
}

.content_wrap .mz_gridbox .grid .profile_frm {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.content_wrap .mz_gridbox .grid .profile_frm .hd3 {
  color: #fff;
  font-size: 16px;
  background: #0099ff;
  padding: 12px 0;
  text-align: center;
}
.content_wrap .mz_gridbox .grid .profile_frm .tabset .tablist {
  overflow: hidden;
  margin: 0;
  padding: 0 8px;
}
.content_wrap .mz_gridbox .grid .profile_frm .tabset .tablist > li {
  float: left;
  list-style: none;
}
.content_wrap .mz_gridbox .grid .profile_frm .tabset .tablist > li > a {
  display: block;
  color: #666666;
  font-size: 14px;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  width: 140px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
}
.content_wrap .mz_gridbox .grid .profile_frm .tabset .tablist > li.on > a {
  background: #333333;
  color: #ffcc00;
}
.content_wrap .mz_gridbox .grid .profile_frm .tabset .tablist > li.dpn {
  display: none;
}
.content_wrap .mz_gridbox .grid .profile_frm .tabset .tablist > li + li {
  margin-left: 7px;
}
.content_wrap .mz_gridbox .grid .profile_frm .tabset .tabcont {
  margin-top: 25px;
}
.content_wrap .mz_gridbox .grid .profile_frm .tabset .tabcont .cont {
  display: none;
  padding-bottom: 50px;
}
.content_wrap
  .mz_gridbox
  .grid
  .profile_frm
  .tabset
  .tabcont
  .cont:first-child {
  display: block;
}
.content_wrap .mz_gridbox .grid .profile_frm .tabset .tabcont .cont .infotxt {
  padding: 0 8px;
}

.content_wrap .mz_gridbox .grid .profile_frm .tabset .tabcont .cont .btnset.ct {
  text-align: center;
}
.content_wrap
  .mz_gridbox
  .grid
  .profile_frm
  .tabset
  .tabcont
  .cont
  .btn.submit {
  display: inline-block;
  background: #0099ff;
  color: #fff;
  padding: 10px 50px;
}

.frmlistset {
  width: 723px;
}
.frmlistset > .frmlist > li {
  border-bottom: 1px solid #f2f2f2;
  padding: 8px;
}
.frmlistset > .frmlist > li.detail_input {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 8px;
}
.frmlistset .dtlist dt {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.frmlistset .dtlist dt .smtxt {
  color: #757575;
  font-weight: normal;
  margin-left: 5px;
}
.frmlistset .dtlist dd {
  margin-top: 3px;
}

.frmlistset .dtlist dd .inputset textarea,
.frmlistset .dtlist dd .inputset input:not(#ex_filename1):not(#ex_filename2),
.frmlistset .dtlist dd .inputset {
  width: 100%;
}

.frmlistset .dtlist dd .inputset.ckbox,
.frmlistset .dtlist dd .inputset.rdo {
  width: auto;
}
.frmlistset .dtlist dd .input_col.release .inputset {
  width: inherit;
}
.frmlistset .dtlist dd .ctrbox_in .inputset {
  width: auto;
}
.frmlistset .dtlist dd .hd3 {
  font-size: 1em;
  font-weight: normal;
  color: #666;
}

.frmlistset .dtlist > dd .sbj_col3 .inputset + .inputset,
.frmlistset .dtlist > dd .sbj_col3 .hd3 + .inputset {
  margin-top: 5px;
}
.frmlistset .dtlist > dd .sbj_col3 + .sbj_col3 {
  margin-top: 20px;
}

.frmlistset .dtlist > dd .row.section.grid2 {
  margin: 0;
}
.frmlistset .dtlist > dd .row.section.grid2 .hd4 + .inputset,
.frmlistset .dtlist > dd .row.section.grid2 .hd4 + .autocount {
  margin-top: 5px;
}
.frmlistset
  .dtlist
  > dd
  .row.section.grid2
  .fileattach_inner
  + .fileattach_inner {
  margin-top: 10px;
}
.frmlistset .dtlist > dd .row.section.grid2 + .row.section.grid2 {
  margin-top: 10px;
}

.frmlistset .dtlist > dt .subtxt_info .stxt {
  font-size: 0.875em;
  color: #666;
}

.frmlistset .dtlist > dd .input_col.reverse .stxt + .inputset {
  margin-left: 20px;
}
.frmlistset .dtlist > dd .input_col.reverse .inputset + .stxt {
  margin-left: 5px;
}

.frmlistset.txt > .frmlist > li {
  padding: 0;
}
.frmlistset.txt .dtlist dt {
  font-size: 1.2em;
  padding: 10px;
  background: #f2f2f2;
}
.frmlistset.txt .dtlist dd {
  margin: 0;
  padding: 10px;
  font-size: 0.875em;
}

.frmlistset .dtlist dd .row {
  display: flex;
  margin: 0;
  align-items: center;
}
.frmlistset .dtlist dd .row.clumn {
  flex-direction: column;
  align-items: flex-start;
}
.frmlistset .dtlist dd .row + .row {
  margin-top: 10px;
}
.frmlistset .dtlist dd .row .col {
  flex: 1;
}
.frmlistset .dtlist dd .row .col .inputset.ckbox {
  margin-bottom: 5px;
}

.frmlistset .dtlist dd .row.clumn .col {
  width: 100%;
  flex: none;
}
.frmlistset .dtlist dd .row.clumn .col + .col {
  margin-top: 10px;
}
.frmlistset .dtlist dd .row .col:nth-child(1) {
  flex: none;
  width: 120px;
}
.frmlistset .dtlist dd .row .col .plusbox {
  display: flex;
}
.frmlistset .dtlist dd .row .col .plusbox + .plusbox {
  margin-top: 5px;
}
.frmlistset .dtlist dd .row .col .plusbox .inputset + .btn,
.frmlistset .dtlist dd .row .col .plusbox .btn + .btn {
  margin-left: 2px;
}
.frmlistset .dtlist dd .row .col .plusbox .inputset {
  flex: 1;
}
.frmlistset .dtlist dd .row .col .plusbox .btnset {
  flex: none;
  width: 68px;
  margin-left: 5px;
}

.frmlistset .dtlist dd .row .col .plusbox .btn {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  background: #333;
  position: relative;
}
.frmlistset .dtlist dd .row .col .plusbox .btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/plusms.png") no-repeat 0 0;
  background-size: auto 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.frmlistset .dtlist dd .row .col .plusbox .btn.ms::before {
  background-position: -12px 0;
}

.frmlistset + .btnset {
  margin-top: 50px;
}

.btn {
  text-align: center;
  font-size: 0.875em;
  padding: 0;
  border-radius: 3px;
  display: inline-block;
}
.btn + .btn {
  margin-top: 10px;
}
.btn.ctype1 {
  background: #d9d9d9;
  color: #1b1b1b;
  padding: 6px 20px 6px;
}
.btn.ctype2 {
  background: #ad9f79;
  color: #fff;
  padding: 6px 20px 6px;
}
.btn.ctype3 {
  background: #d9d9d9;
  color: #1b1b1b;
  padding: 6px 20px 6px;
}

.btn.ripple {
  overflow: hidden;
}
.btn.submit {
  background: #a9c0d8;
}
.btn.cancel {
  background: #666666;
}
.btn.etc {
  background: #fff;
  border: 1px solid #666;
  color: #111;
  padding: 8px 10px;
}

.btn .ico.more:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/add.png") no-repeat 0 0;
  background-size: 100%;
}

.inputset {
  display: inline-block;
  border: 1px solid #9d9d9d;
  background: #fff;
  transition: border-color 0.6s ease;
  -webkit-transition: border-color 0.6s ease;
  -moz-transition: border-color 0.6s ease;
}

.inputset textarea {
  border: none;
}
.inputset > input,
.inputset > select {
  height: 28px;
  padding: 0 5px 0 5px;
  border: none;
  color: #666;
}
.inputset > select {
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/selectbg.png) no-repeat right 10px center;
  padding-right: 30px;
}
select::-ms-expand {
  display: none;
}
.inputset > input + .datebtn,
.inputset > input + .schbtn {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 28px;
  text-indent: -9999px;
  vertical-align: middle;
}

.inputset > input + .datebtn:after,
.inputset > input + .schbtn:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../img/inputiconset.png) no-repeat 0 0;
  background-size: auto 22px;
  margin: -11px 5px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.inputset > input + .schbtn:after {
  background-position: -20px 0;
}

.inputdate {
  display: flex;
}
.inputdate .inputset {
  flex: 1;
  -webkit-flex: 1;
  display: flex;
}
.inputdate .inputset input {
  flex: 1;
  -webkit-flex: 1;
}
.inputdate .inputset input[type="date"] {
  font-size: 0.75em;
}
.inputdate .eqeul {
  line-height: 28px;
  padding: 0 10px;
}
.inputdate.ty1 {
  display: block;
}
.inputdate.ty1 .inputset {
  display: inline-block;
}

.inputset.ckbox + .inputset.ckbox,
.inputset.rdo + .inputset.rdo {
  margin-left: 10px;
}
.inputset > input + .schbtn {
  background-position: -20px 0;
}
.inputset.on {
  border: 1px solid #2d2721;
}

.ctrbox_col .inputset.ckbox,
.ctrbox_col .inputset.rdo {
  display: block;
}
.ctrbox_col .inputset.ckbox + .inputset.ckbox,
.ctrbox_col .inputset.rdo + .inputset.rdo {
  margin-top: 5px;
}

.ctrbox_row {
  overflow: hidden;
  margin-top: -10px;
  margin-left: -10px;
  padding: 5px 0;
}
.ctrbox_row .inputset.ckbox,
.ctrbox_row .inputset.rdo {
  margin-top: 10px;
  margin-left: 10px;
}

.ctrbox_in {
  overflow: hidden;
  margin-top: -10px;
  margin-left: -10px;
  padding: 5px 0;
}
.ctrbox_in .inputset.ckbox,
.ctrbox_in .inputset.rdo {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
  width: auto;
}

.inputset.ckbox {
  border: none;
  height: 20px;
  vertical-align: middle;
  background: transparent;
}
.inputset.ckbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.inputset.ckbox > label {
  display: inline-block;
  height: 20px;
  font-weight: normal;
  color: #555;
  margin: 0;
}
.inputset.ckbox > label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #6d6d6d;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
  margin: 0 0 4px 0;
}
.inputset.ckbox.on {
  box-shadow: none;
}
.inputset.ckbox.on > label:before {
  background: #1f4ea4 url(../img/ckbox_arr.png) no-repeat center center;
  border: 2px solid #1f4ea4;
}
.inputset.ckbox.dis > label:before {
  background: #f2f2f2;
  border: 2px solid #ccc;
}
.inputset.ckbox.dis.on > label:before {
  background: #f2f2f2 url(../img/ckbox_arr_dison.png) no-repeat center center;
  border: 2px solid #ccc;
}

.inputset.rdo {
  border: none;
  vertical-align: top;
}
.inputset.rdo label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 75%;
  border: 2px solid #666;
  vertical-align: top;
  transition: all 0.5s ease;
}
.inputset.rdo label {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.inputset.rdo.on label:before {
  border: 2px solid #fff;
}

.inputset.rdo label:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 75%;
  border: 2px solid #666;
  transition: all 0.5s ease;
  background: #4f9312;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
}
.inputset.rdo.on label:after {
  transform: scale(1);
  border: 2px solid #4f9312;
}
.inputset.rdo label > input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.inputset.rdo.readonly {
  background: transparent;
  border: none;
}
.inputset.rdo.readonly label:before {
  background: #d9d9d9;
  border: 2px solid #d9d9d9;
}
.inputset.rdo label .num {
  margin-top: 5px;
  display: block;
  font-size: 0.875em;
}

.inputset.readonly {
  background: #ebebeb;
  border: 1px solid #ebebeb;
}
.inputset.readonly input[readonly] {
  background: transparent;
}

.input_col {
  display: flex;
  align-items: center;
}
.input_col .inputset {
  flex: 1;
}
.input_col .inputset + .inputset {
  margin-left: 10px;
}
.input_col .inputset + .btn {
  margin-left: 5px;
}

.input_col.release {
  display: block;
}
.input_col.release .inputset {
  width: inherit;
}
.input_col.release .stxt + .inputset {
  margin-left: 5px;
}
.input_col.release .inputset + .stxt {
  margin-left: 5px;
}

.input_grid {
  overflow: hidden;
  font-size: 0;
  margin: -10px 0 0 -10px;
}
.input_grid .inputset {
  margin: 10px 0 0 10px;
}
.input_grid .inputset input {
  font-size: 1rem;
}

.inputset.txt input {
  text-align: left;
}
.inputset.txt .txt_sub {
  padding: 0 15px 0 0;
}

.inputset.money input {
  text-align: right;
}
.inputset.money .txt_sub {
  padding: 0 15px 0 0;
}

.inset {
  display: inline-block;
}
.inset .inputset.rdo label,
.inset .inputset.ckbox label {
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}
.inset .inputset.rdo label:before,
.inset .inputset.rdo label:after,
.inset .inputset.ckbox label:before,
.inset .inputset.ckbox label:after {
  vertical-align: middle;
}
.inset .inputset.rdo label:after,
.inset .inputset.ckbox label:after {
  top: 50%;
  margin-top: -8px;
}
.inset .inputset label .inputset {
  width: auto;
  vertical-align: middle;
}
.inset .inputset label .inputset.txt {
  display: inline-flex;
}

.inset .inputset.ckbox label .fake_ckbox {
  top: 50%;
  margin-top: -10px;
}
.inset .inputset.ckbox.on label > .fake_ckbox {
  margin-top: -15px;
}

.inset .inputset label input + .inputset {
  margin-left: 10px;
}
.row .inset .inputset label .labeltxt {
  min-width: 90px;
  display: inline-block;
}
.row .stxt + .inputset,
.row .stxt + .inputdate,
.row .stxt + .input_col {
  margin-top: 5px;
}

.inputset textarea {
  padding: 5px;
}

.inputset.file {
  border: none;
  display: flex;
}
.inputset.file input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.inputset.file label {
  display: inline-block;
  padding: 0 10px;
  line-height: 29px;
  vertical-align: middle;
  background-color: #1b1b1b;
  cursor: pointer;
  border: 1px solid #9d9d9d;
  border-radius: 0.25em;
  color: #fff;
  margin-left: 5px;
  height: 30px;
  font-weight: normal;
  font-size: 14px;
}
.inputset.file .upload_name {
  display: inline-block;
  padding: 0 0.75em; /* label의 패딩값과 일치 */
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  border: 1px solid #9d9d9d;
  border-radius: 0;
  flex: 1;
}

.numset {
  display: flex;
  align-items: center;
}
.numset .inputset {
  flex: 1;
}

.numset .bar {
  width: 3px;
  height: 1px;
  background: #666;
  display: block;
  margin: 0 5px;
}

.numset .inputset input {
  width: 100%;
  text-align: center;
}

input::-webkit-input-placeholder {
  font-size: 14px;
}
input::-moz-placeholder {
  font-size: 14px;
}
input:-ms-input-placeholder {
  font-size: 14px;
}
input:-moz-placeholder {
  font-size: 14px;
}

.ctrbox_col .inputset.ckbox + .inputset.ckbox {
  margin-left: 0;
}

.member .inputset {
  background: transparent;
}

.scoreset .inputset.rdo label:after {
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.rdo_style1.ct {
  text-align: center;
}
.rdo_style1 .inputset.rdo {
  display: inline-block;
  border: 1px solid #666;
  padding: 0;
  border-radius: 30px;
}
.rdo_style1 .inputset.rdo label {
  color: #666;
  height: auto;
  line-height: normal;
  padding: 15px 30px;
  transition: none;
}
.rdo_style1 .inputset.rdo label:before {
  width: 29px;
  height: 29px;
  border: none;
  background: url("../img/recomd_good.png") no-repeat 0 0;
  background-size: 200% 100%;
  vertical-align: middle;
  border-radius: 0;
  margin-right: 10px;
  transition: inherit;
}

.rdo_style1 .inputset.rdo.on {
  border: 1px solid #4f9312;
}
.rdo_style1 .inputset.rdo.on label {
  color: #4f9312;
}
.rdo_style1 .inputset.rdo.on label:before {
  background-position: -29px 0;
  transition: inherit;
}
.rdo_style1 .inputset.rdo.on label:after {
  display: none;
}

.sharebox {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px;
}
.sharebox .share {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #333333;
  color: #ffcc00;
  text-align: center;
  line-height: 70px;
  font-size: 14px;
  border-radius: 50%;
}
.sharebox .share + .share {
  margin-left: 20px;
}

.sampleview {
  display: none;
}

#ly_sampleview {
  display: none;
}

.login_outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/login_bg.jpg") no-repeat center;
  background-size: cover;
}
.loginbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 967px;
  height: 598px;
  margin: auto;
  background: #fff;
}

.loginbox .form-horizontal {
  margin: 40px 50px 0 50px;
}
.loginbox .btnset.sample_viewset {
  text-align: center;
  margin-top: 50px;
}
.loginbox .btnset .btn {
  vertical-align: top;
}
.loginbox .btnset .btn + .btn {
  margin: 0;
}
.loginbox .login_frm {
  display: flex;
  height: 598px;
  border: 1px solid #666666;
  overflow: hidden;
}
.loginbox .login_frm .grid {
  flex: 1;
}
.loginbox .login_frm .grid:first-child {
  flex: none;
  width: 506px;
}
.loginbox .login_frm .grid .logo {
  text-align: center;
  margin-top: 28px;
}

.loginbox .login_frm .grid .simg {
  position: relative;
  height: 100%;
  background: #f2f2f2;
}
.loginbox .login_frm .grid .simg .inset > span {
  display: block;
  position: absolute;
}
.loginbox .login_frm .grid .simg .mainimg {
  background: url("../img/mobile_name.png") no-repeat center;
  height: 430px;
  background-size: contain;
  top: 0;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  animation: smove 5s ease infinite alternate;
}

.loginbox .login_frm .grid .simg .sub1 {
  background: url("../img/mobile_name_subimg01.png") no-repeat;
  width: 90px;
  height: 90px;
  top: 106px;
  left: 89px;
  animation: sub1_move 5s ease infinite alternate;
  animation-delay: 0.15s;
}
.loginbox .login_frm .grid .simg .sub2 {
  background: url("../img/mobile_name_subimg02.png") no-repeat;
  width: 36px;
  height: 34px;
  top: 113px;
  left: 347px;
  animation: sub2_move 5s ease infinite alternate;
  animation-delay: 0.18s;
}
.loginbox .login_frm .grid .simg .sub3 {
  background: url("../img/mobile_name_subimg03.png") no-repeat;
  width: 71px;
  height: 53px;
  top: 361px;
  left: 108px;
  animation: sub3_move 5s ease infinite alternate;
  animation-delay: 0.21s;
}
.loginbox .login_frm .grid .simg .sub4 {
  background: url("../img/mobile_name_subimg04.png") no-repeat;
  width: 114px;
  height: 114px;
  top: 334px;
  left: 332px;
  animation: sub4_move 5s ease infinite alternate;
  animation-delay: 0.23s;
}
.loginbox .login_frm .grid .simg .title {
  text-align: center;
  font-size: 24px;
  color: #212121;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 30px;
  animation: sub5_move 5s ease infinite alternate;
}
.loginbox .login_frm .grid .simg .title .bold {
  font-family: "Noto Sans KR Bold";
}
.loginbox .login_frm .grid .simg .title .smtxt {
  display: block;
  font-size: 14px;
  color: #212121;
}

.loginbox .login_frm .grid .simg.ty1 .mainimg {
  background: url("../img/mobile_magazine.png") no-repeat center;
  background-size: contain;
}
.loginbox .login_frm .grid .simg.ty1 .sub1 {
  background: url("../img/mobile_magazine_subimg01.png") no-repeat;
  width: 56px;
  height: 47px;
  top: 88px;
  left: 119px;
  animation: sub1_move_ty1 5s ease infinite alternate;
  animation-delay: 0.15s;
}
.loginbox .login_frm .grid .simg.ty1 .sub2 {
  background: url("../img/mobile_magazine_subimg02.png") no-repeat;
  width: 48px;
  height: 39px;
  top: 90px;
  left: 346px;
  animation: sub2_move_ty1 5s ease infinite alternate;
  animation-delay: 0.18s;
}
.loginbox .login_frm .grid .simg.ty1 .sub3 {
  background: url("../img/mobile_magazine_subimg03.png") no-repeat;
  width: 31px;
  height: 39px;
  top: 374px;
  left: 149px;
  animation: sub3_move_ty1 5s ease infinite alternate;
  animation-delay: 0.21s;
}
.loginbox .login_frm .grid .simg.ty1 .sub4 {
  background: url("../img/mobile_magazine_subimg04.png") no-repeat;
  width: 120px;
  height: 149px;
  top: 308px;
  left: 302px;
  animation: sub4_move_ty1 5s ease infinite alternate;
  animation-delay: 0.23s;
}

@keyframes smove {
  0%,
  30% {
    top: 0;
  }
  70%,
  100% {
    top: -200%;
  }
}
@keyframes sub1_move {
  0%,
  30% {
    top: 106px;
    left: 89px;
  }
  70%,
  100% {
    top: -80%;
  }
}
@keyframes sub1_move_ty1 {
  0%,
  30% {
    top: 88px;
    left: 119px;
  }
  70%,
  100% {
    top: -80%;
  }
}

@keyframes sub2_move {
  0%,
  30% {
    top: 113px;
    left: 347px;
  }
  70%,
  100% {
    top: -80%;
  }
}
@keyframes sub2_move_ty1 {
  0%,
  30% {
    top: 90px;
    left: 346px;
  }
  70%,
  100% {
    top: -80%;
  }
}

@keyframes sub3_move {
  0%,
  30% {
    top: 361px;
    left: 108px;
  }
  70%,
  100% {
    top: -80%;
  }
}
@keyframes sub3_move_ty1 {
  0%,
  30% {
    top: 374px;
    left: 149px;
  }
  70%,
  100% {
    top: -40%;
  }
}

@keyframes sub4_move {
  0%,
  30% {
    top: 334px;
    left: 332px;
  }
  70%,
  100% {
    top: -80%;
  }
}
@keyframes sub4_move_ty1 {
  0%,
  30% {
    top: 308px;
    left: 302px;
  }
  70%,
  100% {
    top: -40%;
  }
}

@keyframes sub5_move {
  0%,
  30% {
    bottom: 0;
  }
  70%,
  100% {
    bottom: 100%;
  }
}
@keyframes sub5_move_ty1 {
  0%,
  30% {
    top: 308px;
    left: 302px;
  }
  70%,
  100% {
    top: -40%;
  }
}

.loginbox .custom-inputText {
  padding: 0;
}
.loginbox .login-button {
  margin: 0;
}
.loginbox .custom-inputText-pw {
  width: inherit;
}
.loginbox .form-group {
  margin: 0;
  padding: 0;
}

.loginbox .btnset {
  text-align: right;
}
.loginbox .sampleview {
  display: block;
}
.loginbox .sampleview {
  display: inline-block;
  background: #333399;
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  margin-left: 8px;
  position: relative;
  font-size: 14px;
}
.loginbox .sampleview::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/sample_ico.png") no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}

.loginbox .custom-inputText-id {
  width: inherit;
}
.loginbox .login-button {
  width: 100%;
}
.loginbox .form-group + .form-group {
  margin-top: 25px;
}

.loginbox .custom-loginButton {
  margin-top: 25px;
}
.loginbox .inputset.ckbox > label {
  font-size: 14px;
}
.loginbox .custom-bottom a {
  font-size: 14px;
}

#ly_sampleview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
#ly_sampleview .ly_cont .simg {
  position: relative;
  text-align: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 413px;
  margin: 0 auto;
}

#ly_sampleview .ly_cont .close {
  width: 33px;
  height: 33px;
  background: url("../img/close.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  right: -40px;
  top: 78px;
  opacity: 1;
}

.loginbox .login_frm .titset {
  text-align: center;
  margin-top: 40px;
}
.loginbox .login_frm .titset .hd3 {
  font-family: "Noto Sans KR Bold";
  color: #333132;
  font-size: 57px;
  margin: 0;
  line-height: 1;
}
.loginbox .login_frm .titset .hd3 .stxt {
  font-size: 14px;
  color: #333132;
}
.loginbox .login_frm .titset .hd3 + .stxt {
  margin-top: 5px;
}
.loginbox .custom-bottom span {
  margin: 0;
}
.loginbox .custom-bottom span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #d9d9d9;
  vertical-align: middle;
  margin: 0 3px 0 8px;
}

.loginbox .custom-bottom + .btnset {
  margin-top: 70px;
}
.loginbox .btnset .btn + .btn {
  margin-left: 10px;
}

@keyframes smove_mobile {
  0%,
  30% {
    top: 0;
  }
  70%,
  100% {
    top: calc(-100% - 10px);
  }
}
@keyframes sub1_move_mobile {
  0%,
  30% {
    top: 12px;
    left: 0;
  }
  70%,
  100% {
    top: -80%;
  }
}
@keyframes sub1_move_ty1_mobile {
  0%,
  30% {
    top: 8px;
    left: 8px;
  }
  70%,
  100% {
    top: -100%;
  }
}

@keyframes sub2_move_mobile {
  0%,
  30% {
    top: 0;
    left: 55px;
  }
  70%,
  100% {
    top: -100%;
  }
}
@keyframes sub2_move_ty1_mobile {
  0%,
  30% {
    top: 7;
    left: 61px;
  }
  70%,
  100% {
    top: -80%;
  }
}

@keyframes sub3_move_mobile {
  0%,
  30% {
    top: 59px;
    left: 12px;
  }
  70%,
  100% {
    top: -80%;
  }
}
@keyframes sub3_move_ty1_mobile {
  0%,
  30% {
    top: 51px;
    left: 16px;
  }
  70%,
  100% {
    top: -40%;
  }
}

@keyframes sub4_move_mobile {
  0%,
  30% {
    top: 46px;
    left: 56px;
  }
  70%,
  100% {
    top: -80%;
  }
}
@keyframes sub4_move_ty1_mobile {
  0%,
  30% {
    top: 47px;
    left: 57px;
  }
  70%,
  100% {
    top: -60%;
  }
}

@keyframes sub5_move_mobile {
  0%,
  30% {
    top: 0;
  }
  70%,
  100% {
    top: calc(-100% - 10px);
  }
}
@keyframes sub5_move_ty1_mobile {
  0%,
  30% {
    top: 0;
  }
  70%,
  100% {
    top: calc(-100% - 10px);
  }
}
@media screen and (max-width: 1280px) {
  .content_wrap .mz_gridbox .grid:first-child {
    display: none;
  }
  .content_wrap .mz_gridbox .arr {
    display: none;
  }
  .sampleview {
    display: inline-block;
    background: #333399;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    margin-left: 8px;
    position: relative;
    font-size: 14px;
  }
  .sampleview::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/sample_ico.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: 0 5px 3px 0;
  }

  #ly_sampleview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
  }
  #ly_sampleview .ly_cont .simg {
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0 50px;
  }

  #ly_sampleview .ly_cont .close {
    width: 33px;
    height: 33px;
    background: url("../img/close.png") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 1;
  }

  .content_wrap .mz_gridbox,
  .content_wrap .mz_gridbox .grid {
    width: 100%;
  }

  .loginbox {
    width: 95%;
  }
  .frmlistset {
    width: 100%;
  }

  .loginbox .login_frm {
    border: none;
  }
  .login_outer {
    background: none;
    position: static;
  }
  .login_outer .loginbox {
    position: static;
  }

  .loginbox .login_frm .grid:first-child {
    flex: none;
    height: 100px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .loginbox .login_frm .grid .simg {
    text-align: center;
    padding: 10px 0 0 0;
    display: block;
    height: 100%;
    width: 100%;
  }

  .loginbox .login_frm .grid .simg .inset {
    height: 100%;
    display: inline-block;
    position: relative;
  }

  .loginbox .login_frm .grid .simg .inset .mainimg {
    height: 88%;
    position: relative;
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    bottom: 0;
    animation: smove_mobile 5s ease infinite alternate;
  }
  .loginbox .login_frm .grid .simg .sub1 {
    top: 12px;
    left: 0;
    width: 40px;
    height: 40px;
    background-size: 100%;
    animation: sub1_move_mobile 5s ease infinite alternate;
    animation-delay: 0.05s;
  }
  .loginbox .login_frm .grid .simg .sub2 {
    top: 0;
    left: 55px;
    width: 22px;
    height: 20px;
    background-size: 100%;
    animation: sub2_move_mobile 5s ease infinite alternate;
    animation-delay: 0.07s;
  }
  .loginbox .login_frm .grid .simg .sub3 {
    top: 59px;
    left: 12px;
    width: 30px;
    height: 22px;
    background-size: 100%;
    animation: sub3_move_mobile 5s ease infinite alternate;
    animation-delay: 0.09s;
  }
  .loginbox .login_frm .grid .simg .sub4 {
    width: 40px;
    height: 40px;
    background-size: 100%;
    top: 46px;
    left: 56px;
    animation: sub4_move_mobile 5s ease infinite alternate;
    animation-delay: 0.1s;
  }

  .loginbox .login_frm .grid .simg.ty1 .sub1 {
    top: 8px;
    left: 8px;
    background-size: 100%;
    width: 30px;
    height: 25px;
    animation: sub1_move_ty1_mobile 5s ease infinite alternate;
    animation-delay: 0.05s;
  }
  .loginbox .login_frm .grid .simg.ty1 .sub2 {
    top: 7px;
    left: 61px;
    width: 20px;
    height: 16px;
    background-size: 100%;
    animation: sub2_move_ty1_mobile 5s ease infinite alternate;
    animation-delay: 0.07s;
  }
  .loginbox .login_frm .grid .simg.ty1 .sub3 {
    top: 51px;
    left: 16px;
    width: 18px;
    height: 23px;
    background-size: 100%;
    animation: sub3_move_ty1_mobile 5s ease infinite alternate;
    animation-delay: 0.09s;
  }
  .loginbox .login_frm .grid .simg.ty1 .sub4 {
    width: 30px;
    height: 42px;
    background-size: 100%;
    top: 47px;
    left: 57px;
    animation: sub4_move_ty1_mobile 5s ease infinite alternate;
    animation-delay: 0.1s;
  }
  .loginbox .login_frm .grid .simg .inset .title {
    margin: auto;
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: middle;
    padding: 0 0 0 0px;
    text-align: left;
    font-size: 18px;
    animation: sub5_move_mobile 5s ease infinite alternate;
  }

  .loginbox {
    height: 100vh;
    padding: 10px 0 0 0;
  }
  /*    .loginbox .login_frm {height:calc(100% - 55px)}*/
  /*    .loginbox .login_frm .grid:first-child {flex:.5}*/
  .loginbox .login_frm .grid .logo {
    width: 72px;
    margin: 10px auto;
  }
  .loginbox .login_frm .grid .logo img {
    width: 100%;
  }
  .loginbox .login_frm {
    flex-direction: column;
  }
  .loginbox .btnset.sample_viewset {
    margin-top: 20px;
  }
  .loginbox .login_frm .titset {
    margin-top: 30px;
  }
}
@media screen and (min-width: 420px) and (max-width: 1280px) {
  #ly_sampleview .ly_cont .simg img {
    height: 80%;
  }
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  #ly_sampleview .ly_cont .simg img {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 630px) {
  .loginbox .form-horizontal {
    margin: 20px 25px 0 25px;
  }
  .loginbox .form-group + .form-group {
    margin-top: 10px;
  }
  .loginbox .custom-checkBox {
    margin-top: 5px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
