@charset "UTF-8";

.com_sch_cont {margin: 0 0 50px;}
.com_sch_cont .com_sch_area {border: 1px solid #d9d9d9; padding: 28px 20px; box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.07);}
.com_sch_cont .com_sch_area .box { margin: 10px 0 0;}
.com_sch_cont .com_sch_area .box:first-child {margin: 0;}
.com_sch_cont .com_sch_area .box.max { width: 100%; margin: 0 auto;}

/*============================= 상세 유형 =============================*/
.com_sch_cont.custom {position: relative; padding: 0 0 38px;}
.com_sch_cont.custom .com_sch_area .box:last-child {display: none;}
.com_sch_cont.custom .det_area {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.com_sch_cont.custom .det_area .det_btn {display: inline-block; padding: 0 57px; background-image: url('../../../../images/home/kor/user/board/det_icon.png'); background-position: center; background-repeat: no-repeat; text-align: center;}
.com_sch_cont.custom .det_area .det_btn .text {display: inline-block; position: relative; padding: 0 17px 0 0; font-weight: 500; font-size: 16px; line-height: 38px; color: #ffffff;}
.com_sch_cont.custom .det_area .det_btn .text:after {content: ''; position:absolute; top: 50%; right: 0; width: 10px; height: 6px; background-image: url('../../../../images/home/kor/user/board/det_icon2.png'); background-size: cover; background-position: center; background-repeat: no-repeat; transform: translateY(-50%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.com_sch_cont.custom.on .det_area .det_btn .text:after {margin: -3px 0 0; transform: rotate(180deg);}
/*============================= 상세 유형 =============================*/

/*============================= 기본 유형 =============================*/
.com_sch_cont .com_sch_area .box .row {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; align-items: center; margin: 0 0 10px;}
.com_sch_cont .com_sch_area .box .row:last-child {margin: 0;}
.com_sch_cont .com_sch_area .box .row .title {margin: 0 20px 0 0; font-weight: 500; font-size: 16px; line-height: 43px; color: #282828;}
.com_sch_cont .com_sch_area .box .row .slt_box { margin: 0 5px 0 0;}
.com_sch_cont .com_sch_area .box .row .slt_box.mr5 { margin: 0 5px 0 0;}
.com_sch_cont .com_sch_area .box .row .slt_box .sch_slt { min-width: 90px; height: 43px; border: 1px solid #808183; font-weight: 300; font-size: 0.938em; line-height: inherit; color: #282828; cursor: pointer;}
.com_sch_cont .com_sch_area .box .row .input_box { width: 100%; max-width: 200px; margin: 0 5px 0 0;}
.com_sch_cont .com_sch_area .box .row .input_box .sch_inp { height: 43px; border: 1px solid #808183; padding: 0 12px; color: #555555; font-size: 0.938em; line-height: inherit;}
.com_sch_cont .com_sch_area .box .row .btn_box {}
.com_sch_cont .com_sch_area .box .row .btn_box .btn {display: block; width: 100px; padding: 0 10px; background-color: #56575a; font-size: 0;}
.com_sch_cont .com_sch_area .box .row .btn_box .btn:hover,
.com_sch_cont .com_sch_area .box .row .btn_box .btn:focus {background-color: #363a48;}
.com_sch_cont .com_sch_area .box .row .btn_box .btn:focus {outline: 2px solid red;}
.com_sch_cont .com_sch_area .box .row .btn_box .btn .text {display: inline-block; font-weight: 500; font-size: 16px; line-height: 43px; color: #ffffff;}

.com_sch_cont .com_sch_area .box .row .input_box.sty2 {max-width: 100%; margin: 0;}
/* 초기화 있을경우 */
.com_sch_cont .com_sch_area .box .row .btn_box.custom {width: 100%; max-width: 225px; font-size: 0;}
.com_sch_cont .com_sch_area .box .row .btn_box.custom .btn {display: inline-block; width: 100px; margin: 0 5px 0 0; vertical-align: middle;}
.com_sch_cont .com_sch_area .box .row .btn_box.custom .btn:last-child { margin: 0;}
.com_sch_cont .com_sch_area .box .row .btn_box .btn.return { background-color: #9a9ca0; padding: 0 10px;}

.com_sch_cont .com_sch_area .box .row .btn_box.custom .btn.sch2 {width:120px;background-color:var(--colorNavy)}
.com_sch_cont .com_sch_area .box .row .btn_box.custom .btn.sch2 .text {}
.com_sch_cont .com_sch_area .box .row .btn_box.custom .btn.sch2:hover {}
.com_sch_cont .com_sch_area .box .row .btn_box.custom .btn.sch2:focus {}
.com_sch_cont .com_sch_area .box .row .btn_box.custom .btn.sch2:hover .text {}
.com_sch_cont .com_sch_area .box .row .btn_box.custom .btn.sch2:focus .text {}

/*============================= 기본 유형 =============================*/

/*============================= 선택 버튼 유형 =============================*/
.com_sch_cont .com_sch_area .box .row .com_btn_list_area {width: 100%;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list {font-size: 0;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li {display: inline-block; width: calc(25% - 7.5px); margin: 10px 10px 0 0; vertical-align: middle;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li:nth-child(-n+4) {margin: 0 10px 0 0;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li:nth-child(4n) {margin: 10px 0 0;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li:nth-child(4) {margin: 0;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li .btn_area {}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li .btn_area label {display: table; position: relative; width: 100%; padding: 0 10px; table-layout: fixed;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li .btn_area label .btn_box {position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; background-color: inherit; cursor: pointer;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li .btn_area label .btn_box:checked {border: 1px solid #ff0000;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li .btn_area label .text {display: table-cell; width: 100%; height: 45px; font-weight: 400; font-size: 16px; line-height: 24px; vertical-align: middle; text-align: center;}
.com_sch_cont .com_sch_area .box .row .com_btn_list_area > .list > li .btn_area label .btn_box:checked + .text {color: #ff0000;}
/*============================= 선택 버튼 유형 =============================*/

/*============================= 데이터 유형 =============================*/
.com_sch_cont .com_sch_area .box .row .data_inp_area {width: 100%; max-width: 330px; font-size: 0;}
.com_sch_cont .com_sch_area .box .row .data_inp_area .inp_data {display: inline-block; max-width: 150px; line-height: 43px; vertical-align: middle;}
.com_sch_cont .com_sch_area .box .row .data_inp_area .text {display: inline-block; min-width: 30px; padding: 0 10px; font-weight: 400; font-size: 16px; line-height: 45px; color: #333333; vertical-align: middle; text-align: center;}
/*============================= 데이터 유형 =============================*/

/*============================= 셀렉트 유형 =============================*/
.com_sch_cont .com_sch_area .box .row .slt_box2 {width: 100%; max-width: 310px; font-size: 0;}
.com_sch_cont .com_sch_area .box .row .slt_box2 .slt {display: inline-block; max-width: 150px; margin: 0 10px 0 0; vertical-align: middle;}
.com_sch_cont .com_sch_area .box .row .slt_box2 .slt:last-child { margin: 0;}
/*============================= 셀렉트 유형 =============================*/

/*============================= 체크박스 유형 =============================*/
.com_sch_cont .com_sch_area .box .row .chk_list_area {}
/*============================= 체크박스 유형 =============================*/

/*============================= 라디오 유형 =============================*/
.com_sch_cont .com_sch_area .box .row .radio_list_area {}
/*============================= 라디오 유형 =============================*/




















