body {
    margin: 0;
    padding: 0;
	overflow-x: hidden;
    /*overflow: hidden;*/
}

body,
html {
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
}

section {
    height: 100vh;
    position: relative;
    display: flex;
	overflow-x: hidden;
    /*overflow: hidden;*/
}

section .half {
    flex-basis: 50%;
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}

.half.left {
    background-image: url(/resources/gatePage/img/bg_left.png);
    background-color: #0388a6;
    background-position: bottom;
    background-size: cover;
}

.half.right {
    background-image: url(/resources/gatePage/img/bg_right.png);
    background-color: #f27405;
    background-position: top;
    background-size: cover;
}

.page_tit {
    font-family: 'NanumSquare', sans-serif !important;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    z-index: 9;
    width: 100%;
}

.top_btn {
    font-size: 1.1rem;
    margin: 50px;
    position: absolute;
    top: 0;
}

.top_btn.go_to_left {
    left: 0
}

.top_btn.go_to_left i {
    margin-right: 20px;
}

.top_btn.go_to_right {
    right: 0
}

.top_btn.go_to_right i {
    margin-left: 20px;
}

.top_btn a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s ease;
}


.top_btn.go_to_left a:hover {
/*     color: #0388a6; */
/*     background: #fff; */
}

.top_btn.go_to_right a:hover {
/*     color: #f27405; */
/*     background: #fff; */
}

.bottom_btn {
    font-size: 1.1rem;
    margin: 50px;
    position: absolute;
    top: auto;
    bottom: 0;
}

.bottom_btn.go_to_left {
    left: 0
}

.bottom_btn.go_to_left i {
    margin-right: 20px;
}

.bottom_btn.go_to_right {
    right: 0
}

.bottom_btn.go_to_right i {
    margin-left: 20px;
}

.bottom_btn a {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.4s ease;
}


.bottom_btn.go_to_left a:hover {
/*     color: #0388a6; */
/*     background: #fff; */
}

.bottom_btn.go_to_right a:hover {
    color: #f27405;
    background: #fff;
}


.logo {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 20px;
}

.logo img {
    width: 100%;
    height: auto;
}

.add_link {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
/*     padding: 10px 20px; */
	display: none;
}

.half .circle_wrap ul {
    padding: 0;
    margin: 0;
    text-align: left;
    display: table;
    margin: 0 auto;
}

.half .circle_wrap ul li {
    list-style: none;
    font-size: 0.9rem;
    margin-bottom: 3px;
}

.half .circle_wrap ul li:before {
    content: "· ";
}

.circle_wrap {
    display: flex;
    margin: 0 auto;
    position: relative;
    margin-top: 3rem;
    width: 500px;
    height: 500px;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.circle_wrap .inner {
    font-size: 1rem;
    width: 100%;
    height: auto;
}

.circle_wrap .tit {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}

.circle_wrap .tit em {
    display: block;
    font-size: 0.9rem;
    font-style: normal;
}

.half.right .circle_wrap:before {
    content: "";
    position: absolute;
    left: -180px;
    top: 50%;
    transform: translateY(-50%);
    width: 286px;
    height: 411px;
    display: inline-block;
    background: url(/resources/gatePage/img/right_deco.png) no-repeat;
    background-size: contain;
}

.half.left .circle_wrap:before {
    content: "";
    position: absolute;
    right: -130px;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 372px;
    display: inline-block;
    background: url(/resources/gatePage/img/left_deco.png) no-repeat;
    background-size: contain;
}


.half .circle_wrap .inner a {
    border: 1px solid #000;
    padding: 4px 15px;
    box-sizing: border-box;
    color: #000;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    width: auto;
    font-size: 0.9rem;
    transition: all 0.4s ease;
}

.half .circle_wrap .inner a:hover {
    background: #000;
    color: #fff
}

.half .circle_wrap .inner a i {
    margin-left: 10px;
}

.add_link a {
    border: 1px solid #000;
    padding: 4px 15px;
    box-sizing: border-box;
    color: #000;
/*     margin-top: 20px; */
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-size: 1.1rem;
    transition: all 0.4s ease;
}

.add_link a:hover {
    background: #000;
    color: #fff
}

.add_link a i {
    margin-left: 10px;
}

@media (max-width: 1500px) {

    body,
    html {
        font-size: 17px;
    }

    .circle_wrap {
        width: 370px;
        height: 370px;
    }

    .half.left .circle_wrap:before {
        right: -100px;
        width: 160px;
        height: 272px;
    }

    .half.right .circle_wrap:before {
        left: -140px;
        width: 186px;
        height: 261px;
    }
}


@media (min-width: 1100px) {
    .half .circle_wrap .inner a {
        display: none
    }
}


@media (max-width: 1100px) {

    body,
    html {
        font-size: 15px;
    }

    .circle_wrap {
        width: 290px;
        height: 290px;
    }

    .circle_wrap .inner {
        padding: 1.5rem 3rem;
    }

    section {
        flex-direction: column-reverse;
    }

    section .half {
        flex-basis: 100%;
        width: 100%;
        height: 50%;
        box-sizing: border-box;
    }

    .top_btn {
        display: none;
    }
    
    .bottom_btn {
        display: none;
    }

    .half.right {
        padding: 0;
    }

    .half.left {
        padding: 0;
    }

    .half.right .circle_wrap {
        margin-bottom: -80px;
    }

    .half.left .circle_wrap {
        margin-top: -80px;
    }

    .half .circle_wrap ul {
        display: table;
        margin: 0 auto;
    }

    .circle_wrap .inner {
        padding: 0;
        border-radius: 0;
        text-align: center;
    }

    .half.left .circle_wrap .inner {
        margin-left: 0;
    }

    .half.right .circle_wrap .inner {
        margin-right: 0;
    }

    .circle_wrap {
        margin-top: 0;
    }

    .logo {
        bottom: 30px;
        max-width: 200px;
        width: 100%;
        display: none;
    }
    
    .add_link {
    	display: block;
        bottom: 30px;
        max-width: 251px;
        width: 100%;
    }

    .page_tit {
        font-size: 1.5rem;
        top: 30px;
    }

    .circle_wrap .tit {
        margin-bottom: 10px;
    }

    .half .circle_wrap .inner a {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
	.page_tit {
		font-size: 1.3rem;
	}
	
	.circle_wrap {
		width: 280px;
		height: 280px;
	}
	
	.circle_wrap .tit {
		font-size: 1.2rem;
	}
	
	.half.left .circle_wrap {
		margin-top: -70px;
	}
	
	.half .circle_wrap ul {
		text-align: center;
		line-height: 18px;
	}
	

    .half.right .circle_wrap:before {
        left: -130px;
        width: 186px;
        height: 321px;
    }

    .half.left .circle_wrap:before {
        right: -100px;
        width: 150px;
        height: 252px;
    }
    .add_link{
    	bottom: 10px;
    }
    .add_link a {
    	font-size: 13.5px;
    }
}
