@charset "utf-8";
/* 내용관리 */
.ctt_admin { position: fixed; bottom: 0; right: 0; } 


/* 서브비주얼 */
#visual { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 140px; height: 660px; background-position: center; background-repeat: no-repeat; background-size: cover; } 


section.cont { padding-top: 90px; } 
section.cont .tt { font-family: "Montserrat", "Noto Sans KR", sans-serif; text-align: center; font-size: 40px; font-weight: 600; margin-bottom: 60px; } 
section.cont .st { font-family: "Montserrat", "Noto Sans KR", sans-serif; text-align: center; font-size: 26px; font-weight: 500; margin-bottom: 80px; } 

.form_box { margin-bottom: 90px; } 
.form_box .form_con { max-width: 1360px; width: 100%; margin: 0 auto 160px; } 
.form_box .form_con:last-child { margin-bottom: 0 } 
.form_box .form_con .f_ttl { text-align: left; font-size: 22px; color: #000000; font-weight: 700; letter-spacing: -0.0125em; word-break: keep-all; margin-bottom: 15px; } 
.form_box .form_con .f_ttl span { font-size: 16px; color: #666666; font-weight: 400; } 

.form_box .table_box { border-top: 2px solid #222222; } 
.form_box .table_box table { width: 100%; table-layout: fixed; } 
.form_box .table_box table td { box-sizing: border-box; font-size: 14px; color: #444444; letter-spacing: -0.0125em; padding: 20px 60px; border-bottom: 1px solid #eeeeee; } 
.form_box .table_box table td.bold { width: 200px; background-color: #fafafa; font-size: 14px; color: #222222; font-weight: 500; letter-spacing: -0.0125em; word-break: keep-all; padding: 0 30px; } 
.form_box .table_box table td.bold sup { color: #ff0000; } 
.form_box .table_box table td input[type="text"] { width: 100%; max-width: 400px; height: 40px; padding: 0 20px; font-size: 14px; color: #666666; letter-spacing: -0.0125em; border: 1px solid #dddddd; border-radius: 5px; background-color: #fafafa; outline: none; } 
.form_box .table_box table td input[type="text"].w800 { max-width: 800px; } 
.form_box .table_box table td select { width: 100%; max-width: 200px; height: 40px; padding: 0 20px; font-size: 14px; color: #666666; letter-spacing: -0.0125em; border: 1px solid #dddddd; border-radius: 5px; background-color: #fafafa; outline: none; } 
.form_box .table_box table td textarea { width: 100%; max-width: 100%; height: 40px; padding: 16px 20px; font-size: 14px; color: #666666; letter-spacing: -0.0125em; border: 1px solid #dddddd; border-radius: 5px; background-color: #fafafa; outline: none; height: 200px; box-sizing: border-box; resize: none; } 
.form_box .table_box table td input[type="text"]:focus,
.form_box .table_box table td select:focus { border-color: #222222; color: #002222; background-color: #fff; } 
.form_box .table_box table td .txt { color: #aaaaaa; } 
.form_box .table_box table td .product_list { margin-bottom: -4px; } 
.form_box .table_box table td .product_list li { position: relative; display: flex; flex-flow: wrap; padding-right: 40px; max-width: 670px; box-sizing: border-box; margin-bottom: 10px; } 
.form_box .table_box table td .product_list li select { width: calc(33.3% - 10px); margin-right: 10px; box-sizing: border-box; } 
.form_box .table_box table td .product_list li .btn { width: 40px; height: 40px; position: absolute; top: 0; right: 0; border-radius: 5px; background: url(./homepage/add.png) no-repeat center #dddddd; } 
.form_box .table_box table td .product_list li.on .btn { background: url(./homepage/minus.png) no-repeat center #222222; } 
.form_box .table_box table td .mali_box { position: relative; max-width: 742px; width: 100%; box-sizing: border-box; padding-right: 210px; display: flex; flex-flow: wrap; } 
.form_box .table_box table td .mali_box select { position: absolute; right: 0; top: 0; } 
.form_box .table_box table td .mali_box input.mail1 { width: calc(40.6% - 16px); } 
.form_box .table_box table td .mali_box input.mail2 { width: calc(59.4% - 16px); } 
.form_box .table_box table td .mali_box span { width: 32px; line-height: 40px; text-align: center; } 
.form_box .table_box .radio_box { font-size: 0; } 
.form_box .table_box .radio_box li { position: relative; display: inline-block; padding-left: 30px; height: 22px; margin-right: 50px; } 
.form_box .table_box .radio_box li:last-child { margin-right: 0; } 
.form_box .table_box .radio_box li > input[type="radio"] { position: relative; top: -1px; vertical-align: middle; } 
.form_box .table_box .radio_box li:not(#cssbrowser) > input[type="radio"] { position: absolute; left: 0; top: 0; width: 0; height: 0; margin: 0; opacity: 0; } 
.form_box .table_box .radio_box li:not(#cssbrowser) > input[type="radio"] + label { font-size: 14px; color: #444444; letter-spacing: -0.0125em; font-weight: 350; cursor: pointer; display: inline-block; line-height: 22px; } 
.form_box .table_box .radio_box li:not(#cssbrowser) > input[type="radio"] + label:after { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; display: block; border: 1px solid #dddddd; border-radius: 10px; box-sizing: border-box; box-sizing: border-box; } 
.form_box .table_box .radio_box li:not(#cssbrowser) > input[type="radio"] + label:before { content: ""; position: absolute; width: 10px; height: 10px; background-color: #e60012; border-radius: 5px; top: 7px; left: 5px; opacity: 0; } 
.form_box .table_box .radio_box li:not(#cssbrowser) > input[type="radio"]:checked + label:before { opacity: 1; } 
.form_box .table_box .radio_box li:not(#cssbrowser) > input[type="radio"]:checked + label:after { border-color: #e60012; } 
.form_box .table_box .chk_box { position: relative; display: inline-block; padding-left: 30px; height: 22px; font-size: 0; margin-top: 10px; } 
.form_box .table_box .chk_box > input[type="checkbox"] { position: relative; top: -1px; vertical-align: middle; } 

.form_box .table_box .chk_box:not(#cssbrowser) > input[type="checkbox"] { position: absolute; left: 0; top: 0; width: 0; height: 0; margin: 0; opacity: 0; } 
.form_box .table_box .chk_box:not(#cssbrowser) > input[type="checkbox"] + label { font-size: 14px; color: #444444; letter-spacing: -0.0125em; font-weight: 350; cursor: pointer; display: inline-block; line-height: 22px; } 
.form_box .table_box .chk_box:not(#cssbrowser) > input[type="checkbox"] + label:after { content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: block; border: 1px solid #dddddd; border-radius: 3px; box-sizing: border-box; } 
.form_box .table_box .chk_box:not(#cssbrowser) > input[type="checkbox"]:checked + label:after { background: url("./homepage/chk_on.png") no-repeat center #e60012; border-color: #e60012; } 
.form_box .table_box .fileBox { position: relative; padding-right: 130px; width: 100%; box-sizing: border-box; max-width: 530px; height: 40px; } 
.form_box .table_box .fileBox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; top: 0; left: 0; } 
.form_box .table_box .fileBox input[type="text"] { float: left; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; max-width: 100%; } 
.form_box .table_box .fileBox label { position: absolute; right: 0; top: 0; cursor: pointer; float: left; text-align: center; width: 120px; color: #fff; background: #222222; border-radius: 5px; font-size: 16px; line-height: 40px; letter-spacing: -0.0125em; } 

.form_box .agree_box { border-top: 2px solid #222222; text-align: left; } 
.form_box .agree_box .chk_box { position: relative; padding-left: 30px; } 
.form_box .agree_box .chk_box > input[type="checkbox"] { position: relative; top: -1px; vertical-align: middle; } 
.form_box .agree_box .chk_box:not(#cssbrowser) > input[type="checkbox"] { position: absolute; left: 0; top: 0; width: 0; height: 0; margin: 0; opacity: 0; } 
.form_box .agree_box .chk_box:not(#cssbrowser) > input[type="checkbox"] + label { font-size: 16px; color: #222222; letter-spacing: -0.0125em; line-height: 30px; padding-left: 10px; cursor: pointer; } 
.form_box .agree_box .chk_box:not(#cssbrowser) > input[type="checkbox"] + label:after { content: ""; position: absolute; left: 0; top: 0; width: 30px; height: 30px; background: url(./homepage/chk2.png) no-repeat center; border-radius: 15px; overflow: hidden; } 
.form_box .agree_box .chk_box:not(#cssbrowser) > input[type="checkbox"]:checked + label:after { background: url("./homepage/chk2_on.png") no-repeat center; } 
.form_box .agree_box .agree_txt { margin-top: 30px; margin-bottom: 20px; border: 1px solid #dddddd; box-sizing: border-box; background-color: #fafafa; font-size: 16px; color: #444444; line-height: 24px; word-break: keep-all; font-weight: 350; letter-spacing: -0.0125em; padding: 21px 30px; height: 200px; overflow-y: auto; } 

.form_box .btn_box { text-align: center; font-size: 0; margin-top: 55px; } 
.form_box .btn_box a { display: inline-block; line-height: 58px; width: 220px; box-sizing: border-box; background-color: #fff; font-size: 18px; color: #444444; font-weight: 700; border: 1px solid #222222; margin-right: 10px; transition: all 0.3s; } 
.form_box .btn_box a:hover { border-color: #e60012; color: #e60012; } 
.form_box .btn_box a:last-child { margin-right: 0; } 
.form_box .btn_box a.col2 { background-color: #222222; color: #fff; } 
.form_box .btn_box a.col2:hover { color: #fff; background-color: #e60012; } 

@media (max-width: 1024px){
 #visual { height: 250px; } 
 #visual img { height: 48px; } 
 
 section.cont { padding: 74px 0 65px; } 
 section.cont .tt { margin-bottom: 5px; font-size: 20px; } 
 section.cont .st { font-size: 11px; margin-bottom: 10px; } 

 /* .form_box .form_con .f_ttl { font-size: 14px; margin-bottom: 8px; } 
 .form_box .table_box table td.bold { font-size: 11px; } 
 .form_box .table_box table td select { font-size: 11px; } */


.form_box { padding: 0px; background: none; } 
.form_box .form_wrap { padding: 0px; } 
.form_box .form_con { margin-bottom: 41px; } 
.form_box .form_con .f_ttl { font-size: 14px; margin-bottom: 8px; } 
.form_box .form_con .f_ttl span { display: block; font-size: 12px; } 

.form_box .table_box table td { display: block; width: 100%; padding: 0px 0 15px; border-bottom: none; font-size: 12px; } 
.form_box .table_box table tr:last-child td:last-child { border-bottom: 1px solid #eee; } 
.form_box .table_box table td.bold { width: 100%; padding: 0px; background-color: transparent; border-top: 1px solid #eeeeee; font-size: 13px; padding: 11px 0 12px; } 
.form_box .table_box table tr:first-child td.bold { border-top: none; } 

.form_box .table_box table td input[type=text],.form_box .table_box table td select { font-size: 11px; padding: 0 10px; height: 35px; border-radius: 3px; } 
.form_box .table_box table td select { max-width: 120px; } 
.form_box .table_box table td textarea { font-size: 11px; padding: 8px 10px; border-radius: 3px; height: 150px; } 
.form_box .table_box table td .product_list { margin-bottom: 10px; } 
.form_box .table_box table td .product_list li { max-width: 100%; padding-right: 40px; margin-bottom: 5px; } 
.form_box .table_box table td .product_list li:last-child { margin-bottom: 0px; } 
.form_box .table_box table td .product_list li select { max-width: 100%; width: 100%; margin-right: 0px; margin-top: 5px; } 
.form_box .table_box table td .product_list li select:first-child { margin-top: 0px; } 
.form_box .table_box table td .product_list li .btn { width: 35px; height: 35px; border-bottom-right-radius: 3px; top: auto; bottom: 0px; } 
.form_box .table_box table td .mali_box { padding: 0 0 40px; max-width: 311px; width: 100%; } 
.form_box .table_box table td .mali_box input.mail1 { width: 120px; } 
.form_box .table_box table td .mali_box input.mail2 { width: calc(100% - 140px); } 
.form_box .table_box table td .mali_box span { width: 20px; line-height: 35px; } 
.form_box .table_box table td .mali_box select { top: auto; right: auto; bottom: 0px; left: 0px; } 
.form_box .table_box .chk_box { padding-left: 20px; line-height: 15px; height: 15px; margin-top: 10px; } 
.form_box .table_box .chk_box:not(#cssbrowser)>input[type="checkbox"] + label { font-size: 11px; line-height: 15px; } 
.form_box .table_box .chk_box:not(#cssbrowser)>input[type="checkbox"] + label:after { width: 15px; height: 15px; top: 0px; } 
.form_box .table_box .chk_box:not(#cssbrowser)>input[type="checkbox"]:checked + label:after { background-size: 10px; } 
.form_box .table_box .radio_box { margin-bottom: -10px; } 
.form_box .table_box .radio_box li { padding-left: 20px; line-height: 15px; height: 15px; margin-bottom: 10px; display: block; } 
.form_box .table_box .radio_box li:not(#cssbrowser)>input[type="radio"] + label { font-size: 11px; line-height: 15px; } 
.form_box .table_box .radio_box li:not(#cssbrowser)>input[type="radio"] + label:before { width: 7px; height: 7px; top: 5px; left: 4px; } 
.form_box .table_box .radio_box li:not(#cssbrowser)>input[type="radio"] + label:after { width: 15px; height: 15px; top: 1px; } 
.form_box .table_box .fileBox { height: 35px; max-width: 315px; padding-right: 85px; } 
.form_box .table_box .fileBox label { width: 80px; border-radius: 3px; line-height: 35px; font-size: 12px; } 
.form_box .agree_box .agree_txt { margin: 15px 0 13px; font-size: 12px; line-height: 17px; padding: 11px 17px; height: 150px; } 
.form_box .agree_box .chk_box { padding-left: 20px; } 
.form_box .agree_box .chk_box:not(#cssbrowser)>input[type="checkbox"] + label { font-size: 12px; line-height: 20px; padding-left: 5px; } 
.form_box .agree_box .chk_box:not(#cssbrowser)>input[type="checkbox"] + label:after { width: 20px; height: 20px; background-size: 20px!important; top: 2px; } 
.form_box .btn_box a { width: 130px; line-height: 38px; font-size: 11px; } 
 }
 

