.flex{display: flex;}

.flex_a {display: flex; align-items: center;}

.flex_bw{display: flex; justify-content: space-between; align-items: center;}

.flex_ad{display: flex; justify-content: space-around; align-items: center;}

.flex_c {display: flex; justify-content: center; align-items: center;}

.flex_bt {display: flex; justify-content: space-between;}

.flex_ed {display: flex; justify-content: end; align-items: center;}

.in-bl-p {font-size: 0!important;}

.in-bl-p > * {display: inline-block;vertical-align:top; font-size: 1.6rem;}

.at-container {width: 1200px; margin: 0 auto; position: relative;}

.textline2 {width: 100%; text-overflow: ellipsis; overflow: hidden;  word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical}




/* 체크박스 */
.chk_box_wrap input[type="checkbox"] { 
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #202020;
    outline: none;
    cursor: pointer;
    background-color: white;
    vertical-align: top; margin-right: 10px; cursor: pointer;
    border-radius: 0px;
}


.chk_box_wrap input:checked::after {content: "\2713";
    font-size: 18px;
    font-weight: 800;
    color: #00545e;
    display: block;
    text-align: center;
    line-height: 16px;}

.chk_box_wrap label {margin-right: 20px; cursor: pointer;}




/* 헤더 */
.header {width: 100%; position: relative; border-bottom: 2px solid #00A6BB;}
.header_bg {width: 100%; height: 330px; border-bottom: 2px solid #D2D2D2; position: absolute; top: 124px; left: 0; background-color: rgba(255, 255, 255, 0.9); z-index: 9; display: none;}
.header_inner {width: 1440px; margin: 0 auto; padding-top: 45px; position: relative; height: 122px; justify-content: space-between;}
.header_inner .header_login_wrap {position: absolute; top: 17px; right: 0;}
.header_menu_li {gap: 0 50px; text-align: center; align-items: center;  align-items: end;}
.header_menu_li > li {width: 132px;  height: 50px; position: relative;}
.header_menu_li > li a {padding-bottom: 18px; font-size: 20px; font-weight: 500; width: 100%; display: block;}
.header_menu_li > li > a:hover {border-bottom: 4px solid #00A6BB; color: #00A6BB;}
.header_menu_li > li > a.on {border-bottom: 4px solid #00A6BB; color: #00A6BB;}
.h_right_btn_wrap {gap: 0 10px; align-items: center;}
.h_right_btn_wrap > button {width: 120px; height: 40px; font-size: 1.8rem; font-weight: 500;}
.h_right_btn_wrap > button.membership_btn {border: 1px solid #00545E; color: #00545E;}
.h_right_btn_wrap > button.support_btn {background-color: #00545E; color: #FFF;}

.header_login_wrap > a {font-size: 1.4rem;}
.header_login_wrap > a::after {content: "|"; display: inline-block; color: #D2D2D2; margin: 0 20px;}
.header_login_wrap > a:last-child::after {content: ""; display: none;}
.header_menu_li > li > .header_in_menu {position: absolute; top: 80px; left: 0; z-index: 9; width: 100%; display: none;}
.header_menu_li > li > .header_in_menu > li > a {font-size: 1.6rem; padding-bottom: 20px;}
.header_menu_li > li > .header_in_menu > li > a.on {color: #00A6BB;}
.header_menu_li > li > .header_in_menu > li > a:hover {color: #00A6BB;}
.header_bg > img {padding-left: 300px; margin-top: 30px;}

/* 푸터 */
footer {width: 100%; }
footer .customer_wrap {border-bottom: 1px solid #D2D2D2; padding: 40px;}
footer .customer_wrap img {width: 100%;}
.footer_inner {width: 1440px; margin: 0 auto;}
.footer_top_wrap {padding: 34px 0; border-bottom: 1px solid #D2D2D2;}
.footer_top_left > h4 {margin-bottom: 20px; font-size: 3.6rem; font-weight: 600;}
.footer_top_left > p {font-weight: 500; font-size: 1.8rem;}
.footer_top_right .footer_input_wrap {gap: 0 10px; margin-bottom: 20px; justify-content: flex-end;}
.footer_top_right .footer_input_wrap input[type="text"] {padding: 20px; border: 1px solid #202020; font-size: 14px; font-weight: 300; border-radius: 0;}
.footer_input_wrap input.mail_input { width: 300px;}
.footer_top_right .footer_input_wrap > button {width: 210px; height: 58px; background-color: #202020; color: #FFF; font-weight: 600; font-size: 2.4rem;}
.footer_chk_box_wrap > p {display: inline-block; color: #505050; font-size: 1.8rem; font-weight: 600; margin-right: 30px;}
.footer_bottom_wrap {padding: 34px 0;}
.footer_inner .f_sp_btn {width: 210px; height: 60px; background-color: #00545E; color: #FFF; font-size: 2.4rem; font-weight: 600;}
.footer_bt_det_wrap .f_terms_wrap a {display: inline-block; font-size: 14px;}
.footer_bt_det_wrap .f_terms_wrap a.b_txt {font-weight: 600;}
.footer_bt_det_wrap .f_terms_wrap a::after {content: "|"; display: inline-block; margin: 0 10px; font-weight: 400;}
.footer_bt_det_wrap .f_terms_wrap {margin-bottom: 20px;}
.footer_bt_det_wrap .f_terms_wrap a:last-child::after {content: ""; display: none;}
.footer_bt_det_wrap .f_info_txt > p {font-size: 12px; margin-bottom: 10px;}
.footer_bt_det_wrap .f_info_txt > p.f_info_ftxt {margin-bottom: 20px;}
.footer_bt_det_wrap .f_info_txt > span {font-size: 12px;}
.footer_top_mb_wrap {display: none; border-bottom: 2px solid #D2D2D2;}
.footer_top_mb_wrap .f_m_info_chk {margin-top: 20px;}
footer .chk_box_wrap label:last-child {margin-right: 0;}
footer .ft_sp_btn {display: none; }
.footer_top_right .footer_input_wrap > button.ft_sp_btn {background-color: #00545E;}
.footer_bt_det_wrap {width: 60%;}
.footer_bottom_wrap img.f_l_img2 {display: none;}