/* prettier-ignore */
.header.type2 {
margin-bottom: 0;
}
.header.type2 .header-top {
justify-content: space-between;
height: 100px;
padding: 0 70px;
}
.header.type2 .header-tit {
display: flex;
align-items: center;
}
.header.type2 .logo {
width: 175px;
padding-left: 16px;
}
@media (min-width: 1200px) {
.header.type2 .logo .gangbook-ci {
width: 136px;
height: 85px;
background-size: 136px auto;
}
}
.header.type2 .header-txt {
overflow: hidden;
padding-top: 14px;
font-family: GmarketSans;
font-size: 18px;
font-weight: 500;
color: #241a0b;
letter-spacing: 0.3px;
text-overflow: ellipsis;
white-space: nowrap;
}

#gnb.gnb-type2 {
max-width: 420px;
border: none;
}
#gnb.gnb-type2 .gnb-set {
justify-content: flex-end;
}
#gnb.gnb-type2 .gnb-set > ul {
margin-right: 0;
}
#gnb.gnb-type2 .dp1 ~ li > a::after {
display: none;
}
#gnb.gnb-type2 .dp1 > a {
height: 44px;
}
#gnb.gnb-type2 .dp1 > a span {
display: inline-flex;
}
#gnb.gnb-type2 .dp1.active > a::before, #gnb.gnb-type2 .dp1.on > a::before {
display: none;
}
#gnb.gnb-type2 .dp1.active > a span, #gnb.gnb-type2 .dp1.on > a span {
position: relative;
}
#gnb.gnb-type2 .dp1.active > a span::before, #gnb.gnb-type2 .dp1.on > a span::before {
content: "";
z-index: 999;
position: absolute;
right: -12px;
top: 8px;
width: 8px;
height: 8px;
border-radius: 8px;
background-color: #2164c1;
}

.nav-m__close i {
-webkit-filter: grayscale(100%) brightness(0);
filter: grayscale(100%) brightness(0);
}
.nav-m__head.bg-white {
background-color: #fff;
}
.nav-m__t1 {
font-family: GmarketSans;
}

#mobile-head {
border-bottom: none;
}
@media (max-width: 1199px) {
#mobile-head {
padding: 10px 20px 0 20px;
}
#mobile-head .logo-m-set {
padding: 0;
}
#mobile-head .nav > ul {
margin: 14px;
width: calc(80% - 28px);
max-width: 600px;
border-radius: 10px;
}
#mobile-head .dp1 {
width: 100%;
}
}

.container-box1 {
background-color: #f6f9ff;
padding-top: 15px;
}
@media (min-width: 1200px) {
.container-box1 {
padding: 30px;
}
}

.container-box2 {
max-width: 1576px;
margin: 0 auto;
padding: 40px;
border-radius: 35px;
background-color: #fff;
}
@media (max-width: 749px) {
.container-box2 {
padding: 10px;
}
}

#container main.lnb-none {
margin: 0;
}
@media (min-width: 1200px) {
#container main.lnb-none {
width: 100%;
}
}

#footer.footer.type2 {
min-height: 100px;
margin-top: 0;
align-content: center;
background-color: #f6f9ff;
}
#footer.footer.type2 .copyright-txt {
padding-bottom: 20px;
text-align: center;
}

.select-box {
display: none;
}
.select-box.active {
display: block;
}

@media (max-width: 749px) {
.password-box {
position: relative;
}
}
.password-box .input-password {
position: relative;
display: flex;
gap: 8px;
align-items: center;
}
@media (max-width: 749px) {
.password-box .input-password {
flex-direction: column;
align-items: flex-end;
}
}
.password-box .input-password input {
display: inline-block;
border: 0;
padding: 20px 54px;
height: 56px;
background-color: #edf1f6;
}
.password-box .input-password input::-webkit-input-placeholder {
font-family: SUIT;
font-weight: 500;
font-size: 18px;
color: #000;
}
.password-box .input-password input:-ms-input-placeholder {
font-family: SUIT;
font-weight: 500;
font-size: 18px;
color: #000;
}
.password-box .input-password input::placeholder {
font-family: SUIT;
font-weight: 500;
font-size: 18px;
color: #000;
}
@media (max-width: 749px) {
.password-box .input-password input::-webkit-input-placeholder {
font-size: 15px;
}
.password-box .input-password input:-ms-input-placeholder {
font-size: 15px;
}
.password-box .input-password input::placeholder {
font-size: 15px;
}
}
@media (max-width: 749px) {
.password-box .input-password input {
padding: 10px 34px 10px 10px;
}
}

.pw-visible {
width: 20px;
height: 20px;
position: absolute;
right: 100px;
top: 20px;
background: url("/static/portal/img/join/icon-pw-view-hide@2x.png") 0 0 no-repeat;
background-size: 20px;
}
@media (max-width: 749px) {
.pw-visible {
right: 10px;
}
}
.pw-visible.visible {
background-image: url("/static/portal/img/join/icon-pw-view@2x.png");
}

.input-lable {
opacity: 0;
transition: all 0.2s;
}
.input-lable.active {
opacity: 1;
}
@media (max-width: 749px) {
.input-lable {
position: absolute;
bottom: 0;
width: calc(100% - 70px);
}
}

[class^=b-].b-black {
color: #fff;
background-color: var(--black) !important;
}
@media (max-width: 749px) {
[class^=b-].b-black.w-sm {
width: 40%;
}
}

.b-del:before {
margin-right: 5px;
font-family: FontAwesome;
font-size: 20px;
font-weight: 500;
content: "\f014";
}

.b-photo:before {
margin-right: 5px;
font-family: FontAwesome;
font-size: 16px;
font-weight: 500;
content: "\f030";
}

.login-box {
background-color: #edf1f6;
}
.login-box .set {
max-width: 458px;
margin: 0 auto;
}
.login-box .set .login-btn {
padding: 15px 0 11px 0;
font-family: GmarketSans;
}

.title-area {
display: flex;
justify-content: space-between;
padding: 52px 100px;
border-radius: 20px;
background-color: #edf1f6;
}
@media (max-width: 1199px) {
.title-area {
padding: 30px 25px;
}
}
@media (min-width: 750px) {
.title-area .t {
width: 65%;
}
}
.title-area .txt {
padding: 12px 0 0 8px;
font-family: GmarketSans;
font-size: 16px;
font-weight: 300;
letter-spacing: 0.2px;
}
.title-area .txt p + p {
padding-top: 10px;
}
.title-area .big {
font-size: 26px;
font-weight: 500;
color: #000;
letter-spacing: 0.36px;
}
@media (min-width: 750px) {
.title-area.pm {
background: #edf1f6 url(/static/portal/img/pm/title-area-img.png) no-repeat;
background-position: bottom 10px right;
background-size: 40% auto;
}
}
.location-txt {
display: inline-block;
padding: 5px 20px 2px 20px;
border-radius: 35px;
font-family: GmarketSans;
color: #fff;
text-align: center;
align-content: center;
background-color: #000;
}

.pm-tit {
display: block;
margin-top: 40px;
margin-bottom: 36px;
font-size: 26px;
font-weight: bold;
color: #000;
line-height: 1.08;
text-align: center;
}
.pm-tit em {
color: var(--mid-blue);
}
.pm-tit.fz-18 {
font-size: 18px;
}

.img-upload-area {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 30px 20px;
padding: 10px 0;
}
.img-upload-area .img-upload {
flex-shrink: 1;
flex-basis: 400px;
display: flex;
flex-direction: column;
align-items: center;
}
.img-upload-area .img-upload .btn-set {
margin: 10px 0;
}
/*# sourceMappingURL=single-pm.css.map */
