﻿@charset "utf-8";
/* Web Font */
@font-face {
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Gmarket Sans Bold"), local("GmarketSans-Bold"),
    url("https://script.gmarket.com/fonts/GmarketSansBold.woff2") format("woff2"),
    url("https://script.gmarket.com/fonts/GmarketSansBold.woff") format("woff");
}
@font-face {
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 500;
  src: local("Gmarket Sans Medium"), local("GmarketSans-Medium"),
    url("https://script.gmarket.com/fonts/GmarketSansMedium.woff2")
      format("woff2"),
    url("https://script.gmarket.com/fonts/GmarketSansMedium.woff") format("woff");
}
@font-face {
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Gmarket Sans Light"), local("GmarketSans-Light"),
    url("https://script.gmarket.com/fonts/GmarketSansLight.woff2")
      format("woff2"),
    url("https://script.gmarket.com/fonts/GmarketSansLight.woff") format("woff");
}
/* HTML Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
capxion,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcapxion,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
strong {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Noto Sans KR", "맑은고딕", Malgun Gothic, "돋움", Dotum,
    sans-serif, helvetica, AppleSDGothicNeo, arial, sans-serif;
  font-weight: 400;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  -webkit-text-size-adjust: none;
  color: #222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
form,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
table,
th,
td,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  transition: all 0.2s ease;
  font-family: "Noto Sans KR", "맑은고딕", Malgun Gothic, "돋움", Dotum,
    sans-serif, helvetica, AppleSDGothicNeo, arial, sans-serif;
  font-weight: 400;
}
article,
aside,
details,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
ol:after,
ul:after,
li:after {
  content: "";
  display: block;
  clear: both;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
legend,
summary {
  display: none;
  position: static;
  left: -9999px;
  text-indent: -9999px;
  height: 0;
  font-size: 0px;
  line-height: 0;
}
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
[type="text"],
textarea {
  height: 3.125rem;
}
[type="text"],
textarea {
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #ddd;
  padding-left: 7px;
  line-height: 1.1;
  font-size: inherit;
  letter-spacing: -.05em;
}
[type="text"]:focus {
  outline: none;
  border-bottom: solid 1px #4d3ccf;
}
textarea:focus {
  outline: none;
  border: solid 1px #4d3ccf;
}
[type="text"]:disabled {
  background: #d7d7d7;
}
[type="checkbox"],
[type="radio"] {
  border: none !important;
  padding: 0px !important;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
select {
  border: solid 1px #ddd;
  padding-left: 7px;
  vertical-align: middle;
  height: 30px;
  margin: 0;
}
textarea {
  border: solid 1px #ddd;
  padding: 5px 7px;
  line-height: 1.4;
  resize: vertical;
  font-family: "Noto Sans KR", "맑은고딕", "Malgun Gothic", "돋움", Dotum,
    sans-serif, helvetica, AppleSDGothicNeo, arial, sans-serif;
}
[type="text"],
textarea,
select {
  color: #333;
  font-weight: 400;
}
.cb {
  clear: both;
}
[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 16px;
  border: 2px solid #4d3ccf;
  background: #4d3ccf;
  transition: all 0.075s ease;
  transform: scale3d(1, 1, 1);
}
[type="checkbox"],
[type="radio"] {
  cursor: pointer;
}
[type="radio"]:checked disabled + label {
  color: #ccc;
}
[type="radio"] {
  display: none;
}
[type="radio"] + label,
[type="radio"]:checked + label {
  cursor: pointer;
  font-size: inherit;
}
[type="radio"]:checked + label {
  color: #4d3ccf;
  cursor: pointer;
}
[type="radio"] + label::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  margin: 0 7px 0 0;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-position: 50% 50%;
  vertical-align: middle;
  transition: all 0.075s ease;
  transform: scale3d(1, 1, 1);
  cursor: pointer;
}
[type="radio"] + label:hover::before {
  border-color: #4d3ccf;
  transform: scale3d(1.2, 1.2, 1);
}
[type="radio"] + label:active::before {
  background: #4d3ccf url(../images/ic-chk-w.svg) no-repeat 50% 50%;
  border-color: #4d3ccf;
  transform: scale3d(1.2, 1.2, 1);
}
[type="radio"]:checked + label::before {
  background: #4d3ccf url(../images/ic-chk-w.svg) no-repeat 50% 50%;
  border-color: #4d3ccf;
  background-size: 15px auto;
  transition: all 0.075s;
  transform: scale3d(1, 1, 1);
}
[type="radio"]:disabled + label::before {
  border-color: #ccc;
  background: #ccc url(../images/ic-chk.svg) no-repeat 50% 50%;
  background-size: 80%;
  transform: scale3d(1, 1, 1);
  cursor: none;
  -webkit-filter: opacity(50%);
  filter: opacity(50%);
}
[type="radio"]:checked:disabled + label::before {
  background: #4d3ccf url(../images/ic-chk-w.svg) no-repeat 50% 50%;
  border-color: #4d3ccf;
  background-size: 17px auto;
  transform: scale3d(1, 1, 1);
  cursor: none;
}
.cb {
  clear: both;
}
*:before,
*:after {
  box-sizing: border-box;
}
/* placeholde */
.my-placeholder {
  color: #aaa !important;
  font-size: inherit;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
  font-size: inherit;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-size: inherit;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
  font-size: inherit;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  font-size: inherit;
}
body {
  background: #fbfcfd;
}
/* Layout */
#visual_wrap .prom_top {
  position: relative;
}
.inc_mimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
#visual_wrap .prom_top .logo1 {
  position: absolute;
  top: 42px;
  left: 4.61538%;
  width: 16%;
  height: 70px;
}
#visual_wrap .prom_top .logo2 {
  position: absolute;
  top: 45px;
  right: 4.2%;
  width: 5.4%;
  height: 60px;
}
#visual_wrap .prom_top .logo3 {
  position: absolute;
  top: 45px;
  right: 10%;
  width: 6.5384%;
  height: 60px;
}
#visual_wrap .prom_top .logo4 {
  position: absolute;
  top: 45px;
  right: 16.5%;
  width: 9.07692%;
  height: 60px;
}
#visual_wrap .prom_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#contents {
  padding: 100px 80px 70px;
  background: #fff;
}
#contents:after {
  content: "";
  display: block;
  clear: both;
}
.inner1 {
  width: 1300px;
  margin: 0 auto;
}

/* upload poplayer */
#modal {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.pop-pw {
  position: relative;
  width: 400px;
  padding: 50px 50px 32px;
  margin: auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 20px 20px 40px 0 rgba(123, 130, 146, 0.2);
  text-align: center;
}
.closebtn {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.closebtn .ic-close1 {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/btn-close1.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.poptitle {
  letter-spacing: -0.05em;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.text-p1 {
  color: #666;
  letter-spacing: -0.05em;
  font-weight: 300;
  font-size: 1.2rem;
}
/*Promotion*/
.application1 {
  text-align: left;
}
.application1 * {
  font-weight: 400;
}
.application1 h3 {
  margin-top: -2px;
  padding-bottom: 10px;
  margin-bottom: 45px;
  font-size: 3.8rem;
  color: #000;
  letter-spacing: -0.05em;
  font-family: "Gmarket Sans", "Noto Sans KR", "Noto Sans KR", "맑은고딕",
    Malgun Gothic, "돋움", Dotum, sans-serif;
  font-weight: 700;
  text-align: center;
}
.application1 h4 {
  font-size: 2.4rem;
  color: #333;
  font-family: "Gmarket Sans", "Noto Sans KR", "Noto Sans KR", "맑은고딕",
    Malgun Gothic, "돋움", Dotum, sans-serif;
  font-weight: 400;
  letter-spacing: -0.075em;
  padding-bottom: 25px;
}
/*agree*/
.agree {
  margin-bottom: 50px;
}
.agree h4 {
  font-size: 2.4rem;
  color: #333;
  letter-spacing: -0.075em;
  padding-bottom: 15px;
}
.agreebox1 {
  padding: 40px 40px;
  background: #fff;
  border: 1px solid rgb(146, 140, 150);
  border-radius: 30px;
}
.agreebox1 .item {
  padding-bottom: 15px;
}
.agreebox1 .item strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 10px;
}
.agreebox1 .item li {
  position: relative;
  font-size: 1.42rem;
  padding-left: 8px;
  padding-bottom: 9px;
  line-height: 1.3;
}
.agreebox1 .item li.only {
  padding-bottom: 0;
}
.agreebox1 .item li:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: auto;
  font-size: 1.42rem;
  content: "-";
}
.agreebox1 .strong1 {
  position: relative;
  font-size: 1.42rem;
  color: #4d3ccf;
  font-weight: 300;
}
.agreebox1 .strong1 i {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
}
.agreebox1 .strong1 i + strong {
  display: inline-block;
  padding-left: 18px;
  vertical-align: top;
}
.agreebox1 .confirm {
  margin-top: 8px;
  font-size: 1.3rem;
}
.chk_agree {
  margin: 17px 17px 20px 0;
  text-align: right;
  font-size: 1.44rem;
}
.chk_agree .txt1 {
  float: left;
  padding-left: 3px;
  font-size: 1.52rem;
  color: #333;
}
.chk_agree input {
  margin-right: 3px;
  vertical-align: baseline;
}
.chk_agree input + label {
  margin-right: 8px;
}
.chk_agree strong {
  color: #4d3ccf;
  padding-right: 0px;
}
.chk_agree + h4 {
  margin-top: 70px;
}
/*write*/
.write_info1 {
  font-size: 1.3rem;
}
.agree_write {
  margin-bottom: 50px;
}
.agree_write h4 {
  line-height: 1.25;
  padding-bottom: 0;
}
.agree_write .write_info1 {
  margin-bottom: 10px;
  color: #888;
  font-size: 1.3rem;
  text-align: right;
}
.agree_write .write_info1 strong i {
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.write_alert1 {
  margin: 69px auto 0px auto;
  text-align: center;
  width: 748px;
  padding: 39px 20px 33px 20px;
  border: 1px solid #ddd;
  background: #fafafa;
  line-height: 2.08;
}
.write_alert1 .point1 {
  color: #fe6882;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
.addexplain {
  color: #ba7a67;
  padding-left: 7px;
}
.post1 {
  margin-bottom: 4px;
}
p {
  font-size: 1.5rem;
  color: #444;
  line-height: 1.73;
}
.txtsmall {
  color: #888;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.inputwrap {
  text-align: left;
  border-top: 2px solid #3e4158;
  border-bottom: 1px solid #666;
  font-size: 1.5rem;
  color: #666;
}
.inputwrap + .inputwrap {
  border-top: 0 solid #3e4158;
}
.inputwrap li {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  border-bottom: 1px solid #ddd;
  background: #fbfbfb;
}
.inputwrap li:last-child {
  border-bottom: none;
}
.inputwrap .inputtitle {
  width: 15%;
  height: 100%;
  padding: 15px 0 14px 20px;
  font-size: 1.52rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: left;
  color: #282f40;
  box-sizing: border-box;
}
/* .inputwrap .inputtitle strong{position:relative;top:3px;left:18px;float:left;display:block;width:16px;height:15px;line-height:1;font-size: 1.8rem;color:#fe6882;} */
.inputwrap .inputtitle strong i {
  position: relative;
  top: -12px;
}
.agree_write strong i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 7px;
  background-color: #795fda;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
}
.agree_write strong i span {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* .inputwrap .inputtitle strong+label{position:relative;left:13px;} */
.inputwrap .inputtitle label {
  position: relative;
  display: inline-block;
  height: 15px;
  line-height: 1;
}
.inputwrap .inputin {
  width: 35%;
  padding: 9px 20px 9px 18px;
  color: #333;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  background: #fff;
  box-sizing: border-box;
}
.inputwrap .inputin.full {
  width: 85%;
}
.inputwrap .inputin.full .radiowrap [type="radio"] label [type="text"] {
  height: auto;
}
.inputwrap .inputin.noinput {
  padding: 18px 10px 16px 24px;
  font-size: 1.5rem;
}
.inputwrap .inputin.norect {
  display: flex;
  align-items: center;
  height: 34px;
}
.inputwrap .inputin .radiowrap {
  display: inline-block;
  padding: 6px 8px 6px 0;
}
.inputwrap .inputin span.info {
  display: inline-block;
  padding: 13px 0 7px 0;
  color: #999;
  font-size: 1.3rem;
}
.inputwrap .inputin.full .radiowrap [type="radio"] + label + [type="text"] {
  margin: -8px 0 -12px 8px;
}
.inputwrap .inputtitle label.lineh1 {
  left: 30px;
  height: auto;
}
.inputwrap .inputtitle .pcent {
  display: block;
  height: 10px;
  content: "";
}
.inputwrap .inputtitle .mobent {
  display: none;
}
.inputwrap input[type="radio"] {
  margin-right: 3px;
}
.inputwrap select:first-child {
  margin-right: 2px;
  margin-left: 0 !important;
}
.inputwrap select {
  margin-right: 2px;
  margin-left: 5px;
}
.inputwrap2 {
  text-align: left;
  font-size: 1.5rem;
  color: #666;
}
textarea.intxtarea {
  /* width: calc(100% - 20px); */
  width: 100%;
}

textarea.hg1 {
  height: 49px;
}
textarea.hg2 {
  height: 123px;
}
textarea.hg3 {
  height: 146px;
}
.inputwrap .in1-1 {
  width: 57%;
}
.inputwrap .in1-1full {
  width: 22%;
}
.inputwrap .in1-2 {
  width: 95%;
}
.inputwrap .in2-1 {
  width: 40%;
}
.inputwrap .in3-1 {
  width: 55%;
  vertical-align: middle;
  margin: 0;
}
.inputwrap .in5-1 {
  width: 50%;
}
.inputwrap .in5-2 {
  width: 40%;
}
.inputwrap .in6-1 {
  width: 140px;
}
.inputwrap .in6-2 {
  width: 40%;
  margin-bottom: 4px;
}
.inputwrap .in6-3 {
  width: 55%;
}
/*space*/
.mg1 {
  margin: 0 0 60px 0;
}
.mg2 {
  margin: 10px 0 60px 0;
}
.mg3 {
  margin: 25px 0 60px 0;
}
.mg4 {
  margin-right: 10px;
}
.mg4.mgt{
  margin-top: 5px;
}
.mg4.mgt span{
  display: inline-block;
  height: 22px;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: 10px;
  border-radius: 4px;
  background:  #7f7cd3;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.mg5 {
  margin-bottom: 30px;
}
.mg6 {
  margin: 5px 0 0;
}
.mgl10{
  margin-left: 10px;
}
/*BTN*/
.btnAreaC {
  text-align: center;
}
.btnAreaR {
  text-align: right;
}
button {
  padding: 0 0;
  border: none;
  font-weight: 500;
  vertical-align: middle;
  cursor: pointer;
}
button span {
  position: relative;
  top: -4px;
}
.btnTy2 {
  display: inline-block;
  height: 34px;
  padding: 0 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 34px;
}
.btnTy2 a {
  color: #fff;
}
.btnTy1 {
  color: #fff;
  width: 200px;
  height: 63px;
  border-radius: 5px;
  font-size: 2.4rem;
  font-weight: 500;
}
.bcolor1 {
  background: #4d3ccf;
  background: #4830b6;
}
.bcolor2 {
  background: #4830b6;
}
.mgt50 {
  margin-top: 50px;
}
.mgb30 {
  margin-bottom: 30px;
}
/* FOOTER */
#footer {
  background: #fff;
  overflow: hidden;
}
.footer_wrap {
  position: relative;
  top: 0px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0;
  color: rgb(131, 131, 131);
  font-weight: 300;
}
.footer_wrap:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 160px);
  height: 1px;
  background: #ddd;
  transform: translateX(-50%);
  content: "";
}
.footer_wrap .address {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
}
.footer_wrap .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
}
/*top*/
.gotop {
  position: fixed;
  bottom: 84px;
  right: 0%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: transparent;
  z-index: 3;
}
.gotop div {
  cursor: pointer;
  z-index: 4;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #5d50c3 url(../images/btn_top.png) no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999999999;
}
.gotop div:hover {
  background: #4830b6 url(../images/btn_top.png) no-repeat;
  border-radius: 50px;
  font-size: 0;
  line-height: 0;
  text-indent: -999999999;
}

.application1.print1 {
}
.application1.print1 input,
.application1.print1 select {
  border-color: transparent !important;
  background: transparent !important;
}
.application1.print1 #email_first {
  display: inline-block;
  width: auto;
}
.application1.print1 .textarea_print {
  padding: 7px;
  border-top: 2px solid #3e4158;
  border-bottom: 1px solid #666;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.6;
}
.application1.print1 h4 {
  padding-bottom: 10px;
}
.application1.print1 .inputwrap li {
  background: #fbfbfb;
}
.application1.print1 .inputwrap .inputin.norect {
  height: 50px;
}
.application1.print1 .post1 {
  margin-bottom: 0px;
}
.application1.print1 pre {
  white-space: pre-wrap;
}

@media (max-width: 1300px) {
  * {
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
  }
  img {
    width: 100%;
  }
  /* #contents {
    padding-right: 40px;
    padding-left: 40px;
  } */
  .inner1 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 70%;
  }
  .mobent {
    display: block;
    max-width: 100%;
    height: 5px;
  }
  textarea {
    padding: 10px;
    line-height: 1.45;
  }
  /* Layout */
  #visual_wrap {
    padding: 0 60px;
    background: #f3effd;
  }
  #visual_wrap .prom_top .logo1 {
    top: 20px;
    left: 25px;
    width: 22%;
    height: 70px;
  }
  #visual_wrap .prom_top .logo2 {
    top: 20px;
    right: 1.7%;
    width: 8%;
    height: 70px;
  }
  #visual_wrap .prom_top .logo3 {
    top: 20px;
    right: 9.7%;
    width: 7.3%;
    height: 70px;
  }
  #visual_wrap .prom_top .logo4 {
    top: 20px;
    right: 17%;
    width: 10%;
    height: 70px;
  }
  #visual_wrap img {
    display: block;
  }
  #contents {
    width: 100%;
    padding: 40px 45px;
  }
  .inner1 {
    width: 100%;
  }
  /*Promotion*/
  .application1 h3 {
    font-size: 3.3rem;
    margin-bottom: 40px;
  }
  .application1 h4 {
    display: inline-block;
    font-size: 2rem;
    padding-bottom: 10px;
  }
  /*agree*/
  .agree {
    margin-bottom: 30px;
  }
  .agree .info1 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .agreebox1 {
    width: 100%;
    padding: 30px 40px;
  }
  .agreebox1 .item {
    padding-bottom: 15px;
    font-weight: 300;
  }
  .agreebox1 .item strong {
    display: block;
    font-size: 1.4rem;
    color: #000;
    padding-bottom: 10px;
  }
  .agreebox1 .item li {
    font-size: 1.4rem;
    color: #555;
    padding-left: 10px;
    padding-bottom: 5px;
    line-height: 1.25;
  }
  .agreebox1 .strong1 {
    position: relative;
    font-size: 1.3rem;
  }
  .agreebox1 .confirm {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .chk_agree {
    margin: 17px 0 20px 0;
    text-align: right;
  }
  .chk_agree .txt1 {
    float: none;
    font-size: 1.5rem;
    padding: 0 4px 15px 0;
  }
  .chk_agree + h4 {
    margin-top: 40px;
  }
  /*write*/
  .write_info1 {
    font-size: 1.4rem;
  }
  .agree_write {
    margin: 40px 0 50px;
  }
  .agree_write h4 {
    line-height: 1.2;
  }
  .agree_write .write_info1 {
    margin-bottom: 10px;
    color: #888;
    float: right;
  }
  .inputwrap .inputtitle {
    width: 15%;
    padding: 15px 0 14px 10px;
    font-size: 1.25rem;
  }
  .inputwrap .inputin {
    width: 35%;
    padding: 9px 10px 9px 10px;
  }
  .inputwrap .inputin.full {
    width: 85%;
  }
  .inputwrap .inputin.norect {
    height: 44px;
  }
  .inputwrap .inputin .i_text {
    font-size: 1.6rem;
    width: 100%;
  }
  .inputwrap .inputin input + label {
    margin-right: 0;
    letter-spacing: -0.075em;
  }
  .inputwrap .inputtitle label.lineh1 {
    left: 20px;
    margin-bottom: 5px;
  }
  /*size*/
  textarea.intxtarea {
    width: 100%;
  }
  textarea.hg1 {
    height: 49px;
  }
  textarea.hg2 {
    height: 123px;
  }
  textarea.hg3 {
    height: 146px;
  }
  .inputwrap .in1-1 {
    width: 100%;
  }
  .inputwrap .in1-1full {
    width: 100%;
  }
  .inputwrap .in1-2 {
    width: 100%;
  }
  .inputwrap .in5-1 {
    width: 75%;
  }
  .inputwrap .in5-2 {
    width: 40%;
  }
  .inputwrap .in6-1 {
    width: 140px;
  }
  .inputwrap .in6-2 {
    width: 40%;
    margin-bottom: 4px;
  }
  .inputwrap .in6-3 {
    width: 55%;
  }
  /*space*/
  .mg1 {
    margin: 0 0 50px 0;
  }
  .mg2 {
    margin: 10px 0 50px 0;
  }
  .mg3 {
    margin: 0 0 50px 0;
  }
  .mg4 {
    margin-right: 0;
    color: #4d3ccf;
    font-size: 1.2rem;
  }
  .mg4::before {
    display: inline-block;
    position: relative;
    width: 10px;
    content: "-";
  }
  .mg4 + input {
    margin: 7px 0 0 0;
  }
  /*BTN*/
  .btnpost {
    width: 80px;
    padding: 8px 10px;
    height: 33px;
    line-height: 1;
  }
  .btnTy1 {
    width: 160px;
    height: 50px;
    font-size: 1.9rem;
  }
  .btnTy1 span {
    font-size: 2.3rem;
  }
  /* FOOTER */
  .footer_wrap {
    width: 100%;
    padding: 30px 0;
  }
  .footer_wrap:before {
    width: calc(100% - 40px);
    background-color: #eee;
  }
  .footer_wrap .address {
    text-align: center;
    font-size: 1.2rem;
  }
  .footer_wrap .copyright {
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  /* input,textarea,select{font-size:1.3rem;} */
  html {
    font-size: 69%;
  }
  input {
    padding-left: 3px;
    height: 30px;
  }
  select {
    padding-left: 3px;
    height: 30px;
  }
  textarea {
    padding: 7px;
    line-height: 1.4;
  }
  .mobenter {
    display: block;
    width: 100%;
    height: 5px;
    content: "";
  }
  /* Layout */

  #visual_wrap {
    padding: 0;
  }
  #visual_wrap .prom_top .logo1,
  #visual_wrap .prom_top .logo2,
  #visual_wrap .prom_top .logo3,
  #visual_wrap .prom_top .logo4 {
    top: 4.2vw;
    height: 8vw;
  }
   #visual_wrap .prom_top .logo1 {
    left: 5vw;
    width: 28vw;
  }
  #visual_wrap .prom_top .logo2 {
    right: 1.7vw;
    width: 8.5vw;
  }
  #visual_wrap .prom_top .logo3 {
    right: 10.7vw;
    width: 10vw;
  }
  #visual_wrap .prom_top .logo4 {
    right: 20vw;
    width: 16vw;
  }
  #contents {
    width: 100%;
    padding: 40px 15px;
  }
  /* upload poplayer */
  .pop-pw {
    width: 100%;
    padding: 50px 50px 32px;
    margin: 10px;
  }
  /*Promotion*/
  .application1 h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .application1 h4 {
    display: block;
    font-size: 1.45rem;
    padding-bottom: 7px;
  }
  /*agree*/
  .agree {
    margin-bottom: 30px;
  }
  .agree .info1 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    letter-spacing: -0.025em;
    line-height: 1.3;
  }
  .agreebox1 {
    padding: 30px 30px;
    border-radius: 20px;
  }
  .app_info {
    font-size: 1.3rem;
    color: #444;
    line-height: 1.4;
  }
  .agreebox1 .item {
    padding-bottom: 7px;
  }
  .agreebox1 .strong1 {
    font-size: 1.3rem;
    line-height: 1.45;
  }
  .agreebox1 .confirm {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .chk_agree {
    margin: 12px 0 35px 0;
    text-align: center;
    font-size: 1.6rem;
  }
  .chk_agree .txt1 {
    float: none;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
    padding: 0 2px 15px 0;
  }
  .chk_agree input {
    margin-right: 3px;
    vertical-align: baseline;
  }
  .chk_agree input + label {
    margin-right: 6px;
  }
  .chk_agree strong {
    color: #4d3ccf;
    padding-right: 0px;
    font-size: 1.4rem;
  }
  .chk_agree + h4 {
    margin-top: 20px;
  }
  /*write*/
  .txtsmall {
    color: #888;
    font-size: 1.1rem;
  }
  .agree_write .write_info1 {
    float: none;
    margin: 0 0 5px;
    font-size: 1.1rem;
  }
  .inputwrap li {
    flex-flow: column wrap;
    width: 100%;
    background: #fff;
    border: none;
  }
  .inputwrap .inputtitle {
    width: 100%;
    padding: 8px 5px 0;
    font-size: 1.3rem;
  }
  .inputwrap .inputin {
    position: relative;
    padding: 0 5px 15px;
    width: 100%;
  }
  .inputwrap .inputin.norect {
    flex-flow: row wrap;
    height: auto;
  }
  .inputwrap .inputin.full {
    width: 100%;
  }
  /* .inputwrap .inputtitle strong+label{left: 4px;font-size:1.4rem;font-weight: 500;margin-bottom: 5px;} */
  .inputwrap .inputin .radiowrap {
    display: block;
    float: left;
    width: 50%;
    padding: 10px 0 0 0;
    font-size: 1.4rem;
  }
  .inputwrap .inputin .radiowrap input[type="radio"] {
    height: 20px;
    vertical-align: middle;
  }
  .inputwrap .inputin .i_text {
    font-size: 1.4rem;
  }
  .inputwrap .inputin input + label {
    margin-right: 0;
    font-size: 1.4rem;
    letter-spacing: -0.075em;
  }
  .inputwrap .inputtitle label.lineh1 {
    left: 10px;
    margin-bottom: 0;
  }
  .inputwrap .inputtitle .pcent {
    display: none;
  }
  .inputwrap .inputin.full .radiowrap [type="radio"] + label + [type="text"] {
    width: calc(100% - 25px);
    margin: 0 0 0 25px;
  }
  textarea.hg1 {
    height: 80px;
  }
  textarea.hg2 {
    height: 80px;
  }
  textarea.hg3 {
    height: 80px;
  }
  .inputwrap .in1-1 {
    width: 100%;
  }
  .inputwrap .in1-2 {
    width: 100%;
  }
  .inputwrap .in2-1 {
    width: 100%;
  }
  .inputwrap .in5-1 {
    width: 45%;
  }
  .inputwrap .in5-2 {
    width: 35%;
  }
  .inputwrap .in6-1 {
    width: 40%;
  }
  .inputwrap .in6-2 {
    width: 100%;
  }
  .inputwrap .in6-3 {
    width: 100%;
  }
  .inputwrap .inputtitle .pcent {
    display: none;
  }
  .inputwrap .inputtitle .mobent {
    display: block;
    height: 14px;
    content: "";
  }
  #email_first {
    margin-bottom: 6px;
  }
  /*space*/
  .mg1 {
    margin: 0 0 30px 0;
  }
  .mg2 {
    margin: 7px 0 30px 0;
  }
  .mg3 {
    margin: 0 0 30px 0;
  }
  .mg4 {
    margin-right: 0;
    color: #4688d1;
    font-size: 1.2rem;
  }
  .mg4.mgt span{
    height: 20px;
    padding-right: 6px;
    padding-left: 6px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 19px;
  }
  .mg4::before {
    width: 8px;
  }
  .mg4 + input {
    margin: 5px 0 0 0;
  }
  .inputwrap2.mg1 textarea {
    margin: 7px 0 0 0;
  }
  /*BTN*/
  .btnpost {
    width: 80px;
    padding: 8px 10px;
    height: 33px;
    line-height: 1.1;
    font-size: 1.4rem;
  }
  .btnTy1 {
    width: 150px;
    height: 49px;
    line-height: 49px;
    font-size: 2rem;
  }
  .btnTy1 span {
    font-size: 2rem;
  }
  .btnTy2 {
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
  }
  /* FOOTER */
  .footer_wrap {
    width: 100%;
    padding: 25px 0;
  }
  .footer_wrap .address {
    font-size: 1.05rem;
  }
  .footer_wrap .copyright {
    margin-top: 10px;
    font-size: 1.05rem;
  }
}

.ani1 {
  -webkit-animation: anizoom 0.3s;
  animation: anizoom 0.3s;
}
@-webkit-keyframes anizoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes anizoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* print*/
@media only print {
  * {
    color: black !important;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
  }
  body {
    width: 21cm;
    height: 27.7cm;
    margin: 0 auto;
    background: #fff;
    page-break-inside: avoid;
  }
  .inner1 {
    width: 21cm;
    height: 27.7cm;
    margin: 0 auto;
    page-break-inside: avoid;
  }
  #contents {
    padding: 40px 30px 30px;
  }
  /*Promotion*/
  .application1 {
    text-align: left;
  }
  .application1 * {
    font-weight: 300;
  }
  .application1 h3 {
    margin-top: -2px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 2rem;
    letter-spacing: -0.05em;
    font-weight: 500;
    text-align: left;
  }
  .application1 h4 {
    font-size: 1.5rem;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.075em;
    padding-bottom: 7px;
  }
  .application1.print1 .textarea_print {
    padding: 7px;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.4;
  }
  .inputwrap {
    text-align: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #666;
    font-size: 1.3rem;
    color: #666;
  }
  .inputwrap + .inputwrap {
    border-top: 0 solid #3e4158;
  }
  .inputwrap li {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    border-bottom: 1px solid #ddd;
    background: none;
  }
  .inputwrap li:last-child {
    border-bottom: none;
  }
  .inputwrap .inputtitle {
    width: 15%;
    height: 100%;
    padding: 10px 0;
    text-align: left;
    font-weight: 700;
    font-size: 1.2rem;
    background: none;
  }
  .inputwrap .inputtitle strong {
    display: none;
  }
  .inputwrap .inputin {
    width: 35%;
    height: 100%;
    padding: 1px 0;
    color: #555;
    letter-spacing: -0.05em;
    background: none;
  }
  .inputwrap .inputin.full {
    width: 85%;
  }
  .application1.print1 .inputwrap .inputin.norect {
    height: auto !important;
    border: none;
    background: none;
  }
  .inputwrap .inputtitle label.lineh1 {
    left: 30px;
    height: auto;
  }
  .application1.print1 .post1 {
    margin-bottom: 0px;
  }
  .inputwrap .inputtitle .pcent {
    display: block;
    height: 0px;
    content: "";
  }
  .inputwrap .inputtitle .mobent {
    display: none;
  }
  .inputwrap input[type="radio"] {
    margin-right: 3px;
  }
  .inputwrap input[type="radio"] + lable {
    margin-right: 30px;
  }
  .inputwrap select:first-child {
    margin-right: 0;
  }
  .inputwrap select {
    margin-right: 0;
  }
  .inputwrap2 {
    text-align: left;
    font-size: 1.3rem;
    color: #666;
  }
  .inputwrap .in1-1 {
    width: 57%;
  }
  .inputwrap .in1-2 {
    width: 95%;
  }
  .inputwrap .in2-1 {
    width: 40%;
  }
  .inputwrap .in3-1 {
    width: 55%;
    vertical-align: middle;
    margin: 0;
  }
  .inputwrap .in5-1 {
    width: 50%;
  }
  .inputwrap .in5-2 {
    width: 40%;
  }
  .inputwrap .in6-1 {
    width: 140px;
  }
  .inputwrap .in6-2 {
    width: 40%;
    margin-bottom: 4px;
  }
  .inputwrap .in6-3 {
    width: 55%;
  }
  .btnAreaC {
    display: none;
  }
  input,
  select {
    border-color: transparent !important;
    background: transparent !important;
    color: #666;
    font-size: 1.3rem !important;
  }
  input {
    padding: 0;
    height: auto;
    line-height: 1;
  }
  select {
    padding: 0;
    height: auto;
  }
}
