@charset "utf-8";

/* ************************* S : common style************************** */
.blind {width: 0; height: 0;}
h4::before {content: ''; position: absolute;display: block;background: url("/images/hydrogen/common/h4.png") no-repeat left; width: 17px; height: 22px;left: 0; top: 5px;}
h4 {word-break: keep-all;position: relative; font-family: 'Cafe24Ssurround';  padding-left: 30px; color: #444f55;font-size: 30px; margin-top: 50px;margin-bottom: 25px;} 
h5::before {content: ''; position: absolute;width: 7px; height: 7px; display: block; border-radius: 10px;border: 4px solid #3f97d6;left: 0; top: 6px;}
h5{display: block;position: relative; font-size:25px;color:#1669a4;font-family: 'Cafe24Ssurround'; padding-left: 25px;margin: 30px 0 10px;}
h6::before {content: ''; position: absolute; top: 0; width: 20px; height: 2px; display: block; background-color: #19acbb;}
h6 {-webkit-text-stroke: 0.45px;font-family: 'Cafe24Ssurround';position: relative; font-size:20px;color:#11adbd;padding:10px 0 0;margin:10px 0 17px 0;}

/* 기본 컨텐츠 */
.basic_ul{margin:0 0 20px 10px;}
.basic_ul li{position: relative;padding: 0 0 7px 15px;margin:0 0 5px 0; }
.basic_ul li::before {content: ''; border-radius: 50%; position: absolute;top: 10px; left: 0; background: #439fe1;width: 5px;height: 5px;}
.basic_ul li ul{margin:10px 0;}
.basic_ul li li:before {position: absolute; top: 10px;left: 0;background: #91c5e7; width: 5px; height: 5px;border: none;border-radius: 50%;}
.basic_ul li li li:before {height: 2px; position: absolute; top: 10px; left: 0;content: ''; background: #b7cfcf;width: 6px;}
.basic_ul li li li {color: #8d8d8d;}
.basic_ul .li_none{padding:0;}
.basic_ul .li_none::before {content: none;}

.basic_p{display: block;margin-bottom: 40px; word-break: keep-all;}


/* 폰트 컬러 : 상황에 따라 추가 가능 */
.fc_red{color:#e56777 !important;font-style:normal}
.fc_blue{color:#1f96e5 !important;font-style:normal}
.fc_green{color:#11adbd !important;font-style:normal}

/* notice_box */ 
.notice_box {padding: 5px 25px 25px;background: #f9fafd;border-radius: 10px;}
.notice_box>div>h4::before {top: 2px;}
.notice_box>div>h4 {margin: 20px 0;font-size: 21px;word-break: normal;color: #444;}
.notice_box>div>p {line-height: 1.5rem;color: #747474; font-weight: 300;}

.info_txt {padding: 0px 0 2px 30px; line-height: 1.5em; background: url(/images/hydrogen/common/icon_info.png) no-repeat;}

/* reser_step */
.reser_step {margin: 30px 0 0 0;}
.reser_step ol {flex-direction: column;justify-content: space-between;display: flex;justify-content: center;gap: 4rem;}
.reser_step li {box-shadow: 0 0 10px rgb(224 228 232);padding:1.5rem;box-sizing: border-box; position: relative;border-radius: 10px; background: #fff;min-height: 120px;}
.reser_step li span {text-align: left; display: block;font-weight: 600;}
.reser_step li strong {font-size: 5.5rem; color: #f2f4f8; position: absolute; bottom: -8px;right: 1.5rem;line-height: 1;}
.reser_step li::after {content: ''; background: url("/images/hydrogen/common/step.png") no-repeat;width: 18px;height: 21px;position: absolute;bottom: -2.6em;left: 50%;transform: rotate(90deg);}
.reser_step li:last-of-type::after {content: none;}

/* 테이블 */
.over_table{overflow-x:auto}

.basic_table{border-spacing: 2px 5px; border-collapse: separate;width:100%;min-width:700px;margin:0 0 20px;}
.basic_table th, .basic_table td{word-break: keep-all; text-align:center;padding:10px 15px;vertical-align:middle;}
.basic_table thead th{font-size: 18px;background: #f2f4f8;font-weight: 600;border: 0;}
.basic_table thead th:first-of-type {border-radius: 10px 0 0 10px;}
.basic_table thead th:last-of-type {border-radius: 0 10px 10px 0;}
.basic_table tbody th{font-size: 16px; border-radius: 10px;background: rgba(242, 244, 248, 0.5); font-weight: 500; padding: 30px 10px; border: 0;}
.basic_table tbody td {border: 1px solid #f2f4f8; border-top: 0; border-left: 0;}
.basic_table tbody td .sbtn_go, .basic_table tbody td .sbtn_new, .basic_table tbody td .sbtn_down{white-space:nowrap}
.basic_table .point_bg{background:#f5fbff;}
.table_left td{text-align:left;}
li .basic_table td{text-align:center}
li .basic_table td.txt_left{text-align:left}
.basic_table .basic_ul {margin: 0 0 20px 10px;text-align:left}

.over_table .scroll_guide {position: relative;padding: 10px 20px;background: #f8faff;margin-bottom: 5px;text-align: center;}
.over_table .scroll_guide:before{color: #769cb5;position:absolute; top:50%; left:0px; width:20px; height:20px; margin-top:-10px; line-height:20px; font-weight:600; content:"〈";}
.over_table .scroll_guide:after{color: #769cb5;position:absolute; top:50%; right:0px; width:20px; height:20px; margin-top:-10px; line-height:20px; font-weight:600; content:"〉";}
.over_table .scroll_guide p{color: #769cb5;text-align:center;font-size:12px;}
.over_table .scroll_guide p:before{ content:"좌우로 움직이시면 자세한 내용을 확인하실 수 있습니다."; }

.basic_table_s{width:100%;min-width:800px;margin:10px 0;border-top:1px solid #2c60cb}
.basic_table_s th, .basic_table_s td{text-align:center;padding:5px 10px;border:1px solid #ddd;border-top:none;vertical-align:middle;line-height:1.5em}
.basic_table_s thead th{background:#f6f9ff;color:#444;font-size:14px}
.basic_table_s tbody th{background:#f6fbff;color:#444;font-size:14px}
.basic_table_s tbody td{color:#555;font-size:12px}
.basic_table_s tbody td li{padding:0 0 0 12px;margin:0 0 5px 0;background:url("/images/hydrogen/common/li01.png") no-repeat 0 7px;text-align:left}
.basic_table_s tbody td li ul{margin:7px 0}
.basic_table_s tbody td li li{padding:0 0 0 10px;background:url("/images/hydrogen/common/li02.png") no-repeat 0 7px}
.basic_table_s tbody td li li li{padding:0 0 0 12px;background:url("/images/hydrogen/common/li03.png") no-repeat 0 7px}
.basic_table_s tbody td table{border-top:1px solid #2c60cb}
.basic_table_s tbody td .sbtn_go, .basic_table tbody td .sbtn_new, .basic_table tbody td .sbtn_down{white-space:nowrap}

.tb2 {border-right:0;}
.tb2 tbody th { color: #ffffff; background: #02224d;font-weight: 600;}

/* 탭 */
.basic_tab{overflow:hidden;margin:0 0 30px 0;}
.basic_tab li{width:100%;margin-bottom: 4px;}
.basic_tab li a{color: #666;display:block;padding:10px ;background:#fbfbfb;text-align:center;border-radius: 10px;}
.basic_tab li a:hover{color: #575f64; font-weight: 500;}
.basic_tab li.on a {font-weight: 600;}
.basic_tab .new_win{background:url("/images/hydrogen/common/btn_new.png") no-repeat;}
.basic_tab li.on a .new_win {background:url("/images/hydrogen/common/btn_new_on.png") no-repeat;}

/* 버튼 스타일 */
.basic_btn{text-align:center;margin:20px 0}
.basic_btn a{border: 2px solid #b9d3e6; display: inline-block;position: relative;background: #fff; border-radius: 30px; text-align: left;color:#006cb8;margin: 0 5px 10px 5px; padding: 10px 20px;overflow: hidden;}
.basic_btn a.jpg_down,.basic_btn a.ai_down  {padding: 10px 15px 10px 20px; line-height: 2rem;}
.basic_btn a:after {content: "";display:inline-block;width: 25px;height: 18px; margin: 5px 0 -5px;}
.basic_btn span{display:inline-block; margin-right: 10px;}
.basic_btn a:hover, .basic_btn a:focus{background: #006cb8; border:2px solid #006cb8;}
.basic_btn a:hover span, .basic_btn a:focus span {color: #fff; }
.btn_go:after{background:url("/images/hydrogen/common/btn_go.png") no-repeat center;}
.btn_new:after{background:url("/images/hydrogen/common/basic_new.png") no-repeat center;}
.jpg_down:after{background:url("/upload_data/board_data/BBS_0000130/173405446128270.png") no-repeat center;}
.ai_down:after{background:url("/upload_data/board_data/BBS_0000130/173405455164685.png") no-repeat center;}
.btn_down:hover:after, .btn_down:focus:after {background:url("/images/hydrogen/common/btn_down_on.png") no-repeat center;}
.btn_new:hover:after, .btn_new:focus:after {background:url("/images/hydrogen/common/basic_new_on.png") no-repeat center;}
.btn_go:hover:after, .btn_go:focus:after {background:url("/images/hydrogen/common/btn_go_on.png") no-repeat center;}
.ai_down:hover:after, .ai_down:focus:after {background:url("/upload_data/board_data/BBS_0000130/173405505302389.png") no-repeat center;}
.jpg_down:hover:after, .jpg_down:focus:after {background:url("/upload_data/board_data/BBS_0000130/173405505302394.png") no-repeat center;}

.sbtn_go {display:inline-block;margin:2px 5px 2px 0;padding:0 30px 0 0;background:url("/images/hydrogen/common/sbtn_go.png") no-repeat center right 12px #fff;font-size:14px;color: #008b9d;border:1px solid #a0d3d8;border-radius:20px;overflow:hidden;}
.sbtn_go span, .sbtn_down{display:inline-block;color: #008b9d;padding: 2px 15px}
.sbtn_go:hover, .sbtn_go:focus{border:1px solid #008b9d; background: url("/images/hydrogen/common/sbtn_go_on.png") no-repeat center right 12px #008b9d;}
.sbtn_go:hover span, .sbtn_go:focus span {color: #fff;}

.sbtn_new{display:inline-block;margin:2px 5px 2px 0;padding:0 30px 0 0;background:url("/images/hydrogen/common/sbasic_new.png") no-repeat center right 12px #fff;font-size:14px;color: #008b9d;border: 1px solid #a0d3d8;border-radius:20px;overflow:hidden;}
.sbtn_new span{display:block;color: #008b9d;padding: 2px 15px}
.sbtn_new:hover, .sbtn_new:focus{border: 1px solid #008b9d; background: url("/images/hydrogen/common/sbasic_new.png") no-repeat center right 12px #008b9d;}
.sbtn_new:hover span, .sbtn_new:focus span {color: #fff;}

.sbtn_down{display:inline-block;margin:2px 5px 2px 0;padding:0 30px 0 0;background:url("/images/hydrogen/common/sbtn_down.png") no-repeat center right 12px #fff;font-size:14px;color: #008b9d;border: 1px solid #a0d3d8;border-radius:20px;overflow:hidden;}
.sbtn_down span{display:block;color: #008b9d;padding: 2px 15px}
.sbtn_down:hover, .sbtn_down:focus{border: 1px solid #008b9d; background: url("/images/hydrogen/common/sbtn_down.png") no-repeat center right 12px #008b9d;}
.sbtn_down:hover span, .sbtn_down:focus span {color: #fff;}

.txt_link{background:url("/images/hydrogen/common/basic_new.png") no-repeat 99% 60%;background-size: 13px;padding:0 20px 0 0;color:#2177c1;text-decoration:underline}
.txt_link:hover, .txt_link:focus{color: #1f96e5;text-decoration: underline;}

.info_txt::before {content: '';background: url(/images/hydrogen/common/info_ico.png) no-repeat 0; width: 25px; height: 25px; display: inline-block; position: absolute; left: 0;}
.info_txt{ font-family: 'NotoKrR'; padding: 5px 0 5px 35px; line-height: 1.5em;display: inline-block; position: relative;}

.info_box{margin:0 0 20px 0;padding:10px;background:#f2fbf9;border-radius:50px;overflow:hidden;}
.info_box p::before {content: ''; background: url(/images/hydrogen/common/info_ico.png) no-repeat 0; width: 25px; height: 25px; display: inline-block; position: absolute; left: 0;}
.info_box p, .info_box2 p { font-family: 'NotoKrR';color: #002f25;padding: 5px 0 5px 35px; line-height: 1.5em;display: inline-block;position: relative;}
.info_box2{margin:0 0 20px 0;padding:10px;background:#eff9ff;border-radius:50px;overflow:hidden;}
.info_box2 p::before {content: ''; background-position-x: 100%;background: url(/images/hydrogen/common/info_ico.png) no-repeat 100%; width: 25px; height: 25px; display: inline-block; position: absolute; left: 0;}
.info_box2 p{color: #02224d;}

.line_dot {border-top: 1px dashed #e1e1e1; padding-top: 10px; margin-top: 10px;}
.line_sol {border-top: 1px solid #e1e1e1; padding-top: 10px; margin-top: 10px;}

/* 링크연결 컨텐츠 */
.link_box{padding: 30px 0 20px;text-align:center;border: 3px solid #e8f2fb;border-radius: 20px;box-shadow: 0 5px 10px rgba(169,198,242,.3);background: #eef7ff;overflow: hidden;}
.link_box dt{color:#17469e;font-family: GmarketSans;font-size:24px;font-weight:bold;margin:30px 0 0 0}
.link_box dd{margin:15px 0 0 0;line-height:1.5em}
.link_box dd a{display:inline-block;background:#0073e8;border-radius:100px;color:#fff;text-align:left;font-size:16px;margin:0 5px 10px 5px;padding:0 0 0 40px}
.link_box dd a:hover{background:#005399;}
.link_box dd a span{display:block;padding:10px 40px 10px 20px;background:url("/images/hydrogen/common/btn_new.png") no-repeat left center}
.link_box .basic_btn a{background: #fff;}

/* 모바일 이미지 확대보기 */
.big_img{border: 1px solid #b9d3e6; position: relative; padding: 20px; margin: 5px 0; text-align: center; border-radius: 10px; overflow: hidden;}
.big_img img{width:100%;border-radius: 5px;}
.big_img a{position:absolute;background-size: 15px;bottom:0;right:0;display:block;background:url("/images/hydrogen/common/btn_file_w.png") no-repeat 15px center #0a66a3;color:#fff;padding:10px 10px 10px 40px;border-radius: 20px 0 10px 0px;}

.w100{border-radius: 10px;margin-bottom: 50px;}
.w100 img, img.w100{width:100%;border-radius: 20px; box-shadow: 0 0 20px rgb(212 239 255);}

/* 이미지 코멘트 */
.comment{display:block;overflow:hidden;position:absolute;font-size:1.8em;left:-5000px;top:0;}

.map_area{border: 1px solid #b9d3e6; border-radius: 20px; overflow: hidden;}
.map_area img{width:100%}

strong {font-weight: 600;}
/* 폰트 사이즈 : 기본적으로 작성은 되어있으나 사용여부는 디자이너 판단 */
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px !important;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs23{font-size:23px;}
.fs24{font-size:24px;}
.fs25{font-size:25px;}
.fs26{font-size:26px;}

/* 기본 마진 : 상황에 따라 추가 가능 */
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}

.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}

.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}

.mb0{margin-bottom:0 !important}
.mb05{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px !important}
.mb30{margin-bottom:30px !important}

/* 기본 패딩 : 상황에 따라 추가 가능 */
.p0{padding:0 !important;}
.pb0{padding-bottom:0px !important}
.pb10{padding-bottom:10px !important}
.pb20{padding-bottom:20px !important}
.pb30{padding-bottom:30px !important}

.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}

.pr10{padding-right:10px;}
.pr20{padding-right:10px;}
.pr30{padding-right:10px;}

.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}
.pt100{padding-top:100px !important}

/* 기본 선 : 상황에 따라 추가 가능 */
.bd_eb{border: 1px solid #ebebeb;}
.bd_B9{border: 1px solid #B9B9B9;}

/* 기본 라운드 : 상황에 따라 추가 가능 */
.br10{border-radius: 10px;}
.br15{border-radius: 15px;}
.br20{border-radius: 20px;}
.br30{border-radius: 30px;}
.br40{border-radius: 40px;}
.br50{border-radius: 50px;}



/* 배경 없앰 */
.bg_none{background:none !important;}

.va_top{vertical-align:top !important;}

/* 컨텐츠 float */
.f_left{float:left;}
.f_right{float:right;}

/* float 해제 */
.clear{clear:both}

/* 이미지 및 컨텐츠 정렬 시. */
.txt_center{text-align:center !important}
.txt_right{text-align:right !important}
.txt_left{text-align:left !important}



/* ************************* E : common style************************** */
/*sitemap*/
.sitemap li li {margin-bottom: 10px;}
.sitemap li li a {color: #fff;background: #006fb8;font-weight: 500;font-size: 18px;display: block;padding: 10px;text-align: center; border-radius: 10px 20px 10px 10px;}
.sitemap a:hover,.sitemap a:active, .sitemap a:focus {text-decoration: underline;}
.sitemap li li a:hover, .sitemap li li a:active, .sitemap li li a:focus {font-weight: 600;}
.sitemap h4 .new_win {background: url("/images/hydrogen/common/btn_new.png") no-repeat;}
.sitemap li li a .new_win {background: url("/images/hydrogen/common/btn_new_on.png") no-repeat;}

@media all and (min-width:768px) {
.sitemap li ul {display: flex; align-items: center; justify-content: space-around;background: #fff;border: 1px solid #b9d3e6;box-shadow: 0 5px 10px #87bade33; border-radius: 20px 40px 20px 20px;}
.sitemap li li {margin: 0; width: -webkit-fill-available;}
.sitemap li li a {color: #006fb8; background: none; border-radius: 0; position: relative; padding: 30px 10px;}
.sitemap li li a::after {content: '';background: #b9d3e6; width: 1px; height: 30px;position: absolute; right: 0;}
.sitemap li li:last-of-type a::after {content: none;}
.sitemap li li a .new_win {background: url("/images/hydrogen/common/st_btn_new.png") no-repeat;}
}

@media all and (min-width:1023px) {
.sitemap>ul>li {margin-bottom: 50px;}
.sitemap li li a {font-size: 20px;}
}                              


/* Tablet */
@media all and (min-width:768px) {
.basic_box>div, .basic_box2>div{padding:30px}

.basic_tab ul {background-color: #fbfbfb; border-radius: 50px;overflow: hidden;}
.basic_tab li{width: 32.3%; margin: 0;box-sizing: border-box; border-radius: 0; display: inline-block; padding: 10px 0;}
.basic_tab a {padding: 20px;position: relative;background: none; }
.basic_tab a::after { content: ''; background: #e1e1e1; width: 1px; height: 30px;display: inline-block;right: 0; position: absolute; top: 8px;}
.basic_tab li:last-of-type a::after {content: none;}
.basic_tab .col3 li, .basic_tab2 .col3 li{width: 32.3%;}
.basic_tab .col2 li, .basic_tab2 .col2 li {width:49%;}
.basic_tab .col2 li a::after { content: ''; background: #e1e1e1; width: 1px; height: 30px;display: inline-block;right: 0; position: absolute; top: 8px;}
.basic_tab .col2 li:nth-of-type(2n) a::after {content: none;}
.basic_tab .col4 li, .basic_tab2 .col4 li {width:24%;}
.basic_tab .col4 li a::after {content: ''; background: #e1e1e1; width: 1px; height: 30px;display: inline-block;right: 0; position: absolute; top: 8px;}
.basic_tab .col4 li:nth-of-type(4n) a::after {content: none;}
.basic_tab .col5 li, .basic_tab2 .col5 li {width: 19%;}
.basic_tab .col5 li a::after {content: ''; background: #e1e1e1; width: 1px; height: 30px;display: inline-block;right: 0; position: absolute; top: 8px;}
.basic_tab .col5 li:nth-of-type(5n) a::after {content: none;}

.basic_stab{text-align: right;}
.basic_stab .form_sel{width:200px;}
.basic_stab .form_sm{width:100px;}

.basic_box .img{overflow:hidden}
.basic_box .img span{text-align:left;margin:0 3% 0 0;float:left;width:15%}
.basic_box .img span img{width:100%}
.basic_box .img dl, .basic_box .img ul, .basic_box .img p{float:left;width:82%}

.basic_box2 .img{overflow:hidden}
.basic_box2 .img span{text-align:left;margin:0 3% 0 0;float:left;width:15%}
.basic_box2 .img span img{width:100%}
.basic_box2 .img dl, .basic_box2 .img ul, .basic_box2 .img p{float:left;width:82%}

.notice_box {padding: 20px 40px 40px;}
.notice_box>div>h4 {font-size: 23px;}
	
.info_box, .info_box2{padding: 10px 20px;}

.link_box{padding:50px 75px;text-align: left;}
.link_box p{float:left;width:45%;}
.link_box p img{width:90%;max-width:268px}
.link_box dl{float:left;width:55%}
.link_box dt{font-size:32px}
.link_box .basic_btn{text-align: left;}

.reser_step ol {flex-direction: row;gap: 2rem;}
.reser_step li {min-width: 200px; min-height: 150px;}
.reser_step li::after {content: none;}
.reser_step ol.col4 {gap: 1rem;flex-wrap: wrap; max-width: 728px; margin: auto;}
.reser_step ol.col4 li {min-width: 250px; }

.notice_box .txt_a {padding: 15px 30px;}
.notice_box>div::after {width: 107px;top: -10px; height: 150px;transform: none; left: 0;border-radius: 0 50% 50% 0;background: url(/images/hydrogen/common/notice_ico2.png) no-repeat left center #f5f6f6; }

.big_img {padding: 30px; border-radius: 20px 20px 40px;}
.big_img img{width:100%}

.details_no_content img {width: 250px;}

}

/* Desktop */
@media all and (min-width:1023px) {
.basic_tab { max-width: 1000px;margin: auto;}
.basic_tab .col3 li, .basic_tab2 .col3 li{width:32.333%;}
.basic_tab .col2 li, .basic_tab2 .col2 li {width:49%;}
.basic_tab .col4 li, .basic_tab2 .col4 li {width:24%;}
.basic_tab .col5 li, .basic_tab2 .col5 li {width: 19%;}

.reser_step ol {gap: 4em;}
.reser_step li::after {content: ''; bottom: 4em;left: auto; transform: none;right: -2.5em;}
.reser_step ol.col4 {gap: 4rem;max-width: 100%;}
.reser_step ol.col4 li {min-width: 200px;}

.big_img a{display:none}

.w100 img, img.w100{width:auto;max-width: 100%;}

.over_table .scroll_guide{display:none;}

.details_no_content img {width: 319px; margin:0;}
}
@media all and (min-width:1400px) {

}

@media all and (min-width:768px) {

}
@media all and (min-width:1023px) {

}                                                                                                                                                                                    