
.main_bg {
    width: 100%;
    min-width:1400px;
    background-image: url("../img/sj/main_cover.png");
    background-repeat: no-repeat ;
    background-size: cover; 
    background-position: center center;
    height: 700px;

}
.fixed .header {
    height: 179px;
    background-color: #fff !important;
    position: fixed;
    top: 0;
    z-index: 200;
    border-bottom: 1px solid #ebebeb;
}

/* 헤더 */
.container {
    width: 100%;
    max-width: 1280px;
    margin:auto;
    position: relative;
  
    
}
.row {
    display: flex;
    justify-content: space-between;
    align-items: center;  
}

.header {

    width: 100%;
    height: 180px;
    padding:47px 0;
    z-index:3;
}

.header h1 {
    display: inline-block;
}

.main_nav {
    display: block;
    float: right;
}

.main_nav a {
    display: inline-block;
    margin-right: 18px;
    padding: 8px 0 12px;
    height: 49px;
    background-color: #fff;
    font-size: 20.5px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #333;
    border-radius: 30px;
}
.main_nav a:hover {
    color: #fff;
    background-color: #115092;
}

.main_nav a:nth-child(1) {
    width: 175px;
}

.main_nav a:nth-child(2) {
    width: 177px;
}

.main_nav a:nth-child(3) {
    width: 107px;
}

.main_nav a:nth-child(4) {
    width: 142px;
    margin-right: 0;
}

/* 상단 텍스트 */
.visual {
    margin: 0 auto;
    width: 100%;    
    height: 524px;

    display: flex;
    align-items: flex-start;    
    flex-direction: column;
    padding-top:24px;
    padding-left: 52px;
}

#visual_top {
    width: 763px;
    height: 154px;
}

.top_txt1 {
    float:left;
    width: 763px;
    font-size: 27.08px;
    line-height: 27px;
    letter-spacing: -2px;
    font-weight: 800;
    color:#3987d2;    
}
.top_txt2 {
    float:left;
    width: 763px;
    line-height: 65px;
    font-size: 37.5px;    
    letter-spacing: -2px;
    font-weight: 800;
    color:#000;    
}
.top_txt2_sib {
    font-size: 29.49px;
    color:#06386b;
}
.top_txt3 {
    display:flex;
    align-items: center;
    letter-spacing: -2px;
    width: 763px;
    font-size: 38.76px;
}
.top_txt3_l {
    width: 280px;
    font-size: 38.76px;
    font-weight: 800;
    color:#dc1242;    
}
.top_txt3_l img { 
    margin-right: 12px;
    vertical-align: baseline;
}
.top_txt3_r {
    font-size: 27.08px;
    font-weight: 600;
    color:#000;    
}

#visual_box {
    min-width: 762px;
    min-height: 248px;
    margin-top:20px;
    background-color: #fff;
    opacity: 90%;
    box-shadow: 5px 5px 3px #333;  
}


#visual_board {
    padding: 25px 0 19px 25px;
    background-color: #fff;
    /* opacity: 90%;
    box-shadow: 5px 5px 3px #333;     */
}

.visual_row {

    display: flex;
    flex-wrap: nowrap;
    width: 720px;
    margin: 0 0 13px 0;
}

.vis_mark {

    width: 23px;
    padding-top: 5px;
    margin: 0 5px 0 0;
}

.visul_bbs_tit {

    width: 156px;
    font-size: 21px;
    font-weight: 700;
    
}
.visul_bbs_tit a {
    color: #054f9c;
}

/* .visul_bbs_tit:before {
    content: url( "../img/sj/pc_marker.png" );
  }

.jt {
    display: inline-grid;
    width:120px;
    text-align:justify;
    color: #054f9c;
}
.jt:after {
    content: '';
    display: inline-block;
    width: 100%;
  } */

.jt {
	letter-spacing:4px;
	}


.visul_bbs_desc {

    width: 550px;
    font-size: 21px;
    font-weight: 600;
}
.visul_bbs_desc a {
    color: #000;
}
.vis_strong {
    font-weight: 700;
}

.vis_spacing {
    letter-spacing: 13px
}


.middle {    
    margin: 32px 0 73px 0;
    width:100%;
    min-width:1400px;
}
.middle > .container {
    background-color: #f0f1f3;
}

#mid_top { 
    text-align: center;
    width: 100%;
    padding: 35px 0 35px;
}
.mid_wrap {
    display: flex;
    margin:10px auto;
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.mid_top_txt {
    font-size: 25px;

}

.cont_wrapper {
    width: 100%;
    min-width:1400px;
}

.aside_section {
    float: left;
    width: 306px;
    margin: 30px 18px 50px 0px;
    background-color: #ebebeb;

}

.aside_cont {
    padding: 22px;
}

.aside_block {
    float: left;
}

.aside_block_top {
    float: left;
    font-size: 20px;
    color: #fff;
    width: 262px;
    height: 50px;
    padding: 12px 0 0 20px;
    background-image: url("../img/sj/aside_block_top.jpg");
}

.aside_block_menu {
    float: left;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    width: 262px;
    /*        min-height: 148px;*/
    background-color: #fff;
    padding: 18px 13px 19px 15px;
}

.menu_row {
    margin-bottom: 13px;
    height: 22px;
    /* margin-bottom: 11px; */
}

.l_ico {
    float: left;
    width: 20px;
}

.lmenu {
    float: left;
    width: 142px;
}

.ricon {
    float: left;
    width: 70px;
    vertical-align: top;

}

.l_small_text {
    font-size: 12px;
    padding-top: -3px;
}

.lheight2 {
    line-height: 120%;
}

.mt17 {
    margin-top: 17px;
}

.mt22 {
    margin-top: 22px;
}

.mb22 {
    margin-bottom: 22px;
}

.l_phone {
    font-size: 27px;
    font-weight: 900;
    padding: 0 0 0 11px;
}

.l_name_row {
    float: left;
    width: 262px;
    padding: 0 0 0 11px;
}

.l_name_small {
    font-size: 16px;
    font-weight: 400;
}

.l_name {
    float: left;
    width: 260px;
    font-size: 20px;
    font-weight: 700;
}


.contents {
    float: left;
    width: 956px;
    margin-top: 30px;
    margin-bottom: 68px;
}
.cont_top {
    float: left;
    width: 953px;
    height: 80px;
    padding: 20px 0 0 35px;
    font-size: 28px;
    color: #fff;
    background: url("../img/sj/cont_top.jpg");
    background-repeat: no-repeat;
}

.cont_top_strong {
    font-weight: 700;
}

.cont_wrap {
    float:left;
    width: 956px;
    padding-top:2px;
}
.cont_box {
    float: left;
    width: 310px;
    border: 2px solid #3C3A3B;
    box-sizing: border-box;
    margin-top: 20px;
}
.cont_wrap li {
    margin-right: 12px;
}
.cont_wrap li:nth-child(3n) {
    margin-right: 0px;
}

.cont_tit {
    font-size: 25px;
    font-weight: 700;
    padding: 12px 0 12px 0;
    /* height: 60px;
    line-height: 60px; */
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.cont_price { 
    font-size:23px;
    font-weight: 700;
    color:#3c8fc1;
    padding: 8px 0 8px 0;
    /* height: 50px;
    line-height: 50px; */
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.cont_desc { 
    font-size:19.8px;
    font-weight: 600;
    color:#939393;
    padding: 9px 0 9px 0;
    /* height: 80px;
    padding-top: 10px; */
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.cont_esc { 
    font-size:19.8px;
    font-weight: 600;
    color:#ee6b6b;
    padding: 9px 0 9px 0;    
    /* height: 47px;
    line-height: 47px; */
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.cont_btn { 
    font-size:23px;
    font-weight: 300;
    color:#fff;
    padding: 12px 0 12px 0;
    /* height: 60px;
    line-height: 60px; */
    vertical-align: middle;
    text-align: center;
    background-color: #3C3A3B;
}
.cont_btn a {
    color:#fff;
}

.btn_go {
    font-weight: 700;
    color:#F7D13E;
}


.cont_foot {
    float: left;
    width: 956px;
    height: 145px;
    margin-top: 27px;
}

.cont_ft_box {
    float: left;
    width: 168px;
    height: 144px;
    background-color: #EBEBEB;
    padding: 40px 0 0 0px;
}

.cont_pad_big {
    padding-top: 30px !important;
}

.cont_ft_name {
    text-align: center;
    font-size: 16.67px;
    font-weight: 700;
}

.cont_ft_btn {
    width: 96px;
    height: 33px;
    margin-top: 12px;
    margin-left: 34px;
    padding: 3px 0 3px;
    background-color: #4098F2;
    font-size: 17.3px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
}

.cont_ft_btn_dark {
    background-color: #1E5E9C !important
}

.cont_ft_btn a {
    color: #fff;
}

.cont_ft_mr {
    margin-right: 28px;
}



#ft_banner_wrap {
    clear: both;
    margin: 0 auto;
    width: 100%;
    min-width:1400px;
    height: 352px;
    background: url("../img/sj/foot_banner_bg.png");
    overflow: hidden;
    
}

#ft_banner {
    margin: 0 auto;
    width: 100%;
    height: 352px;
    overflow: hidden;
    max-width: 1400px;
}

#ft_banner img {
    /* object-fit: cover;
    aspect-ratio: 16/9;  */

    object-fit: contain; /* Do not scale the image */
    object-position: center; /* Center the image within the element */    
}



#mo_ft_banner {
    display: none;
}    

#foot {
    clear: both;
    width: 100%;
    min-width:1400px;
    height: 262px;
    background-color: #242424;
}

#foot_wrap {
    margin: 0 auto;
    width: 1280px;
}

#foot_logo {
    float: left;
    width: 306px;
    padding: 97px 0 84px 40px;
}

#foot_company {
    float: left;
    width: 844px;
    padding-top: 50px;
}

.foot_com_set {
    float: left;
    width: 100%;
}

.foot_com_name {
    float: left;
    font-size: 31px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 3px;
}

.foot_com_phone {
    float: left;
    font-size: 31px;
    font-weight: 700;
    color: #74B0EC;
}

.foot_com_row {
    float: left;
    color: #fff;
    font-size: 17.7px;
    font-weight: 350;
    padding-top: 12px;
}

.foot_com_copy {
    float: left;
    color: #fff;
    font-size: 14.6px;
    font-weight: 300;
    padding-top: 12px;
}

.menu_btn {
    display: none;
}

#side_open, #side_menu { display: none;}

.fixed-position {
    position: fixed;
 }

.sub_header .header {
    height: 179px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ebebeb;
    
} 

.middle_ex {
    height: 54px;
}
/* ************************************************************************************************************************************/

