﻿@charset "utf-8";
@import url("https://cep.i-on.net/css/font-awesome/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&family=Poppins:wght@100;200;300;400;500;600;700&display=swap'); 
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');


/* ========================== 초기화 [s] */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
body{background:#fff;font-size:0.81em;font-family:'pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'pretendard'}
ol, ul, dl, dt, dd{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
input, button{margin:0;padding:0;font-family:'Noto Sans KR'}
input[type="submit"]{cursor:pointer}
button{cursor:pointer}
textarea, select{font-family:'Noto Sans KR'}
select{margin:0}
a{color:#222;text-decoration:none}
label, input, button, select, img{vertical-align:middle}
legend {display:none;}
body{font-size:0.81em}
*, :after, :before{box-sizing:border-box}
*{-webkit-text-size-adjust:none}
.sound_only{display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
:root{--primary:#1465f4;--k-font:'Pretendard';--e-font:'poppins'}
/* ========================== 초기화 [e] */

:root {
    --mainsize: 1200px;--color01:#1465F4;--color02:#4B8CFF;--color03:#89C6FF;--color04:#B3E1FE;
}

strong {
	font-weight:700;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.bo_cont .row .col-12 img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.bo_cont .row .col-12 img + div {
    margin: 10px 0 0 0 !important;
}
.bo_cont .row > * {
    padding-right: 0;
    padding-left: 0;
}
.bo_cont .row {
    
    margin: 40px auto 28px auto;
}

.bo_cont .row .col-12 h3 {
    margin: 0;
	font-size: 1.25rem;
	font-weight: 500;
}
.justify-content-center {
    justify-content: center !important;
}
.row {
    --si-gutter-x: 1.5rem;
    --si-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--si-gutter-y));
    margin-right: calc(-0.5 * var(--si-gutter-x));
    margin-left: calc(-0.5 * var(--si-gutter-x));
}
.row>* {
	flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--si-gutter-x) * .5);
    padding-left: calc(var(--si-gutter-x) * .5);
    margin-top: var(--si-gutter-y);

}
/***
#sh_content{position:relative;z-index:200;min-height:580px;padding:0;margin:40px auto}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

#sh_content{position:relative;max-width:var(--mainsize);min-height:440px;margin:30px auto;color:#777;line-height:1.5;font-family:'pretendard'}

#sh_content{position:relative;z-index:15;min-height:580px;margin:0 auto;padding:50px 0}
***/

#sh_content{position:relative;z-index:200;min-height:580px;padding:0;margin:40px auto}
#sh_content:after{display:block;visibility:hidden;clear:both;content:""}

.xl_button {
background-color: var(--primary);padding:10px 20px;border:1px solid #0056b3;border-radius: 5px;color:#FFF;font-size:16px;
}

/* ========================== Language */
/*다국어 링크 */
.language-switcher {
    position: relative;
    /*top: 20px;
        right: 20px;*/
    font-size: 14px;
}

.language-button {
    padding: 10px 15px;
    /* background-color: #f0f0f0; */
    border: none;
    cursor: pointer;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: -30px;
    left: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-radius: 10px;
    z-index: 20;
}

.language-dropdown li a:hover {
    background-color: lavender;
    /*border-radius: 10px;*/
}

.language-dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    line-height: 24px;
    border-radius: 10px;
}

.btn-website {
padding: 10px 20px;
margin: 20px 0px;
background-color: #0061f2;
color: #FFF;
border: 1px solid #0061f2;
border-radius: 5px;
}

/* ========================== HEADER */
#sh_hd{position:absolute;z-index:15;width:100%;font-size:15px;font-family:var(--e-font),var(--k-font)}
#shGnb{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%;height:100px;padding:0 100px;transition:all .2s}
#shGnb.on{border-bottom:1px solid #e1e1e1}
#shGnb.sub{position:absolute}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:320px;background:#fff}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}

/* 대분류  */
#shGnb .sh_nav{margin-right:45px}
#shGnb .sh_nav > ul > li{float:left;position:relative;line-height:100px;transition:all .4s ease-in-out}
#shGnb .sh_nav > ul > li > a{position:relative;z-index:20;display:block;padding:0 30px;font-size:15px;font-weight:500;color:#fff;transition:all .2s;font-family:var(--main-font)}
#shGnb .sh_nav > ul > li:hover > a{color:var(--primary)!important}
#shGnb .sh_nav > ul > li:hover .sh_lnb_s:before{width:calc(100% + 40px);opacity:1}f#shGnb.fix #pfBtn.active
#shGnb .sh_nav > ul > li:hover .sh_lnb_s a{color:#777}
#shGnb .sh_nav > ul > li:hover .sh_lnb_s a:hover{color:var(--primary)}
#shGnb.on .sh_nav > ul > li > a{padding:0 50px;color:#222}
#shGnb.on #pfBtn span:before{background:#222}
#shGnb.on #pfBtn span:after{background:#222}
#shGnb.on #pfBtn span{background:#222}

/* 소분류 */
#shGnb .sh_lnb_s{display:none;position:absolute;left:50%;transform:translateX(-50%);min-width:100%;width:max-content;padding-top:25px;min-height:145px}
#shGnb .sh_lnb_s:before{opacity:0;display:block;content:"";position:absolute;left:50%;top:-1px;z-index:-1;transform:translateX(-50%);width:0;height:1px;background:var(--primary);transition:all .2s}
#shGnb .sh_lnb_s li a{display:block;font-size:15px;font-weight:500;line-height:1.8;text-align:center;color:#555;transition:all .2s}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}

/* 메뉴버튼 */
#pfBtn{display:flex;position:absolute;top:0;right:100px;z-index:101;height:100px;cursor:pointer;transition:all .2s}
#pfBtn span{display:block;position:relative;width:24px;height:2px;margin:auto;background:#fff;transition:all .2s}
#pfBtn span:before, #pfBtn span:after{display:block;content:"";position:absolute;top:0;width:100%;height:2px;background:#fff;transition:all .2s}
#pfBtn span:before {top:-6px}
#pfBtn span:after{top:6px}
#pfBtn.active{position:fixed}
#pfBtn.active span{border:none;background:transparent}
#pfBtn.active span:before{top:0;transform:rotate(45deg);background:#fff}
#pfBtn.active span:after{top:0;transform:rotate(-45deg);background:#fff}

/* 메뉴오픈 */
#pfWrap{display:none;position:fixed;top:0;left:-100%;z-index:100;width:100%;height:100%;background-color:rgba(0,0,0,.6);backdrop-filter:blur(10px)}
#pfWrap .bg_wrap{position:absolute;z-index:1;width:30%;margin:0 auto}
#pfWrap .bg{position:absolute;left:0;top:0;width:0;max-height:980px;height:100vh;margin-left:0;background:url(../img/common/bg.jpg) left no-repeat;background-size:cover}
.pf_cate{position:absolute;right:0;top:0;width:0;height:100%;background-color:var(--primary)}
.pf_cate > ul{position:absolute;top:50%;transform:translateY(-50%);width:100%;padding:0 15%}
.pf_cate > ul > li{opacity:0;margin-left:100px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.25)}
.pf_cate > ul > li+li{margin-top:40px}
.pf_cate > ul > li > a{display:block;width:max-content;margin-bottom:20px;font-size:32px;color:#fff;font-family:var(--main-font)}
.pf_cate > ul > li:nth-child(1){animation-delay:.4s}
.pf_cate > ul > li:nth-child(2){animation-delay:.5s}
.pf_cate > ul > li:nth-child(3){animation-delay:.6s}
.pf_cate > ul > li:nth-child(4){animation-delay:.7s}
.pf_cate > ul > li:nth-child(5){animation-delay:.8s}
.pf_cate > ul > li ul{display:flex;flex-wrap:wrap}
.pf_cate > ul > li ul li+li{margin-left:25px}
.pf_cate > ul > li ul a{opacity:0.6;font-size:18px;font-weight:500;color:#fff;transition:all .2s}
.pf_cate > ul > li ul a:hover{opacity:1}

/* 상단 버튼 및 오픈메뉴 */
#topmenuM{display:none;width:100%;line-height:1.8;padding:15px}
#m_navBtn{position:absolute;top:50%;right:15px;z-index:30;width:30px;height:30px;transform:translateY(-50%)}
#m_navBtn span{display:block;position:relative;top:50%;width:100%;height:2px;transform:translateY(-50%)}
#m_navBtn span::before{display:block;position:absolute;top:-6px;width:100%;height:100%;background-color:var(--primary);content:""}
#m_navBtn span::after{display:block;position:absolute;top:6px;right:0%;width:40%;height:100%;background-color:var(--primary);content:""}
#m_navBtn.on{position:fixed;top:27px}
#m_navBtn.on span:before{top:0;right:-4px;transform:rotate(45deg);background-color:#000}
#m_navBtn.on span:after{top:0;right:-4px;width:100%;transform:rotate(-45deg);background-color:#222}
#navWrap{position:fixed;left:0;top:0;z-index:15;width:100%;height:100%;background-color:rgba(0,0,0,.7)}
#navWrap .inner{overflow-y:scroll;opacity:0;position:fixed;right:-40px;top:0;z-index:999;min-width:300px;width:75%;height:100%;padding:60px 0;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#navWrap.on .inner{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#navWrap .inner:before, #navWrap .inner:after{opacity:0;display:block;position:fixed;top:0;right:-40px;z-index:1;content:"";min-width:300px;width:70%;height:60px;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#navWrap .inner:after{top:auto;bottom:0}
#navWrap.on .inner:before, #navWrap.on .inner:after{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#navWrap .inner .mo_hd_copy{position:fixed;right:0;bottom:15px;z-index:2;min-width:300px;width:70%;font-size:12px;text-align:center;color:#888}
#navWrap .user_tip{padding:10px 20px;background-color:#f5f5f5}
#navWrap .user_tip li{display:inline-block}
#navWrap .user_tip li+li{margin-left:10px}
/* 대분류 */
#topmenuM .m_lnb .m_bmenu{display:block;position:relative;width:100%;height:52px;padding:0 20px;border:none;border-bottom:1px solid #ddd;background:none;font-size:16px;line-height:52px;color:#222;text-align:left;font-family:'Noto Sans KR';font-weight:500}
#topmenuM .m_lnb .m_bmenu:after{float:right;content:"\f107";font-family:'Font Awesome 5 Free';font-weight:600;}
#topmenuM .m_lnb .m_bmenu.on:after{content:"\f106";font-weight:600;}
/* 소분류 */
#topmenuM .m_smenu{display:none;padding:15px 20px;border-bottom:1px solid #ddd;background-color:#f2f3f5}
#topmenuM .m_smenu li a{font-size:14px;color:#777}

/* ========================== MAIN */
#sh_section{overflow:hidden;position:relative;font-size:16px;font-weight:500;line-height:1.65;color:#777;font-family:var(--e-font),var(--k-font)}
#sh_section .top_cont{display:flex;align-items:flex-end;justify-content:space-between;position:relative;padding:0 210px;margin:0 auto}
#sh_section .tit_area b{font-size:15px;font-weight:500;text-transform:uppercase;color:var(--primary);font-family:var(--e-font)}
#sh_section .tit_area p{padding:20px 0 40px;font-size:45px;font-weight:700;line-height:1.3;color:#222;white-space:pre-line;font-family:var(--k-font)}
#sh_section .view_btn{width:212px;height:75px;border-radius:40px;border:1px solid var(--primary)}
#sh_section .view_btn a:before{position:absolute;left:14px;top:10px;width:52px;height:52px;border-radius:30px;content:'';z-index:-1;background:var(--primary);transition:all .2s}
#sh_section .view_btn a{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%;padding-left:74px;font-weight:700;font-size:18px;line-height:52px;color:var(--primary);transition:all .3s;font-family:var(--k-font)}
#sh_section .view_btn a span{position:absolute;top:16px;left:28px;transition:all .3s;color:#fff}

/* ========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* ========================== FOOTER */
#sh_ft{z-index:5;font-size:14px;line-height:1.8;text-align:center;color:#222;background:#222;font-family:var(--e-font), var(--k-font)} 
#sh_ft .wrap{max-width:1500px;margin:0 auto}
#sh_ft .wrap .top{display:flex;align-items:flex-start;justify-content:space-between;padding:137px 0 65px}
#sh_ft ul{display:flex;align-items:flex-start;flex-direction:column;justify-content:end;}
#sh_ft ul li a{font-size:32px;font-weight:300;color:#fff}
#sh_ft ul li{position:relative;transition:.4s}
#sh_ft .bottom{display:flex;align-items:center;/*justify-content:space-between;*/padding-bottom:130px}
#sh_ft .info {font-size:15px;font-weight:300;color:rgba(255, 255, 255, 0.3);text-align:left;position:absolute;}
#sh_ft .copy{/*display:flex;align-items:center;justify-content:end;gap:40px;*/font-size:15px;font-weight:300;color:rgba(255, 255, 255, 0.5);font-family:var(--k-font);position:relative;width:100%;}
#sh_ft .copy a{color:rgba(255, 255, 255, 0.5)}
#sh_ft .link{display:flex;align-items:center;gap:40px}
#sh_ft #toTop{display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:9;width:121px;height:121px;border-radius:100%;background:#000;transition:all .4s;cursor:pointer;pointer-events:auto}
#sh_ft #toTop svg{width:32px;height:32px;margin:auto;color:#fff}
#sh_ft .wrap_sub .top{padding:80px 0 45px}
#sh_ft .wrap_sub .bottom{padding-bottom:55px}


.footer_sns {
display: inline-block;width:100%;text-align: right;
}

.footer_sns ul {
flex-direction: unset !important; justify-content: end;
}

.footer_sns li {
margin-left:20px;
}

.footer_policy {
display: inline-block; width:100%;text-align: right;
}


/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:10px;bottom:95px;z-index:101;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background:var(--primary);box-shadow:5px 5px 5px rgba(0,0,0,.2);-webkit-transition:all .2s;transition:all .2s}
#fix_tel.active{opacity:1;margin-right:0}
#sh_ft_btns{display:none;padding:15px}
#sh_ft_btns .btns{overflow:hidden}
#sh_ft_btns .row2 a{width:50%}
#sh_ft_btns a{float:left;display:block;width:100%;height:55px;font-size:16px;line-height:55px;color:#fff;text-align:center;background:var(--primary);font-family:'Noto Sans KR';font-weight:700}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Poppins'}
#sh_ft_btns a i{padding-right:5px;font-size:18px}
#sh_ft_btns a.kakao{font-weight:normal;color:#402325;background-color:#ffe500}

/* 반응형 [s] */
@media (hover:hover){
#sh_section .view_btn a:hover:before{width:100%;height:100%;top:0;left:0;border-radius:50px}
#sh_section .view_btn a:hover{margin:0;color:#fff}
#sh_section .view_btn a:hover span{left:45px}
#sh_ft ul li:hover{padding-left:15px}
#sh_ft ul li:hover a{color:var(--primary);font-weight:700}
#sh_ft #toTop:hover{background:var(--primary)}
}
@media (max-width:1380px){
#sh_section .top_cont{padding:0px;width:85%}
#sh_section .tit_area p{padding:16px 0 36px;font-size:42px}
#sh_section .view_btn{width:190px;height:68px}
#sh_section .view_btn a:before{top:7px;left:11px}
#sh_section .view_btn a span{top:13px;left:25px}
#sh_ft .wrap .top{width:95%;margin:auto}
#sh_ft .bottom{width:95%;margin:auto}
#sh_ft .copy p{word-break:keep-all}
}
@media (max-width:1024px){
#shGnb{display:none}
#topmenuM{display:block}
#navWrap{display:none}
#sh_section .top_cont{width:95%}
#sh_section .tit_area p{padding:12px 0 28px;font-size:34px}
#sh_section .view_btn{width:150px;height:54px}
#sh_section .view_btn a{padding-left:48px;font-size:16px}
#sh_section .view_btn a:before{top:4px;left:5px;width:44px;height:44px}
#sh_section .view_btn a span{top:7px;left:15px}
#sh_section .view_btn a:hover span{left:25px}
#sh_ft .wrap .top{padding:75px 0 40px}
#sh_ft ul li a{font-size:26px}
#sh_ft #toTop{width:78px;height:78px}
#sh_ft .bottom{display:block;}
#sh_ft .wrap_sub .bottom{padding-bottom:42px}
#sh_ft .info{font-size:14px}
#sh_ft .copy{gap:26px;font-size:14px}
#sh_ft .link{gap:26px}
}
@media (max-width:768px){
#sh_section .top_cont{position:unset !important;flex-direction:column;align-items:center;gap:18px;margin-bottom:40px}
#sh_section .tit_area{width:100%;text-align:center}
#sh_section .tit_area b{font-size:14px}
#sh_section .tit_area p{padding:10px 0 22px;font-size:28px}
#sh_section .tit_area span{font-size:15px}
#sh_section .view_btn{width:136px;height:50px}
#sh_section .view_btn a{padding-left:44px;font-size:15px}
#sh_section .view_btn a:before{width:40px;height:40px}
#sh_section .view_btn a span{top:5px;left:13px}
#sh_section .view_btn a:hover span{left:23px}
#sh_ft .wrap .top{padding:50px 0 25px}
#sh_ft ul li a{font-size:22px}
#sh_ft #toTop{width:60px;height:60px}
#sh_ft #toTop svg{width:26px;height:26px}
#sh_ft .bottom{}
#sh_ft .wrap_sub .bottom{padding-bottom:28px}
#sh_ft .copy{flex-direction:column;align-items:start;gap:0px}
#sh_ft .link{gap:12px}
}
@media (max-width:480px){

#sh_ft .bottom{display:block;padding-bottom:95px !important;}
#sh_hd.sub{position:relative;background-color:#222}
#sh_content{padding:50px 0px}
#sh_section .tit_area p{padding:10px 0 18px;font-size:24px}
#sh_section .tit_area span{font-size:14px}
#sh_section .view_btn{ /* display:none */ }
#sh_ft .wrap .top{padding:40px 0 15px}
#sh_ft ul li a{font-size:18px}
#sh_ft #toTop{width:52px;height:52px}
#sh_ft #toTop svg{width:24px;height:24px}
#sh_ft .bottom{}
#sh_ft .wrap_sub .bottom{padding-bottom:12px}
#sh_ft .wrap .top {}
#sh_ft .info{font-size:13px;}
#sh_ft .copy{font-size:13px;position:relative;/*top:-190px;*/}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}

.footer_policy {
text-align:left;
}
.footer_sns {
text-align:left;
}
.footer_sns ul {
justify-content:start;
}
#sh_ft ul {
justify-content:start;
}
.footer_sns li {
margin-left: 0px;
margin-right:20px;
}



}
@media (max-width:380px){
#sh_section .top_cont{margin-bottom:34px}
#sh_section .tit_area b{font-size:13px}
#sh_section .tit_area p{padding:6px 0 12px;font-size:22px}
#sh_section .tit_area span{font-size:13px}
#sh_ft .wrap .top{padding:35px 0 10px}
#sh_ft ul li a{font-size:16px}
}
/* 반응형 [e] */



#openModal1Btn, #openModal2Btn {
    cursor: pointer;
}
 
.modal {
    display: none;
    /* 기본적으로 숨김 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 1000;
}
.mw1200{
    max-width: 1200px !important;
}
.modal-header,
.modal-body,
.modal-footer {
    padding: 16px;
}

.modal-header {
    font-size: 18px;
    font-weight: bold;
    /* border-bottom: 1px solid #ddd; */
}

.modal-footer {
    text-align: right;
    /* border-top: 1px solid #ddd; */
}

.modal-body {
    height: fit-content;
    max-height:450px;
    overflow-y: auto;
    width:100%;
}

.overlay {
    display: none;
    /* 기본적으로 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.btn {
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn:hover {
    background-color: #0056b3;
}

.privacy-list {
    font-size: 14px;
    padding: 5px;
}

.privacy-list li {
    line-height: 24px;
}

.modal-desc-list {
    font-size: 14px;
}

.modal-desc-list dt {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 30px;
}

.modal-desc-list dd ul li {
    line-height: 24px;
}

.modal-desc-list-dot {
    font-size: 14px;
}

.modal-desc-list-dot dt {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.modal-desc-list-dot dd ul li {
    line-height: 24px;
    list-style: auto;
    margin-left: 25px;
}


.loader {
  width: 16px;
  height: 16px;
  box-shadow: 0 30px, 0 -30px;
  border-radius: 4px;
  background: #f1f2f4;
  display: block;
  margin: 0px auto 0;
  position: relative;
  color: #1465f1;
  transform: translateY(30px);
  box-sizing: border-box;
  animation: animloader 2s ease infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  box-shadow: 0 30px, 0 -30px;
  border-radius: 4px;
  background: #f1f2f4;
  color: #1465f1;
  position: absolute;
  left: 30px;
  top:30px;
  animation: animloader 2s 0.2s ease infinite;
}
.loader::before {
  animation-delay: 0.4s;
  left: 60px;
}

@keyframes animloader {
  0% {
    top: 0px;
    color: #1465f1;
  }
  50% {
    top: 30px;
    color: rgba(158, 196, 250, 0.2);
  }
  100% {
    top: 0px;
    color: #1465f1;
  }
}
.hidden {
    /* visibility: hidden; */
    display: none;
}
.showup {
    /* visibility: visible; */
    display: block;
}    



.form-input {
margin-top: 3px;
margin-bottom: 15px;
padding: 5px;
width: 100%;
border: 1px solid #888;
border-radius: 5px;
line-height: 24px;
box-sizing: border-box;
}

.form-select {
margin-top: 3px;
margin-bottom: 15px;
padding: 5px;
width: 100%;
border: 1px solid #888;
border-radius: 5px;
line-height: 24px;
}

label {
font-size: 14px;
font-weight: 600;
color: #333
}

.form-textarea {
width: 100%;
border: 1px solid #888;
border-radius: 5px;
margin: 3px 0px;

}

.form-button {
padding: 5px 10px;
}
.form-box {
justify-items: center;
}
.form-box ul {
width: 95%;
}

.form-box ul li {
width: 50%;
padding: 5px 10px;
box-sizing: border-box;
float: left;
line-height: 20px;
}

.form-box ul li:nth-child(odd) {
width: 50%;
padding: 5px 10px;
box-sizing: border-box;
line-height: 20px;
}

.w100 {
width: 100% !important;
}

@media (max-width:1024px){
  .form-box ul li {
  width: 100%;
  }

  .form-box ul li:nth-child(odd) {
  width: 100%;
  }
}


.subheader_btn {
padding:10px 20px;padding: 10px 20px;border-radius: 8px;color: #003696;font-weight: 700;opacity: 0.9;
}
.submit_btn {
padding: 10px;font-size: 14px;border-radius: 8px;opacity: 0.9;background-color: #002463;color: #FFFFFF;font-weight: 700;
}
.contenttitle_btn {
padding: 10px;font-size: 14px;margin: 15px 15px 0px 0px;border-radius: 8px;opacity: 0.9;background-color: #002463;color: #FFFFFF;font-weight: 700;
}
.social_icon {
max-width:45px;
}