@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

body {
  font-family: 'Apple SD Gothic Neo', sans-serif , 'malgun gothic';
  background: #fff !important;
  color: #1b1b1b;
  letter-spacing: 0.03em;
  margin: 0 auto;
}

#content {
  max-width: 100%;
  margin: 0 auto;
}
.SP_L3_Wirelessbra_200626 {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 0;
  line-height: 1.5;
  font-size: 13px;
  color: #1b1b1b;
  min-height: 100vh;
}
.SP_L3_Wirelessbra_200626 .unifont--bold {
  font-family: "UniqloProBold";
}

.SP_L3_Wirelessbra_200626 .unifont--regular {
  font-family: "UniqloProRegular";
}

.SP_L3_Wirelessbra_200626 .unifont--light {
  font-family: "UniqloProLight";
}

.SP_L3_Wirelessbra_200626 .nanumfont {
  font-family: 'NanumSquare';
}


/* common */
.SP_L3_Wirelessbra_200626 a {
  color: #1b1b1b;
  cursor: pointer;
}


.SP_L3_Wirelessbra_200626 .size_calculate_container {
  flex-direction: column;
  padding: 0 15px;
  margin: 0 auto;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .calc_inputs,
.SP_L3_Wirelessbra_200626 .size_calculate_container .calc_outputs {
  width: 100%;
  font-family: 'malgun gothic';
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .calc_inputs_title {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  font-family: 'malgun gothic';
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .select-container {
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ababab;
  box-sizing: content-box;
  position: relative;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .select-container:first-of-type {
  margin-bottom: 28px;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .select-container:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #1b1b1b transparent transparent transparent;
  bottom: 0;
  top: 50%;
  content: "";
  display: block;
  right: 1.44%;
  position: absolute;
  z-index: 1;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .select-container.focus {
  border-bottom-color: #378694;
  border-bottom-width: 2px;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .select-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 0;
  display: block;
  z-index: 2;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .form-control {
  opacity: 0;
}
.SP_L3_Wirelessbra_200626 .select-container.active .select-placeholder {
  visibility: hidden;
}
.SP_L3_Wirelessbra_200626 .select-container.active .form-control {
  opacity: 1;
  outline: none;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background-color: transparent;
  border: none;
  z-index: 2;
  position: absolute;
  font-family:'malgun gothic';
}
.SP_L3_Wirelessbra_200626 .size_calculate_container select::-ms-expand {
  display: none;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .calc_outputs {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.SP_L3_Wirelessbra_200626 .calc_outputs .js-calc__res-wrap {
  text-align: center;
}
.SP_L3_Wirelessbra_200626 .calc_outputs .js-calc__res-01,
.SP_L3_Wirelessbra_200626 .calc_outputs .js-calc__res-02 {
  font-weight: bold;
}
.SP_L3_Wirelessbra_200626 .calc_outputs .js-calc__res-02 {
  font-size: 28px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 0;
}
.SP_L3_Wirelessbra_200626 .calc_outputs .js-calc__res-02:after {
  background: #ededeb;
  display: inline;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
}

.SP_L3_Wirelessbra_200626 #active {
  padding-bottom: 0;
}


.SP_L3_Wirelessbra_200626 .size_calculate_container {
  flex-direction: row;
  padding: 0;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .calc_inputs,
.SP_L3_Wirelessbra_200626 .size_calculate_container .calc_outputs {
  width: 100%;
}
.SP_L3_Wirelessbra_200626 .size_calculate_container .calc_outputs {
  padding: 40px 0;
  font-size: 13px;

}
.SP_L3_Wirelessbra_200626 .calc_outputs .js-calc__res-02 {
  font-size: 19px;
}

.SP_L3_Wirelessbra_200626 #active {
  padding-bottom: 62px;
}

.SP_L3_Wirelessbra_200626 .setup_list_container {
  padding: 0 0 64px;
}
.SP_L3_Wirelessbra_200626 .setup_list_container .setup_item_overall {
  width: 33.3333%;
  float: left;
}
.SP_L3_Wirelessbra_200626 .setup_list_container .overall_item_img {
  width: 180px;
  padding: 0 70px 32px;
}
.SP_L3_Wirelessbra_200626 .setup_list_container .setup_item_overall a:hover {
  text-decoration: none;
}
.SP_L3_Wirelessbra_200626 .setup_list_container .setup_item_overall a:hover p {
  opacity: 0.7;
}
.SP_L3_Wirelessbra_200626 .setup_item_overall .overall_item_title {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
.SP_L3_Wirelessbra_200626 .setup_item_overall .overall_item_title:last-child {
  padding-top: 15px;
}
.SP_L3_Wirelessbra_200626 .setup_item_overall .overall_item_title:hover {
  text-decoration: none;
}
.SP_L3_Wirelessbra_200626 #u_shorts {
  padding-bottom: 64px;
}
.SP_L3_Wirelessbra_200626 .shorts_img {
  float: left!important;
  width: 480px!important;
  display: block;
}
.SP_L3_Wirelessbra_200626 .rightBox {
  display: table-cell;
  vertical-align: middle;
  padding-left: 86px;
  width: 394px;
}
.SP_L3_Wirelessbra_200626 .rightBox .ttl {
  font-size: 20px;
  font-weight: bold;
}
.SP_L3_Wirelessbra_200626 .shorts_content .shorts_detail {
  width: 50%;
  margin-left: 6.939vw;
}
.SP_L3_Wirelessbra_200626 .shorts_content .bodyshaper_img {
  order: 2;
  width: 50%;
}




.SP_L3_Wirelessbra_200626 .size-calc-title{
  font-size: 22px;
  color: #7d7d7d;
  padding-bottom: 10px;
  margin: 0;
}

.SP_L3_Wirelessbra_200626 .size-calc-subtitle{
  font-size: 16px;
  color: #7d7d7d;
  margin: 0 auto;
  position: relative;
  width: 55%;
  
}

.SP_L3_Wirelessbra_200626 .size-calc-subtitle:before{
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background: #dadada;
    top: 50%;
    left: 0;
}

.SP_L3_Wirelessbra_200626 .size-calc-subtitle:after{
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background: #dadada;
    top: 50%;
    right: 0;
}



.SP_L3_Wirelessbra_200626 .bra-size-calc{
  padding: 0 4%;
  margin: 0 auto;
}

.SP_L3_Wirelessbra_200626 .size-calc-img img{
  width: 100%;
  padding-bottom: 5px;
}

.SP_L3_Wirelessbra_200626 .size-ex{
  color: #5b4b43;
  font-size: 10px;
  font-weight: bold;
  margin: 0 auto;
}

.SP_L3_Wirelessbra_200626 .clac-text{
  padding:35px 0px;
  text-align: center;
}

.SP_L3_Wirelessbra_200626 .you-cup-link{
  margin-bottom: 0px;
}

.SP_L3_Wirelessbra_200626 .you-cup-link a{
  font-size: 14px;
  text-decoration: none;
    display: inline-block;
    position: relative;
}

.SP_L3_Wirelessbra_200626 .back-btn a:after{
display: block;
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    content: "";
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iaWNuIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDcuNTE1MzggMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDcuNTE1MzggMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGlkPSJpY25feDVGX2NoZXZyb25feDVGX2xlZnQiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNBQkFCQUI7IiBwb2ludHM9IjAsNyA2LjAyNjQ5LDE0IA0KCTcuNTE1MzgsMTIuNjY0MDYgMi42Mzk3MSw3IDcuNTE1MzgsMS4zMzYwNiA2LjAyNjQ5LDAgIi8+DQo8L3N2Zz4NCg==) no-repeat;
    background-position: center center;
    background-size: auto 14px;
    right: 14px;
    transform: rotate(180deg);
}

.SP_L3_Wirelessbra_200626 .back-btn{
  box-sizing: border-box;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    display: block;
}

.SP_L3_Wirelessbra_200626 .back-btn a{
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    font-family:'malgun gothic';
}

.SP_L3_Wirelessbra_200626 .footer{
  margin-top: 40px;
}

.SP_L3_Wirelessbra_200626 .footer_uniqlo{
    padding: 20px;
    background-color: #000;
}

.SP_L3_Wirelessbra_200626 .uni-logo{
display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.SP_L3_Wirelessbra_200626 .uni-logo__anchor {
      display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.SP_L3_Wirelessbra_200626 .uni-logo__text {
    font-family: "UniqloProLight";
    text-decoration: underline;
    color: #fff;
    margin-top: 10px;
}

.SP_L3_Wirelessbra_200626 .coppy-right{
  font-family: "UniqloProLight";
  color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 0px;
}

.SP_L3_Wirelessbra_200626 .uni-logo__img{
  height: 40px;
  width: 40px;
}

.SP_L3_Wirelessbra_200626 .uni-logo__img img{
  height: 100%;
  width: 100%;
}

/* Common */
.SP_L3_Wirelessbra_200626 .link-button {
border: 1px solid #1b1b1b;
margin: 0 auto;
font-size: 17px;
font-weight: bold;
text-align: center;
}

.SP_L3_Wirelessbra_200626 .link-button a {
padding: 13px 0;
display: block;
line-height: 1.5;
text-decoration: none;
font-family: 'NanumSquare';
}

