
	
.form-list>ul>li+li {
    margin-top: 25px;
	margin-bottom: 25px;
}

.form-list>ul>li .form-tit {
    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
}

.form-list>ul>li .form-tit>strong {
    display: block;
    line-height: 1.3;
    font-weight: 700;
}

.form-list>ul>li .form-tit>strong>span {
    display: block;
    
    font-weight: 700;;
    color: #999;
    font-size: 13px;
    margin-top: 8px
}

.form-list>ul>li .form-tit>span {
    color: #999
}

.form-list>ul>li .form-tit.flex {
    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: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.form-list>ul>li .form-tit.flex>strong {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.form-list>ul>li .form-tit.flex>span {
    font-size: 13px;
    color: #ccc;
    margin: 0 0 0 16px
}

.form-list>ul>li .form-tit.flexBetween {
    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
}

.form-list>ul>li .form-tit.flexBetween>strong {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.form-list>ul>li .form-tit.flexBetween>span {
    font-size: 13px;
    color: #ccc;
    margin: 0 0 0 16px
}

.form-list>ul>li .form-cont {
    margin-top: 13px
}

.form-list>ul>li .form-cont .input-w>div {
    margin-right: 30px
}

.form-list>ul>li .form-cont .custom-select {
    z-index: 1
}

.form-list>ul>li .form-cont .form-cont-lists>div+div {
    margin-top: 10px
}

.form-list>ul>li.type-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.form-list>ul>li.type-2 .form-tit {
    height: 60px;
    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;
    width: 110px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.form-list>ul>li.type-2 .form-cont {
    margin-top: 0;
    width: 100%
}
.inputT {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.inputT input {
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    width: 100%;
}
input, button, select, textarea {
    line-height: 1;
    margin: 0;
    padding: 0;
    border: 0;
    color: #2B2B2B;
    font-family: inherit;
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    outline: none;
}
.model-toggle-cont input{position:absolute;}
.chk-agree-list {
    margin-top: 10px
}

.chk-agree-list label {
    padding: 20px 0
}

.chk-agree-list .chk-agree-all {
    border: 1px solid #EBEBEB;
    padding: 0 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    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
}

.chk-agree-list .chk-agree-all.noradius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #EBEBEB
}

.chk-agree-list .chk-agree-cols>li {
    border: 1px solid #EBEBEB;
	border-radius:15px;
	background:#fff;
}

.chk-agree-list .chk-agree-cols .chk-agree-top {
    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;
    padding: 0 20px 0 20px;
    position: relative
}

.chk-agree-list .chk-agree-cols .chk-agree-top>a {
    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;
    width: 100%
}

.chk-agree-list .agree-toggle-cont {
    display: none;
    position: relative
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in {
    border-top: 1px solid #EBEBEB;
    background-color: #FAFAFA;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 165px;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scrollbar-base-color:#E1E1E1;scrollbar-face-color:#E1E1E1;scrollbar-3dlight-color: #E1E1E1;
    scrollbar-highlight-color:#E1E1E1;scrollbar-track-color:#FAFAFA;scrollbar-arrow-color:#FAFAFA;scrollbar-shadow-color:#FAFAFA;scrollbar-dark-shadow-color:#FAFAFA}

::-webkit-scrollbar {
    width: 1px
}


.model-toggle-cont::-webkit-scrollbar {
    width: 17px
}

::-webkit-scrollbar-thumb {
    background-color: #E1E1E1;
    border: 6.5px solid transparent;
    background-clip: content-box;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

::-webkit-scrollbar-track {
    background-color: #FAFAFA;
    border: 6.5px solid transparent;
    background-clip: content-box;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .tit {
    line-height: 1.5;    
    font-weight: 700;
    font-size: 14px;
	margin-top:10px;
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .tit+.tit {
    margin-top: 15px
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 25px
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt>ul>li+li {
    margin-top: 8px
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt>ul>li ul li {
    padding-left: 8px;
    margin-top: 5px
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt .txt-table {
    border: 1px solid #EBEBEB;
    background-color: #fff;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt .txt-table table {
    width: 100%
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt .txt-table table th {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid #EBEBEB;
    font-size: 13px
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt .txt-table table td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    font-size: 13px
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt .txt-table table td.tal {
    text-align: left;
    padding-left: 15px
}

.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt .txt-table table tr th:first-child,.chk-agree-list .agree-toggle-cont .toggle-cont-in .txt .txt-table table tr td:first-child {
    border-left: 0
}

.chk-agree-list .chk-agree-all-toggle {
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.chk-agree-list .chk-agree-all-toggle .chk-agree-all {
    border: none
}

.chk-agree-list .agree-guide-list>li {
    position: relative;
    line-height: 1.3;
    padding-left: 8px
}

.chk-agree-list .agree-guide-list>li+li {
    margin-top: 8px
}

.chk-agree-list .agree-guide-list>li:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    content: "";
    width: 2px;
    height: 2px;
    margin-right: 5px;
    background-color: #2B2B2B;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.chk-agree-list .agree-guide-list>li.noBullet {
    padding-left: 0px
}

.chk-agree-list .agree-guide-list>li.noBullet:before {
    display: none
}

.inputC {
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.inputC input {
    display: none
}

.inputC label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    line-height: 1.3
}

.inputC label:before {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url("/img/ico-chk-off.png");
    background-position: center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.inputC label span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 8px;
    color: #2B2B2B
}

.inputC input:checked+label:before {
    background-repeat: no-repeat;
    background-image: url("/img/ico-chk-on.png");
    background-position: center center;
    -webkit-background-size: 92% auto;
    -moz-background-size: 92% auto;
    background-size: 92% auto
}
.form-chk p {
    font-weight: 700;
    padding-bottom: 16px;
}

.guide-list>strong {
    
    font-weight: 700;;
    font-size: 18px;
    display: block;
    margin-bottom: 12px
}

.guide-list>ul {
    margin-top: 7px
}

.guide-list>ul>li {
    position: relative;
    padding-left: 7px;
    line-height: 1.4;
    margin-top: 7px;
    font-size: 14px
}

.guide-list>ul>li:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #2B2B2B;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.guide-list>ul>li strong {
    
    font-weight: 700;
}

.guide-list>ul.reference>li {
    padding-left: 15px
}

.guide-list>ul.reference>li:before {
    content: "â€»";
    top: 0;
    background-color: transparent !important;
    width: auto;
    height: auto
}

.guide-list>ul.gray>li {
    color: #999
}

.guide-list>ul.gray>li:before {
    background-color: #999
}

.guide-list>ul.redCk>li {
    font-size: 16px;
    padding-left: 16px;
    margin: 0 0 10px
}

.guide-list>ul.redCk>li:before {
    background-repeat: no-repeat;
    background-image: url("/img/ico-chk-red.png");
    background-position: center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    width: 11px;
    height: 9px;
    background-color: transparent;
    top: 5px
}

.guide-list>ul.redCk>li .small {
    font-size: 13px
}.btn-toggle {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.btn-toggle.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-toggle.gray:after {
    background-repeat: no-repeat;
    background-image: url(/img/ico-arrow-down2.png);
    background-position: center center;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px;
    background-size: 14px;
}
.btn-toggle:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    background-repeat: no-repeat;
    background-image: url(/img/ico-arrow-down.png);
    background-position: center center;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px;
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin: -7px -7px 0 0;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
  .toggle-cont-001 {
    display: none;
  }

  .toggle-cont-001.active {
    display: block;
  }
  
.form-btn button {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    font-size: 18px;
	margin-top:30px;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    color: #2B2B2B;
	cursor:pointer;
}

.btn-red {
    width: 100%;
    color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 18px;
    border: 1px solid #F04040;
    background-color: #F04040;
    font-weight: 700;
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}	
.btn-black {
    width: 100%;
    color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 18px;
    border: 1px solid #000;
    background-color: #000;
    font-weight: 700;
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-top:10px !important;
}	
.iconBox {margin-top:5px;}
.iconBox label {
    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;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    height: 60px;
    padding: 0 20px 0 50px
}

.iconBox label>span {
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.iconBox label:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    background-repeat: no-repeat;
    background-image: url("/img/ico-radio-off.png");
    background-position: center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    width: 20px;
    height: 20px;
    margin-top: -10px
}

.iconBox input[type='checkbox']+label:after {
    background-repeat: no-repeat;
    background-image: url("/img/ico-chk-off.png");
    background-position: center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto
}

.iconBox input:checked+label {
    background: #f04040;
    color:#fff;
    font-weight: 700
}

.iconBox input:checked+label:after {
    background-repeat: no-repeat;
    background-image: url("/img/ico-radio-on.png");
    background-position: center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto
}

.iconBox input[type='checkbox']:checked+label:after {
    background-repeat: no-repeat;
    background-image: url("/img/ico-chk-on.png");
    background-position: center center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto
}
.iconBox label {
    height: auto;
    padding: 10px 20px 10px 50px
}

.iconBox label>span {
    display: block;
    word-break: break-all;
    font-size: 16px
}

.iconBox label>strong {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
    text-align: right;
    word-break: break-all;
    line-height: 1.3;
    padding-left: 5px
}

.iconBox label>p {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
    text-align: right;
    word-break: break-all;
    line-height: 1.3;
    padding-left: 5px
}
.model-toggle-cont{margin-top:15px;}
.inputT>textarea {
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #fff;
    height: 60px;
    padding: 15px;
    width:100%;
	resize:none;
	min-height:150px;
}
.form-wrap{width:100%; margin:0 auto; background:#fff; padding-bottom:110px;}
.form-list{width:95%; margin:0 auto; max-width:800px;}
.form-list .form-tit{font-size:19px; font-weight:700;}
.form-list .guide-list{font-size:18px; margin:10px 0;}
.model-toggle-cont.grid5{display:grid; grid-template-columns:repeat(5, 1fr); gap:10px;}
.iconBox label{padding:8px 11px 8px 50px;}
.iconBox label>span{font-size:14px;}
.inputT.double input{width:calc(50% - 2px);}

.form-cont .questions{padding:11px 0 0;}
.form-cont .questions input{margin-top:5px; margin-bottom:5px;}
.inputT input[type=file]{height:inherit; padding:5px 20px;}