/*	--------------------------------------------------
	:: GRID CONTAINER
	-------------------------------------------------- */
.grid-container:before,
.grid-container:after {
    content: "";
    display: table;
}

.grid-container:after {
    clear: both;
}

.grid-container {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/************************스크린 사이즈 ***************************************/
@media (max-width:639px) {
    .samp011-c {
        display: none;
    }

    .samp011-b {
        display: none;
    }

    .samp011-a {
        text-align: left;
    }

    .content-box2-1 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 30%;
    }

    .content-box2-2 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 30%;
        left: 50%;
    }

    .content-box2-3 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 60%;
    }

    .content-box2-4 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 60%;
        left: 50%;
    }

    .inbox2-1 {
        border: 1px solid #ffffff;
        height: 100%;
        text-align: center;
        background-color: rgba(0, 36, 61, 0.3);
        border-radius: 50%;
    }

    .boxtext {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        position: absolute;
        width: 160px;
        left: 50%;
        margin-left: -80px;
        top: 52%;
    }

    .tit-tex {
        position: absolute;
        width: 240px;
        text-align: center;
        color: #ffffff;
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
        top: 10%;
        left: 50%;
        margin-left: -120px;
    }

    .tit-tex2 {
        position: absolute;
        width: 300px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
        top: 18%;
        left: 50%;
        margin-left: -150px;
    }
}

@media (min-width:640px) and (max-width:991px) {
    .samp011-c {
        display: none;
    }

    .samp011-b {
        display: none;
    }

    .samp011-a {
        left: 0px;
        position: relative;
        width: 340px;
        top: 50px;
        text-align: left;
    }

    .content-box2-1 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -360px;
    }

    .content-box2-2 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -180px;
    }

    .content-box2-3 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: 0px;
    }

    .content-box2-4 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: 180px;
    }

    .inbox2-1 {
        border: 1px solid #ffffff;
        background-color: rgba(0, 36, 61, 0.3);
        border-radius: 50%;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .boxtext {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        position: absolute;
        width: 140px;
        left: 50%;
        margin-left: -70px;
        top: 54%;
        text-align: center;
    }

    .tit-tex {
        position: absolute;
        width: 240px;
        text-align: center;
        color: #ffffff;
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
        top: 15%;
        left: 50%;
        margin-left: -120px;
    }

    .tit-tex2 {
        position: absolute;
        width: 300px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
        top: 25%;
        left: 50%;
        margin-left: -150px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .samp011-c {
        font-size: 14px;
        line-height: 24px;
        top: 130px;
        position: relative;
        left: 40px;
        width: 420px;
    }

    .samp011-b {
        position: relative;
        font-size: 34px;
        left: 40px;
        top: 120px;
        width: 410px;
        color: #667e9e;
        font-weight: 600;
        line-height: 40px;
    }

    .samp011-a {
        left: 50px;
        position: relative;
        width: 400px;
        top: 80px;
        text-align: left;
    }

    .content-box2-1 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -360px;
    }

    .content-box2-2 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -180px;
    }

    .content-box2-3 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: 0px;
    }

    .content-box2-4 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: 180px;
    }

    .inbox2-1 {
        border: 1px solid #ffffff;
        background-color: rgba(0, 36, 61, 0.3);
        border-radius: 50%;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .boxtext {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        position: absolute;
        width: 140px;
        left: 50%;
        margin-left: -70px;
        top: 54%;
        text-align: center;
    }

    .tit-tex {
        position: absolute;
        width: 240px;
        text-align: center;
        color: #ffffff;
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
        top: 15%;
        left: 50%;
        margin-left: -120px;
    }

    .tit-tex2 {
        position: absolute;
        width: 300px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
        top: 25%;
        left: 50%;
        margin-left: -150px;
    }
}

@media (min-width:1200px) {
    .samp011-c {
        font-size: 14px;
        line-height: 24px;
        top: 150px;
        position: relative;
        left: 40px;
        width: 460px;
    }

    .samp011-b {
        position: relative;
        font-size: 34px;
        left: 40px;
        top: 140px;
        width: 410px;
        color: #667e9e;
        font-weight: 600;
        line-height: 40px;
    }

    .samp011-a {
        left: 50px;
        position: relative;
        width: 500px;
        top: 80px;
        text-align: left;
    }

    .content-box2-1 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -360px;
    }

    .content-box2-2 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -180px;
    }

    .content-box2-3 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: 0px;
    }

    .content-box2-4 {
        padding: 15px;
        height: 180px;
        width: 180px;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: 180px;
    }

    .inbox2-1 {
        border: 1px solid #ffffff;
        background-color: rgba(0, 36, 61, 0.3);
        border-radius: 50%;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .boxtext {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        position: absolute;
        width: 140px;
        left: 50%;
        margin-left: -70px;
        top: 54%;
        text-align: center;
    }

    .tit-tex {
        position: absolute;
        width: 240px;
        text-align: center;
        color: #ffffff;
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
        top: 15%;
        left: 50%;
        margin-left: -120px;
    }

    .tit-tex2 {
        position: absolute;
        width: 300px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
        top: 25%;
        left: 50%;
        margin-left: -150px;
    }
}

/************************배너박스 ***************************************/
.inbox-tex:hover {
    color: #ec6565;
}

@media only screen and (max-width:768px) {
    .content-box {
        padding: 10px;
        height: 150px;
        max-width: 50%;
    }

    .content-box3 {
        padding: 20px;
        height: 200px;
        width: 200px;
        top: 40%;
        position: absolute;
        left: 50%;
        margin-left: -50%;
    }

    .inbox {
        border: 1px solid #ffffff;
        height: 100%;
        text-align: center;
        background-color: rgba(0, 36, 61, 0.3);
    }

    .inbox-tex {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        position: absolute;
        width: 160px;
        left: 50%;
        margin-left: -80px;
        top: 50%;
    }

    .inbox-tex2 {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        position: absolute;
        width: 160px;
        left: 50%;
        margin-left: -80px;
        top: 50%;
    }

    .row-pos {
        position: relative;
        top: 200px;
    }
}

@media only screen and (min-width:769px) {
    .content-box {
        padding: 10px;
        height: 150px;
    }

    .inbox {
        border: 1px solid #ffffff;
        height: 100%;
        text-align: center;
        background-color: rgba(0, 36, 61, 0.3);
    }

    .inbox3 {
        border: 1px solid #ffffff;
        background-color: rgba(0, 36, 61, 0.3);
        border-radius: 50%;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .inbox-tex {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        position: absolute;
        width: 160px;
        left: 50%;
        margin-left: -80px;
        top: 50%;
    }

    .inbox-tex2 {
        font-size: 21px;
        color: #ffffff;
        font-weight: 500;
        width: 170px;
        position: absolute;
        left: 14%;
        top: 50%;
    }

    .row-pos {
        position: relative;
        top: 250px;
    }

    .tit-tex {
        position: absolute;
        left: 50%;
        width: 240px;
        text-align: center;
        margin-left: -120px;
        color: #ffffff;
        top: 80px;
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
    }

    .tit-tex2 {
        position: absolute;
        left: 50%;
        width: 300px;
        text-align: center;
        margin-left: -150px;
        color: #ffffff;
        top: 130px;
        font-size: 18px;
        font-weight: 500;
        line-height: 40px;
    }
}

/***************************************************************/
@media only screen and (min-width:769px) and (max-width:1023px) {
}

@media only screen and (min-width:1024px) {
}

/***************************************************************/
@media only screen and (max-width:768px) {
    .tit-topgab {
        height: 30px;
    }
}

@media only screen and (min-width:640px) and (max-width:991px) {
 /*   .abtexbox {
        position: absolute;
        z-index: 5;
        left: 40%;
        top: 5%;
        width: 340px;
        font-size: 42px;
        line-height: 48px;
    }

    .abtexbox2 {
        position: absolute;
        z-index: 5;
        left: 40%;
        top: 25%;
        width: 340px;
        font-size: 42px;
        line-height: 48px;
    }

    .abtexbox3 {
        width: 90%;
        position: absolute;
        bottom: 0px;
		top: 5%;
        left: 0px;
    }
*/
    .abtexcont {
        height: 420px;
    }
}

@media only screen and (max-width:639px) {
 /*   .abtexbox {
        position: absolute;
        z-index: 5;
        left: 0%;
        top: 5%;
        width: 340px;
        font-size: 42px;
        line-height: 48px;
        margin-left: 40px;
    }

    .abtexbox2 {
        position: absolute;
        z-index: 5;
        left: 0%;
        top: 20%;
        width: 340px;
        font-size: 42px;
        line-height: 48px;
        margin-top: -20px;
        margin-left: 0px;
    }

    .abtexbox3 {
        width: 90%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        margin-left: -20px;
    }
*/
    .abtexcont {
        height: 680px;
    }
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width:832px) and (max-width:1023px) {
     {
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
     {
    }
}

@media only screen and (min-width:1024px) {
    .abtexbox4 {
        width: 80%;
        margin-top: 15px;
    }
}

/*-----------------------------------------------------------------*/
.container100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row100 {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
}

.col100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*----------------------------------- 폰트
-----------------------------------------*/
.t2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.t3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.t4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.t6 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}

section > div {
    color: #2e3034;
}

.tit {
    padding-bottom: 10px;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
}

.tit2 {
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
}

.tit2 h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #2e3034;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.subtit {
    font-size: 24px;
    font-weight: 500;
}

.subtex {
    font-size: 14px;
    font-weight: 300;
}

/*----------------------------------- 공백
-----------------------------------------*/
@media (max-width:767px) {
    .gab1 {
        height: 50px;
    }
}

@media (min-width:768px) {
    .gab1 {
        height: 50px;
    }
}

.gab2 {
    height: 50px;
}

/*----------------------------------- 라인
-----------------------------------------*/
.page1 {
    position: absolute;
    right: 1%;
    top: 30px;
    color: #7c7e81;
    font-size: 14px;
    font-weight: 300;
	/*font-family: 'Noto Sans KR', sans-serif !important;*/
}
.page2 {
    position: absolute;
    right: -42%;
    top: 30px;
    color: #7c7e81;
    font-size: 14px;
    font-weight: 300;
	/*font-family: 'Noto Sans KR', sans-serif !important;*/
}

@media (max-width:419.99px) {
.page2 {
    position: absolute;
    right: -92%;
    top: 30px;
    color: #7c7e81;
    font-size: 14px;
    font-weight: 300;
	/*font-family: 'Noto Sans KR', sans-serif !important;*/
}
}

@media (max-width:767px) {
    .page1 {
        display: none;
    }
}

.pline {
    min-height: 1px;
    max-height: 1px;
    width: 50px;
    background-color: #3a3d40;
    margin-left: 5px;
}

.pline2 {
    min-height: 2px;
    max-height: 2px;
    width: 20px;
    background-color: #3a3d40;
    margin-left: 1px;
}

.pline3 {
    min-height: 1px;
    max-height: 1px;
    width: 80px;
    background-color: #4581ad;
    margin-left: 1px;
}

.pline100 {
    min-height: 1px;
    max-height: 1px;
    width: 100%;
    background-color: rgba(48, 51, 54, 0.16);
    margin-left: 1px;
}

.img-frame {
    padding: 15px;
    position: static;
    height: 370px;
}

.tex-frame {
    padding: 15px;
}

.texline {
}

@media (min-width: 640px) {
    .texline:after {
        content: '';
        position: absolute;
        right: 0%;
        top: 15px;
        bottom: 15px;
        width: 1px;
        background-color: #6586a9;
    }
}

.li {
    weight: 100%;
}

/*========================*/


@media (max-width:419.99px) {

.w-101 {
    width: 100%;
}

.abtexbox {
        position: absolute;
        z-index: 5;
        left: 0%;
        top: 0%;
        width: 340px;
        font-size: 30px;
        line-height: 48px;
        margin-left: 0px;
    }

    .abtexbox2 {
        position: absolute;
        z-index: 5;
        left: 0%;
        top: 47%;
        width: 340px;
        font-size: 30px;
        line-height: 48px;
        margin-top: -20px;
        margin-left: 0px;
    }

    .abtexbox3 {
        width: 95%;
        position: absolute;
        bottom: 90px;
        left: 0px;
        margin-left: 0px;
		font-size:12px;
		top:9%;
    }
	.abtexbox4 {
        width: 95%;
        position: absolute;
        bottom: 90px;
        left: 0px;
        margin-left: 0px;
		font-size:12px;
		top:56%;
    }
	.abtexcont {
        height: 520px;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) { 

.w-101 {
    width: 100%;
	padding-bottom: 200px;
}
.abtexbox {
        position: absolute;
        z-index: 5;
        left: 0%;
        top: -34%;
        width: 340px;
        font-size: 30px;
        line-height: 48px;
        margin-left: 0px;
    }

    .abtexbox2 {
        position: absolute;
        z-index: 5;
        left: 0%;
        top: 30%;
        width: 340px;
        font-size: 30px;
        line-height: 48px;
        margin-top: -20px;
        margin-left: 0px;
    }

    .abtexbox3 {
        width: 90%;
        position: absolute;
        bottom: 90px;
        left: 0px;
        margin-left: 0px;
		top:-22%;
    }
	.abtexbox4 {
        width: 90%;
        position: absolute;
        bottom: 90px;
        left: 0px;
        margin-left: 0px;
		top:43%;
    }
	.abtexcont {
        height: 520px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {

.w-101 {
      width: 100%;
	/*padding-bottom: 200px;*/
}
.abtexbox {
        position: absolute;
        z-index: 5;
        left: 0%;
        top: 0%;
        width: 340px;
        font-size: 36px;
        line-height: 48px;
        margin-left: 0px;
    }

    .abtexbox2 {
        position: absolute;
        z-index: 5;
        left: 0%;
        top: 47%;
        width: 340px;
        font-size: 36px;
        line-height: 48px;
        margin-top: -20px;
        margin-left: 0px;
    }

    .abtexbox3 {
        width: 90%;
        position: absolute;
        bottom: 100px;
        left: 0px;
        margin-left: 0px;
		top:9%;
    }
	.abtexbox4 {
        width: 90%;
        position: absolute;
        bottom: 100px;
        left: 0px;
        margin-left: 0px;
		top:56%;
    }
}

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

.w-101 {
   /*width: 100%;*/
	padding-bottom: 400px;
}
.abtexbox {
        position: absolute;
        z-index: 5;
        left: 50%;
        top: 0%;
        width: 340px;
        font-size: 30px;
        line-height: 48px;
        margin-left: 0px;
    }

    .abtexbox2 {
        position: absolute;
        z-index: 5;
        left: 50%;
        top: 73%;
        width: 340px;
        font-size: 30px;
        line-height: 48px;
        margin-top: -20px;
        margin-left: 0px;
    }

    .abtexbox3 {
        width: 90%;
        position: absolute;
        bottom: -140px;
        left: 250px;
        margin-left: 0px;
		top:15%;
    }
	.abtexbox4 {
        width: 90%;
        position: absolute;
        bottom: -140px;
        left: 250px;
        margin-left: 0px;
		top:86%;
    }
}

@media (max-width: 1199.99px) and (min-width: 992px) {

.w-101 {
   /*width: 100%;*/
	padding-bottom: 200px;
}
.abtexbox {
        position: absolute;
        z-index: 5;
        left: 35%;
        top: 0%;
        width: 340px;
        font-size: 30px;
        line-height: 48px;
        margin-left: 0px;
    }

    .abtexbox2 {
        position: absolute;
        z-index: 5;
        left: 35%;
        top: 50%;
        width: 340px;
        font-size: 30px;
        line-height: 48px;
        margin-top: -20px;
        margin-left: 0px;
    }

    .abtexbox3 {
        width: 90%;
        position: absolute;
        bottom: -100px;
        left: 250px;
        margin-left: 0px;
		top:9%;

    }
	.abtexbox3 span{
    
	font-size:18px;
}
.abtexbox4 {
        width: 90%;
        position: absolute;
        bottom: -100px;
        left: 250px;
        margin-left: 0px;
		top:56%;

    }
	.abtexbox4 span{
    
	font-size:18px;
}
	.abtexcont {
        height: 520px;
    }
}

@media (min-width: 1200px) {

.w-101 {
    /*width: 100%;*/
	padding-bottom: 200px;
}

.abtexbox {
    position: absolute;
    z-index: 5;
    left: 30%;
    top: 0%;
    width: 340px;
    font-size: 40px;
    line-height: 48px;
}

.abtexbox2 {
    position: absolute;
    z-index: 5;
    left: 30%;
    top: 48%;
    width: 340px;
    font-size: 40px;
    line-height: 48px;
}

.abtexbox3 {
    width: 50%;
    position: absolute;
    bottom: 100px;
    left: 250px;
	font-size:18px;
	top:9%;
}
.abtexbox3 span{
    
	font-size:18px;
}
.abtexbox4 {
    width: 50%;
    position: absolute;
    bottom: 100px;
    left: 250px;
	font-size:18px;
	top:56%;
}
.abtexbox4 span{
    
	font-size:18px;
}
}
/*---------------------------------------*/