@charset "UTF-8";


/* basic */
article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}


body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
  margin: 0;
  padding: 0
}


body, button, input, select, table, textarea {
  color: #333;
  font-family: "SUIT";
}


button, input {
  border: 0;
  border-radius: 0
}

img {
  display: block;
  border: 0;
}

ol, ul {
  list-style: none
}

address, em {
  font-style: normal
}

a {
  color: rgb(199, 86, 86);
  font-weight: normal;
  text-decoration: none
}

a:hover {
  text-decoration: none
}

iframe {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0
}
/* 보호글 */
.area-protected {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}

.area-protected .text-protected {
  margin: 0 0 21px 0;
  padding-top: 112px;
  background: url(./images/icon-exclamation.svg) no-repeat center top;
  font-size: 18px;
  color: #333;
}

.area-protected .text-protected span {
  font-size: 14px;
  line-height: 2;
  color: #777;
}

.area-protected input {
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
  font-size: 13px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
}

.area-protected input:hover, .area-protected input:focus {
  border: 1px solid #333;
}

.area-protected input.active+button {
  background: #333;
  color: #fff;
  cursor: pointer;

}

.area-protected button {
  display: block;
  width: 100%;
  height: 42px;
  background: #ddd;
  border: none;
  font-size: 13px;
}

.article-header-noimg {
  background: none !important;
  background-size: 50% 50% !important;
}

.article-header-protected {
  background: url(./images/icon-exclamation.svg) no-repeat center !important;
  background-size: 50% 50% !important;
}


#wrap {
  max-width: 1100px;
  margin:auto;
  line-height:180%;
  font-size:18px;
  padding:20px;
}
.titleWrap {margin-bottom: 10px;}
.titleWrap::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: rgb(219, 219, 219);
  margin:10px 0;
}
.titleWrap .title {
  font-size:40px;
  line-height: 200%;
  text-align: center;
}

.titleWrap .date {
  text-align: center;
  font-size: 14px;
  color:rgb(197, 197, 197);
}

#footer {
  position: fixed;
  left:10px;
  top:10px;
  font-size: 12px;
}

#footer a {
  color:rgb(223, 223, 223);}

div[data-ke-type='moreLess'] .btn-toggle-moreless, #tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
  font-size: 14px;
}

div[data-ke-type='moreLess'].open .moreless-content, #tt-body-page div[data-ke-type='moreLess'].open .moreless-content {
  padding:15px;
  background: #fafafa;
  border:2px solid #ebebeb;
  border-radius: 10px;
  margin:15px;
}

.article {margin-top:80px}

.img-wrapper {
    position: fixed;
    display: inline-block;
    padding: 5px;
    z-index: 50;
    box-sizing: border-box;
}
.img {
    overflow: hidden;
   width: 300px;
}

.source {
  font-size: 10px;
  color:#bdbdbd;
  text-align: center;
  letter-spacing: 1px;
}


 .ui-resizable-handle {
          opacity:0 !Important;
        }

.img-wrapper:hover .ui-resizable-handle {
  opacity:1 !Important;
}
#wrapper1 {left:0; top:0;}
#wrapper2 {left:0; top:60%;}
#wrapper3 {left:80%; top:60%}
#wrapper4 {left:80%; top:0;}


.warning {
  border-radius: 10px;
  border: 1px solid #BFBFBF;
  background: #FAFAFC;
  text-align: center;
  color: rgb(110, 110, 110);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  padding:9px 20px;
  width:750px;
  margin:auto;
}

.profile_wrap {
  display: flex;
      gap: 20px;
  justify-content: center;
  margin-top:20px;
      flex-wrap: wrap;
}


.profile_wrap .title {
  text-align: center;
  text-align: center;

  font-family: SUIT;
  
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 20px */
  letter-spacing: 6.8px;
  margin-bottom: 20px;
}

.left .title {color: #D41D1D;}
.right .title {color: #2F80FA;}

.left {margin-right: 45px;}

.profile_wrap .name {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.56px;
}

.profile_wrap .name .en_name {
  color: #A1A1A1;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px;
}

.ch_head {
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  width: 350px;
  height: 350px;
  flex-shrink: 0;
  background-position: center !important;
  background-size: cover !important;
  margin-top:20px;
}

.profile_wrap .color {
  display: flex;
  justify-content: space-between;
  gap:4px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.profile_wrap .skin,
.profile_wrap .hair,
.profile_wrap .eye {
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  background: #FFF7F5;
  height: 50px;
  flex: 1;
  color: #929292;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 5.88px;
  position: relative;
}

.profile_wrap .skin::after {
  content: "SKIN";
  position: absolute;
  bottom:-23px;
  left:0;
  right:0;
  margin:0 auto;
  }
.profile_wrap .hair::after {
  content: "HAIR";
  position: absolute;
  bottom:-23px;
  left:0;
  right:0;
  margin:0 auto;
}
.profile_wrap .eye::after {
  content: "EYE";
  position: absolute;
  bottom:-23px;
  left:0;
  right:0;
  margin:0 auto;
}

.profile_wrap .cha {
  display: flex;
  gap:30px;
  max-width: 250px;
  flex-shrink: 0;
}

.profile_wrap .cha.left {
  flex-direction: row-reverse;
}


.profile_wrap .detail {
 padding-top: 130px;
  flex-shrink: 0;
}


.control-buttons {
  position: fixed;
  left:15px;
  bottom:10px;
  cursor: pointer;
}




/*반응형*/

@media all and (max-width:1024px)  { 

.profile_wrap .detail {
 padding-top: 0px;
  flex-shrink: 0;
  margin-bottom: 50px;
}

.profile_wrap .cha {
    max-width: 100%;
      justify-content: center;
    flex-wrap: wrap;
}

.left {margin-right:0;}

.warning {width: 100%; box-sizing: border-box;}

.img-wrapper {display:none;}
.control-buttons {display: none;}


}


