/*sub.css*/
#sub_contents {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_contents .sub_contents_area {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_contents .sub_contents_con {
    width: 100%;
    height: auto;
    position: relative;
}

/*sub.css end*/


/*寃쎌쁺�대뀗 - sub_01a*/

#sub_contents .sub_contents_con .sub_01a_contents {
    width: 100%;
    margin: 0 auto;
}

#sub_contents .sub_contents_con .sub_01a_list_con {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 80px;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_lt {
    float: left;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_gt {
    float: right;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li:last-of-type {
    margin-bottom: 0;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li > .list_img {
    width: 540px;
    height: 300px;
    position: relative;
    -webkit-background-size: 120% 120%;
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    text-align: center;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li > .list_img .list_img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li > .list_img img {
    width: auto;
    max-width: 120%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*
#sub_contents .sub_contents_con .sub_01a_list_con > li:nth-of-type(1) > .list_img {
    background-image: url(../img/sub_01a_img_01.jpg);
}

#sub_contents .sub_contents_con .sub_01a_list_con > li:nth-of-type(2) > .list_img {
    background-image: url(../img/sub_01a_img_02.jpg);
}

#sub_contents .sub_contents_con .sub_01a_list_con > li:nth-of-type(3) > .list_img {
    background-image: url(../img/sub_01a_img_03.jpg);
}

#sub_contents .sub_contents_con .sub_01a_list_con > li:nth-of-type(4) > .list_img {
    background-image: url(../img/sub_01a_img_04.jpg);
}
*/

#sub_contents .sub_contents_con .sub_01a_list_con > li:hover > .list_img img {
    max-width: 140%;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li:hover > .list_img::before {
    opacity: 1;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li > .list_img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    top: 30px;
    background-color: rgb(250, 250, 250);
    z-index: -1;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li > .list_txt {
    width: -webkit-calc(100% - 540px);
    width: calc(100% - 540px);
    height: auto;
    padding-top: 190px;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li > .list_txt > h2 {
    font-size: 2.5rem;
    line-height: 2.6rem;
    font-weight: 300;
    color: rgb(80, 80, 80);
    margin-bottom: 10px;
    letter-spacing: -1px;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li > .list_txt > h2 > span {
    font-weight: 500;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li > .list_txt > p {
    font-size: 1rem;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.5px;
    font-family:'Malgun Gothic';
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_lt .list_img {
    float: left;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_lt .list_img::after {
    left: 30px;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_lt .list_txt {
    float: left;
    padding-left: 80px;
    text-align: left;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_lt > .list_txt > p {
    margin-left: 10px;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_gt .list_img {
    float: right;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_gt .list_img::after {
    right: 30px;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_gt .list_txt {
    float: right;
    padding-right: 80px;
    text-align: right;
}

#sub_contents .sub_contents_con .sub_01a_list_con > li.list_gt > .list_txt > p {
    margin-right: 10px;
}

@media all and (max-width: 1601px) {}

@media all and (max-width: 1441px) {}

@media all and (max-width: 1281px) {
    #sub_contents .sub_contents_con .sub_01a_list_con > li.list_lt .list_txt {
        width: 100%;
        padding-top: 40px;
    }

    #sub_contents .sub_contents_con .sub_01a_list_con > li.list_gt .list_txt {
        width: 100%;
        padding-top: 40px;
    }
}

@media all and (max-width: 1025px) {
    #sub_contents .sub_contents_con .contents_img > img {
        max-width: 100%;
    }
}

@media all and (max-width: 801px) {
    #sub_contents .sub_contents_con .sub_01a_list_con > li > .list_img {
        width: 100%;
        height: auto;
    }
    
    #sub_contents .sub_contents_con .sub_01a_list_con > li > .list_img img {
        max-width: 100%;
    }
    
    #sub_contents .sub_contents_con .sub_01a_list_con > li:hover > .list_img img {
        max-width: 100%;
    }

    #sub_contents .sub_contents_con .sub_01a_list_con > li > .list_img::after {
        content: none;
    }

    #sub_contents .sub_contents_con .sub_01a_list_con > li.list_lt .list_txt {
        padding-left: 0;
    }

    #sub_contents .sub_contents_con .sub_01a_list_con > li.list_lt > .list_txt > p {
        margin-left: 0;
    }

    #sub_contents .sub_contents_con .sub_01a_list_con > li.list_gt > .list_txt > p {
        margin-right: 0;
    }

    #sub_contents .sub_contents_con .sub_01a_list_con > li.list_gt .list_txt {
        padding-right: 0;
        text-align: left;
    }
}

@media all and (max-width: 481px) {
    #sub_contents .sub_contents_con .sub_01a_list_con > li > .list_txt > h2 {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    #sub_contents .sub_contents_con .sub_01a_list_con > li > .list_txt > p {
        font-size: 0.9rem;
        line-height: 25px;
    }
    
    #sub_contents .sub_contents_con .sub_01a_list_con > li > .list_txt{
        padding-top: 10px !important;
    }
}

/*寃쎌쁺�대뀗 - sub_01a end*/






/*�고쁺 - sub_01b*/
#sub_contents .sub_01b_contents {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_contents .sub_01b_contents .his_img_con {
    width: 100%;
    height: 300px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 50px;
}

#sub_contents .sub_01b_contents .his_img_con .his_img_box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

#sub_contents .sub_01b_contents .his_img_con .his_img_box > img {
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

#sub_contents .sub_01b_contents .his_img_con::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg_dim.png);
    background-repeat: repeat;
    background-position: center;
    opacity: 0.3;
    z-index: 99;
}

#sub_contents .sub_01b_contents .his_list_area {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#sub_contents .sub_01b_contents .his_list_con {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_contents .sub_01b_contents .his_list_con .his_list_box {
    width: 85%;
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px dashed #ababab;
    overflow: hidden;
    margin: 0 auto;
}

#sub_contents .sub_01b_contents .his_list_con .his_list_box .his_year {
    float: left;
    text-align: center;
    width: 300px;
}

#sub_contents .sub_01b_contents .his_list_con .his_list_box .his_year > h2 {
    color: #20426a;
    font-size: 3.5rem;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 3.5rem;
}

#sub_contents .sub_01b_contents .his_list_con .his_list_box .his_txt {
    float: left;
    padding-left: 50px;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}

#sub_contents .sub_01b_contents .his_list_con .his_list_box .his_txt > li {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 300;
    color: #1b1b1b;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-family:'Malgun Gothic';
}

#sub_contents .sub_01b_contents .his_list_con .his_list_box .his_txt > li::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 5rem;
    background-color: #20426a;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

@media all and (max-width: 1601px) {}

@media all and (max-width: 1441px) {}

@media all and (max-width: 1281px) {}

@media all and (max-width: 1025px) {
    #sub_contents .sub_01b_contents .his_list_con .his_list_box {
        width: 100%;
    }

    #sub_contents .sub_01b_contents .his_list_con .his_list_box .his_year {
        width: 200px;
        text-align: left;
        padding-left: 15px;
    }

    #sub_contents .sub_01b_contents .his_list_con .his_list_box .his_txt {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
        padding-right: 15px;
    }
}

@media all and (max-width: 801px) {}

@media all and (max-width: 631px) {
    #sub_contents .sub_01b_contents .his_list_con .his_list_box .his_year {
        width: 160px;
    }

    #sub_contents .sub_01b_contents .his_list_con .his_list_box .his_txt {
        width: -webkit-calc(100% - 160px);
        width: calc(100% - 160px);
    }
}

@media all and (max-width: 481px) {
    #sub_contents .sub_01b_contents .his_list_con .his_list_box .his_year {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    #sub_contents .sub_01b_contents .his_list_con .his_list_box .his_year > h2 {
        font-size: 2.5rem;
    }

    #sub_contents .sub_01b_contents .his_list_con .his_list_box .his_year > h2 > br {
        display: none;
    }

    #sub_contents .sub_01b_contents .his_list_con .his_list_box .his_txt {
        width: 100%;
        padding: 0 15px;
    }

    #sub_contents .sub_01b_contents .his_list_con .his_list_box .his_txt > li {
        font-size: 0.9rem;
    }
}

@media all and (max-width: 321px) {}

/*�고쁺 - sub_01b end*/


/*�몄궗留� - sub_01c*/
#sub_contents .ceo_img_con {
    width: 400px;
    height: auto;
    text-align: center;
    float: left;
    position: relative;
    margin-top: 40px;
}

#sub_contents .ceo_img_con > img {
    width: auto;
    max-width: 100%;
}

#sub_contents .ceo_txt_con {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    float: left;
    padding-left: 40px;
    position: relative;
}

#sub_contents .ceo_txt_con > h2 {
    font-size: 2rem;
    font-weight: 100;
    color: #000;
    margin-bottom: 30px;
    line-height: 50px;
}

#sub_contents .ceo_txt_con > h2 > span {
    font-weight: 400;
}

#sub_contents .ceo_txt_con > p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 30px;
    font-family:'Malgun Gothic';
}

#sub_contents .ceo_txt_con > p > span {
    font-weight: 400;
}

#sub_contents .ceo_txt_con > h3 {
    font-size: 1.5rem;
    font-weight: 300;
}

#sub_contents .ceo_txt_con > h3 > span {
    font-weight: 400;
    vertical-align: middle;
}

@media all and (max-width: 1601px) {}

@media all and (max-width: 1441px) {}

@media all and (max-width: 1281px) {}

@media all and (max-width: 1025px) {
    #sub_contents .ceo_img_con {
        width: 300px;
        margin-top: 0;
    }

    #sub_contents .ceo_txt_con {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}

@media all and (max-width: 801px) {
    #sub_contents .ceo_img_con {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    #sub_contents .ceo_txt_con {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    #sub_contents .ceo_txt_con > h2 {
        font-size: 1.5rem;
        line-height: 40px;
    }

    #sub_contents .ceo_txt_con > h2 > br {
        display: none;
    }

    #sub_contents .ceo_txt_con > p {
        font-size: 1rem;
    }

    #sub_contents .ceo_txt_con > h3 {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 631px) {}

@media all and (max-width: 481px) {}

@media all and (max-width: 321px) {}

/*�몄궗留� - sub_01c end*/






/*議곗쭅�� - sub_01d*/
#sub_contents .sub_01d_contents {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#sub_contents .sub_01d_contents .chart_con {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box {
    width: auto;
    display: block;
    position: relative;
    text-align: center;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_01 > .box_01 {
    width: 15%;
    padding: 15px 0;
    background-color: #062d53;
    display: inline-block;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    border-radius: 0.3rem;
    margin-bottom: 5px;
}

#sub_contents .sub_01d_contents .chart_con .line_01 {
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #ccc;
}

#sub_contents .sub_01d_contents .chart_con .line_02 {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 6px;
}

#sub_contents .sub_01d_contents .chart_con .line_03 {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #ccc;
    vertical-align: top;
    margin-top: 27px;
}

#sub_contents .sub_01d_contents .chart_con .line_04 {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #ccc;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_02 > .box_01,
#sub_contents .sub_01d_contents .chart_con > .chart_box_02 > .box_02,
#sub_contents .sub_01d_contents .chart_con > .chart_box_02 > .box_03 {
    width: 15%;
    padding: 15px 0;
    display: inline-block;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 5px;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_02 > .box_01,
#sub_contents .sub_01d_contents .chart_con > .chart_box_02 > .box_03 {
    background-color: #00529b;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_02 > .box_02 {
    border: 2px solid #062d53;
    background-color: #fff;
    color: #062d53;
    font-weight: 500;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_03 > .box_01 {
    width: 15%;
    padding: 15px 0;
    display: inline-block;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 5px;
    background-color: #44709b;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_04 {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_04 > .box_00 {
    display: inline-block;
    width: calc((100% - 200px) / 5);
    vertical-align: top;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_04 > .box_00 > h2 {
    padding: 15px 0;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 1.1rem;
    font-weight: 300;
    background-color: #6b7786;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_04 > .box_05 {
    margin-right: 0;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_04 > .box_00 > .sub_chart_box {
    width: 100%;
    height: auto;
    border: 2px solid #6b7786;
    border-radius: 0.3rem;
    padding: 7.5px 0;
}

#sub_contents .sub_01d_contents .chart_con > .chart_box_04 > .box_00 > .sub_chart_box > .sub_chart {
    padding: 7.5px 0;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 300;
    color: #000;
}






#sub_contents .sub_01d_mobile {
    display: none;
}

#sub_contents .sub_01d_mobile .chart_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_01 {
    width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: 35px;
    display: table;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_01 > h2 {
    width: 25%;
    padding: 15px 0;
    background-color: #062d53;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 300;
    border-radius: 0.3rem;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}

#sub_contents .sub_01d_mobile .chart_con .line_01 {
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: #ccc;
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#sub_contents .sub_01d_mobile .chart_con .line_02 {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 6px;
}

#sub_contents .sub_01d_mobile .chart_con .line_03 {
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #ccc;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_02 {
    width: auto;
    position: relative;
    text-align: left;
    margin-bottom: 35px;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_02 > h2 {
    width: 25%;
    padding: 11px 0;
    background-color: #00529b;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0.3rem;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_02 > h2.box_01 {
    border: 2px solid #062d53;
    background-color: #fff;
    color: #062d53;
    font-weight: 500;
    padding: 9px 0;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_03 {
    width: auto;
    position: relative;
    text-align: left;
    margin-bottom: 35px;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_03 > h2 {
    width: 25%;
    padding: 11px 0;
    background-color: #44709b;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0.3rem;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_04 {
    width: auto;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
        align-items: center;
    display: flex;

}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_04 > h2 {
    width: 25%;
    padding: 11px 0;
    background-color: #6b7786;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    border-radius: 0.3rem;
    margin-bottom: 5px;
    text-align: center;
    margin-right: 15px;
    position: relative;
    letter-spacing: 0;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_04 > .sub_chart_box {
    width: 70%;
    display: inline-block;
    height: auto;
    border: 2px solid #6b7786;
    border-radius: 0.3rem;
    padding: 9px 15px;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_04 > .sub_chart_box > .sub_chart {
   
    margin-right: 3px;
    font-size: 16px;
    text-align: left;
}

#sub_contents .sub_01d_mobile .chart_con > .chart_box_04 > .sub_chart_box > .sub_chart:last-of-type {
    margin-right: 0;
}

@media all and (max-width: 1601px) {}

@media all and (max-width: 1441px) {
   
    #sub_contents .sub_01d_contents .chart_con > .chart_box_04 > .box_00 > .sub_chart_box {
        width: 100%;
    }
}

@media all and (max-width: 1281px) {}

@media all and (max-width: 1025px) {}

@media all and (max-width: 801px) {
    #sub_contents .sub_01d_contents {
        display: none;
    }

    #sub_contents .sub_01d_mobile {
        display: block;
    }
}

@media all and (max-width: 631px) {

    #sub_contents .sub_01d_mobile .chart_con > .chart_box_01 > h2,
    #sub_contents .sub_01d_mobile .chart_con > .chart_box_02 > h2,
    #sub_contents .sub_01d_mobile .chart_con > .chart_box_03 > h2,
    #sub_contents .sub_01d_mobile .chart_con > .chart_box_04 > h2 {
        width: calc((100% - 102px) / 3);
        width: -webkit-calc((100% - 102px) / 3);
    }

    #sub_contents .sub_01d_mobile .chart_con > .chart_box_04 > .sub_chart_box {
        width: 67%;
    }

    #sub_contents .sub_01d_mobile .chart_con > .chart_box_04 > .sub_chart_box > .sub_chart {
        width: -webkit-calc((100% - 14px; ) / 3);
        width: calc((100% - 14px; ) / 3);
    }
}

@media all and (max-width: 481px) {
    #sub_contents .sub_01d_mobile .chart_con > .chart_box_04 > .sub_chart_box > .sub_chart {
        font-size: 16px;
    }
        #sub_contents .sub_01d_mobile .chart_con > .chart_box_01 > h2,
    #sub_contents .sub_01d_mobile .chart_con > .chart_box_02 > h2,
    #sub_contents .sub_01d_mobile .chart_con > .chart_box_03 > h2,
    #sub_contents .sub_01d_mobile .chart_con > .chart_box_04 > h2 {
        width: -webkit-calc((100% - 35px) / 3);}
        #sub_contents .sub_01d_mobile .chart_con .line_02 {width: 10px;}

}

@media all and (max-width: 321px) {}


#sub_contents .sub_01e_contents {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#sub_contents .sub_01e_contents .maps_txt_con {
    margin-bottom: 30px;
}

#sub_contents .sub_01e_contents .maps_txt_con > h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 100;
}

#sub_contents .sub_01e_contents .maps_txt_con > h2 > span {
    font-weight: 500;
    color: #20426a;
}

#sub_contents .sub_01e_contents .maps_txt_con > p {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 25px;
    font-family:'Malgun Gothic';
}

#sub_contents .sub_01e_contents .maps_con {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#sub_contents .sub_01e_contents .maps_adress_con {
    width: 100%;
    height: auto;
    position: relative;
}

#sub_contents .sub_01e_contents .maps_adress_con > h2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

#sub_contents .sub_01e_contents .maps_adress_con > p {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 10px;
    font-weight: 300;
    font-family:'Malgun Gothic';
}

@media all and (max-width: 1601px) {}

@media all and (max-width: 1441px) {}

@media all and (max-width: 1281px) {}

@media all and (max-width: 1025px) {}

@media all and (max-width: 801px) {}

@media all and (max-width: 631px) {}

@media all and (max-width: 481px) {
    #sub_contents .sub_01e_contents .maps_txt_con > h2 {
        font-size: 1.5rem;
    }

    #sub_contents .sub_01e_contents .maps_txt_con > p {
        font-size: 0.9rem;
    }
}

@media all and (max-width: 321px) {}

