@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');
html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    font-family: NanumSquareRound, 'NanumSquareRound', sans-serif;
    color: #434343;
}
#wrap {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    /* background: url('/assets/img/phoneting211125/bg.jpg')no-repeat center; */
    /* background: url('/assets/img/phoneting211125/bg.jpg') center; */
    background: black;
    /* height: 2811px; */
    /* height: 150%; */
}
a {
    text-decoration: none;
    color: #434343;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    width: 1240px;
    margin: 0 auto;
}
.container2 {
    margin: 0 auto;
    width: 1083px;
    padding-top: 88px;
}
.columns_bg {
    background-color: #fff;
    /* height: 2097px; */
    
    border-radius: 20px;
}
.columns_bg_02 {
    background-color: #fff;
    /* height: 2297px; */
    height: auto;
    border-radius: 20px;
}
.columns_bg_board {
    background-color: #1f2936;
    height: 2297px;
    height: 100%;
    border-radius: 20px;
}



#columns {
    column-width: 250px;
    column-gap: 15px;
}
#columns figure {
    display: inline-block;
    border: 1px solid #ededed;
    margin: 0 0 15px;
    border-radius: 21px;
}
#columns figure a img {
    width: 100%;
}
#columns figure a figcaption {
    padding: 15px;
    margin-top: 11px;
    margin-bottom: 10px;
    text-align: left;
}

.main_title {
    padding-top: 62px;
    padding-bottom: 72px;
    margin-bottom: 55px;
}

.main_left {
    text-align: left;
    color: #fff;
    float: left;
    display: inline-block;
}
.main_right {
    text-align: right;
    color: #fff;
    float: right;
    display: inline-block;
}
.main_txt1 {
    #font-size: 34px;
    #font-weight: 800;
    #color: yellow;
}
.main_txt1 > a {
    font-size: 34px;
    font-weight: 800;
    color: yellow;
}

.main_txt2 {
    border-radius: 18px;
    background-color: #fff;
    width: 456px;
    height: 45px;
    color: #ff0000;
    font-size: 30px;
    text-align: center;
    line-height: 1.7;
    margin: 10px 0 0;
    font-weight: bolder;
}
.main_txt2 > a {
    border-radius: 18px;
    background-color: #fff;
    width: 456px;
    height: 45px;
    color: #ff0000;
    font-size: 30px;
    text-align: center;
    line-height: 1.7;
    margin: 10px 0 0;
    font-weight: bolder;
}

.main_txt3 {
    color: #fff;
    line-height: 1.6;
}
.main_txt3 > b {
    font-weight: 800;
    font-size: 19px;
}
.title {
    font-size: 22px;
    font-weight: 800;
}
.title_id {
    font-size: 15px;
    padding-left: 15px;
}
.txt {
    font-size: 17px;
    line-height: 2.2;
}
.title2 {
    font-size: 29px;
    font-weight: 800;
}
.title_id2 {
    font-size: 20px;
    padding-left: 15px;
}
.txt2 {
    font-size: 24px;
    line-height: 2.2;
}
.txt3 {
    font-size: 27px;
    line-height: 1.5;
}

.main_title_under {
	padding-bottom: 72px;
}

.main_under_txt1 {
    text-align: right;
    color: #fff;
    float: right;
    display: inline-block;
}

.main_under_txt1 > b {
    font-size: 32px;
}

.main_under_txt1 > b > a {
    color: #fff;
    text-decoration-line: none;
}

.main_under_txt1 > b > a:hover{
    font-weight: bold;
    color:#FFDD00;
}

/* ------------ íŒì—… ------------*/

.popup_title {
    width: 85px;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    color: #393939;
    font-weight: bold;
    padding-top: 5px;
}
.popup_img {
    width: 477px;
    height: 515px;
    overflow: scroll;
    margin: 0 auto;
    position: absolute;
    top: 47px;
}


.popup_txt {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}
.popup_txt2 {
    text-align: center;
    display: block;
}
.pink {
    color: #ff6163;
    font-weight: 800;
}
.popup_img {
    overflow-x: hidden
}
.popup_img {
    scrollbar-face-color: #959595;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #959595;
}
.popup_img::-webkit-scrollbar {
    width: 7px;
}
.popup_img::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.popup_img::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #959595;
}
section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
section.modalWindow {
    display: none;
    position: fixed;
    top: 11%;
    left: 50%;
    z-index: 999 !important;
    width: 595px;
    height: 595px;
    min-height: 718px;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
}
section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
}
section.modalWindow section.modalWrapper {
    margin: 30px;
    text-align: left;
    line-height: 20px !important;
}
.closeBtn {
    position: absolute;
    right: 30px;
    top: 40px;
    cursor: pointer;
}
.flex-prev,
.flex-next {
    font-size: 0;
}
.btn {
    #background-color: #ff6163;
    background-color: #ff0003;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    display: none;
    width: 384px;
    height: 70px;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    line-height: 2.9;
    border-radius: 15px;
}

.btn_side {
    #background-color: #ff6163;
    background-color: #ff0003;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    display: none;
    width: 93%;
    height: 70px;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    line-height: 2.9;
    border-radius: 15px;
}

.btn_side_win {
    background-color: #ff6163;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    display: none;
    width: 93%;
    height: 70px;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    line-height: 2.9;
    border-radius: 15px;
}



@media screen and (max-width: 1240px) {
	#wrap {width:100%;overflow:unset;}
	.container {width:100%;}
	.container2 {width:100%;}
	.columns_bg {height:auto;border-radius:0px;}
	.btn {display:block;}
	.btn_side {display:block;}
	.popup_txt2 {display:none;}

	.main_title {margin-bottom:0px;}
	.main_left {text-align:center;display:block;float:none;}
	.main_right {text-align:center;display:block;float:none;}
	.main_txt2 {margin:0 auto;margin-top:10px;margin-bottom:20px;}

	.main_title_under {
		padding-bottom: 72px;
	}

	.main_under_txt1 {
	    text-align: right;
	    color: #fff;
	    float: right;
	    display: inline-block;
	}

	.main_under_txt1 > b {
	    font-size: 32px;
	}

	.main_under_txt1 > b > a {
	    color: #fff;
	}
}
