﻿@charset "utf-8";
/* 서브페이지 전체에 영향을 미치는 COMMONTOTAL CSS */

/*2017-12-07 khs :서버 응답 속도 저하로 서버 인크루드로 변경*/
/*@import url('/m/css/common.css.asp');*/
/*
@import url('./_celeb.css');
@import url('./_podoal.css');
@import url('./_subcommon.css');
*/


/* svg 설정 svgBg */
.svgBg {fill: #FE4E47;}

/*
루트 설정한 색상값을 asp로 끌어와야함.
:root {
	--color-test : #f00
}
.svgBg {fill: #f00;}
.svgIcon {width: 50px;height: 50px;}
.svgWrap .svgBg {fill:var(--sitecolor1);}
*/




/* 체크박스/라디오 스타일 2025-07-23 an44ajh 추가 */
.oderbottomBox label{vertical-align:middle;display:inline-block;/* line-height:30px; */cursor:pointer;}
.oderbottomBox label + label{margin-left:10px;}
.oderbottomBox label input[type=checkbox],label input[type=radio]{position:absolute;left:-9999px;}
.oderbottomBox label input[type=checkbox] + span { display:inline-block; padding-bottom: 3px; width:20px;height:20px;background:url(/m/images/sp_input2.png) no-repeat -26px -26px;background-size:46px;vertical-align:middle;padding-right:5px;}
.oderbottomBox label input[type=checkbox] + span.st1 { display:inline-block;width:20px;height:20px;background:url(/m/images/sp_input2.png) no-repeat -26px -26px;background-size:46px;vertical-align:middle;padding-right:3px;padding-left: 0;vertical-align:middle;}
.oderbottomBox label input[type=checkbox] + span + span{/*vertical-align:middle;*/}
.oderbottomBox label input[type=checkbox]:checked + span{background-position:0 -26px;}
.oderbottomBox label input[type=checkbox]:disabled + span{opacity:.5;}
.oderbottomBox label input[type=radio] + span {display:inline-block;width:20px;height:20px;background:url(/m/images/sp_input2.png) no-repeat -26px 0;background-size:46px;vertical-align:middle;padding-right:5px;}
.oderbottomBox label input[type=radio] + span.st1 {display:inline-block;width:20px;height:20px;background:url(/m/images/sp_input3.png) no-repeat -26px 0;background-size:46px;vertical-align:middle;padding-right:3px;padding-left: 0;}
.oderbottomBox label input[type=radio]:checked + span{background-position:0 0;}
.oderbottomBox label input[type=radio]:disabled+ span{opacity:.5;}
/* 체크박스/라디오 스타일끝*/

