@charset "utf-8";

.basic-outlogin label { line-height:12px; font-weight: normal; cursor: pointer; }
.basic-outlogin .profile .photo { margin-right:12px; }
.basic-outlogin .profile .photo img { width:60px; height:60px; border-radius: 50%; border:0; }
.basic-outlogin .profile h3 { font-size:18px; line-height:32px; padding:0px; margin:0px; letter-spacing:-1px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.basic-outlogin .login-line { border-top:1px solid var(--color15); margin:5px 0px 7px; padding-top:6px; }
.basic-outlogin .form-group { }
.form-group {margin-bottom:0;}
.input-group {display:block;}



/* OUTLOGIN WRAP END */

/* OUTLOGIN */
.login_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

.login_box .login_inputbox {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 4px;
}

.login_option {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login_option .page_mode {
    width: 48px;
    height: 23px;
    position: relative;
}

.login_option .page_mode > a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/assets/Pc/img/mode_dark.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.login_option .option_box {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.login_option .option_box > li {
    width: auto;
    height: auto;
    position: relative;
}

.login_option .option_box > li::after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: var(--color9);
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login_option .option_box > li:last-of-type::after {
    content: none;
}

.login_option .option_box > li > a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--color9);
}

/* OUTLOGIN END */

/* OUTMYPAGE */
.outpage_info {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 0px 19px;
    border-bottom: 1px solid #e7e6e2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.outpage_info .outpage_name {
    width: 100%;
    height: auto;
    position: relative;
    border-right: 1px solid #e7e6e2;
    padding-right: 10px;
}

.outpage_info .outpage_name .outpage_namebox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.outpage_info .outpage_name .outpage_namebox .name_img img {width:100%;}
.outpage_info .outpage_name .outpage_namebox .name_img {
    width: 50px;
    height: 50px;
    border-radius: 5rem;
    overflow: hidden;
    border: 1px solid var(--color7);
    font-size: 0;
}

.outpage_info .outpage_name .outpage_namebox .name_img > img {
    width: 100%;
    height: 100%;
}

.outpage_info .outpage_name .outpage_namebox .name_txt {
    width: -webkit-calc((100% - 10px) - 50px);
    width: -moz-calc((100% - 10px) - 50px);
    width: calc((100% - 10px) - 50px);
    height: auto;
    position: relative;
	    flex: 1;
}

.outpage_info .outpage_name .outpage_namebox .name_txt .name_lv {
    width: 23px;
    height: 23px;
    position: relative;
    margin-bottom: 5px;
}

.outpage_info .outpage_name .outpage_namebox .name_txt .name_lv > img {
    width: 100%;
    height: 100%;
}

.outpage_info .outpage_name .outpage_namebox .name_txt > p {
    font-size: 15px;
    font-weight: 600;
    color: #e49c12;
    letter-spacing: -0.5px;
}

.outpage_info .outpage_name .name_option {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.outpage_info .outpage_name .name_option .page_mode {
    width: 51px;
    height: 20px;
    position: relative;
}

.outpage_info .outpage_name .name_option .page_mode > a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/assets/Pc/img/mode_dark.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.outpage_info .outpage_name .name_option .option_box {
    width: auto;
    height: auto;
    position: relative;
    gap: 16px;
}

.outpage_info .outpage_name .name_option .option_box > li {
    width: auto;
    height: auto;
    position: relative;
}

.outpage_info .outpage_name .name_option .option_box > li > a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: var(--color12);
}

.outpage_info .outpage_stat {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 10px;
}

.outpage_info .outpage_stat .outpage_statbox {
    width: 100%;
    height: auto;
    position: relative;
}

.outpage_info .outpage_stat .outpage_statbox .stat_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    gap: 4px;
    margin-bottom: 8px;
      line-height: 1;
      justify-content: space-between;
}

.outpage_info .outpage_stat .outpage_statbox .stat_item:last-of-type {
    margin-bottom: 0;
}

.outpage_info .outpage_stat .outpage_statbox .stat_item > h3 {
    font-size: 13px;
    font-weight: 600;
    color: #64635d;
    letter-spacing: -0.5px;
	margin: 0;
    padding: 0;
}

.outpage_info .outpage_stat .outpage_statbox .stat_item > p {
    font-size: 13px;
    font-weight: 400;
    color: #c31432;
	margin: 0;
}

.outpage_info .outpage_stat .outpage_statbox .stat_item .stat_bar {
    width: 95px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #e7e6e2;
    position: relative;
}

.outpage_info .outpage_stat .outpage_statbox .stat_item .stat_bar > span {
    height: 100%;
    background-color: #c31432;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/assets/Pc/img/gauge.png);
    background-position: -20px center;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
}

.outpage_btn {
	padding: 10px 0;
    width: 100%;
    height: auto;
    position: relative;
}

.outpage_btn .outpage_btnbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.outpage_btn .outpage_btnbox .btn_item {
	list-style: none;
    width: 100%;
    height: auto;
    position: relative;
    border-right: 1px solid #e7e6e2;
}

.outpage_btn .outpage_btnbox .btn_item:last-of-type {
    border-right: 0;
}

.outpage_btn .outpage_btnbox .btn_item > a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.outpage_btn .outpage_btnbox .btn_item > a > span {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
      filter: invert(14%) sepia(85%) saturate(4584%) hue-rotate(342deg) brightness(84%) contrast(94%);
}

.outpage_btn .outpage_btnbox .btn_item.btn_item_01 > a > span {
    background-image: url(/img/mypage_icon_01.png);
}

.outpage_btn .outpage_btnbox .btn_item.btn_item_02 > a > span {
    background-image: url(/img/mypage_icon_02.png);
}

.outpage_btn .outpage_btnbox .btn_item.btn_item_03 > a > span {
    background-image: url(/img/mypage_icon_03.png);
}

.outpage_btn .outpage_btnbox .btn_item.btn_item_04 > a > span {
    background-image: url(/img/mypage_icon_04.png);
}

.outpage_btn .outpage_btnbox .btn_item > a > p {
    font-size: 13px;
    font-weight: 500;
    color: #64635d;
    letter-spacing: -0.5px;
}

/*
.custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
  }
  
  .custom-switch input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .custom-switch label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #db971c;
    border-radius: 24px;
    margin-bottom: 0;
    cursor: pointer;
    transition: background-color 0.3s;
    background: url(/img/ic_bg.png)no-repeat;
  }
  
  .custom-switch label::after {
    content: '';
    display: block;
    position: absolute;
    width: 19px; 
    height: 19px; 
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    transition: left 0.3s;
    background-image: url(/img/sun-dim-fill.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
  }
  
  .custom-switch input[type="checkbox"]:checked + .custom-control-label {
    
  }
  
  .custom-switch input[type="checkbox"]:checked + .custom-control-label::after {
    left: calc(100% - 21px); 
    background-image: url(/img/moon-fill.svg);
  }

*/
