@media screen and (max-width:1024px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 40px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:1024px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

/* 공통 */
.main_tit h3{font-size: 1.75rem;}

.main_tit a{gap: 30px; font-size:0.875rem; padding-right:40px;}
.main_tit a::before{background: url('/assets/images/main/more_arw.png')center no-repeat; background-size:cover; right:0; width:27px; height:12px;}
.main_tit a:hover::before{right:-5px;}

/* 수정 전 버튼 디자인*//*
.main_tit a{display: flex; align-items: center; gap: 30px; font-size: 0.875rem; color: #222; transition:.3s;}
.main_tit a span{position: relative; display: inline-block; width: 35px; height: 35px; border:1px solid rgb(0,0,0,.5); border-radius:50%; transition:.3s;}
.main_tit a span::before{content:''; position: absolute; right: 12px; top: 50%; transform:translateY(-50%); background: url('/assets/images/main/more_arw.png')center no-repeat; width: 36px; height: 17px; background-size:cover; transition:.3s;}
.main_tit a:hover span::before{right: 0;}
.main_tit a:hover span{border:1px solid rgb(230,0,18,.5); border-radius:50%;}
*/

/* header */
#header{height: 80px;}
#header .inner{height: 100%;}
.gnb-wrap{display: none;}

.nav_btn{display: flex; width: 40px; height: 15px; flex-direction: column; justify-content: space-between;}
.nav_btn span{display: block; width: 100%; height: 2px; background: #222;}
.nav_btn.on span{width: 90%;}
.nav_btn.on span:nth-child(1) {transform: rotate(45deg) translate(25%);}
.nav_btn.on span:nth-child(2) {transform: rotate(-45deg) translate(25%);}

/*#header h1 a.uni_logo{display: block; background: url('/assets/images/main/main_logo_new.png')center no-repeat; background-size:cover; width: 168px; height: 30px;}*/
#header h1 a.main_logo{display: block; background: url('/assets/images/main/main_logo.png')center no-repeat; background-size:cover; width: 188px; height: 50px;}

/* navigation */
.navigation{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb{position:absolute; top: 80px; z-index:5000; width:50%;background-color:#fff; height:100%; right: 0px; }
.navigation.on{display:block;}
.navigation h3{width:100%;}
.navigation h3.active a:after{transform: rotate(180deg) translateY(50%);}
.navigation h3 a{position: relative;line-height: 50px;width:100%; display: flex;align-items: center; padding: 0 5.2%; color:#222;font-size:18px;font-weight: 600;}
.navigation h3 a:after{content:""; position: absolute; top: 50%; transform:translateY(-50%); right: 5.2%; width:30px;height: 12px; background:url('/assets/images/main/nav_arw_black.png')center no-repeat; background-size:cover;}
.navigation ul{display: block; padding:15px 0;background:#f8f8f8;}
.navigation ul li{padding:5px 7.8%;}
.navigation ul li a{color:#222;font-size:16px;font-weight: 400; word-break:keep-all;line-height: 30px;}
.navigation ul li:hover a{font-weight:600; border-bottom:1px solid #222222;}
.navigation ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;} 

/* section01_wrap */
.section01_wrap .acti_con{width: calc(100% - 40px); height:160px; background: #fff; border-radius:20px;}
.section01_wrap .acti_item a{display: flex; flex-direction: column; align-items: center; gap:10px;}
.section01_wrap .acti_item .acti_txt{display: flex;flex-direction: column;align-items: center;gap: 10px;}
.section01_wrap .acti_item span{font-size: 0.9rem;}
.section01_wrap .acti_item strong{font-size: 1.5rem;}
.section01_wrap .acti_item .con_top{display: flex;flex-direction: column; align-items: center; gap:10px;}
.section01_wrap .acti_item .acti_txt{display: flex;flex-direction: column; align-items: center; gap:10px;}


/* acti_con 수정 전 *//*
.section01_wrap .acti_con{ left: 50%;transform: translateX(-50%); width: calc(100% - 40px);}
.section01_wrap .acti_item a{display: flex; flex-direction: column; align-items: center; gap:10px;}
.section01_wrap .acti_item img{width: 40px;}
.section01_wrap .acti_item .acti_txt{display: flex;flex-direction: column;align-items: center;gap: 10px;}
.section01_wrap .acti_item span{font-size: 0.9rem;}
.section01_wrap .acti_item strong{font-size: 1.5rem;}
.section01_wrap .acti_item .con_top{display: flex;flex-direction: column; align-items: center; gap:10px;}
.section01_wrap .acti_item .acti_txt{display: flex;flex-direction: column; align-items: center; gap:10px;}
*/

/* section01 */
#section01{padding-block:140px 80px;}
#section01 .sec01_con{margin-top: 30px;}
#section01 .sec01_list{gap:25px;}
#section01 .sec01_item a::after{width: 65px; height: 65px;}
#section01 .sec01_item .arrow{width: 32px; height: 32px;}
#section01 .sec01_item .arrow img{width: 15px;}
#section01 .sec01_item .txt_box{left: 15px; bottom: 20px;}
#section01 .sec01_item .txt_box h3{font-size: 1rem;}
#section01 .sec01_item .txt_box p{font-size: 0.875rem; padding-top: 5px;}
#section01 .sec01-swiper-button-prev{width: 18px; height: 19px;}
#section01 .sec01-swiper-button-next{width: 18px; height: 19px;}
#section01 .swiper-pagination.sec01_pagination{width: 40px; max-width:40px;}

/* section02 */
#section02{padding-block:80px;}
#section02 .inner > div{width:calc((100% - 40px) / 2);}
#section02 .b_list li a{padding-block:16px;}
#section02 .b_list .b_tit{font-size: 0.938rem;}

#footer .logo_wrap img{width: 150px;}

/* ===sub======================================= */
#header.sub_head{position: relative;}

#sub_visual_wrap{position: relative; margin-top: 80px;}
#sub_visual_wrap .txt_wrap h2{font-size: 2.625rem; margin-bottom: 30px;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex; align-items: center; justify-content: center;gap:30px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 1rem; color: #fff; font-weight: 300;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:first-child):not(:empty)::after{content:'';position: absolute; left: -20px; top: 50%; transform:translateY(-50%); width: 8px; height: 14px; background: url('/assets/images/sub/sub_nav_arw.png'); background-size:cover;}

/* sub_contents */
#sub_contents{padding-block:80px;}

/* sub0101 */
.sub0101_wrap .con01 .txt_box{max-width: 80%; margin-left: auto; background: #fff; border-radius: 20px 0px 20px 20px; padding-block:30px; padding-inline: 40px; transform: translateY(-120px); box-shadow: -8px 10px 19.1px 5px rgba(0, 0, 0, 0.10);}
.sub0101_wrap .con01 .txt_box p{font-size: 1rem; line-height: 1.6; color: #222;}
.sub0101_wrap .con01 .txt_box p strong{font-size: 1.125rem;}
.sub0101_wrap .con01 .txt_box p span{display: inline;}
.sub0101_wrap .con01 .img_box img{height:320px;}

.sub0101_wrap .history-con-wrap {position: relative;padding: 80px 0;}
.sub0101_wrap .history-con {position: relative;width: 100%;}
.sub0101_wrap .history-line {position: absolute;top: 0;left: 50%;width: 2px;height: 100%;background: #ddd;transform: translateX(-50%);z-index: 1;}
.sub0101_wrap .history-scroll-bar {position: absolute;top: 0;left: 50%;width: 2px;background: var(--co01);z-index: 2;transform: translateX(-50%);}
.sub0101_wrap .scroll-point {width: 11px;height: 11px;background: #E60012;border-radius: 50%;position: absolute;bottom:-10px;left: 50%;transform: translate(-50%, -50%);}
.sub0101_wrap .scroll-point::after{content:''; position: absolute; width: 35px; height: 35px; background: #E600121f; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius:50%;}
.sub0101_wrap .history-items {list-style: none;padding: 0;margin: 0;}
.sub0101_wrap .history-item {position: relative;width: 50%; padding-inline: 30px; padding-block: 15px; box-sizing: border-box;}
.sub0101_wrap .history-item.left {left: 0;text-align: right;}.history-item.right {left: 50%;text-align: left;}
.sub0101_wrap .history-item .content {position: relative;z-index: 3;display: inline-block;max-width: 100%;}
.sub0101_wrap .con02 .date_info{display: flex; gap:30px; padding-top: 20px;}
.sub0101_wrap .con02 .history-item.left .date_info{flex-direction: row-reverse;}
.sub0101_wrap .con02 .year {font-size: 1.25rem;color: var(--co01);}
.sub0101_wrap .con02 .date {min-width: 3.3854vw; flex-shrink:0; font-size: 0.875rem; font-weight: 500; display: block; color: #222;}
.sub0101_wrap .con02 .date_info ul{font-size: 0.875rem; color: #444;}
.sub0101_wrap .con02 .date_info ul li{line-height: 1.3;}
.sub0101_wrap .con02 .date_info ul li:not(:last-child){margin-bottom: 15px;}

.sub0101_wrap .con03 .year_tab{display: flex; justify-content: center; gap:30px;}
.sub0101_wrap .con03 .year_tab li{font-size: 1rem; border-radius: 50px; border: 1px solid #D9D9D9; padding-inline:30px; padding-block:5px; cursor:pointer;}
.sub0101_wrap .con03 .year_tab li.on{background: #E60012; background: linear-gradient(135deg, rgba(230, 0, 18, 1) 0%, rgba(0, 0, 0, 1) 100%); background-clip: padding-box; border:2px solid transparent; color: #fff;}
.sub0101_wrap .tab_wrap h4{position: relative;	padding-left: 35px; font-size: 1.25rem; color: #222;}
.sub0101_wrap .tab_wrap h4::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); background: url('/assets/images/sub/sub_tit_icon.png')center no-repeat; background-size:cover; width: 25px; height: 25px;}
.sub0101_wrap .year_con{margin-top: 30px;}
.sub0101_wrap .year_list{border-top: 2px solid var(--co01);}
.sub0101_wrap .year_list > li{padding-block:22px; padding-inline:25px; display: flex; gap:3.3854vw; border-bottom: 1px dashed #ddd;}
.sub0101_wrap .year_list strong{min-width:115px; font-size: 1.125rem; color: var(--co01);}
.sub0101_wrap .info_box h5{font-size: 1rem; color: #222;}
.sub0101_wrap .info_box .info_list{margin-top: 15px;}
.sub0101_wrap .info_box .info_list li{position: relative; padding-left: 15px; font-size: 0.875rem; color: #444;}
.sub0101_wrap .info_box .info_list li::before{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 5px; height: 5px; border-radius:50%; background: #ddd;}
.sub0101_wrap .info_box .info_list li:not(:last-child){margin-bottom: 10px;}

.sub0102_wrap .con_wrap{display: flex; justify-content: space-between; flex-direction: column; gap: 70px;}
.sub0102_wrap .img_box{display: inline-block; text-align: center;}
.sub0102_wrap .img_con{position: relative; display: inline-block; width: 50%; box-sizing: border-box;}
.sub0102_wrap .img_con > img{width: 100%;}
.sub0102_wrap .img_box .info_box{position: absolute; width: 100%; height: 100%; background: #E60012; background: linear-gradient(135deg,rgba(230, 0, 18, 1) 0%, rgba(0, 0, 0, 1) 100%); top: 40px; left: -40px; z-index: -1;}
.sub0102_wrap .img_box .info_box .left_txt{position: absolute; bottom: 40px; left: 10px;font-size: 1.25rem; color: rgba(255, 255, 255, 0.50); writing-mode: sideways-lr;}
.sub0102_wrap .img_box .name_box{position: absolute; left: 40px; bottom: 10px; display: flex; justify-content: space-between; width: 85%; color: #fff; font-size: 0.875rem;}
.sub0102_wrap .txt_box{flex: 0 1 60%;}
.sub0102_wrap .txt_box h4{font-size: 1.5rem; color: #E60012;}
.sub0102_wrap .txt_box .txt_info{font-size: 1rem; color: #222; padding-top: 25px;}
.sub0102_wrap .txt_box .txt_info p{line-height: 1.7;}
.sub0102_wrap .txt_box .txt_info p:not(:first-child){margin-top: 25px;}

.sub0104_wrap .con_wrap{position: relative; margin-bottom: 100px;}
.sub0104_wrap .map_logo strong{font-size: 1.5rem; color: #666; padding-left: 10px;}
.sub0104_wrap .map_logo p{font-size: 0.813rem; color: #666; margin-top: 20px; line-height:1.5;}
.sub0104_wrap .map_box iframe{width: 100%; height: 400px;}
.sub0104_wrap .map_info{position: absolute; bottom: -100px; left: 50%; transform:translateX(-50%); padding-block:20px; padding-inline:30px; display: flex; justify-content: space-between; gap:30px; width: 90%; background: #fff; border-radius:20px; box-shadow: 1px 7px 25px 1px rgba(0, 0, 0, 0.15);}
.sub0104_wrap .map_info ul li:not(:first-child){margin-top: 20px;}
.sub0104_wrap .map_info dl{display: flex; align-items: center; gap:25px;}
.sub0104_wrap .map_info dl dt{width: 35px; flex-shrink: 0; font-size: 1rem; color: var(--co01); font-weight: 600;}
.sub0104_wrap .map_info dl dd{font-size: 0.875rem; color: #222;}
.sub0104_wrap .map_info .img_box img{width: 150px;}

.sub0105_wrap .tb_wrap table{width:100%;}
.sub0105_wrap .tb_wrap table{text-align:center;}
.sub0105_wrap .tb_wrap table th,
.sub0105_wrap .tb_wrap table td{font-size:1rem; padding-block:15px; line-height: 1.2;}

/* sub 공통 */
h3.h3_tit{font-size: 1.75rem;}
h3.h3_tit span{position: relative;}
h3.h3_tit span::after{bottom: -12px; width: 40px; height: 4px;}
.con .con_wrap{padding-top:80px;}

/* sub02 */
.sub02_wrap .con_wrap ul{gap:80px;}
.sub02_wrap .con_wrap ul li{gap:20px;}
.sub02_wrap .con_wrap ul li h4{padding-left: 30px; font-size: 1.25rem;}
.sub02_wrap .con_wrap ul li h4::before{width: 20px; height: 20px;}
.sub02_wrap .con_wrap ul li p{font-size: 1rem; border-radius:20px; padding:20px;}

.prof_wrap{width:100%; gap:30px;}
.prof_wrap .prof_img,
.prof_wrap .prof_txt{max-height:300px;}
.prof_wrap .prof_img{flex: 1 1 0px;}
.prof_wrap .prof_txt{flex: 2 1 0px;}
.prof_wrap .prof_txt{padding:2% 0;}

.prof_wrap .prof_txt h5{font-size:1rem;}
.prof_wrap .prof_txt h6{font-size:1.75rem; margin-top:10px;}

.prof_wrap .prof_txt td{font-size:0.9rem;}
.prof_wrap .prof_txt td:first-child{width:20%;}

.sub0205_wrap .con_wrap{gap:20px; flex-direction: column;}

/*sub03*/
.sub0301_wrap .con_wrap .txt_wrap{gap:20px;}
.sub0301_wrap .txt_wrap h4{padding-left: 30px; font-size: 1.25rem;}
.sub0301_wrap .txt_wrap h4::before{width: 20px; height: 20px;}
.sub0301_wrap .txt_info{font-size: 1rem; border-radius:20px; padding:20px;}

.sub0301_wrap .img_wrap{width:100%; margin-top:40px;}
.sub0301_wrap .img_wrap img{width:100%;}

.sub0301_wrap .txt_seminar{gap:20px; margin-top:40px;}
.sub0301_wrap .txt_seminar dt{font-size: 1.3rem;}
.sub0301_wrap .txt_seminar dd{font-size: 1rem;}

/* sub_id */
.sub_id_wrap{padding: 60px 40px;}
.sub_id_wrap .form_wrap .tabs a{ font-size: 1.125rem; }
.sub_id_wrap .form_inner02 p{font-size: 1.25rem;}
.sub_id_wrap .id_check .id_box{font-size: 1rem; }
.sub_id_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 50px;}
.sub_id_wrap .form_box label{font-size: 1.125rem; }
.sub_id_wrap .submit_btn{font-size: 1.25rem;height: 50px; margin-top: 30px;}
.sub_id_wrap .login_wrap{display: flex; justify-content: center; gap:25px; margin-top: 50px;}
.sub_id_wrap .login_wrap a{width: 240px; font-size: 1.25rem; text-align: center; border-radius:10px; padding-block:10px;}
.sub_id_wrap input[type="text"], .sub_id_wrap input[type="password"], .sub_id_wrap input[type="email"]{height: 50px; padding: 5px 15px; font-size: 1rem; color: #666; border:none; border-radius: 10px; background: #F9F9F9;}
.sub_id_wrap .submit_btn{border-radius: 10px; background: #000; font-size: 1.25rem; color: #fff; height: 50px; margin-top: 30px;}


/* sub_login */
.sub_login_wrap input[type="text"], .sub_login_wrap input[type="password"], .sub_login_wrap input[type="email"]{height: 50px; padding: 5px 15px; font-size: 1rem; }
.sub_login_wrap .form_inner{display: flex; flex-direction: column; gap:30px;}
.sub_login_wrap .form_box label{font-size: 1.125rem; }
.sub_login_wrap .check_wrap {display: flex;align-items: center;gap: 15px;font-family: sans-serif;font-size: 16px;}
.sub_login_wrap .check_wrap input[type="checkbox"] {appearance: none;width: 16px;height: 16px;border: 1px solid #ccc;border-radius: 2px;background-color: white;position: relative;cursor: pointer; margin-right: 5px;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked {background-color: black;border-color: black;}
.sub_login_wrap .check_wrap input[type="checkbox"]:checked::after {content: '✔';color: white;font-size: 12px;position: absolute;top: -2px;left: 2px;}
.sub_login_wrap .submit_btn{font-size: 1.25rem;height: 50px;}
.sub_login_wrap .submit_btn02{font-size: 1.25rem; height: 50px; }
.sub_login_wrap .search_wrap a{position: relative; font-size: 16px ; color: #444;}
.sub_login_wrap .search_wrap a:not(:last-child)::after{content:''; position: absolute; right: -10px; top: 50%; transform:translateY(-50%); width: 1px; height: 40%; background: #666;}
.sub_login_wrap .external_wrap{display: flex; justify-content: space-evenly; margin-top: 40px; margin-bottom: 20px;}
.sub_login_wrap .external_wrap img{ display: block;width: 60px;margin: 0 auto;}
.sub_login_wrap .external_wrap p{margin-top: 10px; text-align: center;}
.sub_login_wrap .divider{margin-top: 0px; }
.sub_login_wrap .signup_link{display: flex; justify-content: center; gap:30px; margin-top: 20px; font-size: 0.875rem;}
.sub_login_wrap .signup_link a{font-size: 0.875rem;}
.sub_login_wrap .txt_area h3{font-size: 1.125rem;}
.sub_login_wrap .txt_area .txt_box{height: 250px;  font-size: 0.875rem; line-height: 1.6; overflow-y:auto;}
.sub_login_wrap .agree_wrap{margin-top: 25px;}
.sub_login_wrap .check_label{display: flex;align-items: center;cursor: pointer;justify-content: flex-end; font-size: 14px; color: #444;}
.sub_login_wrap .agree_box{appearance: none;width: 18px;height: 18px;border: 1px solid #ccc;border-radius: 3px;margin-right: 8px;position: relative;cursor: pointer;}
.sub_login_wrap .agree_box::after {content: '✔'; font-size: 13px; position: absolute; left: 2px; top: -2px; color: #ccc; visibility: visible;}
.sub_login_wrap .form_inner{display: flex; flex-direction: column; gap:30px; margin-top: 0px;}

.sub_login_wrap .account_btn button{width: 140px; height:50px; font-size: 1.25rem;}

.sub_sign_wrap input[type="text"], .sub_sign_wrap input[type="password"], .sub_sign_wrap input[type="email"]{height: 50px; padding: 5px 15px; font-size: 1rem; }
.sub_sign_wrap .form_list li:not(:first-child){margin-top: 30px;}
.sub_sign_wrap .form_list li label{margin-top: 20px; width: 130px; font-size: 1.125rem; }
.sub_sign_wrap .form_list li .id_field{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .form_list .address_row{display: flex; gap:20px; width: 100%;}
.sub_sign_wrap .sub_btn{width: 130px; font-size: 1rem; }
}