@charset "utf-8";
/*───────────────────────────────────────────────────────────
	
	" board｜errors｜goods｜service｜layout/board｜layout/display｜layout/goods "
	" layout/popup.html "

	위 폴더 및 페이지 커스텀 및 layout, navigation, button, company 관련 편집 css 파일 입니다.

	** header, footer, main 관련은 /css/skin.css 에 있습니다.

───────────────────────────────────────────────────────────*/
	#orderPopup{position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); width:400px; background:#fff; padding:20px; box-shadow:0 0 10px rgba(0,0,0,0.5); z-index:1000;box-sizing:border-box;}
	#orderPopup .tit{display: flex;justify-content: space-between;align-items: center;padding-bottom: 12px;border-bottom: 1px solid #333;}
	#orderPopup h2{width: 90%;font-size: var(--title-20);font-weight: 500;color: #111;letter-spacing: -0.02em;text-align:left;}
	#orderPopup .layer_close {position: relative; display: block; width: 26px; height: 26px;}
	#orderPopup .layer_close:before, #orderPopup .layer_close:after {content: ""; position: absolute; left: 50%; top: 50%; width: 100%; height: 2px; background: #333;}
	#orderPopup .layer_close:before {transform: translate(calc(-50% + 0.5px),calc(-50% + 0.5px)) rotate(45deg);}
	#orderPopup .layer_close:after {transform: translate(calc(-50% + 0.5px),calc(-50% + 0.5px)) rotate(-45deg);}

	#orderPopup .pop_cont{margin-top:20px;}
	#orderPopup .pop_cont dl{font-size: var(--title-20);font-weight: 500;color: #111;display: flex;flex-wrap:wrap;align-items: center;}
	#orderPopup .pop_cont dl + dl{margin-top:10px;}
	#orderPopup .pop_cont dl dt{font-size:89%;color:inherit;font-weight:inherit;width:80px;text-align:left;}
	#orderPopup .pop_cont dl dd{width:calc(100% - 80px);box-sizing:border-box;padding-left:15px;}
	#orderPopup .pop_cont dl dd input{width:100%;}

	#wrap #orderPopup .policy_cont{margin:15px 0;}

	@media only screen and (max-width:500px){
		#orderPopup{width:calc(100% - 30px);}
		#orderPopup .pop_cont dl dt{width:50px;}
		#orderPopup .pop_cont dl dd{width:calc(100% - 50px);}
	}

/*───────────────────────────────────────────────────────────
	button common
───────────────────────────────────────────────────────────*/
	/** PC 일반 **/
		/* custom button type */
			/* button 공통 요소 */
		.btn, .btn_lg, .btn_sm, .btn_md {display: inline-flex; align-items: center; justify-content: center; font-weight: 700; line-height: 1.2; border:1px solid; text-align: center; outline: none; box-sizing: border-box;}
			/* button 크기별 */
		.btn_wd {width:100%;height:50px;line-height:48px;font-size:17px;}
		.btn {width: 220px; height: 64px; font-size: 22px;}
        .btn_md {width:160px;height:64px;font-size:20px;}
		.btn_lg {width:92px;height:72px;font-size:14px;}
		
		.btn_sm {height:30px;width:auto;}
			/* button 색상별 */
		#wrap .btn_point{border-color:var(--point-color01); background-color:var(--point-color01); color:var(--point-white); font-weight: 600;}
		#wrap .btn_basic{border-color:var(--black-color00); background-color:var(--black-color00); color:var(--point-white); font-weight: 600;}
		#wrap .btn_default{border-color:#aaa;background-color:#aaa;color:#fff;}
		#wrap .btn_info{border-color:#d3d3d3;background-color:#fff;color:#555;}

			/* button wrapper */
		.btn_wrap {padding:60px 0 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px;}
		.view_btn .btn_wrap.ta_right {position:absolute;right:0;top:0;}

	@media screen and (max-width:1023px) {
			/* button wrapper */
		.btn_wrap {padding-top:50px;}
		.view_btn .btn_wrap.ta_left {position:absolute;left:0;top:0;}
        .btn {width: 200px; height: 60px; font-size: 20px;}
        .btn_md {width:140px;height:60px;font-size:18px;}
	}
	@media screen and (max-width:640px) {
			/* button wrapper */
		.btn_wrap {padding-top:40px; gap: 10px;}
        .btn {width: 180px; height: 55px; font-size: 18px;}
        .btn_md {width:120px;height:55px;font-size:16px;}
	}
	@media screen and (max-width:479px) {
			/* button 크기별 */
		.btn_wd {font-size:16px;}
		.btn {width: 150px; height: 50px; font-size: 16px;}
        .btn_md {width:100px;height:50px;font-size:15px;}
		.btn_lg {width:72px;font-size:13px;}
		.btn_sm {padding:0 4px;font-size:12px;}
	}

/*───────────────────────────────────────────────────────────
	공통
───────────────────────────────────────────────────────────*/
    #wrap:has(.full_sec) #contents_wrap{width: 100%; max-width: 100% ; }
    .gray_bg{background: var(--gray-bg02); padding:100px 0;}

    @media screen and (max-width:640px){
        .gray_bg{padding:70px 0;}
    }

    /* 비주얼 */
        #wrap:has(.sub_visual) #header .hd_box:before{display: none;}
        .sub_visual{position: relative;display: flex;align-items: center;justify-content: center;text-align: center;height: 240px;background: no-repeat center / cover;font-size: var(--title-20);z-index: 9;}
        .sub_visual .w_custom{padding:0 340px;}
        .sub_visual h3{font-size: 250%; font-weight: 500; color: var(--point-white); line-height: 1.2; letter-spacing: -0.04em;}
        .sub_visual .nav_cont{position: absolute;top:50%;right:0;transform: translateY(-50%);display: flex;align-items: center;gap: 35px;text-align: left;}
        .sub_visual .nav_cont .home{display: block; font-size: 0;}
        .sub_visual .nav_cont .desc{display: flex;align-items: center;font-size: var(--title-20);gap: 35px;}
        .sub_visual .nav_cont .desc :where(dt, dd){position: relative; display: flex;align-items: center;}
        .sub_visual .nav_cont .desc :where(dt, dd):before{position: absolute;content:'';top: 50%;right: calc(100% + 20px);width: 6px;height: 6px;border: 1px solid var(--transparent);border-top-color:rgba(255,255,255,0.6);border-right-color:rgba(255,255,255,0.6);transform: rotate(45deg) translateY(-50%);}
        .sub_visual .nav_cont .desc :where(dt span, dd span){position: relative; display: flex;font-size: 85%;color: var(--point-white);box-sizing: border-box;}
        .sub_visual .nav_cont .desc dt span{font-weight: 300;}
        .sub_visual .nav_cont .desc dd span{font-weight: 400;cursor: pointer;width: 160px;padding-right: 25px;}
            .sub_visual .nav_cont .desc dd span:before{position: absolute;content:'';border: 5px solid var(--transparent);border-top: 6px solid var(--point-white);top: calc(50% + 3px);right:0;transform: translateY(-50%); transition: all 0.4s;}
            .sub_visual .nav_cont .desc dd.on span:before{top: calc(50% - 3px);transform: translateY(-50%) scale(-1,-1);}
        .sub_visual .nav_cont .desc dd ul{position: absolute;top: calc(100% + 12px);left:0;width: 100%;box-sizing: border-box;background: var(--point-white);border:1px solid var(--border-color01);padding: 12px 0;opacity: 0;pointer-events: none;transition: all 0.4s;}
            .sub_visual .nav_cont .desc dd.on ul{opacity: 1;pointer-events: all;}
        .sub_visual .nav_cont .desc dd ul > li{font-size: var(--title-20);}
        .sub_visual .nav_cont .desc dd ul > li > a{display: block;font-size: 80%;font-weight: 400;color: var(--black-color03);padding: 7px 20px;box-sizing: border-box;}
        .sub_visual .nav_cont .desc dd ul > li.on > a{color: var(--point-color01);}

        @media screen and (max-width:1023px){
            .sub_visual .w_custom{padding:0;}
            .sub_visual .nav_cont{position: relative; top:auto; right:auto; transform: none; justify-content: center; margin-top: 30px;}
            .sub_visual .nav_cont .desc dd span{width: 140px;}
            .sub_visual .nav_cont .desc dd ul > li > a{padding:7px 15px;}
        }
        @media screen and (max-width:640px){
            .sub_visual .nav_cont{margin-top: 25px;}
            .sub_visual .nav_cont .desc dd span{width: 120px;}
        }
        @media screen and (max-width:479px){
            .sub_visual .nav_cont{margin-top: 20px;}
            .sub_visual .nav_cont .desc dd span{width: 110px;}
        }


    /* 인풋 */
        #wrap :where(input[type="text"], input[type="number"], input[type="password"]){border: 1px solid var(--border-color01); background: var(--point-white); height: 60px; padding:0 20px;  box-sizing: border-box; font-size: var(--title-18); font-weight: 400; color: var(--black-color03);}
        #wrap :where(input[type="text"], input[type="number"], input[type="password"], select):focus{border-color: var(--black-color00);}

        #wrap input[type="checkbox"] + label{position: relative;display: block;width: fit-content;font-size: var(--title-18);font-weight: 400;color: var(--black-color03);line-height: 25px; padding-left: 37px;box-sizing: border-box;cursor: pointer; margin: 0;}
        #wrap input[type="checkbox"] + label:before{position: absolute;content:'';width: 25px;height: 25px;background: url('../images/sub/checkbox.svg') no-repeat center / 100% auto; top: 0;left:0; margin:0}
            #wrap input[type="checkbox"]:checked + label:before{background-image: url('../images/sub/checkbox_on.svg');}
        #wrap input[type="checkbox"] + label em{font-weight: inherit; color: var(--point-color01);}

        #wrap input[type="radio"] + label{position: relative;display: block;width: fit-content;font-size: var(--title-18);font-weight: 400;color: var(--black-color06);line-height: 20px; padding-left: 32px;box-sizing: border-box;cursor: pointer; margin: 0;}
            #wrap input[type="radio"]:checked + label{color: var(--black-color03);}
            #wrap input[type="radio"] + label:before{position: absolute;content:'';width: 20px;height: 20px;background: url('../images/sub/radio.svg') no-repeat center / 100% auto; top: 0;left:0; margin:0}
            #wrap input[type="radio"]:checked + label:before{background-image: url('../images/sub/radio_on.svg');}

        #wrap textarea::-webkit-scrollbar { width: 4px;}
        #wrap textarea::-webkit-scrollbar-thumb {background: var(--black-color10);}
        #wrap textarea::-webkit-scrollbar-track {background:var(--border-color01);}

        #wrap select{border:1px solid var(--border-color01); appearance: none; padding:0 40px 0 16px; height: 50px; line-height: normal; font-size: var(--title-17); font-weight: 400; color: var(--black-color06); letter-spacing: -0.03em; background: var(--point-white) url('../images/sub/select_arw.svg') no-repeat calc(100% - 16px) 50%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

        @media screen and (max-width:1023px){
            #wrap :where(input[type="text"], input[type="number"], input[type="password"]){height: 55px; padding:0 15px;}
        }
        @media screen and (max-width:640px){
            #wrap :where(input[type="text"], input[type="number"], input[type="password"]){height: 50px;}

            #wrap input[type="checkbox"] + label{line-height: 20px; padding-left: 30px;}
                #wrap input[type="checkbox"] + label:before{width: 20px; height: 20px;}

            #wrap input[type="radio"] + label{line-height: 18px; padding-left: 28px;}
            #wrap input[type="radio"] + label:before{width: 18px; height: 18px;}

            #wrap select{height: 45px;}
        }
        @media screen and (max-width:479px){
            #wrap :where(input[type="text"], input[type="number"], input[type="password"]){height: 45px;}
            #wrap select{height: 40px; background-size: 10px auto;}
        }

    /* 타이틀 */
        .main_title.hd{margin-bottom: 27px;}
        .sub_title{position: relative; font-size: var(--title-20); box-sizing: border-box;}
            .sub_title.cen{text-align: center;}
            .sub_title.hd{margin-bottom: 58px;}
        .sub_title h3{font-size: 200%;font-weight: 600;color: var(--black-color02);letter-spacing: -0.03em;line-height: 1.25;}
            .sub_title h3 + h6{margin-top: 30px;}
            .sub_title h3 + h5{margin-top: 14px;}
            .sub_title h3 + p{margin-top: 43px;}
        .sub_title h5{font-size: 120%; font-weight: 400; color: var(--black-color02); letter-spacing: -0.03em; line-height: 1.4;}
        .sub_title h6{font-size: inherit; font-weight: 300; color: var(--black-color02); letter-spacing: -0.03em; line-height: 1.6;}
        .sub_title h6 em{font-weight: 600; color: var(--point-color01);}
        .sub_title p{font-size: 90%; font-weight: 400; color: var(--black-color04); letter-spacing: -0.03em; line-height: 1.6;}
            .sub_title p + p{margin-top: 20px;}
        .sub_title p em{font-weight: inherit; color: var(--point-color01);}
        .sub_title p small{font-size: 94.5%; font-weight: 400; color: var(--black-color05); line-height: 1.76;}
		.sub_title span{font-size: 120%; font-weight: 400; color: var(--black-color02); letter-spacing: -0.03em; line-height: 1.4;display: block;margin:14px 0 23px;}	

        @media screen and (max-width:1023px){
            .main_title.hd{margin-bottom: 22px;}
            .sub_title.hd{margin-bottom: 53px;}
            .sub_title h3 + h6{margin-top: 25px;}
            .sub_title h3 + p{margin-top: 38px;}
            .sub_title p + p{margin-top: 15px;}
        }
        @media screen and (max-width:640px){
            .main_title.hd{margin-bottom: 17px;}
            .sub_title.hd{margin-bottom: 48px;}
            .sub_title h3 + h6{margin-top: 20px;}
            .sub_title h3 + h5{margin-top: 9px;}
            .sub_title h3 + p{margin-top: 33px;}
            .sub_title p + p{margin-top: 10px;}
			.sub_title span{margin:10px 0 15px;}
        }
        @media screen and (max-width:479px){
            .sub_title.hd{margin-bottom: 40px;}
            .sub_title h3 + h6{margin-top: 15px;}
            .sub_title h3 + p{margin-top: 25px;}
            .sub_title p small{line-height: 1.6;}
        }

    /* 테이블 */
        .info_table{position: relative; width: 100%; box-sizing: border-box;}
        .info_table table{font-size: var(--title-20); text-align: center;}
        .info_table table thead{border-left: 1px solid var(--black-color03); border-right:1px solid var(--black-color03);}
        .info_table table thead th{font-size: inherit; font-weight: 400; color: var(--point-white); letter-spacing: -0.03em; line-height: 1.3; padding:17px 10px; box-sizing: border-box; background:var(--black-color03);}
            .info_table table :where(thead th:not(:last-child), tbody th:not(:last-child), tbody td:not(:last-child), tbody td.row){border-right:1px solid var(--border-color01)}
        .info_table table tbody{border-left: 1px solid var(--border-color01); border-right:1px solid var(--border-color01);}
        .info_table table tbody th{font-size: inherit;font-weight: 500;color: var(--black-color03);letter-spacing: -0.03em;line-height: 1.35;padding: 15px 20px;box-sizing: border-box;background: var(--point-white);border-bottom: 1px solid var(--border-color01);}
        .info_table table tbody td{font-size: 90%;font-weight: 400;color: var(--black-color03);letter-spacing: -0.03em;line-height: 1.4;padding: 13px 20px;box-sizing: border-box;background: var(--point-white);border-bottom: 1px solid var(--border-color01);}

        .hyphen_list{font-size: var(--title-20);}
        .hyphen_list > li{position: relative; font-size: 90%; font-weight: 400; color: var(--black-color06); letter-spacing: -0.03em; padding-left: 12px; box-sizing: border-box; text-align: left; line-height: 1.5;}
            .hyphen_list > li:before{position: absolute; content:'-'; top:0; left:0;}
            .hyphen_list > li + li{margin-top: 2px;}

        .bullet_list{font-size: var(--title-20);}
        .bullet_list > li{position: relative; font-size: 90%; font-weight: 400; color: var(--black-color06); letter-spacing: -0.03em; padding-left: 12px; box-sizing: border-box; text-align: left; line-height: 1.5;}
            .bullet_list > li:before{position: absolute; content:'•'; top:0; left:0;}
            .bullet_list > li + li{margin-top: 5px;}

        .table_list{display: flex; flex-wrap: wrap; gap: 20px;}
        .table_list > div{width: calc(100% / 2 - 10px);}

        @media screen and (max-width:1023px){
            .table_list{gap:15px;}
            .table_list > div{width: calc(100% / 2 - 7.5px);}
            .info_table table tbody :is(th, td){padding:13px 15px;}
        }
        @media screen and (max-width:860px){
            .scr_wrap:not(.scr_none){overflow-x:auto; width: calc(100% + 60px); margin-left: -30px;}
            .scr_wrap:not(.scr_none) .info_table{width:860px; padding:0 30px;}
            .table_list > div{width: 100%;}
        }
        @media screen and (max-width:640px){
            .scr_wrap:not(.scr_none){width: calc(100% + 30px); margin-left: -15px;}
            .scr_wrap:not(.scr_none) .info_table{padding:0 15px;}
            .info_table table thead th{padding:15px 10px;}
        }
        @media screen and (max-width:320px){
            .scr_wrap:not(.scr_none){width: calc(100% + 20px); margin-left: -10px;}
            .scr_wrap:not(.scr_none) .info_table{padding:0 10px;}
        }

/*───────────────────────────────────────────────────────────
	Board   
───────────────────────────────────────────────────────────*/
    
    /* 작성하기 */
        #wrap:has(.gray_bg) #contents_wrap{padding-top: 0;}
        #wrap .sub_board .scr_wrap + .bullet_list, #wrap .sub_board .table_list + .bullet_list{margin-top: 20px;} 
        #wrap .sub_board .cont + .cont{margin-top: 62px;}
        #wrap .sub_board:has(.bbs_write) .gray_bg{margin-bottom: 100px;}
        #wrap table.bbs_write{display: block;}
            #wrap table.bbs_write.bbs_title{border-top: 1px solid var(--black-color00); padding-top: 30px;}
            #wrap table.bbs_write.bbs_bottom{padding-bottom: 30px; border-bottom: 1px solid var(--border-color01);}
        #wrap table.bbs_write :where(thead, tbody, tr, th, td){display: block; width: 100%; box-sizing: border-box;}
        #wrap table.bbs_write tbody{display: flex;gap: 0 7vw;flex-wrap: wrap;}
        #wrap table.bbs_write tbody :where(th, td){padding:0; background: none; border:0;}
        #wrap table.bbs_write tbody tr{display: flex;align-items: center;width: calc(100% / 2 - 3.5vw);font-size: var(--title-20);padding:10px 0;}
            #wrap table.bbs_write.bbs_content tbody tr{width: 100%;}
            #wrap table.bbs_write tbody tr.bk{width: 100%;}
        #wrap table.bbs_write tbody th{width: 154px; font-size: inherit; font-weight: 500; color: var(--black-color03);}
        #wrap table.bbs_write tbody td{width: calc(100% - 154px); color: var(--black-color06); font-size: inherit; line-height: 1.4; font-weight: 400;}
        #wrap table.bbs_write tbody td :where(input[type="text"], input[type="number"], input[type="password"]){width: 100%; min-width: auto; font-size: inherit; color: inherit;}
        #wrap table.bbs_write tbody td input[type="checkbox"] + label{font-size: 85%; color: inherit;}
        #wrap table.bbs_write tbody td input[type="radio"] + label{font-size: inherit;}
        #wrap table.bbs_write tbody td:has(input[type="radio"]){display: flex; gap: 10px 30px; flex-wrap: wrap;}
        #wrap table.bbs_write .essential{font-size: inherit; font-weight: inherit; color: inherit; display: flex; gap: 4px;}
        #wrap table.bbs_write .essential:after{display: inline-flex; content:'*'; color: var(--point-color01);}
        #wrap table.bbs_write tbody td:has(#is_secret-y) .edit-box{margin-top: 14px;}
        #wrap table.bbs_write tbody tr:has(.captcha_wrap){width: 100%;}
        #wrap table.bbs_write tbody tr:has(.captcha_wrap) td{display: flex; flex-wrap: wrap; gap: 10px;}
        #wrap table.bbs_write tbody tr:has(.captcha_wrap) input[type="text"]{max-width:230px; margin:0;}
        #wrap table.bbs_write .captcha_wrap{display: flex; height: 60px; align-items: center; padding:0 10px;border:1px solid var(--border-color01);box-sizing: border-box;gap: 10px;}
        #wrap table.bbs_write .captcha_wrap #captcha_box{width: 155px; height: 40px; border:1px solid var(--border-color01); box-sizing: border-box; overflow: hidden; margin:0;}
        #wrap table.bbs_write .captcha_wrap #captcha_box img{margin-top: -1px;margin-left: -1px;width: calc(100% + 20px) !important;height: calc(100% + 2px) !important;max-width: none;max-height: none;object-fit: cover;}
        #wrap table.bbs_write #refreshCode{display: flex; width: 40px; height: 40px; border:1px solid var(--border-color01); box-sizing: border-box; font-size: 0; background: url('../images/sub/refreshCode.svg') no-repeat center; cursor: pointer;}
        #wrap .policy_cont{margin: 42px 0 0;}
        #wrap .policy_cont input[type="checkbox"] + label{font-weight: 500;}
        #wrap .policy_cont > div{padding:0; text-align: inherit; line-height: normal;}
        #wrap .policy_cont .text_wrap{margin-top: 23px; padding:10px; border:1px solid var(--border-color01); box-sizing: border-box; height: 154px; font-size: var(--title-20);}
        #wrap .policy_cont .text_wrap textarea{width: 100%; height: 100%; border:0; padding:15px 20px; font-size: 80%; font-weight: 400; color: var(--black-color07); line-height: 1.625;}

        @media screen and (max-width:1023px){
            #wrap .sub_board .scr_wrap + .bullet_list, #wrap .sub_board .table_list + .bullet_list{margin-top: 15px;}
            #wrap table.bbs_write tbody th{width: 130px;}
            #wrap table.bbs_write tbody td{width: calc(100% - 130px);}
            #wrap table.bbs_write tbody td:has(input[type="radio"]){gap: 10px 25px;}
            #wrap table.bbs_write .captcha_wrap{height: 55px;}
            #wrap table.bbs_write .captcha_wrap #captcha_box{height: 35px;}
            #wrap table.bbs_write #refreshCode{width: 35px; height: 35px; background-size: 14px auto;}
            #wrap .policy_cont{margin-top: 37px;}
            #wrap .policy_cont .text_wrap{margin-top: 20px; height: 140px;}
            #wrap .policy_cont .text_wrap textarea{padding:10px 15px;}
        }
        @media screen and (max-width:860px){
            #wrap .sub_board .gray_bg{margin-bottom: 80px;}
            #wrap table.bbs_write.bbs_title{padding-top: 25px;}
            #wrap table.bbs_write.bbs_bottom{padding-bottom: 25px;}
            #wrap table.bbs_write tbody{gap: 0;}
            #wrap table.bbs_write tbody tr{width: 100%; padding:7.5px 0;}
            #wrap table.bbs_write tbody td:has(#is_secret-y) .edit-box{margin-top: 10px;}
            #wrap table.bbs_write tbody tr:has(.captcha_wrap) input[type="text"]{max-width: 200px;}
        }
        @media screen and (max-width:640px){
            #wrap .sub_board .scr_wrap + .bullet_list, #wrap .sub_board .table_list + .bullet_list{margin-top: 10px;}
            #wrap .sub_board:has(.bbs_write) .gray_bg{margin-bottom: 70px;}
            #wrap table.bbs_write.bbs_title{padding-top: 20px;}
            #wrap table.bbs_write.bbs_bottom{padding-bottom: 20px;}
            #wrap table.bbs_write tbody th{width: 115px;}
            #wrap table.bbs_write tbody td{width: calc(100% - 115px);}
            #wrap table.bbs_write tbody td:has(input[type="radio"]){gap: 10px 20px;}
            #wrap table.bbs_write .captcha_wrap{height: 50px; padding:0 5px; gap: 5px;}
            #wrap table.bbs_write tbody tr:has(.captcha_wrap) input[type="text"]{max-width: 100%;}
            #wrap .policy_cont{margin-top: 32px;}
            #wrap .policy_cont .text_wrap{margin-top: 15px; height: 120px;}
            #wrap .policy_cont .text_wrap textarea{padding:5px 10px;}
        }
        @media screen and (max-width:479px){
            #wrap table.bbs_write.bbs_title{padding-top: 15px;}
            #wrap table.bbs_write.bbs_bottom{padding-bottom: 15px;}
            #wrap table.bbs_write tbody th{width: 105px; font-size: 90%;}
            #wrap table.bbs_write tbody td{width: calc(100% - 105px);}
            #wrap table.bbs_write .captcha_wrap{height: 45px;}
        }

    /* 리스트 */
        #wrap .search_wrap{position: relative; margin-bottom: 30px; z-index: 5;}
        #wrap .search_wrap fieldset{display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px;}
        #wrap .search_wrap .board_search_sel{display: flex; gap:10px; width: 130px;}
        #wrap .search_wrap select{width: 100%;}
        #wrap .search_wrap .inp_box{display: flex;}
        #wrap .search_wrap input[type="text"]{width: 260px; height: 50px; padding:0 16px;}
        #wrap .search_wrap .search_btn{display: inline-flex; width: 50px; border:0; background: var(--black-color02) url('../images/sub/search_btn.svg') no-repeat center; font-size: 0;}
        
        #wrap .bbs_num{display: none;}
        #wrap .border_list{border-top: 1px solid var(--black-color01); width: 100%; font-size: var(--title-20);}
        #wrap .border_list tr{border-bottom: 1px solid var(--border-color01);}
        #wrap .border_list thead th{font-size: 90%;font-weight: 500;color: var(--black-color00);letter-spacing: -0.03em; text-align: center; padding: 24px 10px;}
        #wrap .border_list tbody td{font-size: 90%;font-weight: 300;color: var(--black-color06);letter-spacing: -0.03em;text-align: center;padding: 21px 10px;line-height: 1.5;}
        #wrap .border_list tbody :is(td:nth-child(2), td:nth-child(3)){color: var(--black-color05);}
        #wrap .border_list .left{text-align: left;}
        #wrap .border_list .board_ico{display: none;}
        #wrap .border_list .board_tit a{white-space:normal; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
        #wrap .border_list .board_tit a :where(h3, strong){font-weight: inherit;color: var(--black-color05);display: block;}
        #wrap .border_list .icon{display: inline-flex;align-items: center;justify-content: center;font-size: 83%;font-weight: 600;color: var(--point-color01);border:1px solid var(--point-color01);padding: 4px 10px;line-height: 1.2;}

		#wrap .paging {padding:50px 0 0; line-height:normal; font-size:0;margin:0;box-sizing:border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; font-size: var(--title-20); gap: 10px;}
		#wrap .paging span {display:inline-block;}
		#wrap .paging a {display:inline-flex; align-items: center; justify-content: center; font-size:75%; color:var(--black-color08); padding:0 5px;border:0;box-sizing:border-box; width: 36px; height:36px; line-height:1.2; min-width:auto;}
		#wrap .paging :is(.on a, a.on){background: var(--black-color06); color: var(--point-white); font-weight: 500;}
		#wrap .paging .arrow a {font-size:0; background: url("../images/sub/paging_first.svg") no-repeat center;}
		#wrap .paging :is(.arrow.prev a, .arrow.next a) {background-image:url("../images/sub/paging_prev.svg") }
		#wrap .paging :is(.arrow.next a, .arrow.last a){transform: scale(-1,-1);}
		#wrap .view_btn {text-align:center;line-height:normal;position:relative;min-height:auto;}


        @media screen and (max-width:1200px){
            #wrap .border_list col:nth-child(1){width: 80px;}
            #wrap .border_list col:nth-child(3){width: 140px;}
            #wrap .border_list col:nth-child(4){width: 100px;}
            #wrap .border_list col:nth-child(5){width: 100px;}
        }
        @media screen and (max-width:1023px){
            #wrap .search_wrap{margin-bottom: 25px;}
            #wrap .border_list col:nth-child(1){width: 70px;}
            #wrap .border_list col:nth-child(3){width: 120px;}
            #wrap .border_list col:nth-child(4){width: 80px;}
            #wrap .border_list col:nth-child(5){width: 80px;}
        }
        @media screen and (max-width:860px){
            #wrap .border_list col:nth-child(3){width: 100px;}
            #wrap .border_list col:nth-child(4){width: 100px;}
            #wrap .border_list :where(col, td, th):nth-child(5){display: none;}
            #wrap .border_list thead th{padding:20px 10px;}
            #wrap .border_list tbody td{padding:18px 10px;}

            #wrap .paging a{width: 32px; height: 32px;}
        }
        @media screen and (max-width:640px){
            #wrap .search_wrap{margin-bottom: 20px;}
            #wrap .search_wrap .board_search_sel{width: 110px;}
            #wrap .search_wrap input[type="text"]{width: 240px; height: 45px;}
            #wrap .search_wrap .search_btn{width: 45px;}
            #wrap .border_list col:nth-child(1){width: 60px;}
            #wrap .border_list :where(col, td, th):nth-child(3){display: none;}
            #wrap .border_list .icon{padding:3px 8px;}
            #wrap .border_list thead th{padding:18px 10px;}
            #wrap .border_list tbody td{padding:15px 10px;}

            #wrap .paging{gap: 5px; padding-top: 40px;}
            #wrap .paging a{width: 30px; height: 30px;}
        }
        @media screen and (max-width:479px){
            #wrap .search_wrap{margin-bottom: 15px;}
            #wrap .search_wrap .board_search_sel{width: 100px;}
            #wrap .search_wrap .inp_box{width: calc(100% - 110px);}
            #wrap .search_wrap input[type="text"]{width: 100%; height: 40px;}
            #wrap .search_wrap .search_btn{min-width: 40px; background-size: 18px auto;}
            #wrap .border_list :where(col, td, th):nth-child(4){display: none;}
            #wrap .border_list thead th{padding:16px 10px;}
            #wrap .border_list tbody td{padding:14px 10px;}

            #wrap .paging{padding-top: 35px;}
        }
        @media screen and (max-width:360px){
            #wrap .search_wrap .board_search_sel{width: 100%;}
            #wrap .search_wrap .inp_box{width: 100%;}
            #wrap .search_wrap input[type="text"]{width: 100%; height: 40px;}
            #wrap .search_wrap .search_btn{width: 40px; min-width: 40px; background-size: 18px auto;}
        }

    /* 갤러리 리스트 */
        #wrap .gallery_list{display: flex; flex-wrap: wrap; gap: 40px; border-top: 1px solid var(--black-color12); padding-top: 30px;}
        #wrap .gallery_list > li{position: relative;width: calc(100% / 3 - 26.67px);display: flex;flex-direction: column;gap: 18px;padding-bottom: 41px;}
        #wrap .gallery_list > li > a{position: absolute; top:0; left:0; width: 100%; height: 100%; z-index: 5;}
        #wrap .gallery_list .thumb{position: relative; font-size: 0; padding-bottom: 63.7%; overflow: hidden;}
        #wrap .gallery_list .thumb img{position: absolute; top:0; left:0; width: 100%; height: 100%; object-fit: cover;}
        #wrap .gallery_list .desc{font-size: var(--title-20);}
        #wrap .gallery_list .desc dt{font-size: inherit;font-weight: 400;color: var(--black-color00);letter-spacing: -0.03em;line-height: 1.5;white-space: normal;overflow:hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
        #wrap .gallery_list .desc dd{position: absolute;left:0;bottom:0;font-size: 90%;font-weight: 300;color: var(--black-color09);line-height: 1;letter-spacing: -0.03em;}

        @media screen and (max-width:1300px){
            #wrap .gallery_list{gap:40px 30px;}
            #wrap .gallery_list > li{width: calc(100% / 3 - 20px);}
        }
        @media screen and (max-width:1200px){
            #wrap .gallery_list{gap:40px 20px;}
            #wrap .gallery_list > li{width: calc(100% / 3 - 13.34px);}
        }
        @media screen and (max-width:1023px){
            #wrap .gallery_list{gap:40px 15px;}
            #wrap .gallery_list > li{width: calc(100% / 3 - 10px); padding-bottom: 37px;}
        }
        @media screen and (max-width:860px){
            #wrap .gallery_list{padding-top: 25px;}
            #wrap .gallery_list > li{width: calc(100% / 2 - 7.5px);}
        }
        @media screen and (max-width:640px){
            #wrap .gallery_list{padding-top: 20px;}
            #wrap .gallery_list > li{gap: 15px; padding-bottom: 32px;}
        }
        @media screen and (max-width:479px){
            #wrap .gallery_list{gap:30px 15px; padding-top: 15px;}
            #wrap .gallery_list > li{gap: 12px; padding-bottom: 27px;}
            #wrap .gallery_list .desc dt{font-size: 95%;}
            #wrap .gallery_list .desc dd{font-size: 85%;}
        }
        @media screen and (max-width:360px){
            #wrap .gallery_list > li{width: 100%;}
        }

    /* 뷰 */
        #wrap .sub_content:has(.bbs_view){overflow: visible;}
        #wrap .bbs_view{padding-top: 0.5vw;}
        #wrap .bbs_view .view_tit{padding: 28px 20px 30px;border-top: 1px solid var(--black-color03);border-bottom: 1px solid var(--border-color01);background: none;font-size: var(--title-20);}
        #wrap .bbs_view .view_tit h3{font-size: inherit; font-weight: 500; color: var(--black-color03); line-height: 1.4; letter-spacing: -0.03em; width: 100%;}
        #wrap .bbs_view .view_tit p{display: flex;align-items: center;flex-wrap: wrap;margin-top: 23px;width: 100%;font-size: var(--title-20);text-align: inherit; padding:0;}
        #wrap .bbs_view .view_tit p span{font-size: 85%; font-weight: 300; color: var(--black-color08); letter-spacing: -0.03em; display: flex; align-items: center; gap: 4px;}
        #wrap .bbs_view .view_tit p em{font-size: inherit; font-weight: inherit; display: none;}
        #wrap .bbs_view .view_tit p span:not(:last-child):after{display: inline-flex; content:''; width: 1px; height: 12px; background: var(--border-color02); margin:0 16px;}
        #wrap .bbs_view .view_tit p span:last-child em{display: block;}
        #wrap .bbs_view .view_cont{padding:30px; font-size: var(--title-17); font-weight: 400; color: var(--black-color06); line-height: 1.88; letter-spacing: -0.03em; font-family: var(--font-type02); min-height: 248px; border-bottom: 1px solid var(--border-color01); box-sizing: border-box; word-break: break-all;}
        #wrap .extra_editor_wrap{display: flex;margin:-1px 0 0;border-top: 1px solid var(--border-color01);border-bottom: 1px solid var(--border-color01);font-size: var(--title-20);align-items: center;background: var(--gray-bg02);}
        #wrap .extra_editor_wrap h4{width: 180px;padding: 10px 30px;font-size: 90%;font-weight: 500;color: var(--black-color03);letter-spacing: -0.03em;background: none;box-sizing: border-box;line-height: 1.4;}
        #wrap .extra_editor_wrap .extra_cont{width: calc(100% - 180px);display: flex;flex-direction: column;gap: 10px;padding: 22px 29px;box-sizing: border-box;background: var(--point-white);}
        #wrap .extra_editor_wrap .extra_cont span{display: block; font-size: 90%; font-weight: 400; color: var(--black-color07); letter-spacing: -0.03em; line-height: 1.4;}
        #wrap .extra_editor_wrap .extra_cont a{color: inherit !important;}

        @media screen and (max-width:1023px){
            #wrap .bbs_view .view_tit{padding:23px 20px 25px}
            #wrap .bbs_view .view_tit p{margin-top: 18px;}
            #wrap .bbs_view .view_cont{padding:25px; min-height: 220px;}
            #wrap .extra_editor_wrap h4{width: 160px; padding:10px 25px;}
            #wrap .extra_editor_wrap .extra_cont{width: calc(100% - 160px); padding:20px 25px;}
        }
        @media screen and (max-width:640px){
            #wrap .bbs_view .view_tit{padding:20px 15px}
            #wrap .bbs_view .view_tit p{margin-top: 13px;}
            #wrap .bbs_view .view_tit p span:not(:last-child):after{height: 10px; margin:0 12px;}
            #wrap .bbs_view .view_cont{padding:20px; min-height: 200px;}
            #wrap .extra_editor_wrap h4{width: 140px; padding:10px 20px;}
            #wrap .extra_editor_wrap .extra_cont{width: calc(100% - 140px); padding:20px 20px;}
        }
        @media screen and (max-width:479px){
            #wrap .bbs_view .view_tit p{margin-top: 10px;}
            #wrap .bbs_view .view_tit p span:not(:last-child):after{height: 8px; margin:0 10px;}
            #wrap .bbs_view .view_cont{padding:15px; min-height: 180px; line-height: 1.6;}
            #wrap .extra_editor_wrap h4{width: 110px; padding:10px 15px;}
            #wrap .extra_editor_wrap .extra_cont{width: calc(100% - 110px); padding:20px 15px;}
        }

/*───────────────────────────────────────────────────────────
	Order   
───────────────────────────────────────────────────────────*/
    #wrap:has(.order_end) #contents_wrap{padding-bottom: 0;}
    .order_end .w_custom{max-width: 1200px;}
    .order_end .cont + .cont{margin-top: 57px;}
    .order_end .sub_title.hd{margin-top: -1vw;}
        .order_end .sub_title.hd + .order_info{margin-top: -0.3vw;}
    .order_end .sub_title .icon{display: block; font-size: 0;}
    .order_end .sub_title .icon + h3{margin-top: 29px;}
    .order_end .order_info{border:1px solid var(--border-color01); background: var(--point-white); box-sizing: border-box; padding:0 50px;}
    .order_end .exp_list{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 80px; padding: 46px 0;}
    .order_end .exp_list + .exp_list{border-top: 1px solid var(--border-color03);}
    .order_end .exp_list .desc{display: flex; align-items: center; gap:10px 30px; font-size: var(--title-20);}
    .order_end .exp_list .desc :where(dt, dd){font-size: 90%; line-height: 1.5; letter-spacing: -0.03em;}
    .order_end .exp_list .desc dt{position: relative; font-weight: 500; color: var(--black-color02); box-sizing: border-box; padding-left: 15px;}
        .order_end .exp_list .desc dt:before{position: absolute; content:''; width: 4px; height: 4px; border-radius: 100%; top:50%; left:0; transform: translateY(-50%); background: var(--point-color01);}
    .order_end .exp_list .desc dd{font-weight: 400; color: var(--black-color04);}

        .order_end .exp_list.price{padding:40px 0;}
        .order_end .exp_list.price .desc{column-gap: 50px;}
        .order_end .exp_list.price .desc :where(dt, dd){font-size: inherit; font-weight: 500; color: var(--black-color02);}
        .order_end .exp_list.price .desc dt{padding-left: 0;}
            .order_end .exp_list.price .desc dt:before{display: none;}
        .order_end .exp_list.price .desc dd{display: flex; align-items: center; gap: 0 8px;}
        .order_end .exp_list.price .desc dd em{font-size: 130%; font-weight: 600; color: var(--point-color01);}


    @media screen and (max-width:1023px){
        .order_end .cont + .cont{margin-top: 52px;}
        .order_end .sub_title .icon + h3{margin-top: 24px;}
        .order_end .order_info{padding:0 45px;}
        .order_end .exp_list{padding:41px 0; column-gap: 70px;}
            .order_end .exp_list.price{padding:35px 0;}
        .order_end .exp_list .desc{column-gap: 25px;}
        .order_end .exp_list.price .desc{column-gap:45px;}
    }
    @media screen and (max-width:860px){
        .order_end .cont + .cont{margin-top: 47px;}
        .order_end .order_info{padding:0 40px;}
        .order_end .exp_list{padding:36px 0; column-gap: 60px;}
            .order_end .exp_list.price{padding:30px 0;}
        .order_end .exp_list .desc{column-gap: 20px;}
        .order_end .exp_list.price .desc{column-gap:40px;}
    }
    @media screen and (max-width:640px){
        .order_end .cont + .cont{margin-top: 42px;}
        .order_end .sub_title .icon{height: 20px;}
        .order_end .sub_title .icon + h3{margin-top: 19px;}
        .order_end .order_info{padding:0 35px;}
        .order_end .exp_list{padding:31px 0; column-gap: 40px;}
            .order_end .exp_list.price{padding:25px 0;}
        .order_end .exp_list .desc{column-gap: 15px;}
        .order_end .exp_list.price .desc{column-gap:35px;}
        .order_end .exp_list .desc dt:before{width: 3px; height: 3px;}
        .order_end .exp_list .desc dt{padding-left: 10px;}
        .order_end .exp_list.price .desc dd{column-gap:5px;}
    }
    @media screen and (max-width:479px){
        .order_end .cont + .cont{margin-top: 37px;}
        .order_end .sub_title .icon + h3{margin-top: 14px;}
        .order_end .order_info{padding:0 30px;}
        .order_end .exp_list{padding:26px 0; column-gap: 30px;}
            .order_end .exp_list.price{padding:20px 0;}
        .order_end .exp_list.price .desc{column-gap:25px;}
    }

/*───────────────────────────────────────────────────────────
	Compnay   
───────────────────────────────────────────────────────────*/
    /* about */
        #wrap:has(.sub_about) .sub_content{overflow: visible;}
        #wrap .sub_about{display: flex;align-items: flex-start;margin-top: -0.4vw;}
        #wrap .sub_about .sub_title{width: 48%;padding-right: 0;}
        #wrap .sub_about .sub_title h2{font-size: 500%;font-weight: 400;color: var(--border-color01);line-height: 0.8;font-family: var(--font-type02);}
        #wrap .sub_about .under_line{display: inline-block; border-bottom: 1px solid var(--black-color05); line-height: 1;}
        #wrap .sub_about .thumb{font-size: 0;width: 52%;display: flex;justify-content: flex-end;margin-top: 3.4vw; padding-left: 30px; box-sizing: border-box;}

        @media screen and (max-width:860px){
            #wrap .sub_about{flex-direction: column; grid-area: 40px;}
            #wrap .sub_about .sub_title{width: 100%;}
            #wrap .sub_about .thumb{width: 100%; padding:0;}
        }

    /* history */
		.com_outline{margin-top:14px;margin-bottom:120px;}
		.com_outline .title{}
		.com_outline .title h4{font-size:var(--title-40);color:var(--black-color00);font-weight:500;letter-spacing:-0.03em;}
		.com_outline .title p{font-size:var(--title-20);color:var(--black-color05);font-weight:400;margin-top:47px;}
		.com_outline .title p small{font-size:85%;color:inherit;font-weight:inherit;}

		.com_outline .outline_box{display: flex;flex-wrap:wrap;margin-top:60px;}
		.com_outline .outline_box .img{width:54%;}
		.com_outline .outline_box .img img{}

		.com_outline .outline_box .txt_box{width:46%;box-sizing:border-box;padding-left:60px;}
		.com_outline .outline_box .txt_box > span{display: inline-flex;box-sizing:border-box;font-size:var(--title-20);color:var(--point-white);font-weight:500;background:var(--point-color01);align-items: center;justify-content: center;height:40px;padding:0 20px;border-radius:10px;}
		.com_outline .outline_box .txt_box .logo{margin-top:20px;}
		.com_outline .outline_box .txt_box .txt{margin-top:30px;box-sizing:border-box;border-top:2px solid var(--black-color02);}
		.com_outline .outline_box .txt_box .txt dl{display: flex;flex-wrap:wrap;box-sizing:border-box;font-size:var(--title-20);color:var(--black-color00);font-weight:500;padding:20px 0;}
		.com_outline .outline_box .txt_box .txt dl + dl{border-top:1px solid #ddd;}
		.com_outline .outline_box .txt_box .txt dl dt{font-size:89%;color:inherit;font-weight:inherit;width:120px;}
		.com_outline .outline_box .txt_box .txt dl dd{font-size:89%;color:var(--black-color05);font-weight:400;width:calc(100% - 120px);box-sizing:border-box;padding-left:20px;}
		.com_outline .outline_box .txt_box .txt dl dd a{font-size:inherit;color:inherit;font-weight:inherit;}

        .sub_history .tab_list{display: flex; font-size: var(--title-20); margin-bottom: 80px;}
        .sub_history .tab_list > li{display: flex; align-items: center; justify-content: center; width: 100%; height: 70px; text-align: center; font-size: 130%; font-weight: 400; color: var(--black-color05); padding:0 10px; box-sizing: border-box; background: var(--gray-bg02); border:1px solid var(--border-color01); border-bottom-color: var(--black-color00); cursor: pointer; transition: all 0.4s;}
            .sub_history .tab_list > li + li{margin-left: -1px;}
            .sub_history .tab_list > li.on{font-weight: 500; color: var(--black-color00); border-color: var(--black-color00); border-bottom-color: var(--transparent); background: var(--point-white); z-index: 9;}

            @media (hover:hover){
                .sub_history .tab_list > li:hover{color: var(--black-color00); border-color: var(--black-color00);background: var(--point-white); z-index: 6;}
            }
        .sub_history .tab_conts .item{display: flex;align-items: flex-start;height: 0;opacity: 0;overflow: hidden;transition: all 0.4s;}
            .sub_history .tab_conts .item.on{height: auto; opacity: 1; overflow: visible;}
        .sub_history .tab_conts .info{width: 32.8%;box-sizing: border-box;font-size: var(--title-20);padding-right: 30px;}
        .sub_history .tab_conts .info h2{font-size: 400%;font-weight: 700;color: var(--border-color04);width: 100%;max-width: 310px;line-height: 1.14;}
        .sub_history .tab_conts .info h2 span{display: block; width: fit-content;}
        .sub_history .tab_conts .info h2 span + span{margin-left: auto;}
        .sub_history .tab_conts .exp{width: 67.2%;box-sizing: border-box;display: flex;flex-direction: column;gap: 30px;}
        .sub_history .tab_conts .desc{font-size: var(--title-20);letter-spacing: -0.03em;padding-bottom: 28px;border-bottom: 1px solid var(--border-color01);}
            .sub_history .tab_conts .item:last-child .desc:last-child{border-bottom: 0;}
        .sub_history .tab_conts .desc dt{display: inline-block;font-size: 140%;font-weight: 400;color: var(--black-color00);line-height: 1.2;vertical-align: middle;width: 180px;}
        .sub_history .tab_conts .desc dd{font-size: inherit;font-weight: 400;color: var(--black-color03);line-height: 1.4;display: inline-flex;flex-direction: column;gap: 12px;vertical-align: text-top;width: calc(100% - 185px);}
        .sub_history .tab_conts .desc small{display: block;font-size: 90%;font-weight: 300;color: var(--black-color07);line-height: 1.6;}

        @media screen and (max-width:1200px){
            .sub_history .tab_conts .desc dt{width: 160px;}
            .sub_history .tab_conts .desc dd{width: calc(100% - 165px);}
        }
        @media screen and (max-width:1023px){
			.com_outline .title p{margin-top:20px;}
			.com_outline .outline_box .txt_box .logo img{width:75%;}
			.com_outline .outline_box .txt_box .txt dl dt{width:80px;}
			.com_outline .outline_box .txt_box .txt dl dd{width:calc(100% - 80px);}

            .sub_history .tab_list{margin-bottom: 75px;}
            .sub_history .tab_conts .exp{gap: 25px;}
            .sub_history .tab_conts .desc{padding-bottom: 23px;}
            .sub_history .tab_conts .desc dt{width: 140px;}
            .sub_history .tab_conts .desc dd{width: calc(100% - 145px); gap: 10px;}
        }
        @media screen and (max-width:860px){
			.com_outline{margin-bottom:70px;}
			.com_outline .outline_box .img{width:100%;}
			.com_outline .outline_box .txt_box{width:100%;padding:40px 0 0 0;}
			.com_outline .outline_box .txt_box .logo img{width:50%;}

            .sub_history .tab_list{margin-bottom: 70px;}
            .sub_history .tab_conts .item{flex-direction: column; gap: 40px;}
            .sub_history .tab_conts .info{width: 100%; padding-right: 0;}
            .sub_history .tab_conts .info h2{max-width: 250px;}
            .sub_history .tab_conts .exp{width: 100%;}
        }
        @media screen and (max-width:640px){
            .sub_history .tab_list{margin-bottom: 65px;}
            .sub_history .tab_list > li{height: 65px; font-size:120%;}
            .sub_history .tab_conts .exp{gap: 20px;}
            .sub_history .tab_conts .desc{padding-bottom: 18px;}
            .sub_history .tab_conts .desc dt{width: 125px;}
            .sub_history .tab_conts .desc dd{width: calc(100% - 130px); gap: 7px;}
        }
        @media screen and (max-width:479px){
			.com_outline{margin-bottom:40px;}
			.com_outline .outline_box{margin-top:25px;}
			.com_outline .outline_box .txt_box{padding:25px 0 0 0;}
			.com_outline .outline_box .txt_box > span{height:34px;padding:0 12px;border-radius:5px;}
			.com_outline .outline_box .txt_box .logo{margin-top:10px;}
			.com_outline .outline_box .txt_box .logo img{width:65%;}
			.com_outline .outline_box .txt_box .txt{margin-top:20px;}
			.com_outline .outline_box .txt_box .txt dl{padding:14px 0;}
			.com_outline .outline_box .txt_box .txt dl dt{width:60px;}
			.com_outline .outline_box .txt_box .txt dl dd{width:calc(100% - 60px);padding-left:10px;}


            .sub_history .tab_list{margin-bottom: 60px;}
            .sub_history .tab_list > li{height: 60px; font-size:110%;}
            .sub_history .tab_conts .desc dt{width: 120px; font-size: 130%;}
            .sub_history .tab_conts .desc dd{width: calc(100% - 125px);}
        }
        @media screen and (max-width:360px){
            .sub_history .tab_list{margin-bottom: 50px;}
            .sub_history .tab_list > li{height: 55px; font-size:90%;}
            .sub_history .tab_conts .desc dt{width: 100%;}
            .sub_history .tab_conts .desc dd{width: 100%; padding-top: 10px;}
        }

    /* location */
        .sub_location .cont_list{display: flex; flex-wrap: wrap; gap: 40px;}
        .sub_location .cont_list > li{width: calc(100% / 2 - 20px);}
        .sub_location .main_title{font-size: var(--title-20);}
        .sub_location .main_title h3{display: flex; align-items: center;}
            .sub_location .main_title h3 + h6{margin-top: 23px;}
        .sub_location .main_title h3 a{display: flex;position: relative;top:auto;left:auto;width: auto;height: auto;font-size: 73%;align-items: center;}
        .sub_location .main_title h3 a:before{display: inline-flex; content:''; width:1px; height: 20px; background: var(--border-color02); margin:0 15px;}
        .sub_location .main_title h6{font-size: inherit; font-weight: 400; color: var(--black-color04); letter-spacing: -0.03em; line-height: 1.4;}
        .sub_location .map_wrap{width: 100%; height: 460px; margin-top: 1.8vw;}

        @media screen and (max-width:1300px){
            .sub_location .cont_list{gap:40px 30px;}
            .sub_location .cont_list > li{width: calc(100% / 2 - 15px);}
        }
        @media screen and (max-width:1200px){
            .sub_location .cont_list{gap:40px 20px;}
            .sub_location .cont_list > li{width: calc(100% / 2 - 10px);}
        }
        @media screen and (max-width:1023px){
            .sub_location .cont_list{gap:40px 15px;}
            .sub_location .cont_list > li{width: 100%;}
        }
        @media screen and (max-width:860px){
            .sub_location .main_title h3 + h6{margin-top: 18px;}
            .sub_location .main_title h3 a:before{height: 16px;}
            .sub_location .map_wrap{height: 53vw; min-height: 300px;}
        }
        @media screen and (max-width:640px){
            .sub_location .main_title h3 + h6{margin-top: 13px;}
            .sub_location .main_title h3 a:before{height: 12px;}
        }